2005-05-15 |
Dave Mitchell | avoid leaked scalar in BEGIN { threads->new(...) } |
blob | commitdiff |
2005-05-14 |
Dave Mitchell | initialize the PL_xpvgv_[arena]root vars during clone |
blob | commitdiff | diff to current |
2005-05-13 |
Nicholas Clark | Reorder the *more* arena allocation functions into... |
blob | commitdiff | diff to current |
2005-05-13 |
Nicholas Clark | Allocate GV bodies from arenas |
blob | commitdiff | diff to current |
2005-05-11 |
Rafael Garcia-Suarez | Include vim/emacs modelines in generated files to open... |
blob | commitdiff | diff to current |
2005-05-10 |
Rafael Garcia-Suarez | Add editor boilerplates to all C files |
blob | commitdiff | diff to current |
2005-05-09 |
Andy Lester | attributes-two.patch, the next batch |
blob | commitdiff | diff to current |
2005-05-09 |
Nicholas Clark | Update the comment describing arenas. |
blob | commitdiff | diff to current |
2005-05-08 |
Nicholas Clark | There's no need to set a reference count for the new... |
blob | commitdiff | diff to current |
2005-05-08 |
Nicholas Clark | The idea is that when you find something, you stop... |
blob | commitdiff | diff to current |
2005-05-07 |
Andy Lester | GCC attributes! |
blob | commitdiff | diff to current |
2005-05-07 |
Nicholas Clark | The ptr_table arena variables and code is only needed... |
blob | commitdiff | diff to current |
2005-05-06 |
Nicholas Clark | Ooops. Wise man tests with ithreads before commiting... |
blob | commitdiff | diff to current |
2005-05-06 |
Nicholas Clark | Change types of PL_he_arenaroot and PL_pte_arenaroot... |
blob | commitdiff | diff to current |
2005-05-06 |
Nicholas Clark | Make the arena size changeable at compile time, and... |
blob | commitdiff | diff to current |
2005-05-06 |
Nicholas Clark | Allocate pointer table entries (for ithread cloning... |
blob | commitdiff | diff to current |
2005-05-01 |
Nicholas Clark | Explode if anyone attempts to sv_upgrade PL_mess_sv. |
blob | commitdiff | diff to current |
2005-04-28 |
Nicholas Clark | Refactor Perl_sv_utf8_upgrade_flags to use SvPV_free |
blob | commitdiff | diff to current |
2005-04-28 |
Nicholas Clark | Add a new macro SvPV_free() which undoes OOK and free... |
blob | commitdiff | diff to current |
2005-04-28 |
Nicholas Clark | Calling sv_backoff() on something that's about to be... |
blob | commitdiff | diff to current |
2005-04-28 |
Nicholas Clark | The if() clause is the wrong way round, so OOK can... |
blob | commitdiff | diff to current |
2005-04-21 |
Jarkko Hietaniemi | Symbian port of Perl |
blob | commitdiff | diff to current |
2005-04-21 |
Dave Mitchell | [perl #34976] substr uses utf8 length cache incorrectly |
blob | commitdiff | diff to current |
2005-04-20 |
Steve Peters | Refactoring to Sv*_set() macros - patch #6 |
blob | commitdiff | diff to current |
2005-04-20 |
Nicholas Clark | Merge common code. Reduces object size by 1K on x86... |
blob | commitdiff | diff to current |
2005-04-19 |
Nicholas Clark | Don't set things to zero twice. Once is enough. (see... |
blob | commitdiff | diff to current |
2005-04-19 |
Steve Peters | Refactoring to Sv*_set() macros - patch #5 |
blob | commitdiff | diff to current |
2005-04-19 |
Dave Mitchell | Add CLONE_SKIP() class method to allow individual class... |
blob | commitdiff | diff to current |
2005-04-18 |
Steve Peters | Refactoring to Sv*_set() macros - patch #4 |
blob | commitdiff | diff to current |
2005-04-12 |
Steve Peters | Refactoring to Sv*_set() macros - patch #3 |
blob | commitdiff | diff to current |
2005-04-08 |
Andy Lester | Removing Y2K warnings |
blob | commitdiff | diff to current |
2005-04-08 |
Steve Peters | Refactoring to Sv*_set() macros - patch #2 |
blob | commitdiff | diff to current |
2005-04-08 |
Nicholas Clark | Add a macro PERL_DEBUG_COW, for aggressive compile... |
blob | commitdiff | diff to current |
2005-04-08 |
Steve Peters | Refactoring to Sv*_set() macros - patch #1 |
blob | commitdiff | diff to current |
2005-04-06 |
Nicholas Clark | Casting to/from (void *) sufficient to make a C++ compi... |
blob | commitdiff | diff to current |
2005-04-05 |
Nicholas Clark | Add casting to allow g++ (3.3.5) to compile the core... |
blob | commitdiff | diff to current |
2005-04-04 |
Andy Lester | const-eight.diff |
blob | commitdiff | diff to current |
2005-03-31 |
Steve Hay | One more Win32 compilation clean-up (for when using... |
blob | commitdiff | diff to current |
2005-03-29 |
Rafael Garcia-Suarez | Downconst external APIs |
blob | commitdiff | diff to current |
2005-03-28 |
Dave Mitchell | expand -DDEBUG_LEAKING_SCALARS to instrument the creati... |
blob | commitdiff | diff to current |
2005-03-26 |
Rafael Garcia-Suarez | Remove an XXX note from the public doc. |
blob | commitdiff | diff to current |
2005-03-25 |
Andy Lester | Consting part 4 |
blob | commitdiff | diff to current |
2005-03-24 |
Andy Lester | Third consting batch |
blob | commitdiff | diff to current |
2005-03-21 |
Andy Lester | More consting goodness |
blob | commitdiff | diff to current |
2005-03-18 |
Yves Orton | Re: Reworked Trie Patch |
blob | commitdiff | diff to current |
2005-03-18 |
Andy Lester | More const parms |
blob | commitdiff | diff to current |
2005-01-22 |
Jarkko Hietaniemi | Re: uc($long_utf8_string) exhausts memory |
blob | commitdiff | diff to current |
2005-01-19 |
Robin Barker | Further follow-up to 23767 |
blob | commitdiff | diff to current |
2005-01-14 |
Nicholas Clark | Correct the editor block to match the perl 5 policy... |
blob | commitdiff | diff to current |
2005-01-14 |
Nicholas Clark | Improve documentation for sv_catpvf, to note that patte... |
blob | commitdiff | diff to current |
2005-01-13 |
Nicholas Clark | Use the new SV_NOSTEAL flag to avoid the SvTEMP dance... |
blob | commitdiff | diff to current |
2005-01-13 |
Nicholas Clark | Update copyright years. Add an editor block while passi... |
blob | commitdiff | diff to current |
2005-01-11 |
Robin Barker | follow-up to 23767 |
blob | commitdiff | diff to current |
2005-01-10 |
Marcus Holland-Moritz | Remove PERL_FLEXIBLE_EXCEPTIONS code. |
blob | commitdiff | diff to current |
2005-01-07 |
Robin Barker | to improve -DCHECK_FORMAT |
blob | commitdiff | diff to current |
2005-01-07 |
Nicholas Clark | Stage 1 of utf8 support for soft references. |
blob | commitdiff | diff to current |
2004-12-27 |
Stas Bekman | [patch sv.c] comment fix |
blob | commitdiff | diff to current |
2004-12-24 |
Stas Bekman | Re: [patch perlapi doc] sv_magic |
blob | commitdiff | diff to current |
2004-12-07 |
Nicholas Clark | Avoid getting the stash name twice (at least visually... |
blob | commitdiff | diff to current |
2004-12-01 |
Nicholas Clark | Tidy up the reference name stringification to save... |
blob | commitdiff | diff to current |
2004-10-31 |
Nicholas Clark | Set the IV values for PL_sv_yes and PL_sv_no at initial... |
blob | commitdiff | diff to current |
2004-10-29 |
Dave Mitchell | [perl #31851] Threading crash with closures |
blob | commitdiff | diff to current |
2004-10-29 |
Steve Hay | Document sv_magic() changes brought about by sv_magicext() |
blob | commitdiff | diff to current |
2004-10-15 |
Nicholas Clark | Implement sv_svset _nosteal variants by passing a flag... |
blob | commitdiff | diff to current |
2004-10-15 |
Steve Hay | Document sv_vcatpvf, sv_vsetpvf, sv_vcatpvf_mg and... |
blob | commitdiff | diff to current |
2004-10-02 |
Nicholas Clark | Perl_sv_recode_to_utf8 shouldn't be returning SvPVX... |
blob | commitdiff | diff to current |
2004-09-12 |
Dave Mitchell | [perl #30066] Memory leak in nested shared data structu... |
blob | commitdiff | diff to current |
2004-09-08 |
Marcus Holland-Moritz | SvO?OK_off()'s return value |
blob | commitdiff | diff to current |
2004-08-06 |
Craig A. Berry | signedness nit in #23190 |
blob | commitdiff | diff to current |
2004-08-04 |
Rafael Garcia-Suarez | Remove compilation warnings about uninitialized variables. |
blob | commitdiff | diff to current |
2004-08-04 |
Rafael Garcia-Suarez | Remove the "Newline in left-justified string" warning. |
blob | commitdiff | diff to current |
2004-08-04 |
John Peacock | Final version object core patch? |
blob | commitdiff | diff to current |
2004-07-23 |
Dave Mitchell | remove the return stack PL_retstack, and store return... |
blob | commitdiff | diff to current |
2004-07-16 |
Nicholas Clark | Encourage compilers to tail call optimise in sv_savepv... |
blob | commitdiff | diff to current |
2004-07-12 |
Nicholas Clark | Bodge to make Tk work - like the UTF8 flag, the READONL... |
blob | commitdiff | diff to current |
2004-07-12 |
Nick Ing-Simmons | NI-S: IMHO utf8_upgrade is just changing representation... |
blob | commitdiff | diff to current |
2004-07-07 |
Rafael Garcia-Suarez | Make Perl_sv_utf8_upgrade_flags tolerate PL_sv_undef |
blob | commitdiff | diff to current |
2004-06-30 |
Nicholas Clark | Assert that we aren't leaking memory. |
blob | commitdiff | diff to current |
2004-06-29 |
Nicholas Clark | Note that sv_2mortal isn't just "increase reference... |
blob | commitdiff | diff to current |
2004-06-28 |
Dave Mitchell | [perl #30509] use encoding and "eq" cause memory leak |
blob | commitdiff | diff to current |
2004-06-17 |
Nicholas Clark | As 2/3rds (or 3/4s) of the SV head structure is rewritt... |
blob | commitdiff | diff to current |
2004-06-14 |
Nicholas Clark | Assert that SV type has magic member when reading/writing. |
blob | commitdiff | diff to current |
2004-06-08 |
Marcus Holland-Moritz | Re: newSVpvn(NULL, 0); doesn't work as advertised |
blob | commitdiff | diff to current |
2004-06-06 |
SADAHIRO Tomoyuki | Re: [PATCH] [perl #29841] utf8::decode doesn't work... |
blob | commitdiff | diff to current |
2004-05-24 |
SADAHIRO Tomoyuki | Re: utf-8 and taint don't work together |
blob | commitdiff | diff to current |
2004-05-19 |
Dave Mitchell | improve hashing algorithm for ptr tables in perl_clone: |
blob | commitdiff | diff to current |
2004-05-19 |
Dave Mitchell | [perl #29637] Thread creation time is hypersensitive |
blob | commitdiff | diff to current |
2004-05-12 |
Olli Savia | [perl #29527] Perl 5.8.4 build problems on LynxOS |
blob | commitdiff | diff to current |
2004-05-07 |
Dave Mitchell | symbolic references like ${"foo$index"}*3 would incorre... |
blob | commitdiff | diff to current |
2004-04-29 |
SADAHIRO Tomoyuki | Fix 29149 - another UTF8 cache bug hit by substr. |
blob | commitdiff | diff to current |
2004-04-24 |
Dave Mitchell | fix 64-bit casting error in change 22741 (uninit var... |
blob | commitdiff | diff to current |
2004-04-23 |
Dave Mitchell | Include variable names in "Use of uninitialized value... |
blob | commitdiff | diff to current |
2004-04-21 |
Stas Bekman | [patch] log the interpreter id in warnings |
blob | commitdiff | diff to current |
2004-04-11 |
Dave Mitchell | Stop PL_comppad pointing to a freed pad during global... |
blob | commitdiff | diff to current |
2004-04-11 |
Dave Mitchell | Make global cleanup fractionally faster by giving S_visit() |
blob | commitdiff | diff to current |
2004-04-05 |
Marcus Holland-Moritz | C<undef> doesn't look like a number. See also: |
blob | commitdiff | diff to current |
2004-04-05 |
SADAHIRO Tomoyuki | sv_pvutf8n_force and sv_pvbyten_force |
blob | commitdiff | diff to current |
2004-03-26 |
Dave Mitchell | [perl #27268] Blessed reference to anonymous glob |
blob | commitdiff | diff to current |
2004-03-21 |
Rafael Garcia-Suarez | Silence a gcc warning. |
blob | commitdiff | diff to current |
2004-03-21 |
SADAHIRO Tomoyuki | Re: [perl #27803] perl crashes when utf8::upgrade(... |
blob | commitdiff | diff to current |
next |