2006-12-11 |
Nicholas Clark | Convert the -1 to a more explicit PERL_FBM_FLAGS_OFFSET_FROM...
|
commit | commitdiff | tree |
2006-12-11 |
Nicholas Clark | Assert that BmRARE() BmPREVIOUS() and BmUSEFUL() are...
|
commit | commitdiff | tree |
2006-12-11 |
Nicholas Clark | Rename FBM_TABLE_OFFSET to PERL_FBM_TABLE_OFFSET prior...
|
commit | commitdiff | tree |
2006-12-11 |
Nicholas Clark | Change SvTAIL() to check that both SVpbm_TAIL|SVpbm_VALID...
|
commit | commitdiff | tree |
2006-12-10 |
Nicholas Clark | Remove code duplication in S_to_utf8_substr() and S_to_byte_...
|
commit | commitdiff | tree |
2006-12-10 |
Nicholas Clark | Downgrading a fixed or floating substring of a pattern...
|
commit | commitdiff | tree |
2006-12-10 |
Nicholas Clark | Swap SVpbm_TAIL and SVpbm_VALID.
|
commit | commitdiff | tree |
2006-12-09 |
Nicholas Clark | PVBMs mustn't enter anything that turns SVIVisUV_on().
|
commit | commitdiff | tree |
2006-12-09 |
Nicholas Clark | Exterminate! 2 pieces of superfluous code related to...
|
commit | commitdiff | tree |
2006-12-08 |
Nicholas Clark | In Perl_fbm_instr(), no need to calculate the address...
|
commit | commitdiff | tree |
2006-12-08 |
Nicholas Clark | assert that SvTAIL() isn't being called on PVAVs or...
|
commit | commitdiff | tree |
2006-12-08 |
Nicholas Clark | Wrap some macro arguments in () to avoid precedence...
|
commit | commitdiff | tree |
2006-12-08 |
Nicholas Clark | Perl_screaminstr() must be called with littlestr as...
|
commit | commitdiff | tree |
2006-12-08 |
Nicholas Clark | Assert that BmRARE, BmUSEFUL and BmPREVIOUS are only...
|
commit | commitdiff | tree |
2006-12-08 |
Nicholas Clark | No need to upgrade if all we're going to do is return.
|
commit | commitdiff | tree |
2006-12-05 |
Yves Orton | Re: [PATCH] Further tweaks to make it easier to create...
|
commit | commitdiff | tree |
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 |
Yves Orton | Re: [PATCH] Cleanup regexp flags and structure
|
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 |
alexander_bluhm... | [perl #40921] shellwords.pl cannot handle trailing...
|
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 |
Paul Marquess | [PATHCH] Scalar::Util::readonly & compression (was...
|
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 |
Stephen McCamant | Re: Deparse bug?
|
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-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 |
Jarkko Hietaniemi | Re: Change 29050: Memory leak fix, by Jarkko
|
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-19 |
Yves Orton | Re: Off by one in the trie code?
|
commit | commitdiff | tree |
2006-10-19 |
Yves Orton | Re: Off by one in the trie code?
|
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 |
Jim Cromie | Re: SVpvs vs SVpvn
|
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-25 |
Yves Orton | Add hook for re_dup() into regex engine as reg_dupe...
|
commit | commitdiff | tree |
2006-09-25 |
Jarkko Hietaniemi | Re: Change 28877: [PATCH] deal with some gcc warnings
|
commit | commitdiff | tree |
2006-09-17 |
Nicholas Clark | Fix one genuine unitialised code path spotted by gcc...
|
commit | commitdiff | tree |
next |