summaryrefslogtreecommitdiff
path: root/ext/POSIX/POSIX.pm
Commit message (Expand)AuthorAgeFilesLines
* Move POSIX.pm to lib/POSIX.pm to fix autosplitter problemJerry D. Hedden2010-08-171-1042/+0
* POSIX.pm - minor change to POSIX.xs since 5.11.2 - bump the versionJesse Vincent2009-12-201-1/+1
* POSIX::strftime() should be able to handle Unicode characters in the formatNicholas Clark2009-10-151-1/+1
* Hmmm... this may be a heisenbug. Works on some terminals but notSteve Peters2009-10-151-1/+1
* POSIX::strftime() should be able to handle Unicode characters in theSteve Peters2009-10-151-1/+1
* Adjustments to POSIX for the Haiku portIngo Weinhold2009-01-051-1/+1
* Eliminate POSIX::int_macro_int, and all the complex AUTOLOAD fandangoNicholas Clark2008-05-211-14/+4
* Remove POSIX's internal implementation of S_ISBLK, S_ISCHR, S_ISDIR,Nicholas Clark2008-05-151-3/+4
* It transpires that POSIX.xs also duplicated several constants definedNicholas Clark2008-05-151-2/+4
* $VERSION++ for all the non-dual life modules in ext/ thatNicholas Clark2008-03-311-1/+1
* 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