| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove parentheses from return statements | Lukas Fleischer | 2011-11-02 | 1 | -2/+2 |
* | Make use of the NULL macro | Lukas Fleischer | 2011-11-02 | 1 | -16/+16 |
* | Do not cast unused return values to void | Lukas Fleischer | 2011-11-02 | 1 | -13/+13 |
* | Avoid use of printf()/fprintf() | Lukas Fleischer | 2011-11-02 | 1 | -1/+1 |
* | Avoid unnecessary start time calculations | Lukas Fleischer | 2011-10-21 | 1 | -1/+3 |
* | Use LLIST_{,TS}_FIND_FOREACH_CONT where appropriate | Lukas Fleischer | 2011-10-06 | 1 | -1/+1 |
* | Add command line argument to run the GC manually | Lukas Fleischer | 2011-10-05 | 1 | -2/+21 |
* | Merge branch 'maint' | Lukas Fleischer | 2011-09-06 | 1 | -3/+9 |
|\ |
|
| * | Rework indentation code in print_notefile() | Lukas Fleischer | 2011-08-26 | 1 | -3/+9 |
* | | Merge branch 'maint' | Lukas Fleischer | 2011-07-30 | 1 | -52/+78 |
|\| |
|
| * | Fix sort order in app_arg() | Lukas Fleischer | 2011-07-30 | 1 | -52/+78 |
* | | src/args.c: Mark various constant strings const | Lukas Fleischer | 2011-07-28 | 1 | -4/+4 |
* | | Remove superfluous buffer variable from version_arg() | Lukas Fleischer | 2011-07-28 | 1 | -4/+1 |
* | | Remove superfluous buffer variable from help_arg() | Lukas Fleischer | 2011-07-28 | 1 | -4/+1 |
* | | Merge branch 'maint' | Lukas Fleischer | 2011-07-28 | 1 | -0/+2 |
|\| |
|
| * | Invoke vars_init() before importing data with "-i" | Lukas Fleischer | 2011-07-28 | 1 | -0/+2 |
* | | Declare foreground and background variables global | Lukas Fleischer | 2011-07-21 | 1 | -2/+2 |
|/ |
|
* | Update copyright notices in source files, documentation and "COPYING". | Lukas Fleischer | 2011-04-22 | 1 | -2/+2 |
* | Use "event" structure when iterating over events in app_arg(). | Lukas Fleischer | 2011-04-22 | 1 | -1/+1 |
* | Use generic lists for recurring apointments and events. | Lukas Fleischer | 2011-04-19 | 1 | -56/+48 |
* | Use generic lists for todo items. | Lukas Fleischer | 2011-04-19 | 1 | -9/+10 |
* | Use generic lists for events. | Lukas Fleischer | 2011-04-19 | 1 | -21/+18 |
* | Use generic lists for appointments. | Lukas Fleischer | 2011-04-19 | 1 | -28/+26 |
* | Compare pointers to "NULL" instead of "0". | Lukas Fleischer | 2011-04-05 | 1 | -5/+5 |
* | Remove dead assignments spotted by clang-analyzer. | Lukas Fleischer | 2011-04-03 | 1 | -5/+4 |
* | Overall indentation fixes. | Lukas Fleischer | 2011-03-14 | 1 | -260/+260 |
* | Update website links to match the new URL. | Lukas Fleischer | 2011-03-04 | 1 | -1/+1 |
* | Update mail addresses to match the new mailing lists. | Lukas Fleischer | 2011-03-04 | 1 | -3/+3 |
* | Remove CVS "$Id" headers. | Lukas Fleischer | 2011-03-03 | 1 | -2/+0 |
* | Fixed file permissions. | Lukas Fleischer | 2011-03-03 | 1 | -0/+0 |
* | Make parse_date accept several short forms. | Lukas Fleischer | 2011-01-11 | 1 | -3/+3 |
* | Copyright updated. | Frederic Culot | 2010-05-26 | 1 | -2/+2 |
* | All headers gathered into a single one. Typedefs suppressed. | Frederic Culot | 2010-03-20 | 1 | -35/+22 |
* | Also check for notes directory. | Frederic Culot | 2009-11-01 | 1 | -1/+2 |
* | Check for data directory availability added (thanks Brandon for reporting thi... | Frederic Culot | 2009-11-01 | 1 | -1/+2 |
* | Help on --status flag added | Frederic Culot | 2009-08-02 | 1 | -2/+4 |
* | --status flag added | Frederic Culot | 2009-07-26 | 1 | -2/+53 |
* | Check for file presence added (thanks again Chris for reporting it). | Frederic Culot | 2009-07-26 | 1 | -1/+7 |
* | Dates are now written properly again when using the '-r' flag (thanks Chris a... | Frederic Culot | 2009-07-15 | 1 | -4/+10 |
* | bugfix: import and export todo items again! | Frederic Culot | 2009-07-12 | 1 | -1/+7 |
* | stdbool header removed, unsigned type used instead | Frederic Culot | 2009-07-12 | 1 | -6/+6 |
* | Switch to BSD license. | Frederic Culot | 2009-07-05 | 1 | -14/+26 |
* | Support added for regex-based searches. Many thanks Erik for providing the pa... | Frederic Culot | 2009-07-05 | 1 | -16/+63 |
* | Simplified the way data are loaded and saved. | Frederic Culot | 2009-06-28 | 1 | -24/+19 |
* | Help updated for the -t command line flag. | Frederic Culot | 2009-06-28 | 1 | -2/+4 |
* | Ability to flag todo items as completed. | Frederic Culot | 2009-06-26 | 1 | -23/+50 |
* | Do not print todo items twice if the -d and -t flags are given (thanks Timo f... | Frederic Culot | 2009-06-26 | 1 | -3/+2 |
* | Make the argument given to -r or -s flags optional. | Frederic Culot | 2009-06-23 | 1 | -4/+4 |
* | Copyright date updated | Frederic Culot | 2009-06-20 | 1 | -2/+2 |
* | bugfix: load keys even in non-interactive mode to avoid the loss of user-conf... | Frederic Culot | 2009-01-24 | 1 | -15/+12 |