1
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 13 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
CVS repository moved to git. More... almost 9 years ago
Update authors in documentation. More... almost 10 years ago
Reformat some files - convert MS-DOS newlines to unix. More... almost 10 years ago
More temporary files to clean from tests. More... almost 10 years ago
New test - multiple initializations of log4c. More... almost 10 years ago
Better work with local static variables, fixes double free on re-initialiazation. More... almost 10 years ago
Replace legacy INCLUDES by AM_CPPFLAGS in automake files. More... almost 10 years ago
Fix error in release script. More... over 10 years ago
Release 1.2.4 preparation - update ChangeLog and release notes, increase versions. More... over 10 years ago
Generate .def file in MinGW platform, launch MSVC linker during release if available. More... over 10 years ago
Release covering also MinGW binaries with tests. Script small improvements. More... over 10 years ago
Proper formating of long long integers in MSVC and MinGW ports. More... over 10 years ago
Launching tests under MinGW (and keep FreeBSD working). More... over 10 years ago
Replacement function for buggy snprintf()/vsnrpintf on MinGW. Also removed sd_xplatform.h header from the sd_xplatform.c as we need the original vsnprintf() function. More... over 10 years ago
Build with disabled expat and available nl_langinfo. More... over 10 years ago
New dated layouts using local time (requested in SF bug #21). More... over 10 years ago
Memory leak in test_rc. More... over 10 years ago
Update summary documentation (typos, URL to log4j 1.2). More... over 10 years ago
Update doxygen documentation: work properly with __attribute__, doxygen warnings. More... over 10 years ago
Tuning documentation build: - disable parallelism because of latex (whole log4c can be built prallel after that) - don't repeat build of the documentation when not needed - removed phony target More... over 10 years ago
Add GNU C format attribute to enable checks of format string with provided parameters. Used internally and in public API. More... over 10 years ago
Porting tests on FreeBSD: - no libtool prefix on binaries - NULL pointer printed as "0x0" instead of "(nil)" More... over 10 years ago
Warnings fixes - unused variables and implicit declarations. More... over 10 years ago
MinGW port bugfixes and cleanups: - fix mismatch between FILETIME and timeval structures - move gmtime_r replacement function from layouts to sd_xplatform.c - reentrant layouts cleanups - reentrant layouts enabled on all platforms (POSIX, MinGW, Windows native) - warnings fixes More... over 10 years ago
MinGW port improvements: - add required '-no-undefined' linker flag (shared dll library is created now) - don't call non-portable autoconf functions (==> environment hacks are not needed anymore) - update README - sleep function (fix build with mingw >= 4.8, cover implicit declaration with mingw 4.7) - alloca function - warning fixes More... over 10 years ago
Remove version from the sample config file. More... about 11 years ago
Release 1.2.3 preparation - update ChangeLog, increase versions, and release notes. More... about 11 years ago
Forgotten interface version update for log4c 1.2.2. More... about 11 years ago
Create the NEWS file. More... about 11 years ago
Fix syslog appender - missing format string for syslog() lead to crashes. More... about 11 years ago