Functions added to implement a logging mechanism for calcurse daemon.

This commit is contained in:
Frederic Culot
2009-07-23 18:33:20 +00:00
parent b55cad85da
commit ade0470197
8 changed files with 73 additions and 9 deletions

View File

@@ -1,3 +1,13 @@
2009-07-23 Frederic Culot <frederic@culot.org>
* src/io.c (io_fprintln): new function
* src/utils.c (nowstr): new function
* src/dmon.c (dmon_start): log messages added
* src/vars.[ch]: daemon log file path added
2009-07-20 Frederic Culot <frederic@culot.org>
* src/utils.c (psleep): new function