summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2009-03-24tested strlcpy and strlcat as well as itoa on FreeBSDAndreas Baumann
2009-03-24fixed strlcpy and strlcat on NetBSDAndreas Baumann
2009-03-24tested itoa, fixed tests/port on WindowsAndreas 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-21fixed message id, category id mappingAndreas Baumann
2009-03-21fixed message numbering and eliminated duplicate message idsAndreas Baumann
2009-03-21fixed messages againAndreas Baumann
2009-03-19big logger cleanup on Windows, local testmsg.dll for log testAndreas Baumann
2009-03-19fixed GCC_VERSION stringAndreas Baumann
2009-03-18fixed format_arg for dgettextAndreas Baumann
2009-03-18added gettext in testd, also added wolf gettext.c and initialization codeAndreas Baumann
2009-03-17moved the logger (log and messages) into it's own subdirectory (is a subsyste...Andreas Baumann
2009-03-15minifix in message idsAndreas Baumann
2009-03-14everything compiles and works againAndreas Baumann
2009-03-14added a lot more localization stuffAndreas Baumann
2009-03-14tmp checkinAndreas Baumann
2009-03-14more gettextizationAndreas Baumann
2009-03-13WOLF_LOG with variadic macrosAndreas Baumann
2009-03-13some moreAndreas Baumann
2009-03-13started to change WOLF_LOG into wolf_log with category and message idsAndreas Baumann
2009-03-13added the messages.h fileAndreas Baumann
2009-03-13some docu updatesAndreas Baumann
2009-03-12gettext fix on Solaris 8Andreas Baumann
2009-03-12GETTEXT_NEEDS_FORMAT_ARG on NetBSDAndreas Baumann
2009-03-12new macro GETTEXT_NEEDS_FORMAT_ARG for libintl and gettext compilation problemsAndreas Baumann
2009-03-12counter-fix on NetBSD 4.0Andreas Baumann
2009-03-12fixed gettext on FreeBSD 7.0Andreas Baumann
2009-03-12gettext fixed on OpenBSDAndreas Baumann
2009-03-12fixed gettext format_arg trick on NetBsdAndreas Baumann
2009-03-11more clenup in i18n platform flagsAndreas Baumann
2009-03-11moved autoconf flags for snprintf stub from sys.h to sys_internal.hAndreas Baumann
2009-03-11fixed gettext.h no NLS stubAndreas Baumann
2009-03-11fixed another compilation problem around stdio.cAndreas Baumann
2009-03-11added a gettext.h, fixed test_snprintf compilationAndreas Baumann
2009-03-10fixed snprintf on native WindowsAndreas Baumann
2009-03-10fixed snprintf/stdio changes on CygwinAndreas Baumann
2009-03-10cleanup in stdio.h with snprintf (on Linux works at least), also added testin...Andreas Baumann
2009-03-06added the log parameter to the event log, trying to make categories workAndreas Baumann
2009-03-04we only can test Cygwin 5.0 (is there a 5.1 anyway), cleaned up sys.hAndreas Baumann
2009-03-02added computer and source to event log loggingAndreas Baumann
2009-03-02trivial version of an event logger on Windows, works but not finished at allAndreas Baumann
2009-03-02added platform SDK and started the event logger on WindowsAndreas Baumann
2009-03-02cleanup in unistd.h and lockfAndreas Baumann
2009-02-28localtime_r on native WindowsAndreas Baumann
2009-02-28added localtime_r with stub to testsAndreas Baumann
2009-02-28added localtime_r and a stub (which needs mutexes, which we still have to port!)Andreas Baumann
2009-02-27can do a full build with testing on windows now, still issues to fixAndreas Baumann
2009-02-26first walks on Windows, log.c and porting layer compileAndreas Baumann
2009-02-26made the GNU make NMAKE switch as we go to Windows now, also fixed small bugs...Andreas Baumann