| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | [perl #29527] Perl 5.8.4 build problems on LynxOS | Olli Savia | 2004-05-12 | 1 | -0/+5 |
* | symbolic references like ${"foo$index"}*3 would incorrectly warn | Dave Mitchell | 2004-05-07 | 1 | -0/+1 |
* | Fix 29149 - another UTF8 cache bug hit by substr. | SADAHIRO Tomoyuki | 2004-04-29 | 1 | -2/+9 |
* | fix 64-bit casting error in change 22741 (uninit var warnings) | Dave Mitchell | 2004-04-24 | 1 | -1/+1 |
* | Include variable names in "Use of uninitialized value" warnings | Dave Mitchell | 2004-04-23 | 1 | -16/+477 |
* | [patch] log the interpreter id in warnings | Stas Bekman | 2004-04-21 | 1 | -6/+6 |
* | Stop PL_comppad pointing to a freed pad during global destruction | Dave Mitchell | 2004-04-11 | 1 | -0/+4 |
* | Make global cleanup fractionally faster by giving S_visit() | Dave Mitchell | 2004-04-11 | 1 | -7/+11 |
* | C<undef> doesn't look like a number. See also: | Marcus Holland-Moritz | 2004-04-05 | 1 | -1/+1 |
* | sv_pvutf8n_force and sv_pvbyten_force | SADAHIRO Tomoyuki | 2004-04-05 | 1 | -2/+6 |
* | [perl #27268] Blessed reference to anonymous glob | Dave Mitchell | 2004-03-26 | 1 | -0/+1 |
* | Silence a gcc warning. | Rafael Garcia-Suarez | 2004-03-21 | 1 | -1/+1 |
* | Re: [perl #27803] perl crashes when utf8::upgrade($offsetOK_scalar) | SADAHIRO Tomoyuki | 2004-03-21 | 1 | -1/+2 |
* | Update copyright notices | Rafael Garcia-Suarez | 2004-03-16 | 1 | -1/+1 |
* | Fix a bug in the cloning of regexps | Hugo van der Sanden | 2004-03-12 | 1 | -2/+2 |
* | croaking for readonly SVs in Perl_sv_utf8_upgrade_flags was a mistake | Nicholas Clark | 2004-03-10 | 1 | -4/+0 |
* | Fix Dave's original shared hash key corruption bug | Nicholas Clark | 2004-03-07 | 1 | -0/+6 |
* | Add a readonly check to Perl_sv_utf8_upgrade_flags, a regresion test | Nicholas Clark | 2004-03-07 | 1 | -2/+6 |
* | silence some compiler warnings | Dave Mitchell | 2004-03-05 | 1 | -2/+2 |
* | ensure utf8::encode() normalises its arg | Dave Mitchell | 2004-03-04 | 1 | -3/+3 |
* | Re: op_seq (was: Freeing code) | Paul Johnson | 2004-02-21 | 1 | -1/+0 |