log util.c @ 695:f1df1cf69a38

age author description
Mon, 09 Jul 2018 05:59:13 +0300 Matti Hamalainen Fix an issue in editBuffer handling.
Mon, 15 Feb 2016 07:04:48 +0200 Matti Hamalainen Bump copyrights.
Sun, 22 Jun 2014 03:32:39 +0300 Matti Hamalainen Use th_malloc0(n) instead of th_calloc(1, n).
Sat, 21 Jun 2014 20:42:57 +0300 Matti Hamalainen API change again.
Sat, 21 Jun 2014 20:01:08 +0300 Matti Hamalainen Use the new th_growbuf module.
Sat, 05 Jan 2013 16:16:44 +0200 Matti Hamalainen Bump copyright year.
Sun, 11 Nov 2012 18:32:42 +0200 Matti Hamalainen Improve logging facilities. Private chats in query windows are now logged
Sun, 11 Nov 2012 07:33:17 +0200 Matti Hamalainen Improve log filename parser, should now accept some of the standard printf()
Tue, 05 Jun 2012 22:16:42 +0300 Matti Hamalainen Refactor input handling.
Tue, 05 Jun 2012 19:28:34 +0300 Matti Hamalainen Move logParseFilename() to nn_log_parse_filename() under util.c and rename logFileOpen() and logFileClose().
Fri, 01 Jun 2012 04:43:53 +0300 Matti Hamalainen Add str_trim_right().
Sun, 27 May 2012 10:06:42 +0300 Matti Hamalainen Add dirty flag to editbuf struct and handling functions.
Sat, 26 May 2012 15:30:46 +0300 Matti Hamalainen Improve nn_userhash_foreach() by adding user data parameter.
Sat, 26 May 2012 07:07:03 +0300 Matti Hamalainen Fix win32 build.
Sat, 26 May 2012 06:56:18 +0300 Matti Hamalainen Refactor much of the "windowing" UI code into a new module, ui.[ch]