summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to Test::Harness 2.48Rafael Garcia-Suarez2005-04-249-771/+972
| | | p4raw-id: //depot/perl@24314
* Add -Wdeclaration-after-statement to default flags for gcc 3+Steve Peters2005-04-241-2/+16
| | | | | Message-ID: <20050424033748.GA23117@mccoy.peters.homeunix.org> p4raw-id: //depot/perl@24313
* Add %patchlevel hash to Module::CoreListRafael Garcia-Suarez2005-04-241-2/+31
| | | p4raw-id: //depot/perl@24311
* lib/Time/Local.t: time_t is unsigned on VMSCraig A. Berry2005-04-241-1/+4
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <426AD980.2010801@mac.com> p4raw-id: //depot/perl@24310
* Variable declarations can't come after statements in C89.Nicholas Clark2005-04-231-1/+2
| | | p4raw-id: //depot/perl@24309
* Save state when auto-generating #ifdef PERL_CORE and PERL_CORE/PERL_EXTNicholas Clark2005-04-232-1299/+52
| | | | | reducing embed.h by about 10%. p4raw-id: //depot/perl@24308
* Fix for warnings in util.c/Perl_init_tm()Steve Peters2005-04-231-1/+3
| | | | | | | Message-Id: <20050423033603.GA32547@mccoy.peters.homeunix.org> localtime() can return null p4raw-id: //depot/perl@24307
* Convert to test.plNicholas Clark2005-04-221-331/+341
| | | p4raw-id: //depot/perl@24303
* t/uni/class.t -- update VMS test skippageCraig A. Berry2005-04-221-1/+1
| | | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <42692501.6090809@mac.com> Date: Fri, 22 Apr 2005 11:23:29 -0500 p4raw-id: //depot/perl@24301
* Patch by Yves Orton to accept several options on the corelist(1)Rafael Garcia-Suarez2005-04-222-12/+26
| | | | | command-line. Plus POD nits. p4raw-id: //depot/perl@24300
* Fix last remaining Win32 linker error following change 24271Steve Hay2005-04-221-1/+1
| | | | | | (Supplied by Jarkko in a makedef.pl that was omitted from the aforementioned change) p4raw-id: //depot/perl@24290
* There's no point listing '-f' in --help outputRafael Garcia-Suarez2005-04-221-0/+2
| | | | | | | when perl isn't built with USE_SITECUSTOMIZE, since it might confuse users about $sitelib/sitecustomize.pl being sourced at startup. p4raw-id: //depot/perl@24287
* For now, TODO the 2 tests that fail on 5.8.xNicholas Clark2005-04-221-1/+9
| | | p4raw-id: //depot/perl@24286
* -A wasn't listed in the --help outputRafael Garcia-Suarez2005-04-221-0/+1
| | | p4raw-id: //depot/perl@24284
* Fix more Win32 linker errors following change 24271Steve Hay2005-04-225-17/+18
| | | | | | This clears up problems with Perl_free_global_struct and Perl_init_global_struct p4raw-id: //depot/perl@24280
* pp_pack.c warning quietingAndy Lester2005-04-221-26/+26
| | | | | Message-ID: <20050421163313.GA20930@petdance.com> p4raw-id: //depot/perl@24279
* Fix Win32 linker errors following change 24271Steve Hay2005-04-221-0/+45
| | | | | | | | | | | | | | | This clears up "unresolved external" errors for the following symbols: PL_watch_pvx Perl_Gappctx_ptr Perl_Gmmap_page_size_ptr Perl_Gsig_defaulting_ptr Perl_Gsig_handlers_initted_ptr Perl_Gsig_ignoring_ptr Perl_Gsig_sv_ptr Perl_Gtimesbase_ptr Perl_Gwatch_pvx_ptr p4raw-id: //depot/perl@24278
* bytecode.pl, bytecode.h, and sv.h fixesSteve Peters2005-04-224-8/+16
| | | | | Message-ID: <20050421235547.GA12149@mccoy.peters.homeunix.org> p4raw-id: //depot/perl@24277
* Fix my_chsize() for systems having chsize(), broken by change #24271Steve Hay2005-04-221-0/+1
| | | | | p4raw-link: @24271 on //depot/perl: 27da23d53ccce622bc51822f59df8def79b4df95 p4raw-id: //depot/perl@24276
* Sigh - really bump Text::Wrap version number this time.Dave Mitchell2005-04-211-1/+1
| | | p4raw-id: //depot/perl@24275
* bump version number in Text::Wrap after change #24273Dave Mitchell2005-04-210-0/+0
| | | | | p4raw-link: @24273 on //depot/perl: 818675a5006285acc41be05f4d63d56374ea5eca p4raw-id: //depot/perl@24274
* [perl #34902] Text::Wrap::wrap() fails with non-space separatorDave Mitchell2005-04-212-7/+23
| | | p4raw-id: //depot/perl@24273
* Symbian port of PerlJarkko Hietaniemi2005-04-21119-750/+7688
| | | | | Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D653@esebe105.NOE.Nokia.com> p4raw-id: //depot/perl@24271
* [perl #34976] substr uses utf8 length cache incorrectlyDave Mitchell2005-04-212-2/+9
| | | p4raw-id: //depot/perl@24270
* extra code in pp_concat, Take 2Andy Lester2005-04-212-20/+26
| | | | | | | Message-Id: <20050414020601.GA21346@petdance.com> add 'const', and remove extraneous code, from pp_concat p4raw-id: //depot/perl@24269
* patch to [PATCH] Fix MGVTBL structures in perl.h (preprocessorDavid Dyck2005-04-201-4/+8
| | | | | | | | | | Message-Id: <Pine.LNX.4.62.0504201627550.27786@dd.tc.fluke.com> fix nits in change #24264: some preprocessors don't like #ifdefs within a macro's args; also removed duplicate semicolons from macro definitions. p4raw-link: @24264 on //depot/perl: 4944113acaf494b4518ba93648e0a4276c34a175 p4raw-id: //depot/perl@24268
* In change 24266 I failed to actually change anything. Sigh.Dave Mitchell2005-04-201-1/+1
| | | p4raw-id: //depot/perl@24267
* change misleading syslog() exampleDave Mitchell2005-04-200-0/+0
| | | p4raw-id: //depot/perl@24266
* [perl #35059] [PATCH] caller() skips frames (such as eval() frames) if $^P set glasser@tang-eleven-seventy-nine.mit.edu2005-04-203-5/+35
| | | | | | | | | From: glasser@tang-eleven-seventy-nine.mit.edu (via RT) <perlbug-followup@perl.org> Message-Id: <rt-3.0.11-35059-111134.0.304511316819145@perl.org> improved version of change 21842 that copes with glob DB::sub existing but &DB::sub not existing. p4raw-id: //depot/perl@24265
* Fix MGVTBL structures in perl.hAndy Lester2005-04-201-131/+346
| | | | | | | | | | Message-Id: <20050420200923.GA3017@petdance.com> The MGVTBL structures contain 7 function pointers, but only 5 were getting initialized. Plus, there were repeated lists between declaration and definition; add a macro to declare or define all the global MGVTBLs as appropriate. p4raw-id: //depot/perl@24264
* Refactoring to Sv*_set() macros - patch #6Steve Peters2005-04-204-13/+21
| | | | | | Message-ID: <20050420112720.GA31042@mccoy.peters.homeunix.org> Date: Wed, 20 Apr 2005 06:27:20 -0500 p4raw-id: //depot/perl@24260
* Merge common code. Reduces object size by 1K on x86, 6K on PPCNicholas Clark2005-04-201-122/+77
| | | p4raw-id: //depot/perl@24258
* run regen_headers after addition of FOO_set() macrosDave Mitchell2005-04-191-7/+7
| | | p4raw-id: //depot/perl@24257
* pad_compname_type(), takes care of a clunky macroAndy Lester2005-04-195-4/+20
| | | | | Message-Id: <20050419163844.GA19747@petdance.com> p4raw-id: //depot/perl@24256
* DEBUG_LEAKING_SCALARS could use the value of a freed PL_opDave Mitchell2005-04-191-0/+4
| | | p4raw-id: //depot/perl@24255
* Don't set things to zero twice. Once is enough. (see also change 15255)Nicholas Clark2005-04-191-42/+15
| | | p4raw-id: //depot/perl@24254
* Restore SvEND_setNicholas Clark2005-04-191-0/+3
| | | p4raw-id: //depot/perl@24253
* Force RVALUE macros when in PERL_DEBUG_COWNicholas Clark2005-04-192-21/+32
| | | p4raw-id: //depot/perl@24252
* Avoid generating thousands of UTF-8 warnings when testing under aNicholas Clark2005-04-191-8/+8
| | | | | UTF-8 locale p4raw-id: //depot/perl@24251
* Simplify PERL_DEBUG_PAD_ZERO so it continues to expand toRafael Garcia-Suarez2005-04-191-1/+3
| | | | | valid C code p4raw-id: //depot/perl@24249
* Refactoring to Sv*_set() macros - patch #5Steve Peters2005-04-1936-217/+239
| | | | | | Message-ID: <20050419000925.GA21640@mccoy.peters.homeunix.org> Date: Mon, 18 Apr 2005 19:09:25 -0500 p4raw-id: //depot/perl@24248
* Add CLONE_SKIP() class method to allow individual classes to skipDave Mitchell2005-04-195-6/+178
| | | | | cloning objects during thread creation p4raw-id: //depot/perl@24247
* PERL_DEBUG_COW for SvUVX and SvPVXNicholas Clark2005-04-182-5/+5
| | | p4raw-id: //depot/perl@24246
* SvPV_renew also calls SvLEN_setNicholas Clark2005-04-184-12/+24
| | | | | | Add SvPV_shrink_to_cur(sv) to call SvPV_renew with SvCUR(sv)+1. For Ponie this can be a single call into the PMC p4raw-id: //depot/perl@24245
* Replace Renew(SvPVX(...)...) with SvPV_renew, which avoids an LVALUENicholas Clark2005-04-184-6/+10
| | | | | SvPVX p4raw-id: //depot/perl@24244
* A more efficient way of expressing the MALLOC_WRAP conditional compile.Nicholas Clark2005-04-181-40/+19
| | | p4raw-id: //depot/perl@24243
* Fix bug #33664: allow for transport providers with protocol == 0Steve Hay2005-04-181-1/+2
| | | | | | (This indicates that any protocol may be used, so don't bother checking that the requested protocol matches in this case.) p4raw-id: //depot/perl@24242
* Refactor the odd-one-out code before a Renew(SvPVX(...)...)Nicholas Clark2005-04-181-4/+3
| | | p4raw-id: //depot/perl@24241
* Two more uses of lvalue SvIVX()Nicholas Clark2005-04-182-2/+2
| | | p4raw-id: //depot/perl@24240
* Refactoring to Sv*_set() macros - patch #4Steve Peters2005-04-1814-62/+66
| | | | | | | Message-ID: <20050416160502.GA26957@mccoy.peters.homeunix.org> plus fix to Perl_rvpv_dup assigning to an RV with SvPVX p4raw-id: //depot/perl@24239