summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-19Fix hash table issues with ISO C99Lukas Fleischer
2012-02-19Fix POSIX complianceLukas Fleischer
2012-02-19Remove all usages of bzero() and bcopy()Lukas Fleischer
2012-02-18Fix up strncat() usageLukas Fleischer
2012-02-18src/io.c: Use fork_exec() instead of system()Lukas Fleischer
2012-02-18Don't chomp on error in ical_readline_init()Lukas Fleischer
2012-02-18Add stricter syntax checking to io_load_*()Lukas Fleischer
2012-02-18Trap fgets() failure in *_scan()Lukas Fleischer
2012-02-17src/config.c: Add missing configuration variablesLukas Fleischer
2012-02-17src/config.c: Revamp configuration file parsingLukas Fleischer
2012-02-17src/config.c: Add more parser/serialization wrappersLukas Fleischer
2012-02-17src/config.c: Introduce config_parse_str()Lukas Fleischer
2012-02-17src/config.c: Keep formatting and commentsLukas Fleischer
2012-02-17src/config.c: Add serialization helperLukas Fleischer
2012-02-16src/config.c: Add junk callback to config_file_walk()Lukas Fleischer
2012-02-16src/config.c: Make config file reading more flexibleLukas Fleischer
2012-02-16src/llist.c: Bail out early on negative indexesLukas Fleischer
2012-01-22test/: Add test case for "-S" (pattern search)Lukas Fleischer
2012-01-22test/: Add test cases for "-a" and "-n"Lukas Fleischer
2012-01-22test/: Add test cases for "-d" and "-s"/"-r"Lukas Fleischer
2012-01-22test/: Add generic tests for todo operationsLukas Fleischer
2012-01-22test/: Add three basic self testsLukas Fleischer
2012-01-22test/: Add initial configuration fileLukas Fleischer
2012-01-21test/run-test.c: Support negative assertionsLukas Fleischer
2012-01-21Add a minimal test suiteLukas Fleischer
2012-01-21src/calendar.c: Fix range check in calendar_move()Lukas Fleischer
2012-01-17Split note file generation into separate functionLukas Fleischer
2012-01-07Break out different import/export formatsLukas Fleischer
2012-01-07src/apoint.c: Update in-notify-bar help for new duration syntaxBaptiste Jonglez
2012-01-07src/apoint.c: Fix a length bug introduced by new duration formatBaptiste Jonglez
2011-12-16Merge branch 'maint'Lukas Fleischer
2011-12-16Format "DURATION" field properly on ical exportJérôme Pinot
2011-12-12src/config.c: Drop support for legacy color schemesLukas Fleischer
2011-12-09src/utils.c: Mark is_all_digit() parameter constLukas Fleischer
2011-12-09src/config.c: Remove map for configuration variablesLukas Fleischer
2011-12-09Extract config file handlers into a separate fileLukas Fleischer
2011-12-09src/day.c: Nuke unneeded variableLukas Fleischer
2011-12-09src/todo.c: Remove several unneeded variablesLukas Fleischer
2011-12-05src/apoint.c: Remove several unneeded variablesLukas Fleischer
2011-11-22src/utils.c: Support escape sequences in format stringsLukas Fleischer
2011-11-15Merge branch 'maint'Lukas Fleischer
2011-11-14src/utils.c: Support printing '%' in format stringsLukas Fleischer
2011-11-14src/args.c: Remove obsolete "-N" flagLukas Fleischer
2011-11-14src/args.c: Allow for specifying custom format stringsLukas Fleischer
2011-11-14print_*(): Add format specifier to print notesLukas Fleischer
2011-11-14Use a dynamic method to print todo items to stdoutLukas Fleischer
2011-11-14src/apoint.c: Remove apoint_recur_s2apoint_s()Lukas Fleischer
2011-11-14Use a dynamic method to print recurrent items to stdoutLukas Fleischer
2011-11-14Use a dynamic method to print events to stdoutLukas Fleischer
2011-11-14Use a dynamic method to print appointments to stdoutLukas Fleischer