summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Further potential pitfalls for the utf8 len/pos cacheJarkko Hietaniemi2003-03-161-0/+23
* Make the :bytes conditional on PerlIO.Jarkko Hietaniemi2003-03-161-5/+7
* Needs PerlIO for :bytes.Jarkko Hietaniemi2003-03-151-5/+4
* Re: [fix] [perl #21575] Bug with print( followed by a newlineAdrian M. Enache2003-03-142-1/+11
* Time::HiRes is a core moduleRafael Garcia-Suarez2003-03-141-3/+4
* [patch ext/B/typemap] STRLEN T_UVStas Bekman2003-03-141-1/+1
* Better pass in the $self for a method.Jarkko Hietaniemi2003-03-141-1/+2
* Cleanup the File::Spec tmpdir() implementations:Jarkko Hietaniemi2003-03-149-110/+123
* whichsig() really does return -1 for unknown signals.Jarkko Hietaniemi2003-03-141-1/+1
* Rework the @Config{/sig.*/} tests.Jarkko Hietaniemi2003-03-141-5/+2
* configure.com: sig_num, etc.Craig A. Berry2003-03-141-21/+18
* Make whichsig() to work also if some system definesJarkko Hietaniemi2003-03-142-6/+6
* Since Configure does the signal name/number probe with awkJarkko Hietaniemi2003-03-141-3/+3
* Signal issues.Jarkko Hietaniemi2003-03-145-76/+318
* Hopefully this works also in Win32.Jarkko Hietaniemi2003-03-141-1/+1
* Perldoc.pm tweak for VMSCraig A. Berry2003-03-141-1/+1
* fix for switchC.t test#6 failure on windowsGurusamy Sarathy2003-03-141-4/+0
* Config.t wasn't getting the sig_num and sig_size relationshipGurusamy Sarathy2003-03-141-1/+1
* another fix for failing test on windows ("use encoding" putsGurusamy Sarathy2003-03-141-1/+1
* fix CJKT.t failures on windows due to incorrect binmode()Gurusamy Sarathy2003-03-141-1/+0
* Skip the last test of Config.t on HP-UX.Rafael Garcia-Suarez2003-03-131-1/+4
* [perl #20755] [PATCH] 5.8.0 h2ph barfs on checksum.h on RH6.2/7.2 Kurt Starsinic2003-03-133-4/+24
* checking for magic in hv.c and ext/POSIX/POSIX.xsCraig A. Berry2003-03-131-4/+8
* Some more stdlib.h inclusions and change the gccversionJarkko Hietaniemi2003-03-131-4/+8
* Trims slashes from the argument to rmdir(), likewiseRafael Garcia-Suarez2003-03-121-20/+28
* VOS nit from Paul Green.Jarkko Hietaniemi2003-03-121-1/+1
* File::Spec: Do not fall back to '', use curdir instead.Jarkko Hietaniemi2003-03-126-9/+6
* File::Temp tests were failing in Cygwin if $ENV{TMPDIR}Jarkko Hietaniemi2003-03-121-0/+20
* Another finding by IRIX cc: non-void functionJarkko Hietaniemi2003-03-121-3/+4
* Integrate:Jarkko Hietaniemi2003-03-124-3926/+0
* Integrate:Jarkko Hietaniemi2003-03-1221-40/+3992
* Cygwin doesn't like initing the $0 mutex in perl_construct()Jarkko Hietaniemi2003-03-121-3/+1
* Ouch. Missed one more, the void flags check (and exit() is void).Jarkko Hietaniemi2003-03-121-4/+4
* Tell how to possibly dodge 'Out of memory' errors.Jarkko Hietaniemi2003-03-121-0/+6
* WinCE tweaks from Vadim Konovalov.Jarkko Hietaniemi2003-03-113-2/+8
* Missed one.Jarkko Hietaniemi2003-03-111-2/+2
* Single vs doublequoted context is important...Jarkko Hietaniemi2003-03-111-4/+4
* """glob.*""" patch for VMS, from Peter Prymmer.Jarkko Hietaniemi2003-03-112-15/+64
* Questionable construct.Rafael Garcia-Suarez2003-03-111-1/+1
* Better setmode() prototype for cygwin.Jarkko Hietaniemi2003-03-111-1/+2
* Solaris cc wants prototype for exit(), so <stdlib.h> needed.Jarkko Hietaniemi2003-03-111-100/+160
* The 0, in the assert_not_ROK() makes IRIX cc to worryJarkko Hietaniemi2003-03-111-8/+8
* Uid_t and Gid_t can easily be shorts and one cannotJarkko Hietaniemi2003-03-112-0/+16
* io_sock.tNorton T. Allen2003-03-112-11/+22
* Get rid of one Cygwin warning by introducing a prototypeJarkko Hietaniemi2003-03-111-0/+4
* Upgrade to Time-HiRes 1.43.Jarkko Hietaniemi2003-03-113-6/+11
* Be more lax about the out of memory error message.Jarkko Hietaniemi2003-03-111-1/+1
* Try to handle hitting the heap/data limit in small systems.Jarkko Hietaniemi2003-03-111-5/+16
* typo for utf8locale in #18907Hugo van der Sanden2003-03-111-1/+1
* clear PL_exitlist in perl_destructCraig A. Berry2003-03-111-0/+3