summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Another makefile portability fix for Win32 by Steve Hay.Rafael Garcia-Suarez2004-03-082-8/+8
* win32_fstat has a potential buffer overrun problemJan Dubois2004-03-081-0/+4
* Fix Dave's original shared hash key corruption bugNicholas Clark2004-03-071-0/+6
* Add a readonly check to Perl_sv_utf8_upgrade_flags, a regresion testNicholas Clark2004-03-073-6/+19
* undef and the range operatorMarcus Holland-Moritz2004-03-072-19/+26
* Re: [PATCH Cwd 2.15] test tweak for VMSKen Williams2004-03-071-7/+22
* line-end tweak for VMSCraig A. Berry2004-03-071-2/+2
* test tweak for VMSCraig A. Berry2004-03-061-3/+3
* Allow syslog() to use numeric constants in addition to strings forJim Schneider2004-03-061-1/+2
* Make threads tests pass make minitest (by skipping)Nicholas Clark2004-03-062-8/+8
* fix coredump in /(?{sub{}})/Dave Mitchell2004-03-061-2/+5
* A small perluniintro clarification by Jarkko.Rafael Garcia-Suarez2004-03-051-1/+1
* Re: Strange segfaultMarcus Holland-Moritz2004-03-052-2/+22
* Fix PERLEXE_ICO/PERLEXE_RES targets in makefile.mk on Win32Steve Hay2004-03-051-4/+4
* Change 22436 broke the Windows build.Rafael Garcia-Suarez2004-03-051-1/+10
* silence some compiler warningsDave Mitchell2004-03-052-3/+3
* ensure utf8::encode() normalises its argDave Mitchell2004-03-041-3/+3
* [perl #27206] Memory leak in continue loopDave Mitchell2004-03-042-1/+25
* Add perldiag entry for change #22435 (deprecate my $x if 0)Dave Mitchell2004-03-041-0/+16
* Re: [perl #25270] 5.8.3 - POSIX::ctermid() on Solaris Andy Dougherty2004-03-041-1/+3
* add deprecation warning for my $x if 0Dave Mitchell2004-03-042-0/+42
* remove an 'if $a if 0' from AutoSplit.tDave Mitchell2004-03-041-1/+1
* retract 22328 and 22332: deprecation warning for my $x if fooDave Mitchell2004-03-048-122/+5
* Maintainers.pl update by MJD.Rafael Garcia-Suarez2004-03-041-4/+3
* Fix [perl #27357] Scalar Win32::GetOSVersion() broken in 5.8.3Rafael Garcia-Suarez2004-03-043-0/+20
* Clarify the difference between utf8::downgrade/upgradeRafael Garcia-Suarez2004-03-042-10/+17
* A couple of notes in perl591deltaRafael Garcia-Suarez2004-03-031-0/+9
* simplify sv.hArtur Bergman2004-03-031-6/+6
* Speed up the unicode case mappings (for /i, lc, uc, etc).Jarkko Hietaniemi2004-03-037-337/+345
* debugger (5.8.x and 5.9.x)Richard Foley2004-03-031-7/+61
* stop t/op/write.t failures under stdio by always closing filesDave Mitchell2004-03-031-20/+26
* Change the skip logic on the unicode tests so that they don't rely onNicholas Clark2004-03-025-15/+11
* Work on eliminating systematic failures on make minitest:Nicholas Clark2004-03-029-26/+45
* Remove machine-dependent rounding dependency from write overflowDave Mitchell2004-03-021-7/+7
* nmake distclean cleans too much from lib/Digest on Win32Steve Hay2004-03-022-4/+0
* add tests for change 22414 (lvalue substr jollity)Dave Mitchell2004-03-011-1/+21
* integrate Time::HiRes 1.56 from CPANDave Mitchell2004-03-013-3/+9
* Make panics a bit more verbose to ease debugging.Marcus Holland-Moritz2004-02-291-32/+64
* [perl #24521] make test breaks permissions on /dev/ttyDave Mitchell2004-02-291-1/+3
* Re: [perl #24346] pulling in stuff from outside the substr lvalueGraham Barr2004-02-291-2/+7
* Bump Socket's version to a real floating point valueNicholas Clark2004-02-291-1/+1
* Back out _01 version suffix.Abhijit Menon-Sen2004-02-291-1/+1
* Bump version numbers of moules affected by change #22258Dave Mitchell2004-02-2810-10/+10
* make the bison-based parser threadsafe and capable of deepDave Mitchell2004-02-2810-86/+27
* Use File::Temp for tempfiles if it is available.Nicholas Clark2004-02-281-5/+17
* Fix segfaults when running under -Dx.Marcus Holland-Moritz2004-02-281-5/+5
* Assimilate Cwd 2.15 from CPANNicholas Clark2004-02-272-1/+13
* Create a new local $_ without triggering tie by using local *_ = \my $aNicholas Clark2004-02-272-4/+38
* When threads are active we need -lpthread, but previous `fix' ofH.Merijn Brand2004-02-271-3/+2
* Correct thinko in comment.Nicholas Clark2004-02-271-1/+1