sperber
4328a9047c
... and here's the first post-0.6 bug fix:
...
Remove LOG_LPR from list of syslog levels.
2002-01-10 09:53:57 +00:00
sperber
136e313af7
New implementation of (no-inheritance) thread-local cells and thread
...
fluids.
New implementation of syslog.
Both are to be compatible with what's actually probably going into
Scheme 48.
2001-12-03 15:21:46 +00:00
sperber
0a1e5ab9bb
sch_ident may be copied to a different location by GC,
...
and openlog doesn't copy the input string, at least not
on every system. That's just great.
So copy the ident to a local static string before calling openlog.
2001-07-10 12:56:25 +00:00
sperber
211ddec9d5
Removed LOG_PERROR; it doesn't exist on AIX.
2001-06-20 07:48:03 +00:00
sperber
e2a6e37c70
First stab at proper syslog interface.
2001-06-01 16:22:26 +00:00