1
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 7 hours ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
remove broken constructor magic More... over 17 years ago
. mention that dated_r layout not currently ported More... over 17 years ago
. update to say examples now all work. More... over 17 years ago
. fix application_2 example on windows: . needed to init example appenders/formatters before calling log4c . need to position values in appender/layout types before caling the log4c_*_set() function. This is because this function checks the values in the type. . some typos. More... over 17 years ago
. update Makefile to be able to use expat and to synch with some code changes. More... over 17 years ago
added conditionnal expat support. The default behavior is still to use the home made xml parser. More... over 17 years ago
added OLD_VARIADIC_MACRO to support old compiler like gcc-2.8 More... over 17 years ago
vararg is obsolete. make sure stdarg is included instead More... over 17 years ago
replaced the variadic macros with variadic functions to improve portability on old compilers (<gcc3) and windows More... over 17 years ago
. update with some info on Visual Studio Express More... over 17 years ago
. forgot the va_start and va_end macros. Was crashing windows with debug build. More... over 17 years ago
typo: varargs.h not vararg.h More... over 17 years ago
. configure.in: test for stdarg.h getopt.h and vararg.h . use HAVE_ style macro for these files where appropriate . some casts to be sure the ansic compiler on hpux understands what we want . use __HP_cc to doctor inline and #warning for the ansic compiler on hpux . in bench.c replace utime() with my_utime() to avoid a clash with OS version of the same More... over 17 years ago
added a newline at end of file More... over 17 years ago
fixed missing unistd.h for sleep() More... over 17 years ago
replaced obsolete sd_oserror() by printf() More... over 17 years ago
fixed version number. bugid: 1443387 More... almost 18 years ago
test More... almost 18 years ago
. fix some compile errors More... almost 18 years ago
This adds the examples to the windows make file and allows them to compile. More... almost 18 years ago
. minor tidy up--as submitted to the devel list More... almost 18 years ago
. some minor helper additions More... almost 18 years ago
check the validity of a file before loading it More... almost 18 years ago
add SD_ACCESS_READ to the compatibility layer More... almost 18 years ago
*** empty log message *** More... almost 18 years ago
fix build issue More... almost 18 years ago
include test_rc input file in distribution More... over 18 years ago
fix typos More... over 18 years ago
. overview of the porting effort to windows and what we support. More... over 18 years ago
add the --force option to force any existing automake files to be overwritten. I think this makes it less likely that not so automake aware users will trip themselves up. Experiences automaje users will in any case only use this script once, thereafter going for autoreconf etc. More... over 18 years ago