Fix bug in change 28258. So how come I thought I'd passed all tests?
[p5sagit/p5-mst-13.2.git] / ext / Sys /
2006-01-11 Sébastien Aperghis... Fw: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.13.tar.gz
2006-01-10 Alan Burlison Re: Sys::Syslog blows up rather spectacularly on Solaris
2006-01-10 Nicholas Clark Gisle is correct - $host needs to stay in case the...
2006-01-10 Nicholas Clark Why should Syslog jump through hoops to look up the...
2006-01-10 Gisle Aas If getservbyname fails tell what service the lookup
2006-01-10 Rafael Garcia-Suarez Remove Syslog tests that use external modules
2006-01-09 Rafael Garcia-Suarez Upgrade to Sys::Syslog 0.12
2005-12-29 Rafael Garcia-Suarez Fix test for perl version number in Makefile.PL
2005-12-28 Steve Peters Upgrade to Sys-Syslog-0.11
2005-12-23 Nicholas Clark Add support for PV to ExtUtils::Constant::ProxySubs...
2005-12-15 Gisle Aas Silence test output to STDERR
2005-12-13 Rafael Garcia-Suarez Fix realclean target for Sys::Syslog
2005-12-09 Steve Peters Upgrade to Sys-Syslog-0.10
2005-12-06 Gisle Aas Fix typo spotted by Ronald J Kimball.
2005-12-06 Ronald J. Kimball Re: Perl PR: "Security holes in Sys::Syslog"
2005-12-06 Gisle Aas Document why syslog($priority, "%s", $message) is a...
2005-12-03 Rafael Garcia-Suarez Missing chunk in change #26247.
2005-12-03 Gisle Aas Sys::Syslog::syslog can accept a message without printf
2005-08-31 Rafael Garcia-Suarez Document that Sys::Syslog::openlog might die.
2005-06-27 Alexey Tourbin XSLoader for Sys::Syslog
2005-04-20 Dave Mitchell In change 24266 I failed to actually change anything...
2004-12-14 Rafael Garcia-Suarez Make Sys::Syslog stricture-compliant
2004-12-14 Rafael Garcia-Suarez Allow escaping %m as %%m in Sys::Syslog format strings
2004-09-30 Jay Hannah [patch] Sys::Syslog POD - $Sys::Syslog::host
2004-03-06 Jim Schneider Allow syslog() to use numeric constants in addition...
2003-09-29 Tom Horsley perl-5.8.1 hints/powerux.sh, ext/Sys/Syslog/t/syslog.t
2003-09-16 Jarkko Hietaniemi More suggested patches for NCR MP-RAS from Andy Dougherty.
2003-09-14 Jarkko Hietaniemi Also IRIX wants setlogsock('stream').
2003-09-05 Jarkko Hietaniemi Musty corners of Syslog.pm.
2003-08-13 Nicholas Clark Re: script wanted
2003-08-06 Jari Aalto [pathc] Sys:Syslog.pm::syslog() - Better error message
2003-07-28 Jarkko Hietaniemi No more ext/*/*.t, move them all to ext/*/t.
2003-05-25 Jarkko Hietaniemi Run external commands only with localized sanitized...
2003-04-06 Jarkko Hietaniemi An unconditional carp is not nice.
2003-04-06 Joost van Baal PATCH (was: Re: [perl #18180] problem with sys:syslog...
2003-01-27 Slaven Rezic Re: [perl #20274] perlbug requires dynamic loading
2002-12-24 Yitzchak Scott-Tho... Removal of duplicate comment block
2002-09-04 Michael G. Schwern File::Basename doesn't lazy load Carp right.
2002-09-04 Brendan O'Dea allow Sys::Syslog test to fail gracefully
2002-05-16 Slaven Rezic do not use "udp" on some platforms for Sys::Syslog
2002-03-23 Andreas König Re: Copious warnings from Sys::Syslog
2002-03-22 Michael G. Schwern Re: [ID 20020322.002] install man errors
2002-03-21 Nick Ing-Simmons Integrate mainline (Win2k/MinGW all ok except threads...
2002-03-20 Nick Williams patch for syslog
2002-03-19 Nicholas Clark Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046...
2002-03-04 Nicholas Clark (was Re: [PATCH @13746] h2xs)
2001-12-12 Jarkko Hietaniemi Must remember to require Socket.
2001-12-12 Jarkko Hietaniemi No Socket, no Syslog.
2001-11-02 Jarkko Hietaniemi Locate _PATH_LOG if it's a socket even if not #defined
2001-08-31 Nicholas Clark Embaressing typo in Syslog's Makefile.PL
2001-06-21 Robert Spier make syslog test more verbose
2001-06-18 Nicholas Clark Re: [PATCH] Re: [PATCH] Re: perl@10611
2001-06-18 Jarkko Hietaniemi The Grand Trek: move the *.t files from t/ to lib/...
2001-06-16 Nicholas Clark Re: perl@10611
2001-06-16 Nicholas Clark Re: perl@10611
2001-06-04 Jarkko Hietaniemi The .pm changes to go with #10428.
2001-06-04 Jarkko Hietaniemi The #10402 didn't take. Weird.
2001-06-02 Jarkko Hietaniemi -Wall cleanup continues.
2001-04-27 Jarkko Hietaniemi Add LOG_PERROR; prettify the "removed".
2001-04-26 Chris Bongaarts [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
2001-03-16 Michael Stevens more pod patches
2001-01-08 Charles Bailey Once again syncing after too long an absence
2000-12-19 Nick Ing-Simmons Integrate mainline.
2000-12-19 Mark J. Reed [ID 20001215.004] Sys::Syslog::xlate doesn't handle...
2000-11-29 Robert Spier Re: Minor suggestion for Sys::Syslog [PATCH]
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-04-29 Gurusamy Sarathy make lib/syslog.t portable to systems that don't have...
2000-04-28 Gurusamy Sarathy forked child may not exit correctly if it failed to...
2000-04-27 Gurusamy Sarathy fix Sys::Syslog breakage on domain sockets (from Tom...
2000-03-14 Gurusamy Sarathy Sys::Syslog fix for accidental arguments to autoloaded...
2000-03-03 Gurusamy Sarathy /dev/console may not be writable in Syslog.pm (from...
2000-02-22 Jarkko Hietaniemi Add socklen_t probe; Configure maintenance.
2000-02-15 Jarkko Hietaniemi Probe for <sys/utsname.h>.
2000-02-15 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-15 Gurusamy Sarathy add XS version of Sys::Hostname (from Greg Bacon
2000-02-14 Jarkko Hietaniemi silly compilers don't know that croak() exits
2000-02-09 Charles Bailey Resync with mainline
2000-02-04 Jarkko Hietaniemi Use <syslog.h>, not <sys/syslog.h>.
2000-02-04 Gurusamy Sarathy Sys::Syslog goes the XS way (from Tom Hughes <tom@compt...