2006-12-04 |
Nicholas Clark | Move Perl_get_db_sub() from pp_hot.c to util.c
|
commit | commitdiff | tree |
2006-12-01 |
Nicholas Clark | Make get_db_sub non-static, and call it from pp_goto...
|
commit | commitdiff | tree |
2006-12-01 |
Nicholas Clark | Remove the pp_entersub specific logic from S_get_db_sub.
|
commit | commitdiff | tree |
2006-11-29 |
Nicholas Clark | Fix Attribute::Handlers to cope with proxy constant...
|
commit | commitdiff | tree |
2006-11-28 |
Nicholas Clark | Bring the joy of strict to Attribute::Handlers.
|
commit | commitdiff | tree |
2006-11-27 |
Nicholas Clark | Move words and revcharmap out of struct _rev_trie_data...
|
commit | commitdiff | tree |
2006-11-26 |
Nicholas Clark | Move widecharmap out of the shared structure _reg_trie_data...
|
commit | commitdiff | tree |
2006-11-26 |
Nicholas Clark | Swap _reg_ac_data.trie to U32 offset into the regdata...
|
commit | commitdiff | tree |
2006-11-26 |
Nicholas Clark | Moving the reference count to the front of both _reg_trie_da...
|
commit | commitdiff | tree |
2006-11-26 |
Nicholas Clark | A little reodering of the switch statement in Perl_regdupe...
|
commit | commitdiff | tree |
2006-11-26 |
Nicholas Clark | Eliminated unitialised clone_params value bug accidentally...
|
commit | commitdiff | tree |
2006-11-26 |
Nicholas Clark | Stage 1 of threadsafe-ing the trie strucutres - use...
|
commit | commitdiff | tree |
2006-11-26 |
Nicholas Clark | Simplify S_add_data(), given that realloc will NULL...
|
commit | commitdiff | tree |
2006-11-26 |
Nicholas Clark | Change (well, correct) S_add_data to take and return...
|
commit | commitdiff | tree |
2006-11-26 |
Nicholas Clark | Make the cache in Carp::trusts actually persist across...
|
commit | commitdiff | tree |
2006-11-26 |
Nicholas Clark | Remove unused lexical present since change 13426.
|
commit | commitdiff | tree |
2006-11-26 |
Nicholas Clark | Stop mod_perl looping forever in &Carp::shortmess_jmp...
|
commit | commitdiff | tree |
2006-11-23 |
Nicholas Clark | Change 29364 forgot to turn the POK flag on.
|
commit | commitdiff | tree |
2006-11-23 |
Nicholas Clark | Assigning to a PVCV effectively just sets the prototype...
|
commit | commitdiff | tree |
2006-11-23 |
Nicholas Clark | Remove superfluous SvROK()
|
commit | commitdiff | tree |
2006-11-20 |
Nicholas Clark | Correct typo in test description.
|
commit | commitdiff | tree |
2006-11-18 |
Nicholas Clark | Convert lib/Text/ParseWords.t to Test::More
|
commit | commitdiff | tree |
2006-11-17 |
Nicholas Clark | Change 29297 omitted a semicolon.
|
commit | commitdiff | tree |
2006-11-12 |
Nicholas Clark | Re-order ops to the implementation order in pp_sys...
|
commit | commitdiff | tree |
2006-11-12 |
Nicholas Clark | Avoid ext/Safe/t/safeops.t needing to keep its tests...
|
commit | commitdiff | tree |
2006-11-12 |
Nicholas Clark | Forgot to add the new files for 29248.
|
commit | commitdiff | tree |
2006-11-12 |
Nicholas Clark | Change 24714 was arguably over-ambitious, in that non...
|
commit | commitdiff | tree |
2006-11-12 |
Nicholas Clark | Looks like I didn't actually test the COW conditional...
|
commit | commitdiff | tree |
2006-11-06 |
Nicholas Clark | assert() that SvPV_set() isn't used on arrays.
|
commit | commitdiff | tree |
2006-11-06 |
Nicholas Clark | assert() that SvPV_set() isn't used on hashes.
|
commit | commitdiff | tree |
2006-11-06 |
Nicholas Clark | assert() that scalars are of the correct type in *set...
|
commit | commitdiff | tree |
2006-11-06 |
Nicholas Clark | PVCVs no longer allocate memory for the SvNVX slot...
|
commit | commitdiff | tree |
2006-11-04 |
Nicholas Clark | Change 27506 wasn't quite correct - the copy of the...
|
commit | commitdiff | tree |
2006-10-31 |
Nicholas Clark | Missed a ) in a comment.
|
commit | commitdiff | tree |
2006-10-30 |
Nicholas Clark | Avoid Devel::DProf failing an assertion during global...
|
commit | commitdiff | tree |
2006-10-29 |
Nicholas Clark | Fix a typo in my description for change 26427.
|
commit | commitdiff | tree |
2006-10-29 |
Nicholas Clark | Modify autodoc.pl to add read-only editor boilerplate...
|
commit | commitdiff | tree |
2006-10-29 |
Nicholas Clark | Add the note from change 25773 about auditing for destructio...
|
commit | commitdiff | tree |
2006-10-29 |
Nicholas Clark | I shrunk struct context, so remove it from perltodo.
|
commit | commitdiff | tree |
2006-10-27 |
Nicholas Clark | Change 27779 failed to free() memory in two places...
|
commit | commitdiff | tree |
2006-10-25 |
Nicholas Clark | Add a %B sprintf format
|
commit | commitdiff | tree |
2006-10-22 |
Nicholas Clark | Fix the other bug introduced by change 29079
|
commit | commitdiff | tree |
2006-10-22 |
Nicholas Clark | Fix bug in change 27321 - Perl_ss_dup should also have...
|
commit | commitdiff | tree |
2006-10-22 |
Nicholas Clark | Fix a bug introduced by change 29079
|
commit | commitdiff | tree |
2006-10-22 |
Nicholas Clark | Merge cases in Perl_ss_dup().
|
commit | commitdiff | tree |
2006-10-22 |
Nicholas Clark | const the variable used for the save stack type in...
|
commit | commitdiff | tree |
2006-10-21 |
Nicholas Clark | Add PERLIO_INIT and PERLIO_TERM to PERL_SYS_INIT* and...
|
commit | commitdiff | tree |
2006-10-21 |
Nicholas Clark | Semicolon consistency between PERL_FPU_INIT and the...
|
commit | commitdiff | tree |
2006-10-21 |
Nicholas Clark | Add PERLIO_INIT to PERL_SYS_INIT.
|
commit | commitdiff | tree |
2006-10-21 |
Nicholas Clark | Always defining PERLIO_TERM, even if it's empty, makes...
|
commit | commitdiff | tree |
2006-10-18 |
Nicholas Clark | Using explicit printf-like APIs with a format of "...
|
commit | commitdiff | tree |
2006-10-18 |
Nicholas Clark | panic if we attempt to sv_setsv to or from an already...
|
commit | commitdiff | tree |
2006-10-16 |
Nicholas Clark | Fix change 28770 to cope with the strange 32 bit bool...
|
commit | commitdiff | tree |
2006-10-14 |
Nicholas Clark | Avoid undefined behaviour for -DPERL_MEM_LOG by not...
|
commit | commitdiff | tree |
2006-10-14 |
Nicholas Clark | Avoid undefined behaviour for -DPERL_MEM_LOG by not...
|
commit | commitdiff | tree |
2006-10-14 |
Nicholas Clark | Use Perl_croak_nocontext() rather than Perl_croak(...
|
commit | commitdiff | tree |
2006-10-14 |
Nicholas Clark | Fix typo.
|
commit | commitdiff | tree |
2006-10-13 |
Nicholas Clark | Correct one "parenthesis" to "parentheses".
|
commit | commitdiff | tree |
2006-10-08 |
Nicholas Clark | Document the growth policy, and Yves suggested a better...
|
commit | commitdiff | tree |
2006-10-07 |
Nicholas Clark | Yves said that the XS version of Data::Dumper was inefficien...
|
commit | commitdiff | tree |
2006-10-07 |
Nicholas Clark | No need to create a new magic vtable if it's all 0...
|
commit | commitdiff | tree |
2006-10-07 |
Nicholas Clark | Make reference stringification (blessed and unblessed...
|
commit | commitdiff | tree |
2006-10-07 |
Nicholas Clark | Use packed addresses for the seen tracking hash, rather...
|
commit | commitdiff | tree |
2006-10-07 |
Nicholas Clark | Eliminate two more unneeded strlen()s from Dumper.xs
|
commit | commitdiff | tree |
2006-10-07 |
Nicholas Clark | Change sprintf() to my_sprintf(), and use the returned...
|
commit | commitdiff | tree |
2006-10-06 |
Nicholas Clark | Make the executable slightly smaller by using PL_hexdigit in
|
commit | commitdiff | tree |
2006-10-06 |
Nicholas Clark | Fix typo spotted by Rafael. Close the file handle explicity...
|
commit | commitdiff | tree |
2006-10-06 |
Nicholas Clark | Generate the overload enum and names array programatically...
|
commit | commitdiff | tree |
2006-10-06 |
Nicholas Clark | Reoder struct am_table and am_table_short to save 8...
|
commit | commitdiff | tree |
2006-10-06 |
Nicholas Clark | Don't bother generating the "Operation \"%s\": no method...
|
commit | commitdiff | tree |
2006-10-01 |
Nicholas Clark | In PerlIO_debug(), if tainting or set*id, set PL_perlio_debu...
|
commit | commitdiff | tree |
2006-10-01 |
Nicholas Clark | In pp_binmode, call mode_from_discipline() once and...
|
commit | commitdiff | tree |
2006-09-28 |
Nicholas Clark | Silence two warnings from gcc when being -pedantic
|
commit | commitdiff | tree |
2006-09-26 |
Nicholas Clark | Make Perl_regdupe only exist for threaded perls.
|
commit | commitdiff | tree |
2006-09-17 |
Nicholas Clark | Fix one genuine unitialised code path spotted by gcc...
|
commit | commitdiff | tree |
2006-09-17 |
Nicholas Clark | Avoid compiler warning about a variable that isn't...
|
commit | commitdiff | tree |
2006-09-17 |
Nicholas Clark | Some notes about struct block_loop
|
commit | commitdiff | tree |
2006-09-17 |
Nicholas Clark | Store a pointer to the op in struct block_loop, rather...
|
commit | commitdiff | tree |
2006-09-16 |
Nicholas Clark | Shrink the interpreter structure by 4 bytes (usually...
|
commit | commitdiff | tree |
2006-09-16 |
Nicholas Clark | Revert changes 28772, 28773, 28774 as they won't gain...
|
commit | commitdiff | tree |
2006-09-15 |
Nicholas Clark | Avoid warnings when $Config{d_cplusplus} is undefined.
|
commit | commitdiff | tree |
2006-09-01 |
Nicholas Clark | Merge lval and hasargs into one U8 in struct block_sub
|
commit | commitdiff | tree |
2006-09-01 |
Nicholas Clark | Access to cx->blk_sub.lval via macros (as it's about...
|
commit | commitdiff | tree |
2006-09-01 |
Nicholas Clark | Access cx->blk_sub.hasargs via a pair of macros (as...
|
commit | commitdiff | tree |
2006-08-31 |
Nicholas Clark | Change the generation of {} and [] from 3 ops to 1...
|
commit | commitdiff | tree |
2006-08-31 |
Nicholas Clark | Save 4 bytes from struct context (on ILP32) by moving...
|
commit | commitdiff | tree |
2006-08-13 |
Nicholas Clark | Regularise the indents of Changes to placate Porting...
|
commit | commitdiff | tree |
2006-07-09 |
Nicholas Clark | Tweak for Jarkko's addition to perlhack, suggested...
|
commit | commitdiff | tree |
2006-06-11 |
Nicholas Clark | A little more work needed to get ext/re/t/re.t test...
|
commit | commitdiff | tree |
2006-06-07 |
Nicholas Clark | The binmode in t/iop/utf8.t doesn't need to be conditional...
|
commit | commitdiff | tree |
2006-06-05 |
Nicholas Clark | Eliminate most of the UTF-8 black smoke by skipping...
|
commit | commitdiff | tree |
2006-06-05 |
Nicholas Clark | Add the missing ${^OPEN} hints flag to B::Concise
|
commit | commitdiff | tree |
2006-05-30 |
Nicholas Clark | Fix bugs in the bytecode system caused by the abolition...
|
commit | commitdiff | tree |
2006-05-29 |
Nicholas Clark | Comprehensive regression tests for Perl_refcounted_he_fetch().
|
commit | commitdiff | tree |
2006-05-28 |
Nicholas Clark | Perl_refcounted_he_chain_2hv()'s code to skip duplicate...
|
commit | commitdiff | tree |
2006-05-20 |
Nicholas Clark | Oops. Fix bad #! lines when not using userelocatableinc
|
commit | commitdiff | tree |
2006-05-20 |
Nicholas Clark | Fix bug in change 28258. So how come I thought I'd...
|
commit | commitdiff | tree |
2006-05-20 |
Nicholas Clark | Abolish cop_io (the simple way) by storing the value...
|
commit | commitdiff | tree |
2006-05-20 |
Nicholas Clark | Move the hints from op_private into cop_hints. This...
|
commit | commitdiff | tree |
2006-05-20 |
Nicholas Clark | Rename cop_hints to cop_hints_hash
|
commit | commitdiff | tree |
next |