Age | Commit message (Expand) | Author |
2011-10-06 | src/utils.c: Introduce parse_{time,duration}() | Lukas Fleischer |
2011-10-06 | src/utils.c: Mark input string of parse_date() const | Lukas Fleischer |
2011-10-05 | Do not unlink() note files on note removal | Lukas Fleischer |
2011-07-21 | Refactor out note functions | Lukas Fleischer |
2011-07-10 | Merge branch 'maint' | Lukas Fleischer |
2011-07-09 | Honor "TMPDIR" environment variable | Lukas Fleischer |
2011-07-05 | Add press_any_key() function | Lukas Fleischer |
2011-07-02 | Add shell_exec() function | Lukas Fleischer |
2011-07-02 | Add child_wait() function | Lukas Fleischer |
2011-07-02 | Add fork_exec() function | Lukas Fleischer |
2011-06-29 | Split line editing functions into separate file | Lukas Fleischer |
2011-06-07 | src/utils.c: Make bell() static | Lukas Fleischer |
2011-04-22 | Update copyright notices in source files, documentation and "COPYING". | Lukas Fleischer |
2011-04-17 | Use mem_free() instead of xfree() in check_time(). | Lukas Fleischer |
2011-04-12 | Fix null pointer dereference in parse_date(). | Lukas Fleischer |
2011-04-05 | Compare pointers to "NULL" instead of "0". | Lukas Fleischer |
2011-04-03 | Avoid assignment of undefined value in parse_date(). | Lukas Fleischer |
2011-03-15 | Try to stick to the GNU coding standards for the sake of consistency. | Lukas Fleischer |
2011-03-15 | Use upper case for macro names. | Lukas Fleischer |
2011-03-14 | Overall indentation fixes. | Lukas Fleischer |
2011-03-05 | Clean up updatestring() in "utils.c". | Lukas Fleischer |
2011-03-05 | Simplify date_sec2date_fmt() in "utils.c". | Lukas Fleischer |
2011-03-05 | Clean up and simplify line editing functions. | Lukas Fleischer |
2011-03-04 | Remove unnecessary casting variables from get_item_{hour,min}(). | Lukas Fleischer |
2011-03-04 | Update website links to match the new URL. | Lukas Fleischer |
2011-03-04 | Update mail addresses to match the new mailing lists. | Lukas Fleischer |
2011-03-04 | Simplify date_sec2date_str() in "utils.c". | Lukas Fleischer |
2011-03-04 | Remove date_sec2hour_str() from "utils.c". | Lukas Fleischer |
2011-03-04 | Simplify date2sec() in "utils.c". | Lukas Fleischer |
2011-03-04 | Simplify check_time() in "utils.c". | Lukas Fleischer |
2011-03-04 | Simplify print_in_middle() in "utils.c". | Lukas Fleischer |
2011-03-04 | Reformat erase_window_part() in "utils.c". | Lukas Fleischer |
2011-03-04 | Simplify get_item_hour() and get_item_min() in "utils.c". | Lukas Fleischer |
2011-03-04 | Simplify str_toupper() in "utils.c". | Lukas Fleischer |
2011-03-04 | Simplify file_close() in "utils.c". | Lukas Fleischer |
2011-03-04 | Simplify now() and nowstr() in "utils.c". | Lukas Fleischer |
2011-03-03 | Remove CVS "$Id" headers. | Lukas Fleischer |
2011-03-03 | Fixed file permissions. | Lukas Fleischer |
2011-01-11 | Make parse_date accept several short forms. | Lukas Fleischer |
2010-11-04 | Added "backword-kill-word" functionality to getstring(). | Lukas Fleischer |
2010-10-23 | is_all_digit() rewritten. | Frederic Culot |
2010-03-21 | Avoid concurrent screen refreshes. | Frederic Culot |
2010-03-20 | All headers gathered into a single one. Typedefs suppressed. | Frederic Culot |
2009-08-01 | Start and log daemon activity only if requested. | Frederic Culot |
2009-07-27 | Work on allocating and freeing memory associated with user's data for the dae... | Frederic Culot |
2009-07-26 | --status flag added | Frederic Culot |
2009-07-26 | More work on implementing calcurse daemon. | Frederic Culot |
2009-07-23 | Functions added to implement a logging mechanism for calcurse daemon. | Frederic Culot |
2009-07-20 | Beginning of work on implementing calcurse daemon. | Frederic Culot |
2009-07-12 | New wrappers around memory functions. | Frederic Culot |