summaryrefslogtreecommitdiff
path: root/ext/Sys
Commit message (Collapse)AuthorAgeFilesLines
* 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