summaryrefslogtreecommitdiffstats
path: root/lib/qfstring.c
Commit message (Collapse)AuthorAgeFilesLines
* Correct logging output on 32-bit machines.ex12Chris Hall2011-03-211-59/+58
| | | | | | | | | | v0.99.15ex12 Construction of log messages using qfs_printf()/qfs_vprintf() did not produce the intended results on 32-bit machines -- so that some logging messages were garbled. On 64-bit machines the log messages were formed as expected.
* New functions for error numbers and addresses in messages.Chris Hall2010-04-081-5/+28
| | | | | | | | Implemented less onerous ways of including descriptions of errors and IP addresses in logging and other messages. Implemented mapping of error numbers to error names, which is generally more meaningful.
* First beta releaseChris Hall2010-04-061-0/+1066
Various bug fixes and improvements. Running with a fair amount of debug/assert code, which must be removed at some date.