summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Forgot to add the new files for 29248.Nicholas Clark2006-11-124-0/+72
* Change 24714 was arguably over-ambitious, in that non-core modulesNicholas Clark2006-11-126-8/+56
* Looks like I didn't actually test the COW conditional code inNicholas Clark2006-11-122-3/+3
* (2nd version) small tweaks based on smoke signsJarkko Hietaniemi2006-11-123-4/+4
* Reinstate warning 'Useless use of "re" pragma'Rafael Garcia-Suarez2006-11-121-2/+3
* Upgrade to Test-Simple-0.65.Steve Peters2006-11-106-5/+7
* Add to Attribute::Handlers the ability to report caller's file and lineDavid Feldman2006-11-094-17/+81
* Silence warnings in Pod::ManRafael Garcia-Suarez2006-11-091-0/+1
* ***speculative*** was RE: [PATCH] regexec.c - silence compiler warningRobin Barker2006-11-092-17/+17
* regcomp.c: printf arg castsJarkko Hietaniemi2006-11-091-3/+4
* [perl #40718] perl parser bug leading to memory corruptionDave Mitchell2006-11-081-5/+3
* Configure patch to add detection for DIR.dd_fd member variableSteve Peters2006-11-0815-2/+62
* fails under minitestRobin Barker2006-11-081-10/+15
* Change the documentation of the return values of @INC-hooks to matchRafael Garcia-Suarez2006-11-081-9/+3
* Supress df warning in stat.t on OS XMichael G Schwern2006-11-081-1/+1
* Don't use the PERL_MSVCRT_READFIX when using VC++ 7.x onwards.Steve Hay2006-11-083-17/+12
* Type change to avoid signed/unsigned compiler warningsRafael Garcia-Suarez2006-11-081-1/+1
* Regenerate Changes; update perldeltaRafael Garcia-Suarez2006-11-082-2/+993
* Re: New version diagnostic breaks a bunch of modules.Glenn Linderman2006-11-081-3/+7
* Perl_die() / Perl_croak()Philip M. Gollucci2006-11-082-7/+4
* Patch for bug in SelfLoader.pmMike Schilli2006-11-081-2/+2
* Use $HOME/localperl as default prefix for installing perlRafael Garcia-Suarez2006-11-071-1/+4
* More notes in perldeltaRafael Garcia-Suarez2006-11-071-1/+20
* Forbid using tainted formats in printf and sprintfRafael Garcia-Suarez2006-11-074-1/+21
* Re: [PATCH] [perl #40668] Data::Dumper fails to dump all hash keys when itert...Jerry D. Hedden2006-11-072-2/+18
* Because I like pain. An update to READMEJesse Vincent2006-11-071-74/+108
* New regex syntax omnibusYves Orton2006-11-0715-383/+840
* assert() that SvPV_set() isn't used on arrays.Nicholas Clark2006-11-069-21/+22
* assert() that SvPV_set() isn't used on hashes.Nicholas Clark2006-11-062-5/+4
* assert() that scalars are of the correct type in *set macros.Nicholas Clark2006-11-061-0/+11
* Get Visual C++ 2005 (aka Visual C++ 8.x) support off the groundSteve Hay2006-11-064-0/+41
* Re: [PATCH] Detecting bad /dev/null's in ConfigureMichael Cummings2006-11-061-1/+13
* Re: [PATCH] Detecting bad /dev/null's in ConfigureMichael Cummings2006-11-061-0/+7
* Re: [perl #26136] localtime(3) calls tzset(3), but localtime_r(3) may not.SADAHIRO Tomoyuki2006-11-061-19/+17
* Sync Pod::Usage with the CPAN versionRafael Garcia-Suarez2006-11-061-9/+10
* The non-unix parts for localtime_r_needs_tzsetH.Merijn Brand2006-11-0622-1/+78
* Re: the new t/run/cloexec.t failing in Solaris and Tru64Andrew Savige2006-11-061-30/+40
* Upgrade to Test::Simple 0.64_03Rafael Garcia-Suarez2006-11-0616-111/+107
* Change reentr.pl to generate reentr.h accordingly to change 29209Rafael Garcia-Suarez2006-11-061-0/+3
* RE: [perl #26136] localtime(3) calls tzset(3), but localtime_r(3) may not.Benjamin Holzman2006-11-064-5/+74
* Silence a cast warningRafael Garcia-Suarez2006-11-061-1/+1
* PVCVs no longer allocate memory for the SvNVX slot, so assert thatNicholas Clark2006-11-061-0/+1
* In pipe_exit_routine in vms/vms.c, mark a subprocess we've deletedCraig A. Berry2006-11-061-0/+1
* Re: [perl #40641] crash with unicode characters in regex commentSADAHIRO Tomoyuki2006-11-049-39/+366
* Change 27506 wasn't quite correct - the copy of the AMAGIC flag shouldNicholas Clark2006-11-042-6/+9
* New test for close-on-exec ($^F): t/run/cloexec.tAndrew Savige2006-11-042-0/+165
* replace S_sv_pos_b2u_forwards with utf8_length (was: sv_pos_b2u dislikes the ...SADAHIRO Tomoyuki2006-11-035-48/+21
* The assignment to $VERSION must be on its own line, forRafael Garcia-Suarez2006-11-031-1/+3
* threads 1.49Jerry D. Hedden2006-11-036-10/+21
* Wrap the $VERSION initialization of DynaLoader in a BEGIN blockgml4410@ggr.co.uk2006-11-031-1/+1