12
I Use This!
High Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 16 hours ago.
Jun 22, 2024 — Jun 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Document changes. More... 5 months ago
Add optional add_quote argument to escape() More... 5 months ago
Update version to 05.03.00 More... 5 months ago
Add more tests. More... 5 months ago
Add \xAA sequence for parsing quoted strings; add the escape() built-in function; update docs. More... 5 months ago
Disallow "\x00" More... 5 months ago
Add "\xAB" escapes to string parser. More... 5 months ago
Improve how add/edit reminder dialog resizes. More... 5 months ago
Add a bit of space after labels. More... 5 months ago
Call the reminder body the "Summary" rather than "Subject" to be consistent with ical. More... 5 months ago
Use concat instead of list to flatten lists. More... 5 months ago
Remove dead code; count lines better. More... 5 months ago
Change "Body:" to "Subject:" and update man page. More... 5 months ago
Support location and description fields in tkremind. More... 5 months ago
When creating the "info" JSON hash, make the keys lower-case instead of upper-case. More... 5 months ago
Make INFO require "Header: Value" strings; make the "info" element in the JSON output a hash instead of an array. More... 5 months ago
Document INFO More... 5 months ago
Add INFO keyword. More... 5 months ago
Add the "INFO" clause to the REM command. More... 5 months ago
Use "custom.h" rather than <custom.h> for our header file. More... 5 months ago
Use snprintf in favor of sprintf almost everywhere. More... 5 months ago
Update release notes. More... 5 months ago
Make test mode warning more verbose. More... 5 months ago
Fix SystemDate to always return 2025-01-06 in --test mode. More... 5 months ago
Prevent infinite test loop. More... 5 months ago
Add --test long option to make the test suite repeatable. More... 5 months ago
Explicitly unset REMIND_RUNNING_TEST at the start. More... 5 months ago
Make queue tests work at any time of the day. More... 5 months ago
Add test for previous change More... 5 months ago
Truncate any absurdly-long translations of "am" or "pm" rather than letting a buffer overflow. More... 5 months ago