2005-Oct-03 11:28 |
1.19
|
Check-in
[5235]:
Adjust copyright messages to include new year 2005. By rse.
(diff)
|
2004-Feb-17 10:22 |
1.18
|
Check-in
[4437]:
correct spelling: privileges, convenient; By thl.
(diff)
|
2004-Jan-09 11:48 |
1.17
|
Check-in
[3707]:
Adjust copyright messages to include new year 2004 By thl.
(diff)
|
2003-May-22 16:01 |
1.16
|
Check-in
[3367]:
whitespaces By thl.
(diff)
|
2003-May-22 14:30 |
1.15
|
Check-in
[3360]:
for details see attached ChangeLog By thl.
(diff)
|
2003-May-20 17:47 |
1.14
|
Check-in
[3354]:
- improve prefixing by renaming variables
l2_fslenv > fsldebug_l2_env
l2_fslnch > fsldebug_l2_nch
triedopenfsldebug > fsldebug_transientproblem
openfsldebugpermanenterror > fsldebug_permanentproblem
- add function fsldebugcreate()
- rename functions and slightly change their operation to work in a
stealth mode for LOG_NDELAY support
openfsldebug() > fsl
closefsllog() > fsldebugdestroy()
- make fsldebug() a metafunction and split the old functionality into
fsldebugl2() for l2 and fsldebugf2() for stderr filedescriptor
- improve prefixing by adding debugging prototypes to support fsldebug()
calling fsldebugcreate() which uses fsldebug() for logging
static void fsldebugcreate (void);
static void fsldebug (l2_level_t, const char *, ...);
static int fsldebugl2 (l2_level_t, const char *, va_list);
static int fsldebugf2 (l2_level_t, const char *, va_list);
static void fsldebugdestroy(void);
- change default for delayopen to TRUE as user has to use LOG_NDELAY to
force immediate open.
- improve handling of NULL strings when debugging
- unify debugging messages on entry to captured functions using common
prefix 'fsl in ...'
- obey LOG_NDELAY on fsl debugging as well
- add filedescriptor consumption checks to test suite
- remove confusing use of the word "error" in test suite messages
- improve Makefile to prepare and detect empty files
- tested on FreeBSD, Linux and Solaris
- not intended for release - further modifications are underway By thl.
(diff)
|
2003-Jan-06 17:41 |
1.13
|
Check-in
[3075]:
Adjust copyright messages to include new year 2003 By rse.
(diff)
|
2002-Aug-02 13:42 |
1.12
|
Check-in
[2486]:
make sure people don't think nothing was tested at all By rse.
(diff)
|
2002-Aug-02 13:40 |
1.11
|
Check-in
[2485]:
Change building of fsl_version.c from direct inclusion
to standard object linking. By rse.
(diff)
|
2002-Aug-02 13:33 |
1.10
|
Check-in
[2482]:
allow 'make test', too. By rse.
(diff)
|
2002-Aug-01 13:41 |
1.9
|
Check-in
[2460]:
add support for FSL_PREFIX and FSL_DEBUG variables. By rse.
(diff)
|
2002-Aug-01 11:36 |
1.8
|
Check-in
[2453]:
cleanup By rse.
(diff)
|
2002-Jul-31 14:58 |
1.7
|
Check-in
[2446]:
now logging FSL version By thl.
(diff)
|
2002-Jul-27 20:13 |
1.6
|
Check-in
[2390]:
source tree cleanups and fixes By rse.
(diff)
|
2002-Jul-27 17:37 |
1.5
|
Check-in
[2388]:
add Flexible to the official name By rse.
(diff)
|
2002-Jul-23 13:57 |
1.4
|
Check-in
[2327]:
fix building of manpage By thl.
(diff)
|
2002-Jul-17 16:23 |
1.3
|
Check-in
[2299]:
clean/distclean interdependencies By thl.
(diff)
|
2002-Jul-12 19:26 |
1.2
|
Check-in
[2279]:
add OSSP pcre to build environment By rse.
(diff)
|
2002-Jul-09 11:42 |
1.1
|
Check-in
[2262]:
First cut for new-born OSSP fsl, a faking syslog(3) API library.
It is internally based (and contains) OSSP l2 and OSSP cfg. By rse.
|