summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-03-26started with service.c, now the messages in testservicemsg.dll are a mess..Andreas Baumann
2009-03-26small fixes around testing of serviceAndreas Baumann
2009-03-25fixed strerror_r: it's more sensible to restore the old errno value!Andreas 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 nasty copy-paste bug about SIGIO/SIGPOLL signal handlersAndreas Baumann
2009-03-24fixed output in wolf_log_win32Andreas Baumann
2009-03-24tested itoa, fixed tests/port on WindowsAndreas Baumann
2009-03-24added a simple itoaAndreas Baumann
2009-03-24started to add stdlib stub for itoaAndreas Baumann
2009-03-24fix in strlcpy and strlcat, will rewrite them, there is no decent implementat...Andreas Baumann
2009-03-24added strlcpy and strlcat (safe BSD C functions)Andreas Baumann
2009-03-23stated a win32 wrapper for wolf_log, must continue tomorrowAndreas Baumann
2009-03-23fixed formats of German translation in MC fileAndreas Baumann
2009-03-22starting to add win32 serviceAndreas Baumann
2009-03-22added gettext translations into the MC files for windowsAndreas Baumann
2009-03-22fully translated to GermanAndreas Baumann
2009-03-22added quite some German translationsAndreas 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-21fixed warnings around snprintf on Windows and problems in the MC filesAndreas Baumann
2009-03-21fixed message numbering and eliminated duplicate message idsAndreas Baumann
2009-03-21fixed messages againAndreas Baumann
2009-03-21yesAndreas Baumann
2009-03-21fixed id parserAndreas Baumann
2009-03-21fixed langauge problemsAndreas Baumann
2009-03-21fixed Informational MC severityAndreas Baumann
2009-03-21generating mono-lingual MC file nowAndreas Baumann
2009-03-21started to generate the MC file with the perl scriptAndreas Baumann
2009-03-19end-of-day-check-inAndreas Baumann
2009-03-19added documentation on how to tackle the gettext/MC problem for the loggerAndreas Baumann
2009-03-19fixed include in pidfile.cAndreas Baumann
2009-03-19started to add a message mc generator scriptAndreas Baumann
2009-03-19big logger cleanup on Windows, local testmsg.dll for log testAndreas Baumann
2009-03-19a perl script for the beginning to create the mc fileAndreas Baumann
2009-03-19started to clean up W32 part of loggerAndreas Baumann
2009-03-18fixed log.obj building on W32 after move of source fileAndreas Baumann
2009-03-18testd/libwolf.mo start to work in testdAndreas Baumann
2009-03-18fixed i18n in testd (now the binary can set WOLFLOCALEDIR in environment, as ...Andreas Baumann
2009-03-18added gettext in testd, also added wolf gettext.c and initialization codeAndreas Baumann
2009-03-18added check and merge po targetsAndreas Baumann
2009-03-18more cleanup in i18n.mk and platform.mkAndreas Baumann
2009-03-18fixed more gettext stuff (installation, generation), also fixed src/GNUMakefi...Andreas Baumann
2009-03-18started to add PostgreSQL-like gettext supportAndreas Baumann