| Commit message (Expand) | Author | Age | Files | Lines |
* | It's the Barbie bus patch | Andy Lester | 2006-01-10 | 1 | -11/+11 |
* | blead: format warnings | Jarkko Hietaniemi | 2006-01-08 | 1 | -1/+2 |
* | Upgrade to version-0.52 | Steve Peters | 2006-01-06 | 1 | -0/+5 |
* | sprinkle dVAR | Jarkko Hietaniemi | 2006-01-06 | 1 | -1/+71 |
* | Make the new STR_WITH_LEN() affected compile under -Dusethreads. | Gisle Aas | 2006-01-04 | 1 | -1/+1 |
* | Get rid of a few more hardcoded string lengths. | Gisle Aas | 2006-01-04 | 1 | -1/+1 |
* | Introduce the macros newSVpvs(str) and sv_catpvs(sv, str). | Gisle Aas | 2006-01-04 | 1 | -4/+4 |
* | If NV_ZERO_IS_ALLBITS_ZERO is not true, then it's important to inialise | Nicholas Clark | 2006-01-03 | 1 | -2/+5 |
* | ithreads: SVs that were only on the tmps stack leaked | Dave Mitchell | 2006-01-03 | 1 | -0/+14 |
* | stop DEBUG_LEAKING_SCALARS producing spurious memory pool errors | Dave Mitchell | 2006-01-02 | 1 | -4/+0 |
* | [patch] comment grammar and indentation, spurious tab | Jim Cromie | 2006-01-02 | 1 | -5/+5 |
* | Update copyrights for files modified in 2006 | Rafael Garcia-Suarez | 2006-01-02 | 1 | -1/+1 |
* | Making 0 pointers to NULLs | Andy Lester | 2006-01-01 | 1 | -8/+6 |
* | tidy index arrangements in new MY_CXT code | Dave Mitchell | 2005-12-31 | 1 | -1/+1 |
* | Document why it's a bad plan to move the backreferences array from | Nicholas Clark | 2005-12-30 | 1 | -0/+4 |
* | Now that the backreference array has no NULL entries, and is correctly | Nicholas Clark | 2005-12-30 | 1 | -10/+3 |
* | fix errors in new MY_CTX code | Dave Mitchell | 2005-12-30 | 1 | -1/+1 |
* | RMAGIC on symbol tables is bad, m'kay. | Nicholas Clark | 2005-12-30 | 1 | -17/+105 |
* | Actual real consting of parms | Andy Lester | 2005-12-29 | 1 | -8/+7 |
* | av.c cleanup, plus! | Andy Lester | 2005-12-29 | 1 | -12/+12 |
* | re-implement MY_CXT API more efficiently, and add explicit | Dave Mitchell | 2005-12-29 | 1 | -0/+8 |
* | As the backreferences AV doesn't hold references on its contents, | Nicholas Clark | 2005-12-28 | 1 | -0/+2 |
* | pre-likely cleanup | Andy Lester | 2005-12-27 | 1 | -6/+7 |
* | Now that proxy subroutines can be unproxied in 2 places without | Nicholas Clark | 2005-12-23 | 1 | -1/+12 |
* | Ho! Ho! Ho! Santa brings consting! | Andy Lester | 2005-12-22 | 1 | -16/+13 |
* | Add an optimisation to allow proxy constant subroutines to be copied | Nicholas Clark | 2005-12-22 | 1 | -0/+5 |
* | Avoid negating an unsigned value. (The offset in the SV body table) | Nicholas Clark | 2005-12-21 | 1 | -8/+8 |
* | For consistency sv_2cv should not leave the stash pointer uninitialised | Nicholas Clark | 2005-12-21 | 1 | -2/+5 |
* | The lref argument of sv_2cv is actually passed onwards to gv_fetchsv, | Nicholas Clark | 2005-12-21 | 1 | -0/+1 |
* | Feature bundle is now :5.10, and add -E switch | Robin Houston | 2005-12-21 | 1 | -0/+1 |
* | gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask of flags, rather | Nicholas Clark | 2005-12-20 | 1 | -1/+1 |
* | Pull the definition of olderrno in sv_2pv_flags into the block where | Nicholas Clark | 2005-12-17 | 1 | -2/+2 |
* | The IV/UV choice can be made inside uiv_2buf rather than sv_2pv_flags. | Nicholas Clark | 2005-12-17 | 1 | -4/+1 |
* | The THINKFIRST check after the GMAGICAL check in sv_2iv_flags and | Nicholas Clark | 2005-12-17 | 1 | -4/+2 |
* | s/Nullhv/NULL/g; | Nicholas Clark | 2005-12-16 | 1 | -2/+2 |
* | s/Nullav/NULL/g | Nicholas Clark | 2005-12-16 | 1 | -2/+2 |
* | Perl_sv_dup should be allocating bodies based on *size*, not the | Nicholas Clark | 2005-12-16 | 1 | -2/+2 |
* | Re: [perl #37897] sprintf of version objects | John Peacock | 2005-12-15 | 1 | -14/+16 |
* | Duplicate the AMAGIC temporary variable consting from sv_2iv_flags into | Nicholas Clark | 2005-12-14 | 1 | -33/+39 |
* | Simplify the SvGMAGIC code in sv_[ipu]v_flags. | Nicholas Clark | 2005-12-14 | 1 | -29/+18 |
* | Simplify the SvGMAGIC code in sv_2nv, removing duplicated checks to | Nicholas Clark | 2005-12-14 | 1 | -12/+9 |
* | The logic to use SVt_NV or SVt_PVNV is in sv_upgrade, so no need to | Nicholas Clark | 2005-12-14 | 1 | -9/+6 |
* | Inline asIV and asUV, as each is only used once, and it distracts from | Nicholas Clark | 2005-12-13 | 1 | -53/+47 |
* | Add overflow check to EXPECT_NUMBER() used by sv_vcatpvfn(). | Gisle Aas | 2005-12-13 | 1 | -2/+7 |
* | Drop "v" prefix from sprintf("%vd", $^V). | Gisle Aas | 2005-12-12 | 1 | -0/+4 |
* | Fix *printf %*vd with mixed Latin 1/UTF-8. (Fixes bug 37889) | Nicholas Clark | 2005-12-11 | 1 | -0/+8 |
* | Disallow sprintf's vector handling for non-integer formats. | Gisle Aas | 2005-12-11 | 1 | -10/+17 |
* | Quench the other 2 ways obscure ways of abusing positional parameters | Nicholas Clark | 2005-12-11 | 1 | -4/+7 |
* | Code tweaks in sv.c | Andy Lester | 2005-12-10 | 1 | -40/+34 |
* | A better hash for PTR_TABLE_HASH (?) | Nicholas Clark | 2005-12-09 | 1 | -5/+2 |