summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix [perl #36102] Data::Dumper Doesn't Stringify Numeric LabelsRafael Garcia-Suarez2005-06-213-6/+9
| | | p4raw-id: //depot/perl@24917
* Re: [perl #36310] sv_vcatpvfn() fails on some (very limited) situations Tsutomu IKEGAMI2005-06-211-5/+3
| | | | | Message-Id: <20050617.175510.21285350.t-ikegami@aist.go.jp> p4raw-id: //depot/perl@24916
* FPTR2DPTR/DPTR2FPTRRobin Barker2005-06-201-2/+2
| | | | | Message-ID: <533D273D4014D411AB1D00062938C4D90849C6E4@hotel.npl.co.uk> p4raw-id: //depot/perl@24915
* Replace the non-const initialiser block + loop with a series of callsNicholas Clark2005-06-201-50/+31
| | | | | | to a small static function. c.f. "I will replace you with a small shell script..." p4raw-id: //depot/perl@24914
* The continuing adventures of Constman and Localize BoyAndy Lester2005-06-2013-221/+335
| | | | | Message-ID: <20050620152237.GA5032@petdance.com> p4raw-id: //depot/perl@24913
* Same fix, for the test, now.Rafael Garcia-Suarez2005-06-201-1/+1
| | | p4raw-id: //depot/perl@24912
* perl -v was outputting a double v (spotted by Jarkko)Rafael Garcia-Suarez2005-06-201-2/+2
| | | p4raw-id: //depot/perl@24911
* Remove signature test, which is always skippedRafael Garcia-Suarez2005-06-202-34/+0
| | | p4raw-id: //depot/perl@24910
* Recommend Against UNIVERSAL:: Methods as Functions, take 2chromatic2005-06-203-29/+20
| | | | | Message-Id: <1119122141.21521.9.camel@localhost> p4raw-id: //depot/perl@24909
* Remove the deprecated $# variableRafael Garcia-Suarez2005-06-2010-42/+10
| | | p4raw-id: //depot/perl@24908
* Silence warning in debug printfNicholas Clark2005-06-201-1/+1
| | | p4raw-id: //depot/perl@24907
* More random cleanupsAndy Lester2005-06-206-177/+180
| | | | | Message-ID: <20050617145029.GC11769@petdance.com> p4raw-id: //depot/perl@24906
* Support NV_ZERO_IS_ALLBITS_ZERO on Win32 (re: change 24898)Steve Hay2005-06-208-0/+24
| | | | | | The try.c test program added to Configure by change 24898 outputs "Yes" using each of VC++, GCC and BCC32, so here goes... p4raw-id: //depot/perl@24905
* Hugo suggests this.Rafael Garcia-Suarez2005-06-201-2/+1
| | | p4raw-id: //depot/perl@24904
* Missed a chunk in previous commitRafael Garcia-Suarez2005-06-201-0/+2
| | | p4raw-id: //depot/perl@24903
* [perl #36328] Until Statement Undocumented Eric Amick2005-06-201-0/+2
| | | | | | From: Eric Amick (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-36328-115949.3.38667506136829@perl.org> p4raw-id: //depot/perl@24902
* Re: [PATCH replacement] Re: [perl #36313] perl -e "1for$[=0" crashRick Delaney2005-06-202-8/+30
| | | | | Message-ID: <20050619134722.GB31592@localhost.localdomain> p4raw-id: //depot/perl@24901
* S_del_body is sufficiently small that inlining it is a space win.Nicholas Clark2005-06-201-23/+22
| | | p4raw-id: //depot/perl@24900
* If NV_ZERO_IS_ALLBITS_ZERO there's no need to explicitly set the NVXNicholas Clark2005-06-191-30/+39
| | | | | to 0.0, as the memset has already done it. p4raw-id: //depot/perl@24899
* Add a Configure test to see if NV 0.0 is stored as all bits zero, andCraig A. Berry2005-06-194-0/+134
| | | | | | | | | | #define NV_ZERO_IS_ALLBITS_ZERO if so. This is always true on VMS: Subject: Re: Configure check for whether 0.0 is stored as all bits zero From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <p06210214beda5bf31c4c@[172.16.52.1]> Date: Sat, 18 Jun 2005 18:23:59 -0500 p4raw-id: //depot/perl@24898
* Move the offset calculations outside of new_body/del_body.Nicholas Clark2005-06-191-27/+31
| | | | | This makes some of the upgrade code slightly simpler. p4raw-id: //depot/perl@24897
* Refactor sv_dup to memcpy from source to destination, and onlyNicholas Clark2005-06-181-259/+280
| | | | | explicitly copy the structure members that need explicit duplication. p4raw-id: //depot/perl@24896
* Squeeze a little more savings by moving pte and he arenas into theNicholas Clark2005-06-183-24/+14
| | | | | common arena free code. p4raw-id: //depot/perl@24895
* squeeze repetition out of Perl_sv_free_arenasJim Cromie2005-06-181-74/+39
| | | | | | Message-ID: <42B3C388.2090902@divsol.com> Date: Sat, 18 Jun 2005 00:47:36 -0600 p4raw-id: //depot/perl@24894
* update AVs and HVs using the old_body, and remove all of the localNicholas Clark2005-06-181-59/+29
| | | | | variables used to hold the SV body piecemeal. p4raw-id: //depot/perl@24893
* sv_upgrade by memcpyNicholas Clark2005-06-181-72/+146
| | | | | AV and HV cases need tidyup p4raw-id: //depot/perl@24892
* Fix compiling with -DPURIFYNicholas Clark2005-06-171-2/+2
| | | p4raw-id: //depot/perl@24891
* Change 24886 was buggy - should be taking (and passing in) theNicholas Clark2005-06-171-6/+6
| | | | | address of the arena. p4raw-id: //depot/perl@24890
* Add new internal error message to perldiagRafael Garcia-Suarez2005-06-171-0/+5
| | | p4raw-id: //depot/perl@24889
* Collect a little more information about the body we're getting rid ofNicholas Clark2005-06-171-0/+19
| | | p4raw-id: //depot/perl@24888
* Missing aTHX_ (noticed by Jim Cromie)Rafael Garcia-Suarez2005-06-171-2/+2
| | | p4raw-id: //depot/perl@24887
* Move freeing the old body after the creating of the new body.Nicholas Clark2005-06-171-6/+28
| | | p4raw-id: //depot/perl@24886
* The only way is up!Nicholas Clark2005-06-171-1/+4
| | | | | (*up*grades. Or croak) p4raw-id: //depot/perl@24885
* [perl #36199] [PATCH] 5.8.7 fails to build with parallel make Steve Peters2005-06-171-0/+2
| | | | | | From: "Steve Peters via RT" <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-36199-115872.8.39962488213992@perl.org> p4raw-id: //depot/perl@24884
* Silence STDERR grumblings from Borland's math library.Steve Hay2005-06-173-5/+13
| | | | | | This fixes failures in ext/B/t/deparse.t and lib/warnings.t (and renders change 24870 obsolete, hence it is reverted here). p4raw-id: //depot/perl@24883
* Upgrade to PathTools 3.09Rafael Garcia-Suarez2005-06-175-9/+32
| | | p4raw-id: //depot/perl@24882
* new_pte/del_pte can use new_body/del_body tooNicholas Clark2005-06-171-39/+4
| | | p4raw-id: //depot/perl@24881
* Strip \\?\ prefix from Perl path in win32/win32.c:set_w32_module_name()Jan Dubois2005-06-171-0/+4
| | | | | | From: "Jan Dubois" <jand@ActiveState.com> Message-Id: <200506161843.j5GIhKhL024472@smtp3.ActiveState.com> p4raw-id: //depot/perl@24880
* Storing the ixv for magic arrays seems to cause double free errors onNicholas Clark2005-06-161-0/+3
| | | | | OS X. This all feels like voodoo. p4raw-id: //depot/perl@24879
* Replace all the new/del static functions with calls to a single pairNicholas Clark2005-06-164-408/+82
| | | | | of functions that uproot/plant bodies p4raw-id: //depot/perl@24878
* Making more_* return a pointer, and swapping to a ternary ?: inNicholas Clark2005-06-161-34/+14
| | | | | new_* seems to generate slightly terser object code. p4raw-id: //depot/perl@24877
* Replace all the S_more_* functions with a single function.Nicholas Clark2005-06-161-303/+47
| | | | | Saves 1.5K on the object file in OS X when built with -Os p4raw-id: //depot/perl@24876
* Re: [perl #36048] Refactor S_more_*v into one functionJim Cromie2005-06-161-0/+82
| | | | | | Message-ID: <42ADC8ED.4090009@divsol.com> Date: Mon, 13 Jun 2005 11:57:01 -0600 p4raw-id: //depot/perl@24875
* I'm not convinced that manually creating HVs via sv_upgrade is a greatNicholas Clark2005-06-161-0/+6
| | | | | idea, but as we are, turning on shared keys makes sense. p4raw-id: //depot/perl@24874
* Lint supportAndy Lester2005-06-163-3/+35
| | | | | Message-ID: <20050616143521.GB22188@petdance.com> p4raw-id: //depot/perl@24873
* Re: a warning for a ExtUtils::ParseXS testKen Williams2005-06-161-1/+1
| | | | | Message-Id: <29d2a69650cb39059c9af487069b941c@mathforum.org> p4raw-id: //depot/perl@24872
* Removing /*SUPPRESS xxx*/Andy Lester2005-06-1612-45/+10
| | | | | Message-ID: <20050616141342.GA22188@petdance.com> p4raw-id: //depot/perl@24871
* Teach lib/warnings.t about Borland CRT error messagesSteve Hay2005-06-161-0/+5
| | | p4raw-id: //depot/perl@24870
* [perl #36237] IO::File $fh->binmode($layer) is broken Alexander Foken2005-06-161-2/+2
| | | | | | | | From: "Alexander Foken" (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-36237-115536.13.400290704223@perl.org> and bump version number p4raw-id: //depot/perl@24869
* Update README.win32Steve Hay2005-06-161-9/+10
| | | | | (Mention Borland compiler is also free; update libwin32 link) p4raw-id: //depot/perl@24868