summaryrefslogtreecommitdiff
path: root/src/utils.c
AgeCommit message (Expand)Author
2012-02-19Fix POSIX complianceLukas Fleischer
2011-12-09src/utils.c: Mark is_all_digit() parameter constLukas Fleischer
2011-11-22src/utils.c: Support escape sequences in format stringsLukas Fleischer
2011-11-14src/utils.c: Support printing '%' in 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-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
2011-11-02Remove parentheses from return statementsLukas Fleischer
2011-11-02Make use of the NULL macroLukas Fleischer
2011-11-02Do not cast unused return values to voidLukas Fleischer
2011-11-02Avoid use of printf()/fprintf()Lukas Fleischer
2011-10-06src/utils.c: Support more powerful duration stringsLukas Fleischer
2011-10-06src/utils.c: Remove check_time()Lukas Fleischer
2011-10-06src/utils.c: Introduce parse_{time,duration}()Lukas Fleischer
2011-10-06src/utils.c: Mark input string of parse_date() constLukas Fleischer
2011-10-05Do not unlink() note files on note removalLukas Fleischer
2011-07-21Refactor out note functionsLukas Fleischer
2011-07-10Merge branch 'maint'Lukas Fleischer
2011-07-09Honor "TMPDIR" environment variableLukas Fleischer
2011-07-05Add press_any_key() functionLukas Fleischer
2011-07-02Add shell_exec() functionLukas Fleischer
2011-07-02Add child_wait() functionLukas Fleischer
2011-07-02Add fork_exec() functionLukas Fleischer
2011-06-29Split line editing functions into separate fileLukas Fleischer
2011-06-07src/utils.c: Make bell() staticLukas Fleischer
2011-04-22Update copyright notices in source files, documentation and "COPYING".Lukas Fleischer
2011-04-17Use mem_free() instead of xfree() in check_time().Lukas Fleischer
2011-04-12Fix null pointer dereference in parse_date().Lukas Fleischer
2011-04-05Compare pointers to "NULL" instead of "0".Lukas Fleischer
2011-04-03Avoid assignment of undefined value in parse_date().Lukas Fleischer
2011-03-15Try to stick to the GNU coding standards for the sake of consistency.Lukas Fleischer
2011-03-15Use upper case for macro names.Lukas Fleischer
2011-03-14Overall indentation fixes.Lukas Fleischer
2011-03-05Clean up updatestring() in "utils.c".Lukas Fleischer
2011-03-05Simplify date_sec2date_fmt() in "utils.c".Lukas Fleischer
2011-03-05Clean up and simplify line editing functions.Lukas Fleischer
2011-03-04Remove unnecessary casting variables from get_item_{hour,min}().Lukas Fleischer
2011-03-04Update website links to match the new URL.Lukas Fleischer
2011-03-04Update mail addresses to match the new mailing lists.Lukas Fleischer
2011-03-04Simplify date_sec2date_str() in "utils.c".Lukas Fleischer
2011-03-04Remove date_sec2hour_str() from "utils.c".Lukas Fleischer
2011-03-04Simplify date2sec() in "utils.c".Lukas Fleischer
2011-03-04Simplify check_time() in "utils.c".Lukas Fleischer
2011-03-04Simplify print_in_middle() in "utils.c".Lukas Fleischer
2011-03-04Reformat erase_window_part() in "utils.c".Lukas Fleischer
2011-03-04Simplify get_item_hour() and get_item_min() in "utils.c".Lukas Fleischer
2011-03-04Simplify str_toupper() in "utils.c".Lukas Fleischer
2011-03-04Simplify file_close() in "utils.c".Lukas Fleischer