summaryrefslogtreecommitdiff
path: root/ext/Sys
Commit message (Collapse)AuthorAgeFilesLines
* perl-5.8.1 hints/powerux.sh, ext/Sys/Syslog/t/syslog.tTom Horsley2003-09-291-1/+1
| | | | | Message-Id: <200309291300.NAA23856@amber2.ccur.com> p4raw-id: //depot/perl@21387
* More suggested patches for NCR MP-RAS from Andy Dougherty.Jarkko Hietaniemi2003-09-161-1/+3
| | | p4raw-id: //depot/perl@21249
* Also IRIX wants setlogsock('stream').Jarkko Hietaniemi2003-09-142-2/+3
| | | p4raw-id: //depot/perl@21227
* Musty corners of Syslog.pm.Jarkko Hietaniemi2003-09-051-2/+10
| | | p4raw-id: //depot/perl@21052
* Re: script wantedNicholas Clark2003-08-132-2/+2
| | | | | Message-ID: <20030813204609.G20130@plum.flirble.org> p4raw-id: //depot/perl@20686
* [pathc] Sys:Syslog.pm::syslog() - Better error messageJari Aalto2003-08-061-1/+2
| | | | | Message-ID: <ekzzowp1.fsf@blue.sea.net> p4raw-id: //depot/perl@20533
* No more ext/*/*.t, move them all to ext/*/t.Jarkko Hietaniemi2003-07-282-0/+0
| | | p4raw-id: //depot/perl@20269
* Run external commands only with localized sanitized $ENV{PATH}.Jarkko Hietaniemi2003-05-251-0/+2
| | | p4raw-id: //depot/perl@19621
* An unconditional carp is not nice.Jarkko Hietaniemi2003-04-061-3/+4
| | | p4raw-id: //depot/perl@19154
* PATCH (was: Re: [perl #18180] problem with sys:syslog on solaris 8 with perl ↵Joost van Baal2003-04-063-17/+43
| | | | | | | | | | 5.8.0) Message-ID: <20021125163537.GC4745@banach.uvt.nl> (The .pm patch modified a bit, and removed the false claim that _PATH_INFO would be coming from syslog.ph) p4raw-id: //depot/perl@19151
* Re: [perl #20274] perlbug requires dynamic loadingSlaven Rezic2003-01-271-4/+14
| | | | | Message-ID: <87n0m3v6yp.fsf@vran.herceg.de> p4raw-id: //depot/perl@18597
* Removal of duplicate comment blockYitzchak Scott-Thoennes2002-12-241-9/+0
| | | | | | Subject: Re: [perl #19306] Sys::Syslog issues. Message-ID: </t5B+gzkg6DR092yn@efn.org> p4raw-id: //depot/perl@18350
* File::Basename doesn't lazy load Carp right.Michael G. Schwern2002-09-041-2/+2
| | | | | | | and Subject: [PATCH] More modules that don't lazy load Carp right. Message-ID: <20020904002157.GD2701@ool-18b93024.dyn.optonline.net> and Message-ID: <20020904003857.GE2701@ool-18b93024.dyn.optonline.net> p4raw-id: //depot/perl@17840
* allow Sys::Syslog test to fail gracefullyBrendan O'Dea2002-09-041-5/+15
| | | | | | From: "Brendan O'Dea" <bod@debian.org> Message-ID: <20020829124239.GA31934@londo.odea.dropbear.id.au> p4raw-id: //depot/perl@17826
* do not use "udp" on some platforms for Sys::SyslogSlaven Rezic2002-05-161-1/+4
| | | | | Message-Id: <20020513140224.JSLM27460.mailoutvl21@herceg.de> p4raw-id: //depot/perl@16627
* Re: Copious warnings from Sys::SyslogAndreas König2002-03-231-7/+7
| | | | | Message-ID: <m31yebvns3.fsf@anima.de> p4raw-id: //depot/perl@15448
* Re: [ID 20020322.002] install man errorsMichael G. Schwern2002-03-221-1/+1
| | | | | Message-ID: <20020322230819.GB16454@blackrider> p4raw-id: //depot/perl@15432
* patch for syslogNick Williams2002-03-201-55/+322
| | | | | Message-ID: <Pine.GSO.4.33.0203201548300.14623-200000@cwit119> p4raw-id: //depot/perl@15370
* Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7Nicholas Clark2002-03-191-0/+1
| | | | | Message-ID: <20020319215246.GC311@Bagpuss.unfortu.net> p4raw-id: //depot/perl@15338
* (was Re: [PATCH @13746] h2xs)Nicholas Clark2002-03-042-4/+3
| | | | | Message-ID: <20020304224837.GA4284@Bagpuss.unfortu.net> p4raw-id: //depot/perl@15023
* Must remember to require Socket.Jarkko Hietaniemi2001-12-121-0/+2
| | | p4raw-id: //depot/perl@13649
* No Socket, no Syslog.Jarkko Hietaniemi2001-12-121-2/+4
| | | p4raw-id: //depot/perl@13645
* Locate _PATH_LOG if it's a socket even if not #definedJarkko Hietaniemi2001-11-022-10/+18
| | | | | | (helps Tru64) From Paul David Fardy <pdf@morgan.ucs.mun.ca>, via Nicholas Clark. p4raw-id: //depot/perl@12818
* Embaressing typo in Syslog's Makefile.PLNicholas Clark2001-08-311-1/+1
| | | | | Message-Id: <20010830232150.D4950@plum.flirble.org> p4raw-id: //depot/perl@11796
* make syslog test more verboseRobert Spier2001-06-211-2/+4
| | | | | Message-ID: <15153.32264.295807.333073@rls.cx> p4raw-id: //depot/perl@10767
* Re: [PATCH] Re: [PATCH] Re: perl@10611Nicholas Clark2001-06-181-0/+1
| | | | | Message-ID: <20010618232923.I98663@plum.flirble.org> p4raw-id: //depot/perl@10697
* The Grand Trek: move the *.t files from t/ to lib/ and ext/.Jarkko Hietaniemi2001-06-182-0/+97
| | | | | | | | | | | | | | | | | | | | | | | | No doubt I made some mistakes like missed some files or misnamed some files. The naming rules were more or less: (1) if the module is from CPAN, follows its ways, be it t/*.t or test.pl. (2) otherwise if there are multiple tests for a module put them in a t/ (3) otherwise if there's only one test put it in Module.t (4) helper files go to module/ (locale, strict, warnings) (5) use longer filenames now that we can (but e.g. the compat-0.6.t and the Text::Balanced test files still were renamed to be more civil against the 8.3 people) installperl was updated appropriately not to install the *.t files or the help files from under lib. TODO: some helper files still remain under t/ that could follow their 'masters'. UPDATE: On second thoughts, why should they. They can continue to live under t/lib, and in fact the locale/strict/warnings helpers that were moved could be moved back. This way the amount of non-installable stuff under lib/ stays smaller. p4raw-id: //depot/perl@10676
* Re: perl@10611 Nicholas Clark2001-06-161-595/+2
| | | | | | | Message-ID: <20010616165247.O98663@plum.flirble.org> The .xs parts, too. p4raw-id: //depot/perl@10633
* Re: perl@10611 Nicholas Clark2001-06-161-0/+13
| | | | | Message-ID: <20010616165247.O98663@plum.flirble.org> p4raw-id: //depot/perl@10631
* The .pm changes to go with #10428.Jarkko Hietaniemi2001-06-041-5/+7
| | | p4raw-id: //depot/perl@10431
* The #10402 didn't take. Weird.Jarkko Hietaniemi2001-06-041-475/+475
| | | p4raw-id: //depot/perl@10428
* -Wall cleanup continues.Jarkko Hietaniemi2001-06-022-0/+30
| | | p4raw-id: //depot/perl@10392
* Add LOG_PERROR; prettify the "removed".Jarkko Hietaniemi2001-04-271-37/+45
| | | p4raw-id: //depot/perl@9883
* [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constantChris Bongaarts2001-04-261-1/+1
| | | | | Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu> p4raw-id: //depot/perl@9869
* more pod patchesMichael Stevens2001-03-161-1/+1
| | | | | Message-ID: <20010315212518.A18870@firedrake.org> p4raw-id: //depot/perl@9176
* [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERGMark J. Reed2000-12-191-1/+3
| | | | | Message-Id: <200012160222.VAA13986@strange.turner.com> p4raw-id: //depot/perl@8193
* Re: Minor suggestion for Sys::Syslog [PATCH]Robert Spier2000-11-291-2/+2
| | | | | | | | Message-ID: <14884.44915.86028.422238@localhost.localdomain> More checking in case someone has broken their services or protocol databases. p4raw-id: //depot/perl@7918
* make lib/syslog.t portable to systems that don't have _PATH_LOG,Gurusamy Sarathy2000-04-292-11/+18
| | | | | make _PATH_LOG() return "" if unavailable p4raw-id: //depot/perl@6018
* forked child may not exit correctly if it failed to openGurusamy Sarathy2000-04-281-1/+1
| | | | | /dev/console (from Graham Barr) p4raw-id: //depot/perl@5985
* fix Sys::Syslog breakage on domain sockets (from Tom Hughes)Gurusamy Sarathy2000-04-271-1/+1
| | | p4raw-id: //depot/perl@5969
* Sys::Syslog fix for accidental arguments to autoloaded constantsGurusamy Sarathy2000-03-142-31/+30
| | | p4raw-id: //depot/perl@5746
* /dev/console may not be writable in Syslog.pm (from Ask Bjoern HansenGurusamy Sarathy2000-03-031-4/+5
| | | | | <ask@valueclick.com>) p4raw-id: //depot/perl@5489
* Add socklen_t probe; Configure maintenance.Jarkko Hietaniemi2000-02-221-1/+1
| | | p4raw-id: //depot/cfgperl@5213
* Probe for <sys/utsname.h>.Jarkko Hietaniemi2000-02-151-2/+1
| | | p4raw-id: //depot/cfgperl@5115
* Integrate with Sarathy.Jarkko Hietaniemi2000-02-154-0/+239
|\ | | | | p4raw-id: //depot/cfgperl@5114
| * add XS version of Sys::Hostname (from Greg BaconGurusamy Sarathy2000-02-154-0/+239
| | | | | | | | | | <gbacon@itsc.uah.edu>) p4raw-id: //depot/perl@5110
* | silly compilers don't know that croak() exitsJarkko Hietaniemi2000-02-141-0/+6
|/ | | | | and complain about unitialized RETVALs p4raw-id: //depot/cfgperl@5087
* Use <syslog.h>, not <sys/syslog.h>.Jarkko Hietaniemi2000-02-041-1/+3
| | | p4raw-id: //depot/cfgperl@4992
* Sys::Syslog goes the XS way (from Tom Hughes <tom@compton.nu>)Gurusamy Sarathy2000-02-043-0/+935
p4raw-id: //depot/perl@4980