Commit graph

6 commits

Author SHA1 Message Date
adrianp
8bb914b4a5 Update to 1.0
1.0   Tue Oct 2 22:22:43 2007
- Bumped version number to 1.0.
- License has changed to Artistic 2.0!
- (Syslog.pm) Get rid of `require AutoLoader', which was wrong to begin with.

0.100 Wed Aug 28 17:09:37 2002
- (test.pl) Major changes due to complete misunderstanding of eval()
- (Syslog.pm) Updated version number
- (Makefile.PL) Cleanup
2008-01-03 12:10:29 +00:00
agc
d81d19f8e0 Add RMD160 digests. 2005-02-24 12:51:41 +00:00
shell
cc01441583 Update p5-Unix-Syslog from v0.98 to v0.99.
Changes:
- Added functions priorityname() and facilityname().
- Documentations updated.
2002-08-19 09:58:10 +00:00
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