summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* pp_sys.c: some Coverity findings: NULL guards for format cvJarkko Hietaniemi2006-04-102-8/+6
* pp_sys.c: some Coverity findings: NULL guards for io pointersJarkko Hietaniemi2006-04-101-3/+3
* es: quiet some warnings (with a free AIX cpp insanity avoidance tip)Jarkko Hietaniemi2006-04-103-7/+7
* True consting goodness in regexesAndy Lester2006-04-104-71/+65
* Fix pointer error in change 27741, spotted by John E. Malmberg.Nicholas Clark2006-04-091-2/+2
* Re: [PATCH] perlio.c: Coverity finding: finding false (Coverity notable to fo...Jarkko Hietaniemi2006-04-091-1/+1
* Re: [PATCH] locale.c: Coverity findingJarkko Hietaniemi2006-04-091-0/+3
* Rename variables in some mg_* funcsAndy Lester2006-04-091-11/+15
* fix potential null deref introduced by change #27716Dave Mitchell2006-04-081-1/+1
* perlio.c: Coverity finding: finding false (Coverity not able to follow vtable...Jarkko Hietaniemi2006-04-081-0/+2
* sv.c, rs.t, perlvar.pod (Coverity finding: did you know what happens with $/=...Jarkko Hietaniemi2006-04-083-14/+20
* As av_dup, gv_dup and hv_dup are the same as sv_dup, code in variousNicholas Clark2006-04-081-25/+8
* By swapping the order of pushes onto the save stack forNicholas Clark2006-04-082-8/+3
* Teach ss_dup about SAVEt_RE_STATE. (As correctly as it ever was before)Nicholas Clark2006-04-081-0/+72
* ss_dup of SAVEt_COP_ARYBASE can use the same code as SAVEt_I8.Nicholas Clark2006-04-081-0/+1
* Give more information in the panic in ss_dup. (Although I'm not sureNicholas Clark2006-04-071-1/+1
* Make perl_fini() run when compiling perl withGisle Aas2006-04-071-0/+2
* Patch from Jarkko to fix breakage caused by change #27649Steve Hay2006-04-072-12/+18
* Oops. Being too terse for my own good - it's not a great idea to chainNicholas Clark2006-04-071-1/+2
* [patch@27694] VMS RMSEXPAND/PERL_CANDO fixesJohn E. Malmberg2006-04-072-473/+146
* Move all the regexp state variables into a single structure.Nicholas Clark2006-04-068-282/+47
* Re: Smoke [5.9.4] 27728 FAIL(F) MSWin32 WinXP/.Net SP2 (x86/2 cpu)Rafael Garcia-Suarez2006-04-061-1/+1
* Fix skip count in ext\B\t\lint.tSteve Hay2006-04-061-1/+1
* Save the regexp engine state as 1 block on the save stack.Nicholas Clark2006-04-054-36/+155
* Re: expr foreach (...) isn't a B::Lint warning anymoreJoshua ben Jore2006-04-052-10/+48
* Perl_save_alloc can use the new(er) SSGROW rather than looping.Nicholas Clark2006-04-051-3/+1
* Assigning undef to an entry in %ENV shouldn't produce warnings, evenRafael Garcia-Suarez2006-04-052-2/+7
* Try not to use negative values when accessing arrays in C. Yet anotherSteve Peters2006-04-051-0/+1
* Initializing variables is good. This is another Coverity catch.Steve Peters2006-04-051-1/+1
* perlio.c breaks on Solaris/gcc when > 256 FDs are availableAlan Burlison2006-04-051-25/+1
* There should be only one META.yml fileRafael Garcia-Suarez2006-04-053-24/+0
* Fix test portability on non-ASCII platformsSADAHIRO Tomoyuki2006-04-051-1/+1
* Document the functions htmlify() and anchorify() in Pod::Html.Steve Peters2006-04-051-12/+27
* Simplify tests for fork() capabilitiesSteve Hay2006-04-053-27/+21
* (??{...}) didn't always restore PL_reg_re.Dave Mitchell2006-04-051-1/+3
* eliminate PL_regprecomp, PL_regprogram, PL_regnpar and PL_regdataDave Mitchell2006-04-059-116/+62
* restructure the EVAL branch of regmatch() to minimise local var scopeDave Mitchell2006-04-051-81/+86
* Re: Making IO::Socket pass test on Win32Jim Cromie2006-04-041-3/+3
* FEATURE_IS_ENABLED takes only one parameter now, so reflect that inRafael Garcia-Suarez2006-04-041-2/+1
* threads.pm should overload != operatorJan Dubois2006-04-042-13/+17
* Fix syntax error in io_pipe testRafael Garcia-Suarez2006-04-041-1/+1
* Re: Making IO::Socket pass test on Win32Yves Orton2006-04-045-40/+105
* Move conditional SOCKS5 code into #ifdefsAndy Lester2006-04-041-25/+14
* Change 27592 disabled the building of manpages for non core-extensionsGisle Aas2006-04-041-9/+4
* "smart match" description in overload.pm is in the middle of "fallback" sectionJan Dubois2006-04-041-5/+5
* sort out some utime() issues on VMSCraig A. Berry2006-04-042-34/+50
* 2nd patch to sync blead 'threads' with CPAN [REPOST]Jerry D. Hedden2006-04-039-185/+317
* Two modules in ext/ have dependencies that are post-miniperl.Nicholas Clark2006-04-031-1/+18
* Regeneration after backports of #27447, #27484, #27485, #27488,H.Merijn Brand2006-04-032-667/+670
* undo #27700 and add a missing Safefree()Dave Mitchell2006-04-031-1/+3