summaryrefslogtreecommitdiff
path: root/src/log/log.c
AgeCommit message (Expand)Author
2011-11-05gettext is in i18n now, has nothing to do with portingAndreas Baumann
2009-04-01fixed WIN32_MEAN_AND_LEAN and some docuAndreas Baumann
2009-03-25fixed logger again, on Unix we stick to strerror_r+wolf_log (simple enough an...Andreas Baumann
2009-03-25reverted strerror and GetLastError way of logging, doesn't work that way!Andreas Baumann
2009-03-24added wolf_log_strerror and fixed itoa prototypeAndreas Baumann
2009-03-24fixed output of wolf_log_win32Andreas Baumann
2009-03-24fixed output in wolf_log_win32Andreas Baumann
2009-03-24started to add stdlib stub for itoaAndreas Baumann
2009-03-24added strlcpy and strlcat (safe BSD C functions)Andreas Baumann
2009-03-22first dummy implementation of Win32 logging works nicelyAndreas Baumann
2009-03-22removed more debug code in the W32 loggerAndreas Baumann
2009-03-21endAndreas Baumann
2009-03-21started to handle the error log parametersAndreas Baumann
2009-03-21rmeoved debug codeAndreas Baumann
2009-03-21fixed message id, category id mappingAndreas Baumann
2009-03-19big logger cleanup on Windows, local testmsg.dll for log testAndreas Baumann
2009-03-18added gettext in testd, also added wolf gettext.c and initialization codeAndreas Baumann
2009-03-17started to add _ to log.cAndreas Baumann
2009-03-17moved the logger (log and messages) into it's own subdirectory (is a subsyste...Andreas Baumann