| Commit message (Expand) | Author | Age | Files | Lines |
* | One more Win32 compilation clean-up (for when using -DDEBUGGING) | Steve Hay | 2005-03-31 | 1 | -2/+2 |
* | Downconst external APIs | Rafael Garcia-Suarez | 2005-03-29 | 1 | -4/+4 |
* | expand -DDEBUG_LEAKING_SCALARS to instrument the creation of each SV | Dave Mitchell | 2005-03-28 | 1 | -0/+46 |
* | Remove an XXX note from the public doc. | Rafael Garcia-Suarez | 2005-03-26 | 1 | -2/+2 |
* | Consting part 4 | Andy Lester | 2005-03-25 | 1 | -7/+11 |
* | Third consting batch | Andy Lester | 2005-03-24 | 1 | -42/+41 |
* | More consting goodness | Andy Lester | 2005-03-21 | 1 | -10/+8 |
* | Re: Reworked Trie Patch | Yves Orton | 2005-03-18 | 1 | -0/+10 |
* | More const parms | Andy Lester | 2005-03-18 | 1 | -2/+2 |
* | Re: uc($long_utf8_string) exhausts memory | Jarkko Hietaniemi | 2005-01-22 | 1 | -1/+1 |
* | Further follow-up to 23767 | Robin Barker | 2005-01-19 | 1 | -12/+0 |
* | Correct the editor block to match the perl 5 policy on tabs | Nicholas Clark | 2005-01-14 | 1 | -1/+1 |
* | Improve documentation for sv_catpvf, to note that pattern's UTF-8ness | Nicholas Clark | 2005-01-14 | 1 | -1/+2 |
* | Use the new SV_NOSTEAL flag to avoid the SvTEMP dance in newSVsv | Nicholas Clark | 2005-01-13 | 1 | -7/+4 |
* | Update copyright years. Add an editor block while passing by. | Nicholas Clark | 2005-01-13 | 1 | -1/+10 |
* | follow-up to 23767 | Robin Barker | 2005-01-11 | 1 | -6/+8 |
* | Remove PERL_FLEXIBLE_EXCEPTIONS code. | Marcus Holland-Moritz | 2005-01-10 | 1 | -3/+0 |
* | to improve -DCHECK_FORMAT | Robin Barker | 2005-01-07 | 1 | -0/+24 |
* | Stage 1 of utf8 support for soft references. | Nicholas Clark | 2005-01-07 | 1 | -4/+2 |
* | [patch sv.c] comment fix | Stas Bekman | 2004-12-27 | 1 | -4/+4 |
* | Re: [patch perlapi doc] sv_magic | Stas Bekman | 2004-12-24 | 1 | -0/+3 |
* | Avoid getting the stash name twice (at least visually, if not also | Nicholas Clark | 2004-12-07 | 1 | -4/+2 |
* | Tidy up the reference name stringification to save getting the | Nicholas Clark | 2004-12-01 | 1 | -7/+6 |
* | Set the IV values for PL_sv_yes and PL_sv_no at initialisation time. | Nicholas Clark | 2004-10-31 | 1 | -2/+6 |
* | [perl #31851] Threading crash with closures | Dave Mitchell | 2004-10-29 | 1 | -0/+4 |
* | Document sv_magic() changes brought about by sv_magicext() | Steve Hay | 2004-10-29 | 1 | -9/+12 |
* | Implement sv_svset _nosteal variants by passing a flag into | Nicholas Clark | 2004-10-15 | 1 | -2/+5 |
* | Document sv_vcatpvf, sv_vsetpvf, sv_vcatpvf_mg and sv_vsetpvf_mg. | Steve Hay | 2004-10-15 | 1 | -12/+45 |
* | Perl_sv_recode_to_utf8 shouldn't be returning SvPVX(sv) without | Nicholas Clark | 2004-10-02 | 1 | -1/+2 |
* | [perl #30066] Memory leak in nested shared data structures in 5.8.4 | Dave Mitchell | 2004-09-12 | 1 | -1/+2 |
* | SvO?OK_off()'s return value | Marcus Holland-Moritz | 2004-09-08 | 1 | -5/+6 |
* | signedness nit in #23190 | Craig A. Berry | 2004-08-06 | 1 | -1/+1 |
* | Remove compilation warnings about uninitialized variables. | Rafael Garcia-Suarez | 2004-08-04 | 1 | -3/+3 |
* | Remove the "Newline in left-justified string" warning. | Rafael Garcia-Suarez | 2004-08-04 | 1 | -8/+1 |
* | Final version object core patch? | John Peacock | 2004-08-04 | 1 | -0/+12 |
* | remove the return stack PL_retstack, and store return ops in the CX | Dave Mitchell | 2004-07-23 | 1 | -10/+3 |
* | Encourage compilers to tail call optimise in sv_savepv, sv_savepvn | Nicholas Clark | 2004-07-16 | 1 | -2/+1 |
* | Bodge to make Tk work - like the UTF8 flag, the READONLY flag has too | Nicholas Clark | 2004-07-12 | 1 | -1/+7 |
* | NI-S: IMHO utf8_upgrade is just changing representation not the value | Nick Ing-Simmons | 2004-07-12 | 1 | -52/+50 |
* | Make Perl_sv_utf8_upgrade_flags tolerate PL_sv_undef | Rafael Garcia-Suarez | 2004-07-07 | 1 | -0/+2 |
* | Assert that we aren't leaking memory. | Nicholas Clark | 2004-06-30 | 1 | -0/+1 |
* | Note that sv_2mortal isn't just "increase reference count by 1, and | Nicholas Clark | 2004-06-29 | 1 | -1/+3 |
* | [perl #30509] use encoding and "eq" cause memory leak | Dave Mitchell | 2004-06-28 | 1 | -1/+3 |
* | As 2/3rds (or 3/4s) of the SV head structure is rewritten, it doesn't | Nicholas Clark | 2004-06-17 | 1 | -1/+1 |
* | Assert that SV type has magic member when reading/writing. | Nicholas Clark | 2004-06-14 | 1 | -2/+3 |
* | Re: newSVpvn(NULL, 0); doesn't work as advertised | Marcus Holland-Moritz | 2004-06-08 | 1 | -2/+3 |
* | Re: [PATCH] [perl #29841] utf8::decode doesn't work under -T | SADAHIRO Tomoyuki | 2004-06-06 | 1 | -13/+14 |
* | Re: utf-8 and taint don't work together | SADAHIRO Tomoyuki | 2004-05-24 | 1 | -7/+5 |
* | improve hashing algorithm for ptr tables in perl_clone: | Dave Mitchell | 2004-05-19 | 1 | -3/+9 |
* | [perl #29637] Thread creation time is hypersensitive | Dave Mitchell | 2004-05-19 | 1 | -3/+3 |