Gisle notes that SvRTRIM should also write a new '\0' at the end.
[p5sagit/p5-mst-13.2.git] / ext / Sys / Syslog / Changes
CommitLineData
8168e71f 1Revision history for Sys-Syslog
2
04f98b29 30.12 2006.01.07
4 [CODE] Merged some modifications from bleadperl.
5 [DOC] Added a link to an article about Sys::Syslog.
6 [TESTS] Removed optional dependency on Test::Exception.
7 [TESTS] Improved t/constant.t
8 [TESTS] Rewrote t/constants.t because future versions of
9 ExtUtils::Constant will prevent the constant() function from
10 being directly called.
11
942974c1 120.11 2005.12.28
04f98b29 13 [BUGFIX] setlogmask() now behaves like its C counterpart.
942974c1 14 [CODE] Can now export and use the macros.
15 [CODE] Support for three Exporter tags.
16 [CODE] XSLoader is now optional.
17 [CODE] No longer "use"s Sys::Hostname as it was "require"d where needed.
18 [CODE] RT#16604: Use local timestamp.
19 [DIST] Merged change from blead@26343
20 [DOC] Improved documentation.
21 [TESTS] Added more tests to t/syslog.t in order to increase code coverage.
22
8168e71f 230.10 2005.12.08
24 [DOC] Improved documentation.
25 [TESTS] Added -T to t/syslog.t
26 [TESTS] Added t/constants.t to check the macros.
27 [TESTS] Added t/distchk.t, t/podspell.t, t/podcover.t, t/portfs.t
28
290.09 2005.12.06
30 [CODE] Now setlogsock() really croak(), as documented.
31 [DIST] CPANized from blead@26281.
32 [DIST] Modified Makefile.PL so that ExtUtils::Constant is conditionaly
33 used, with a fallback in the case it's not available.
34 [DIST] Bumped version to 0.09
35 [DOC] Added support and license information.
36 [TESTS] Rewrote and ported t/syslog.t to Test::More
37