summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to Test::Harness 2.48Rafael Garcia-Suarez2005-04-249-771/+972
* Add -Wdeclaration-after-statement to default flags for gcc 3+Steve Peters2005-04-241-2/+16
* Add %patchlevel hash to Module::CoreListRafael Garcia-Suarez2005-04-241-2/+31
* lib/Time/Local.t: time_t is unsigned on VMSCraig A. Berry2005-04-241-1/+4
* Variable declarations can't come after statements in C89.Nicholas Clark2005-04-231-1/+2
* Save state when auto-generating #ifdef PERL_CORE and PERL_CORE/PERL_EXTNicholas Clark2005-04-232-1299/+52
* Fix for warnings in util.c/Perl_init_tm()Steve Peters2005-04-231-1/+3
* Convert to test.plNicholas Clark2005-04-221-331/+341
* t/uni/class.t -- update VMS test skippageCraig A. Berry2005-04-221-1/+1
* Patch by Yves Orton to accept several options on the corelist(1)Rafael Garcia-Suarez2005-04-222-12/+26
* Fix last remaining Win32 linker error following change 24271Steve Hay2005-04-221-1/+1
* There's no point listing '-f' in --help outputRafael Garcia-Suarez2005-04-221-0/+2
* For now, TODO the 2 tests that fail on 5.8.xNicholas Clark2005-04-221-1/+9
* -A wasn't listed in the --help outputRafael Garcia-Suarez2005-04-221-0/+1
* Fix more Win32 linker errors following change 24271Steve Hay2005-04-225-17/+18
* pp_pack.c warning quietingAndy Lester2005-04-221-26/+26
* Fix Win32 linker errors following change 24271Steve Hay2005-04-221-0/+45
* bytecode.pl, bytecode.h, and sv.h fixesSteve Peters2005-04-224-8/+16
* Fix my_chsize() for systems having chsize(), broken by change #24271Steve Hay2005-04-221-0/+1
* Sigh - really bump Text::Wrap version number this time.Dave Mitchell2005-04-211-1/+1
* bump version number in Text::Wrap after change #24273Dave Mitchell2005-04-210-0/+0
* [perl #34902] Text::Wrap::wrap() fails with non-space separatorDave Mitchell2005-04-212-7/+23
* Symbian port of PerlJarkko Hietaniemi2005-04-21119-750/+7688
* [perl #34976] substr uses utf8 length cache incorrectlyDave Mitchell2005-04-212-2/+9
* extra code in pp_concat, Take 2Andy Lester2005-04-212-20/+26
* patch to [PATCH] Fix MGVTBL structures in perl.h (preprocessorDavid Dyck2005-04-201-4/+8
* In change 24266 I failed to actually change anything. Sigh.Dave Mitchell2005-04-201-1/+1
* change misleading syslog() exampleDave Mitchell2005-04-200-0/+0
* [perl #35059] [PATCH] caller() skips frames (such as eval() frames) if $^P set glasser@tang-eleven-seventy-nine.mit.edu2005-04-203-5/+35
* Fix MGVTBL structures in perl.hAndy Lester2005-04-201-131/+346
* Refactoring to Sv*_set() macros - patch #6Steve Peters2005-04-204-13/+21
* Merge common code. Reduces object size by 1K on x86, 6K on PPCNicholas Clark2005-04-201-122/+77
* run regen_headers after addition of FOO_set() macrosDave Mitchell2005-04-191-7/+7
* pad_compname_type(), takes care of a clunky macroAndy Lester2005-04-195-4/+20
* DEBUG_LEAKING_SCALARS could use the value of a freed PL_opDave Mitchell2005-04-191-0/+4
* Don't set things to zero twice. Once is enough. (see also change 15255)Nicholas Clark2005-04-191-42/+15
* Restore SvEND_setNicholas Clark2005-04-191-0/+3
* Force RVALUE macros when in PERL_DEBUG_COWNicholas Clark2005-04-192-21/+32
* Avoid generating thousands of UTF-8 warnings when testing under aNicholas Clark2005-04-191-8/+8
* Simplify PERL_DEBUG_PAD_ZERO so it continues to expand toRafael Garcia-Suarez2005-04-191-1/+3
* Refactoring to Sv*_set() macros - patch #5Steve Peters2005-04-1936-217/+239
* Add CLONE_SKIP() class method to allow individual classes to skipDave Mitchell2005-04-195-6/+178
* PERL_DEBUG_COW for SvUVX and SvPVXNicholas Clark2005-04-182-5/+5
* SvPV_renew also calls SvLEN_setNicholas Clark2005-04-184-12/+24
* Replace Renew(SvPVX(...)...) with SvPV_renew, which avoids an LVALUENicholas Clark2005-04-184-6/+10
* A more efficient way of expressing the MALLOC_WRAP conditional compile.Nicholas Clark2005-04-181-40/+19
* Fix bug #33664: allow for transport providers with protocol == 0Steve Hay2005-04-181-1/+2
* Refactor the odd-one-out code before a Renew(SvPVX(...)...)Nicholas Clark2005-04-181-4/+3
* Two more uses of lvalue SvIVX()Nicholas Clark2005-04-182-2/+2
* Refactoring to Sv*_set() macros - patch #4Steve Peters2005-04-1814-62/+66