Commit graph

3 commits

Author SHA1 Message Date
martti
6547a079ca Updated p5-Unix-Unix-Syslog to 0.98 (provede by Shell Hung in pkg/15351)
- distname now is Unix-Syslog
- When calling libc-syslog() internally, pass message as string argument,
  not as format string
- Instead of quoting percent-signs in syslog()-wrapper, simply pass the
  string to libc-syslog() as string argument via %s
- Copy ident-argument using some Perl-API functions. Just
  using a reference counter had unwanted side-effects
2002-01-26 07:09:52 +00:00
martti
e56afae3d3 Updated to 0.97 (provided by Shell Hung in pkg/14934)
Changes :
- A bug fixed in XS file
- Better test script
2001-12-15 09:52:33 +00:00
martti
02c1061097 The Unix::Syslog module provides an interface to the system logger
syslogd(8) via Perl's XSUBs. The implementation attempts to resemble
the native libc-functions of your system, so that anyone being familiar
with syslog.h should be able to use this module right away.
2001-10-22 05:48:08 +00:00