aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright rangesLukas Fleischer2012-03-261-1/+1
* Do not strncpy() strings returned by gettext()Lukas Fleischer2012-03-121-4/+5
* Use strcmp() instead of strncmp()Lukas Fleischer2012-03-121-1/+1
* Avoid redundant virtual screen updatesLukas Fleischer2012-03-121-2/+0
* Fix POSIX complianceLukas Fleischer2012-02-191-0/+2
* src/utils.c: Mark is_all_digit() parameter constLukas Fleischer2011-12-091-1/+1
* src/utils.c: Support escape sequences in format stringsLukas Fleischer2011-11-221-0/+55
* src/utils.c: Support printing '%' in format stringsLukas Fleischer2011-11-141-0/+9
* print_*(): Add format specifier to print notesLukas Fleischer2011-11-141-0/+61
* Use a dynamic method to print todo items to stdoutLukas Fleischer2011-11-141-0/+34
* Use a dynamic method to print recurrent items to stdoutLukas Fleischer2011-11-141-0/+27
* Use a dynamic method to print events to stdoutLukas Fleischer2011-11-141-0/+31
* Use a dynamic method to print appointments to stdoutLukas Fleischer2011-11-141-0/+49
* Remove parentheses from return statementsLukas Fleischer2011-11-021-9/+9
* Make use of the NULL macroLukas Fleischer2011-11-021-2/+2
* Do not cast unused return values to voidLukas Fleischer2011-11-021-9/+9
* Avoid use of printf()/fprintf()Lukas Fleischer2011-11-021-1/+1
* src/utils.c: Support more powerful duration stringsLukas Fleischer2011-10-061-23/+100
* src/utils.c: Remove check_time()Lukas Fleischer2011-10-061-31/+0
* src/utils.c: Introduce parse_{time,duration}()Lukas Fleischer2011-10-061-0/+85
* src/utils.c: Mark input string of parse_date() constLukas Fleischer2011-10-061-4/+4
* Do not unlink() note files on note removalLukas Fleischer2011-10-051-4/+4
* Refactor out note functionsLukas Fleischer2011-07-211-18/+0
* Merge branch 'maint'Lukas Fleischer2011-07-101-0/+15
|\
| * Honor "TMPDIR" environment variableLukas Fleischer2011-07-091-0/+15
* | Add press_any_key() functionLukas Fleischer2011-07-051-0/+12
* | Add shell_exec() functionLukas Fleischer2011-07-021-0/+8
* | Add child_wait() functionLukas Fleischer2011-07-021-0/+16
* | Add fork_exec() functionLukas Fleischer2011-07-021-0/+71
* | Split line editing functions into separate fileLukas Fleischer2011-06-291-183/+0
|/
* src/utils.c: Make bell() staticLukas Fleischer2011-06-071-1/+1
* Update copyright notices in source files, documentation and "COPYING".Lukas Fleischer2011-04-221-1/+1
* Use mem_free() instead of xfree() in check_time().Lukas Fleischer2011-04-171-1/+1
* Fix null pointer dereference in parse_date().Lukas Fleischer2011-04-121-9/+12
* Compare pointers to "NULL" instead of "0".Lukas Fleischer2011-04-051-3/+3
* Avoid assignment of undefined value in parse_date().Lukas Fleischer2011-04-031-4/+4
* Try to stick to the GNU coding standards for the sake of consistency.Lukas Fleischer2011-03-151-133/+170
* Use upper case for macro names.Lukas Fleischer2011-03-151-2/+2
* Overall indentation fixes.Lukas Fleischer2011-03-141-30/+30
* Clean up updatestring() in "utils.c".Lukas Fleischer2011-03-051-15/+18
* Simplify date_sec2date_fmt() in "utils.c".Lukas Fleischer2011-03-051-5/+1
* Clean up and simplify line editing functions.Lukas Fleischer2011-03-051-158/+100
* Remove unnecessary casting variables from get_item_{hour,min}().Lukas Fleischer2011-03-041-4/+2
* Update website links to match the new URL.Lukas Fleischer2011-03-041-1/+1
* Update mail addresses to match the new mailing lists.Lukas Fleischer2011-03-041-1/+1
* Simplify date_sec2date_str() in "utils.c".Lukas Fleischer2011-03-041-11/+6
* Remove date_sec2hour_str() from "utils.c".Lukas Fleischer2011-03-041-16/+0
* Simplify date2sec() in "utils.c".Lukas Fleischer2011-03-041-13/+8
* Simplify check_time() in "utils.c".Lukas Fleischer2011-03-041-31/+14
* Simplify print_in_middle() in "utils.c".Lukas Fleischer2011-03-041-14/+9