Activity for Logging Framework for C

  • wangrong wangrong created merge request #1 on Sources

    Fix rare crash in examples/helloworld1/mylog.h.

  • František Dvořák František Dvořák committed [a6f38b]

    Check fail from mmap() properly.

  • František Dvořák František Dvořák committed [9e7c95]

    Fix syntax error when using WinAPI.

  • František Dvořák František Dvořák committed [97f0b7]

    Use the API properly in the example (format sec...

  • František Dvořák František Dvořák committed [ecf51f]

    Document the problems with format strings and r...

  • terry yuan terry yuan modified a comment on ticket #4

    the solution provided above does work! thanks!

  • terry yuan terry yuan posted a comment on ticket #4

    the solution provided above does work! thanks!

  • Mark Smit Mark Smit posted a comment on ticket #5

    I have not tried the MinGW compiled binary, so no information there. Currently I...

  • František Dvořák František Dvořák committed [29dd6f]

    Enable sd_stat_ctime() for MSVC, use more porta...

  • František Dvořák František Dvořák committed [11233a]

    Autotools updates:

  • František Dvořák František Dvořák posted a comment on ticket #6

    You could use a variable SD_DEBUG (=1). It is chatty and probably meant more for...

  • František Dvořák František Dvořák modified ticket #5

    Let sd_stat_ctime work on Windows

  • František Dvořák František Dvořák posted a comment on ticket #5

    The MinGW port is nice, because it is only yet another platform added to the existing...

  • Mark Smit Mark Smit posted a comment on ticket #5

    I'm using a MSVC compiler and it is not possible to use MinGW instead. I agree, st_ctime...

  • František Dvořák František Dvořák committed [e09c8e]

    Use .gitignore file.

  • František Dvořák František Dvořák committed [5fc8d9]

    Remove CVS substitution keywords.

  • František Dvořák František Dvořák committed [fee93f]

    CVS repository moved to git.

  • František Dvořák František Dvořák posted a comment on ticket #5

    Is the problem here when using compiler different from MinGW? (MSVC build wasn't...

  • Cédric Le Goater committed [b9e828]

    fixed unreached statement

  • Cédric Le Goater committed [b6fdad]

    BugId: 1062842

  • Robert Byrne committed [3462bf]

    . update README with some info on where to find...

  • Robert Byrne committed [521029]

    fix compile warnings

  • Cédric Le Goater committed [6e1dfb]

    fixed possible double free() in log4_fini() safer

  • Cédric Le Goater committed [3827d0]

    avoid closing stdio streams

  • Cédric Le Goater committed [13b245]

    removed dead code

  • Cédric Le Goater committed [548e4e]

    removed useless unistd.h

  • Robert Byrne committed [46ae98]

    fix typos

  • Cédric Le Goater committed [10ef9d]

    Added support for suse-8

  • Cédric Le Goater committed [32ff04]

    fixes from Robert.Byrne@Sun.COM

  • Cédric Le Goater committed [9f9077]

    added missing DESTDIR

  • Cédric Le Goater committed [c49112]

    added log4cHowto.html contribution in documenta...

  • Robert Byrne committed [bff6db]

    . stream2 appender. More configurable than the...

  • Cédric Le Goater committed [b2b6c0]

    removed old hack to replace native solaris link...

  • Robert Byrne committed [20ad1c]

    remove an extraneous initialializer from the st...

  • Cédric Le Goater committed [58cedc]

    add additivity to configuration file

  • Cédric Le Goater committed [0817e7]

    export log4_rc object and add documentation (li...

  • Cédric Le Goater committed [383d86]

    added a new buffer object to implement threadsa...

  • Robert Byrne committed [57defa]

    . overview of the porting effort to windows and...

  • Cédric Le Goater committed [69cb64]

    fixed unistd.h

  • Cédric Le Goater committed [cac878]

    added support for new rpm on sles 9

  • Cédric Le Goater committed [cf112e]

    minor updates

  • Robert Byrne committed [082c85]

    add a comment and print a note on the known dou...

  • Cédric Le Goater committed [ed8852]

    removed useless inline

  • Cédric Le Goater committed [b2c10e]

    Added alloca support for Solaris cc

  • Cédric Le Goater committed [447fdb]

    log4c-1.1.0

  • Cédric Le Goater committed [5f7820]

    BugId: 1062842

  • Robert Byrne committed [ad79fc]

    . utility to compare fwrite() performance and f...

  • Cédric Le Goater committed [78644b]

    added HAVE_CONFIG_H and HAVE_SBRK #ifdefs to ea...

  • Cédric Le Goater committed [3e31e0]

    include test_rc input file in distribution

  • Cédric Le Goater committed [847361]

    fixed log4c_init() robustness issues

  • Cédric Le Goater committed [a66e45]

    fixed libtool naming issue

  • Cédric Le Goater committed [c63d2b]

    use HAVE_SYSLOG_H to protect generation

  • Cédric Le Goater committed [87494f]

    removed redhat 7.x support

  • Cédric Le Goater committed [122984]

    updates

  • Cédric Le Goater committed [787179]

    modified the rc API to enable some fixes in log...

  • Robert Byrne committed [c972b4]

    . add bench for the stream2 appender.

  • Cédric Le Goater committed [37a51f]

    added threadsafe layouts

  • Robert Byrne committed [ee7b89]

  • Cédric Le Goater committed [3a90b7]

    minor fix in portabiliy layer

  • Cédric Le Goater committed [8ae164]

    vararg is obsolete. make sure stdarg is include...

  • Robert Byrne committed [f88731]

    typo: varargs.h not vararg.h

  • Robert Byrne committed [630c3e]

  • Cédric Le Goater committed [b8534c]

    *** empty log message ***

  • Cédric Le Goater committed [77c7f1]

    added OLD_VARIADIC_MACRO to support old compile...

  • Cédric Le Goater committed [9ac573]

    added a newline at end of file

  • Cédric Le Goater committed [aae41c]

    fix build issue

  • Robert Byrne committed [e20a26]

    . forgot the va_start and va_end macros. Was c...

  • Robert Byrne committed [127621]

    . update with some info on Visual Studio Express

  • Cédric Le Goater committed [4775c5]

    replaced the variadic macros with variadic func...

  • Robert Byrne committed [de0eaf]

    . update to say examples now all work.

  • Cédric Le Goater committed [800f57]

    added win32 support from Rob Byrne

  • Cédric Le Goater committed [08fcea]

    added log4c_category_list()

  • Robert Byrne committed [a39749]

    only use systime if you have it patch

  • Robert Byrne committed [3f966d]

    . #warning doesn't work with msvc6

  • Cédric Le Goater committed [ae2899]

    Initial revision

  • Cédric Le Goater committed [839415]

    fixed typo

  • Cédric Le Goater committed [a77a93]

    add SD_ACCESS_READ to the compatibility layer

  • Robert Byrne committed [bcbdf5]

    . include sd_xplatform.h--need it for snprintf ...

  • Robert Byrne committed [9190b8]

    . mention that dated_r layout not currently ported

  • Robert Byrne committed [a55e23]

    . copy of old how to...info now incorporated in...

  • Cédric Le Goater committed [ee5a84]

    added LOG4C_API macro and removed some inline f...

  • Robert Byrne committed [62d42d]

    . test for dot tool and adjust Doxyfile.in appr...

  • Robert Byrne committed [c17fc5]

  • Cédric Le Goater committed [a509aa]

    added conditionnal expat support. The default b...

  • Cédric Le Goater committed [9fa513]

    added brk detection

  • Robert Byrne committed [2684d3]

    . 'make rpm' now puts the rpms into the distdir...

  • Robert Byrne committed [67b61c]

    . first draft of dev guide. Pulls info from di...

  • Cédric Le Goater committed [917c58]

    increase current revision

  • Cédric Le Goater committed [cac878]

    added support for new rpm on sles 9

  • Cédric Le Goater committed [828961]

    get rid of constructors !!!

  • Cédric Le Goater committed [b2d164]

    *** empty log message ***

  • Cédric Le Goater committed [7d493c]

    use $(DESTDIR) when installing

  • Robert Byrne committed [1a2385]

    . improve the debug options

  • Robert Byrne committed [1e1f65]

    . moved to the old directory--info incorporated...

  • Robert Byrne committed [f694b3]

    . add rolling file appender stuff

  • Cédric Le Goater committed [406ef1]

    *** empty log message ***

  • Cédric Le Goater committed [b5ed1b]

    removed expat parser

  • Cédric Le Goater committed [91c865]

    BugId: 764485

  • Robert Byrne committed [2c7d4d]

  • Robert Byrne committed [17fbef]

    . update Makefile to be able to use expat and

1 >