12
I Use This!
High Activity

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 1 hour ago.
Jun 25, 2024 — Jun 25, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make hash table sizes prime numbers instead of powers of two. More... 9 months ago
Use HashPJW for hasing user-defined function names and variable names. More... 9 months ago
Print hash-table statistics with "-ds" debugging. More... 9 months ago
Remove dead code; remove unnecessary catch { ... } More... 9 months ago
Allow "hostname" to fail. More... 9 months ago
Set app name to tkremind. More... 9 months ago
Document that system notifications work if notify-send is installed. More... 9 months ago
Fix typos. More... 9 months ago
Use "notify-send" if Tk < 9.0 More... 9 months ago
Document "Use system notifications when issuing a reminder" More... 9 months ago
Use "tk sysnotify" if we have it. More... 9 months ago
Make tkremind work with Tcl/Tk 9.0. More... 9 months ago
Accept Tk >= 8.5 including 9.0 More... 9 months ago
Update ical2rem to upstream 0.7.1. More... 9 months ago
Fix typo More... 9 months ago
Put N_ERROR at the end. More... 9 months ago
Add DEBUG +s test. More... 9 months ago
Mark a freshly-allocated node of type N_ERROR rather than N_FREE. More... 9 months ago
Add guard against double-free of expr_node. More... 9 months ago
Fix typo. Sigh. More... 9 months ago
Update release notes. More... 9 months ago
Bump version to 05.00.06 More... 9 months ago
Add test for $SuppressImplicitWarnings More... 9 months ago
Indent system variable dump better. More... 9 months ago
Add $SuppressImplicitWarnings system variable. More... 9 months ago
Add test for time constants of the form '12:34' More... 9 months ago
Document that TIME constants may be surrounded by single quotes. More... 9 months ago
Accept either 12:34 or '12:34' as a time constant. More... 9 months ago
More helpful error if someone uses '...' around a TIME constant. More... 10 months ago
Add a guard to avoid calling free(NULL) More... 10 months ago