12
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 25, 2024 — Jun 25, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Note connection between translation-related special variables and translation table. More... 7 months ago
Bump version to 05.02.00. More... 7 months ago
Document the translation table. More... 7 months ago
Make only one call to malloc() per XlateItem. More... 7 months ago
Make the output of "make test" considerably less verbose. More... 7 months ago
Fix some translations. More... 7 months ago
Make Chinese New Year file translatable. More... 7 months ago
Add new keywords and built-in function. More... 7 months ago
Add a whack more torture tests. More... 7 months ago
Properly handle deleting everything out of a hash table. More... 7 months ago
Fix NL translation. More... 7 months ago
Make "SET $foo" also add a translation table entry if $foo is a dynamic translation variable. More... 7 months ago
Add translations for moon phases and seasons. More... 7 months ago
Implement TRANSLATE keyword. More... 7 months ago
Replace the individual hash table implementations with a unified one. More... 7 months ago
Add ParseQuotedString function for eventually implementing TRANSLATE directive. More... 7 months ago
Document that we don't read subdirectories when expanding *.rem. More... 7 months ago
If a path returned by glob is a directory, ignore it. More... 7 months ago
Refuse to open directories. More... 7 months ago
Make the sun functions return E_SWERR if BASE != 1990. More... 7 months ago
Change #error to #warning so cppcheck can analyze funcs.c More... 7 months ago
Simplify HAS_DATE and HAS_TIME macros by making type values into bitmasks. More... 7 months ago
Actually allow up to 9 levels of INCLUDE nesting. More... 7 months ago
Use memcpy to copy omit contexts. More... 7 months ago
Update holidays as per recent commits to the Python library. More... 7 months ago
Make token name const. More... 7 months ago
Sort token types. More... 7 months ago
Fix spelling error in comment. More... 7 months ago
Make it clearer what went wrong if we use "remind" rather than "../src/remind" More... 7 months ago
Instead of searching test-rem for "remind" without "../src/remind", simply alias remind to false. More... 7 months ago