aboutsummaryrefslogtreecommitdiffstats
path: root/src/io.c
Commit message (Expand)AuthorAgeFilesLines
* Fix braces in if-else statementsLukas Fleischer2013-02-171-12/+17
* todo.c: Split out UI-related functionsLukas Fleischer2013-02-141-2/+2
* Update copyright rangesLukas Fleischer2013-02-041-1/+1
* Properly skip spaces after exception listLukas Fleischer2013-02-011-2/+4
* Display correct startup messagesLukas Fleischer2012-12-161-2/+2
* Add hidden key handler windowLukas Fleischer2012-12-161-6/+6
* Fix two enumeration types in function signaturesLukas Fleischer2012-12-061-1/+1
* io_load_keys(): Skip legacy entryLukas Fleischer2012-12-051-0/+5
* io_check_*()/io_file_exist(): Fix signaturesLukas Fleischer2012-11-261-3/+3
* io.c: Several minor simplificationsLukas Fleischer2012-11-251-43/+31
* io_load_*(): Add line numbers to error messagesLukas Fleischer2012-11-231-12/+26
* Merge branch 'maint'Lukas Fleischer2012-11-231-25/+5
|\
| * Do not display a mark when files are auto-savedLukas Fleischer2012-11-231-22/+2
| * Replace localtime() with localtime_r()Lukas Fleischer2012-11-221-3/+3
* | Use status_ask_choice() for the export dialogLukas Fleischer2012-11-181-23/+0
* | Allow passing both "-D" and "-c"Lukas Fleischer2012-06-301-33/+37
|/
* Use mvwaddstr() instead of mvwprintw()Baptiste Jonglez2012-05-311-10/+10
* Switch to Linux kernel coding styleLukas Fleischer2012-05-211-864/+709
* Factorize boolean user prompting.Baptiste Jonglez2012-05-141-10/+2
* Declare several parameters/variables constantLukas Fleischer2012-05-081-13/+14
* Add prototypes for hash table functionsLukas Fleischer2012-04-211-0/+1
* Mark several functions staticLukas Fleischer2012-04-201-1/+1
* Refactor startup screen branchLukas Fleischer2012-04-121-14/+8
* Miscellaneous small code cleanupsLukas Fleischer2012-04-061-3/+2
* Mark some more variables/parameters constantLukas Fleischer2012-04-051-2/+2
* Mark localized string literals constantLukas Fleischer2012-04-051-22/+22
* Fix semantics of "general."{systemdialogs,progressbar}Lukas Fleischer2012-03-291-6/+6
* Update copyright rangesLukas Fleischer2012-03-261-1/+1
* Add a read-only optionLukas Fleischer2012-02-241-8/+24
* src/io.c: Remove C89 incompatible commentLukas Fleischer2012-02-201-1/+1
* Fix up fscanf() format stringsLukas Fleischer2012-02-191-3/+3
* Fix hash table issues with ISO C99Lukas Fleischer2012-02-191-7/+10
* Remove all usages of bzero() and bcopy()Lukas Fleischer2012-02-191-2/+2
* src/io.c: Use fork_exec() instead of system()Lukas Fleischer2012-02-181-3/+4
* Add stricter syntax checking to io_load_*()Lukas Fleischer2012-02-181-33/+41
* Break out different import/export formatsLukas Fleischer2012-01-071-1501/+8
* Merge branch 'maint'Lukas Fleischer2011-12-161-1/+5
|\
| * Format "DURATION" field properly on ical exportJérôme Pinot2011-12-161-1/+5
* | Extract config file handlers into a separate fileLukas Fleischer2011-12-091-142/+1
* | 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
* | Use a global configuration variableLukas Fleischer2011-11-141-28/+26
* | Merge branch 'maint'Lukas Fleischer2011-11-111-1/+7
|\|
| * Cleanup joinable threads on terminationLukas Fleischer2011-10-041-1/+4
| * src/io.c: Update todo item count on iCal importLukas Fleischer2011-10-041-0/+3
* | Remove parentheses from return statementsLukas Fleischer2011-11-021-2/+2
* | Do not cast unused return values to voidLukas Fleischer2011-11-021-268/+262
* | Avoid use of printf()/fprintf()Lukas Fleischer2011-11-021-115/+110
* | Pass item durations to recur_item_inday()Lukas Fleischer2011-10-211-2/+2