summaryrefslogtreecommitdiff
path: root/ext/POSIX/POSIX.pm
Commit message (Expand)AuthorAgeFilesLines
* Make the isdst argument to asctime and mktime default to -1Rafael Garcia-Suarez2007-03-151-1/+1
* Add a regression test to verify that POSIX::AUTOLOAD works,Rafael Garcia-Suarez2006-12-191-0/+1
* Disable strictures in POSIX AUTOLOADRafael Garcia-Suarez2006-12-191-0/+1
* Ensure that POSIX.pm is strict and warnings compliant throughout ifNicholas Clark2006-12-181-3/+3
* Given that POSIX already has AutoLoader loaded, move as much asNicholas Clark2006-12-181-57/+61
* POSIX::SigAction::new can be moved into the AUTOLOAD section.Nicholas Clark2006-12-181-1/+1
* POSIX::remove() and directoriesPeter Dintelmann2006-11-221-1/+1
* Additional changes to get C++ a little closer to a clean compileSteve Peters2006-08-161-1/+1
* POSIX and Fcntl both export the same constants derived from the sameNicholas Clark2006-01-091-0/+5
* Tweak the code that generates unique entries in @POSIX::EXPORT so thatNicholas Clark2006-01-081-4/+5
* De-duplicate the items in @EXPORT. (@EXPORT is built from all the tags,Nicholas Clark2005-12-231-3/+7
* C<use Foo;> inside Foo.pm considered a "bad thing"Nicholas Clark2005-07-191-8/+11
* allow POSIX SIGRTMIN...SIGRTMAX signals (and plug a core dump)Jarkko Hietaniemi2005-07-191-5/+70
* Refactoring to Sv*_set() macros - patch #5Steve Peters2005-04-191-1/+1
* Add a lchown() call to the POSIX module. [perl #27547]Rafael Garcia-Suarez2004-03-161-1/+2
* Fix the order of arguments in the usage message ofRafael Garcia-Suarez2004-03-151-1/+1
* Bump VERSION numbersNicholas Clark2003-12-301-1/+1
* Re: script wantedNicholas Clark2003-08-131-1/+1
* Try simple workaround for the POSIX autosplit.ix warning.Jarkko Hietaniemi2003-08-101-2/+2
* Re: POSIX::divMichael G. Schwern2003-07-171-2/+2
* Safe signals via POSIX::sigactionChip Salzenberg2003-07-091-1/+2
* Fix [perl #19860] by adding a POSIX::fsync() stub.Rafael Garcia-Suarez2003-01-221-1/+5
* Re: [PATCH 5.8.0] add accessors for POSIX::SigActionBrendan O'Dea2002-09-041-3/+12
* Re: [ID 20020523.001] POSIX::sleep not POSIX compliantAbigail2002-05-231-1/+1
* POSIX: add isatty to @EXPORT_OK, reformat.Jarkko Hietaniemi2002-02-261-16/+55
* POSIX to understand _SC_PAGESIZEBlair Zajac2001-12-301-1/+1
* Fix mis-parse of autoloaded usage code by declaring the subNick Ing-Simmons2001-12-221-4/+6
* more POSIX tests, and more autoloadingNicholas Clark2001-12-171-20/+15
* Add LC_MESSAGES to the locale_h export tag (it already isJarkko Hietaniemi2001-07-131-2/+3
* Re: ext/ + -WallNicholas Clark2001-06-131-13/+10
* Re: [PATCH] POSIX::getcwd()Benjamin Sugars2001-03-211-14/+0
* A modified version ofanders@broadcom.com2001-03-091-1/+1
* Make the POSIX::setuid and POSIX::setgid to really call setuid()Garry T. Williams2000-11-011-10/+0
* integrate cfgperl changes#6261..6266 into mainlineGurusamy Sarathy2000-07-111-1/+1
* avoid warnings in POSIX.pm (from Barrie Slaymaker)Gurusamy Sarathy2000-05-281-2/+2
* reduce memory consumption of POSIX.pm (from Ilya Zakharevich)Gurusamy Sarathy2000-02-061-178/+181
* s/use vars/our/g modules that aren't independently maintained on CPANGurusamy Sarathy2000-01-231-3/+2
* applied suggested patch; removed $VERSION = $VERSION hackIlya Zakharevich1999-12-031-4/+4
* decrease memory footprint of standard modulesIlya Zakharevich1999-07-271-3/+7
* POSIX::redef setv?buf() to IO::Handle:: (by gbarr).Jarkko Hietaniemi1999-02-021-0/+8
* POSIX getpgrp is not -w cleanW. Phillip Moore1999-01-061-1/+1
* Integrate mainperl.Jarkko Hietaniemi1998-10-171-51/+51
* hand-apply whitespace-mutiliated patchNicholas Clark1998-08-021-1/+1
* mknod() is not POSIX, so remove the POSIX pieces from change#1199Gurusamy Sarathy1998-06-251-1/+1
* applied patch, moved #define mkfifo ... from perl.h to POSIX.xsJarkko Hietaniemi1998-06-231-1/+1
* [win32] support POSIX, enable more locale testsGurusamy Sarathy1998-04-171-1/+8
* Add missing export of "nice" to ext/POSIX/POSIX.pm (Phil Tait)Malcolm Beattie1998-04-021-0/+1
* Fix POSIX::raise()Jens T. Berger Thielemann1997-04-011-2/+2
* Update $VERSION of DynaLoader and POSIXChip Salzenberg1997-01-291-1/+1
* [inseparable changes from patch from perl5.003_22 to perl5.003_23]perl-5.003_23Perl 5 Porters1997-01-251-11/+20