summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in the description of change 27911Nicholas Clark2007-01-241-1/+1
* Wrap the macro arguments for ck_proto in ().Nicholas Clark2007-01-241-1/+2
* fix a few references in perlfunc.htmlJan Dubois2007-01-241-5/+5
* Improve documentation PERLIO default value in perlrun.podJan Dubois2007-01-241-1/+2
* Upgrade to Time::Local 1.16Rafael Garcia-Suarez2007-01-242-6/+20
* Add lib to @INC so that ./perl t/op/local.t works.Nicholas Clark2007-01-231-0/+1
* Change 29936 missed a ;Nicholas Clark2007-01-231-1/+1
* Fix to Time::Local to fix problems with leap year calculation.Steve Peters2007-01-231-1/+4
* Upgrade to File-Temp-0.18.Steve Peters2007-01-233-32/+24
* Upgrade to AutoLoader-5.63Steve Peters2007-01-231-1/+1
* Upgrade to Test-Simple-0.67Steve Peters2007-01-235-5/+5
* Upgrade to Math-Complex-1.37.Steve Peters2007-01-233-15/+14
* Time::Local patch take 2Dave Rolsky2007-01-232-10/+32
* [perl #41318] Patch: win32.c typo in #define MULTIPLICITYDevin Heitmueller2007-01-231-1/+1
* Disable positive lookaround optimisationsYves Orton2007-01-222-2/+5
* Fix a typo and some doubled spaces in comments.Nicholas Clark2007-01-223-6/+6
* Remove duplicate assignment to PL_eval_root in Perl_create_eval_scopeNicholas Clark2007-01-221-1/+0
* Fix my typo, as spotted by Steve PetersNicholas Clark2007-01-221-1/+1
* Assignments to function pointers can't be NULL, as that's a pointer toNicholas Clark2007-01-211-211/+216
* Restore the const to vtbl in Perl_mg_localize() removed in changeNicholas Clark2007-01-211-1/+1
* Remove register keyword from dSP; (at least for now)Nicholas Clark2007-01-211-1/+1
* Refactor the common soft-reference code from pp_rv2sv and pp_rv2avNicholas Clark2007-01-215-59/+69
* defined @$foo and defined %$bar should be subject to strict 'refs';Nicholas Clark2007-01-203-7/+24
* Upgrade to version-0.69Steve Peters2007-01-201-1/+1
* Re: Race condition in IPC::Open3 / Mac OS?Bo Lindbergh2007-01-201-3/+9
* Add PAUSE2007.pub keySteve Peters2007-01-202-0/+63
* Upgrade to CPAN-1.88_69.Steve Peters2007-01-203-293/+686
* Re: [PATCH] fix unicode split /\s+/SADAHIRO Tomoyuki2007-01-192-24/+43
* Yves spotted that I'd not regenerated perlapi.pod when I addedNicholas Clark2007-01-191-5/+18
* Marcus Holland-Moritz notes that the first argument toNicholas Clark2007-01-192-4/+2
* Fix breakage for -DDEBUGGING accidentally introduced with change 29882.Nicholas Clark2007-01-191-1/+1
* Add a parameter to Perl_get_arena() to pass in the SV type, and recordNicholas Clark2007-01-194-24/+21
* I think that it's clearer if aroot is only struct arena_set *Nicholas Clark2007-01-191-7/+12
* fix unicode split /\s+/Yves Orton2007-01-192-10/+69
* As Perl_get_arena() is dealing with sizes, use size_t rather than int,Nicholas Clark2007-01-193-4/+4
* Move C<static bool done_sanity_check;> inside the only function thatNicholas Clark2007-01-181-7/+4
* Add in missing dVAR that prevents compilation withNicholas Clark2007-01-181-0/+2
* Move the flag checking for isGV_with_GP() into the call to visit()Nicholas Clark2007-01-181-2/+3
* Add missing SVfARG()s in require_tie_mod().Marcus Holland-Moritz2007-01-181-2/+2
* Given that we now do the tests in S_visit() to avoid calling theNicholas Clark2007-01-181-2/+4
* perl rebuilds because of gcc's -g flagMarcus Holland-Moritz2007-01-181-0/+1
* Re: [PATCH] win32_async_check() can still loop indefinitelyJan Dubois2007-01-181-1/+1
* As PVLVs can hold globs in some cases, I think that we should beNicholas Clark2007-01-181-10/+5
* disable parser stack cleanup on reduce croak (too fragile)Dave Mitchell2007-01-181-1/+17
* Fix a typo in Dynaloader_pm.PL.Marcus Holland-Moritz2007-01-171-1/+1
* Replace SvRELEASE_IVX(dstr) with SvOOK_off(dstr) in sv_setsv_flags(),Nicholas Clark2007-01-171-1/+1
* Make PERL_OLD_COPY_ON_WRITE build again. Inline Perl_sv_release_IVX().Nicholas Clark2007-01-177-45/+24
* If we use SvUPGRADE() rather than sv_upgrade() then it can make theNicholas Clark2007-01-171-3/+2
* Re: [PATCH] symbian/xsbuild.pl patching continuesJarkko Hietaniemi2007-01-171-0/+6
* Reentrant functions appear to still be broken in NetBSD 3.1.Steve Peters2007-01-161-1/+1