aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Remove all usages of bzero() and bcopy()Lukas Fleischer2012-02-195-13/+13
* | Fix up strncat() usageLukas Fleischer2012-02-184-8/+7
* | src/io.c: Use fork_exec() instead of system()Lukas Fleischer2012-02-181-3/+4
* | Don't chomp on error in ical_readline_init()Lukas Fleischer2012-02-181-4/+6
* | Add stricter syntax checking to io_load_*()Lukas Fleischer2012-02-181-33/+41
* | Trap fgets() failure in *_scan()Lukas Fleischer2012-02-183-4/+12
* | src/config.c: Add missing configuration variablesLukas Fleischer2012-02-171-15/+42
* | src/config.c: Revamp configuration file parsingLukas Fleischer2012-02-171-130/+81
* | src/config.c: Add more parser/serialization wrappersLukas Fleischer2012-02-171-67/+133
* | src/config.c: Introduce config_parse_str()Lukas Fleischer2012-02-171-13/+14
* | src/config.c: Keep formatting and commentsLukas Fleischer2012-02-171-131/+46
* | src/config.c: Add serialization helperLukas Fleischer2012-02-171-53/+184
* | src/config.c: Add junk callback to config_file_walk()Lukas Fleischer2012-02-161-3/+9
* | src/config.c: Make config file reading more flexibleLukas Fleischer2012-02-161-11/+27
* | src/llist.c: Bail out early on negative indexesLukas Fleischer2012-02-161-1/+7
* | test/: Add test case for "-S" (pattern search)Lukas Fleischer2012-01-222-1/+27
* | test/: Add test cases for "-a" and "-n"Lukas Fleischer2012-01-223-1/+39
* | test/: Add test cases for "-d" and "-s"/"-r"Lukas Fleischer2012-01-228-1/+804
* | test/: Add generic tests for todo operationsLukas Fleischer2012-01-225-1/+235
* | test/: Add three basic self testsLukas Fleischer2012-01-224-0/+25
* | test/: Add initial configuration fileLukas Fleischer2012-01-221-0/+75
* | test/run-test.c: Support negative assertionsLukas Fleischer2012-01-211-3/+14
* | Add a minimal test suiteLukas Fleischer2012-01-215-2/+253
* | src/calendar.c: Fix range check in calendar_move()Lukas Fleischer2012-01-211-12/+14
* | Split note file generation into separate functionLukas Fleischer2012-01-173-12/+23
* | Break out different import/export formatsLukas Fleischer2012-01-075-1501/+1598
* | src/apoint.c: Update in-notify-bar help for new duration syntaxBaptiste Jonglez2012-01-071-2/+2
* | src/apoint.c: Fix a length bug introduced by new duration formatBaptiste Jonglez2012-01-071-1/+1
* | Merge branch 'maint'Lukas Fleischer2011-12-161-1/+5
|\|
| * Format "DURATION" field properly on ical exportJérôme Pinot2011-12-161-1/+5
* | src/config.c: Drop support for legacy color schemesLukas Fleischer2011-12-121-85/+36
* | src/utils.c: Mark is_all_digit() parameter constLukas Fleischer2011-12-092-2/+2
* | src/config.c: Remove map for configuration variablesLukas Fleischer2011-12-091-169/+114
* | Extract config file handlers into a separate fileLukas Fleischer2011-12-099-551/+596
* | src/day.c: Nuke unneeded variableLukas Fleischer2011-12-091-4/+1
* | src/todo.c: Remove several unneeded variablesLukas Fleischer2011-12-091-19/+14
* | src/apoint.c: Remove several unneeded variablesLukas Fleischer2011-12-051-36/+30
* | src/utils.c: Support escape sequences in format stringsLukas Fleischer2011-11-221-0/+55
* | Merge branch 'maint'Lukas Fleischer2011-11-151-2/+5
|\|
| * src/io.c: Avoid use of memcpy()Lukas Fleischer2011-11-111-2/+4
| * src/io.c: Null-terminate the ical_readline() bufferLukas Fleischer2011-11-111-0/+1
* | src/utils.c: Support printing '%' in format stringsLukas Fleischer2011-11-141-0/+9
* | src/args.c: Remove obsolete "-N" flagLukas Fleischer2011-11-141-4/+0
* | src/args.c: Allow for specifying custom format stringsLukas Fleischer2011-11-141-23/+66
* | print_*(): Add format specifier to print notesLukas Fleischer2011-11-142-70/+70
* | Use a dynamic method to print todo items to stdoutLukas Fleischer2011-11-143-13/+42
* | src/apoint.c: Remove apoint_recur_s2apoint_s()Lukas Fleischer2011-11-142-17/+0
* | Use a dynamic method to print recurrent items to stdoutLukas Fleischer2011-11-143-7/+33
* | Use a dynamic method to print events to stdoutLukas Fleischer2011-11-143-3/+33
* | Use a dynamic method to print appointments to stdoutLukas Fleischer2011-11-143-18/+52