Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix [perl #36102] Data::Dumper Doesn't Stringify Numeric Labels | Rafael Garcia-Suarez | 2005-06-21 | 3 | -6/+9 |
| | | | p4raw-id: //depot/perl@24917 | ||||
* | Re: [perl #36310] sv_vcatpvfn() fails on some (very limited) situations | Tsutomu IKEGAMI | 2005-06-21 | 1 | -5/+3 |
| | | | | | Message-Id: <20050617.175510.21285350.t-ikegami@aist.go.jp> p4raw-id: //depot/perl@24916 | ||||
* | FPTR2DPTR/DPTR2FPTR | Robin Barker | 2005-06-20 | 1 | -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 calls | Nicholas Clark | 2005-06-20 | 1 | -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 Boy | Andy Lester | 2005-06-20 | 13 | -221/+335 |
| | | | | | Message-ID: <20050620152237.GA5032@petdance.com> p4raw-id: //depot/perl@24913 | ||||
* | Same fix, for the test, now. | Rafael Garcia-Suarez | 2005-06-20 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@24912 | ||||
* | perl -v was outputting a double v (spotted by Jarkko) | Rafael Garcia-Suarez | 2005-06-20 | 1 | -2/+2 |
| | | | p4raw-id: //depot/perl@24911 | ||||
* | Remove signature test, which is always skipped | Rafael Garcia-Suarez | 2005-06-20 | 2 | -34/+0 |
| | | | p4raw-id: //depot/perl@24910 | ||||
* | Recommend Against UNIVERSAL:: Methods as Functions, take 2 | chromatic | 2005-06-20 | 3 | -29/+20 |
| | | | | | Message-Id: <1119122141.21521.9.camel@localhost> p4raw-id: //depot/perl@24909 | ||||
* | Remove the deprecated $# variable | Rafael Garcia-Suarez | 2005-06-20 | 10 | -42/+10 |
| | | | p4raw-id: //depot/perl@24908 | ||||
* | Silence warning in debug printf | Nicholas Clark | 2005-06-20 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@24907 | ||||
* | More random cleanups | Andy Lester | 2005-06-20 | 6 | -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 Hay | 2005-06-20 | 8 | -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-Suarez | 2005-06-20 | 1 | -2/+1 |
| | | | p4raw-id: //depot/perl@24904 | ||||
* | Missed a chunk in previous commit | Rafael Garcia-Suarez | 2005-06-20 | 1 | -0/+2 |
| | | | p4raw-id: //depot/perl@24903 | ||||
* | [perl #36328] Until Statement Undocumented | Eric Amick | 2005-06-20 | 1 | -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" crash | Rick Delaney | 2005-06-20 | 2 | -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 Clark | 2005-06-20 | 1 | -23/+22 |
| | | | p4raw-id: //depot/perl@24900 | ||||
* | If NV_ZERO_IS_ALLBITS_ZERO there's no need to explicitly set the NVX | Nicholas Clark | 2005-06-19 | 1 | -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, and | Craig A. Berry | 2005-06-19 | 4 | -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 Clark | 2005-06-19 | 1 | -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 only | Nicholas Clark | 2005-06-18 | 1 | -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 the | Nicholas Clark | 2005-06-18 | 3 | -24/+14 |
| | | | | | common arena free code. p4raw-id: //depot/perl@24895 | ||||
* | squeeze repetition out of Perl_sv_free_arenas | Jim Cromie | 2005-06-18 | 1 | -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 local | Nicholas Clark | 2005-06-18 | 1 | -59/+29 |
| | | | | | variables used to hold the SV body piecemeal. p4raw-id: //depot/perl@24893 | ||||
* | sv_upgrade by memcpy | Nicholas Clark | 2005-06-18 | 1 | -72/+146 |
| | | | | | AV and HV cases need tidyup p4raw-id: //depot/perl@24892 | ||||
* | Fix compiling with -DPURIFY | Nicholas Clark | 2005-06-17 | 1 | -2/+2 |
| | | | p4raw-id: //depot/perl@24891 | ||||
* | Change 24886 was buggy - should be taking (and passing in) the | Nicholas Clark | 2005-06-17 | 1 | -6/+6 |
| | | | | | address of the arena. p4raw-id: //depot/perl@24890 | ||||
* | Add new internal error message to perldiag | Rafael Garcia-Suarez | 2005-06-17 | 1 | -0/+5 |
| | | | p4raw-id: //depot/perl@24889 | ||||
* | Collect a little more information about the body we're getting rid of | Nicholas Clark | 2005-06-17 | 1 | -0/+19 |
| | | | p4raw-id: //depot/perl@24888 | ||||
* | Missing aTHX_ (noticed by Jim Cromie) | Rafael Garcia-Suarez | 2005-06-17 | 1 | -2/+2 |
| | | | p4raw-id: //depot/perl@24887 | ||||
* | Move freeing the old body after the creating of the new body. | Nicholas Clark | 2005-06-17 | 1 | -6/+28 |
| | | | p4raw-id: //depot/perl@24886 | ||||
* | The only way is up! | Nicholas Clark | 2005-06-17 | 1 | -1/+4 |
| | | | | | (*up*grades. Or croak) p4raw-id: //depot/perl@24885 | ||||
* | [perl #36199] [PATCH] 5.8.7 fails to build with parallel make | Steve Peters | 2005-06-17 | 1 | -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 Hay | 2005-06-17 | 3 | -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.09 | Rafael Garcia-Suarez | 2005-06-17 | 5 | -9/+32 |
| | | | p4raw-id: //depot/perl@24882 | ||||
* | new_pte/del_pte can use new_body/del_body too | Nicholas Clark | 2005-06-17 | 1 | -39/+4 |
| | | | p4raw-id: //depot/perl@24881 | ||||
* | Strip \\?\ prefix from Perl path in win32/win32.c:set_w32_module_name() | Jan Dubois | 2005-06-17 | 1 | -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 on | Nicholas Clark | 2005-06-16 | 1 | -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 pair | Nicholas Clark | 2005-06-16 | 4 | -408/+82 |
| | | | | | of functions that uproot/plant bodies p4raw-id: //depot/perl@24878 | ||||
* | Making more_* return a pointer, and swapping to a ternary ?: in | Nicholas Clark | 2005-06-16 | 1 | -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 Clark | 2005-06-16 | 1 | -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 function | Jim Cromie | 2005-06-16 | 1 | -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 great | Nicholas Clark | 2005-06-16 | 1 | -0/+6 |
| | | | | | idea, but as we are, turning on shared keys makes sense. p4raw-id: //depot/perl@24874 | ||||
* | Lint support | Andy Lester | 2005-06-16 | 3 | -3/+35 |
| | | | | | Message-ID: <20050616143521.GB22188@petdance.com> p4raw-id: //depot/perl@24873 | ||||
* | Re: a warning for a ExtUtils::ParseXS test | Ken Williams | 2005-06-16 | 1 | -1/+1 |
| | | | | | Message-Id: <29d2a69650cb39059c9af487069b941c@mathforum.org> p4raw-id: //depot/perl@24872 | ||||
* | Removing /*SUPPRESS xxx*/ | Andy Lester | 2005-06-16 | 12 | -45/+10 |
| | | | | | Message-ID: <20050616141342.GA22188@petdance.com> p4raw-id: //depot/perl@24871 | ||||
* | Teach lib/warnings.t about Borland CRT error messages | Steve Hay | 2005-06-16 | 1 | -0/+5 |
| | | | p4raw-id: //depot/perl@24870 | ||||
* | [perl #36237] IO::File $fh->binmode($layer) is broken | Alexander Foken | 2005-06-16 | 1 | -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.win32 | Steve Hay | 2005-06-16 | 1 | -9/+10 |
| | | | | | (Mention Borland compiler is also free; update libwin32 link) p4raw-id: //depot/perl@24868 |