2012-04-18 |
Nicholas Clark | valid_utf8_to_uv{chr,uni} have no documentation, so... |
blob | commitdiff |
2012-03-25 |
Brian Fraser | Label UTF8 cleanup |
blob | commitdiff | diff to current |
2012-03-23 |
Brian Fraser | op.c: Warnings cleanup. |
blob | commitdiff | diff to current |
2012-03-23 |
Father Chrysostomos | Remove yyerror_sv |
blob | commitdiff | diff to current |
2012-03-23 |
Brian Fraser | toke.c: yyerror cleanup. |
blob | commitdiff | diff to current |
2012-03-20 |
Karl Williamson | Deprecate utf8_to_uvchr() and utf8_to_uvuni() |
blob | commitdiff | diff to current |
2012-03-20 |
Karl Williamson | utf8.c: Add valid_utf8_to_uvuni() and valid_utf8_to_uvchr() |
blob | commitdiff | diff to current |
2012-03-20 |
Karl Williamson | utf8.c: Add utf8_to_uvchr_buf() and utf8_to_uvuni_buf() |
blob | commitdiff | diff to current |
2012-03-03 |
Yves Orton | rework how the trie logic handles the newer EXACT nodetypes |
blob | commitdiff | diff to current |
2012-02-27 |
Nicholas Clark | In perl.c, change S_open_script() to return rsfp. |
blob | commitdiff | diff to current |
2012-02-16 |
Karl Williamson | perl #77654: quotemeta quotes non-ASCII consistently |
blob | commitdiff | diff to current |
2012-02-11 |
Karl Williamson | Deprecate is_utf8_char() |
blob | commitdiff | diff to current |
2012-02-11 |
Karl Williamson | Add is_utf8_char_buf() |
blob | commitdiff | diff to current |
2012-02-11 |
Zefram | add wrap_op_checker() API function |
blob | commitdiff | diff to current |
2012-02-09 |
Karl Williamson | regcomp.c: Add ability to have compiled-in inversion... |
blob | commitdiff | diff to current |
2012-02-09 |
Karl Williamson | regcomp.c: Add ability to take union of a complement |
blob | commitdiff | diff to current |
2012-02-09 |
Karl Williamson | regcomp.c: _invlist_subtract() becomes a macro |
blob | commitdiff | diff to current |
2012-02-09 |
Karl Williamson | regcomp.c: Add ability to take intersection of complement |
blob | commitdiff | diff to current |
2012-02-09 |
Karl Williamson | regcomp.c: Chg invlist_union() to accept NULL first... |
blob | commitdiff | diff to current |
2012-02-01 |
Zefram | really allow pad_findmy's retval to be ignored |
blob | commitdiff | diff to current |
2012-02-01 |
Father Chrysostomos | Allow pad_findmy’s retval to be ignored |
blob | commitdiff | diff to current |
2012-02-01 |
Father Chrysostomos | Make SvPVbyte return bytes for non-PVs |
blob | commitdiff | diff to current |
2012-01-31 |
Father Chrysostomos | [perl #108994] Stop SvPVutf8 from coercing SVs |
blob | commitdiff | diff to current |
2012-01-24 |
Father Chrysostomos | Move amagic hint checking to new function |
blob | commitdiff | diff to current |
2012-01-24 |
Father Chrysostomos | [rt.cpan.org #74289] Don’t make *CORE::foo read-only |
blob | commitdiff | diff to current |
2012-01-19 |
Karl Williamson | regcomp.c: Change variable meaning and hence name |
blob | commitdiff | diff to current |
2012-01-19 |
Karl Williamson | regcomp.c: Refactor join_exact() to eliminate extra... |
blob | commitdiff | diff to current |
2012-01-19 |
Karl Williamson | regcomp.c: Change param to join_exact() |
blob | commitdiff | diff to current |
2012-01-13 |
Karl Williamson | regexec.c: Allow for returning shared swash |
blob | commitdiff | diff to current |
2012-01-13 |
Karl Williamson | regcomp.c: Add _invlist_contents() to compactly dump... |
blob | commitdiff | diff to current |
2012-01-13 |
Karl Williamson | utf8.c: Add ability to pass inversion list to _core_swa... |
blob | commitdiff | diff to current |
2012-01-13 |
Karl Williamson | utf8.c: Add flag to swash_init() to not croak on error |
blob | commitdiff | diff to current |
2012-01-13 |
Karl Williamson | regcomp.c: Add _invlist_populate_swatch() |
blob | commitdiff | diff to current |
2012-01-13 |
Karl Williamson | regcomp.c: Add invlist_search() |
blob | commitdiff | diff to current |
2012-01-13 |
Karl Williamson | utf8.c: New function to retrieve non-copy of swash |
blob | commitdiff | diff to current |
2012-01-13 |
Karl Williamson | embed.fnc: swash_init() return value should not be... |
blob | commitdiff | diff to current |
2012-01-13 |
Karl Williamson | utf8.c: Change name of static function |
blob | commitdiff | diff to current |
2012-01-08 |
Karl Williamson | need backwards-compatile to_utf8_foo() |
blob | commitdiff | diff to current |
2012-01-08 |
Karl Williamson | embed.fnc: Revise comment |
blob | commitdiff | diff to current |
2012-01-08 |
Karl Williamson | embed.fnc: add comment |
blob | commitdiff | diff to current |
2011-12-24 |
Father Chrysostomos | Eliminate ‘negative’ features |
blob | commitdiff | diff to current |
2011-12-23 |
Father Chrysostomos | [perl #29070] Add vstring set-magic |
blob | commitdiff | diff to current |
2011-12-16 |
Father Chrysostomos | Disable $[ under 5.16 |
blob | commitdiff | diff to current |
2011-12-15 |
Karl Williamson | utf8.c: Change prototypes of two functions |
blob | commitdiff | diff to current |
2011-12-15 |
Karl Williamson | utf8.c: Allow Changed behavior of utf8 under locale |
blob | commitdiff | diff to current |
2011-12-04 |
Father Chrysostomos | Adjust substr offsets when using, not when creating... |
blob | commitdiff | diff to current |
2011-12-04 |
Nicholas Clark | Break the -v code out from Perl_moreswitches() into... |
blob | commitdiff | diff to current |
2011-12-04 |
Nicholas Clark | Refactor S_usage() to take 0 parameters and exit direct... |
blob | commitdiff | diff to current |
2011-12-03 |
Carl Hayter | Make sitecustomize relocatableinc aware |
blob | commitdiff | diff to current |
2011-11-24 |
Father Chrysostomos | ‘Inline’ S_sv_unglob |
blob | commitdiff | diff to current |
2011-11-24 |
Father Chrysostomos | Make assignment over glob copies much faster |
blob | commitdiff | diff to current |
2011-11-22 |
Father Chrysostomos | Put sub redef warnings in one place |
blob | commitdiff | diff to current |
2011-11-22 |
Father Chrysostomos | Make const redef warnings default in newXS |
blob | commitdiff | diff to current |
2011-11-20 |
Father Chrysostomos | Add newXS_len_flags |
blob | commitdiff | diff to current |
2011-11-20 |
Father Chrysostomos | Add len flag to newCONSTSUB_flags |
blob | commitdiff | diff to current |
2011-11-19 |
Father Chrysostomos | Merge two adjacent #ifdefs in embed.fnc |
blob | commitdiff | diff to current |
2011-11-19 |
Father Chrysostomos | Mention the variable name in the new length warnings |
blob | commitdiff | diff to current |
2011-11-17 |
Father Chrysostomos | [perl #70151] eval localises %^H at runtime |
blob | commitdiff | diff to current |
2011-11-11 |
Karl Williamson | embed.fnc: Make _to_upper_title_latin1() avail to pp.c |
blob | commitdiff | diff to current |
2011-11-09 |
Karl Williamson | utf8.c: Faster latin1 folding |
blob | commitdiff | diff to current |
2011-11-09 |
Karl Williamson | utf8.c: Faster latin1 upper/title casing |
blob | commitdiff | diff to current |
2011-11-09 |
Karl Williamson | utf8.c: Refactor to_uni_lower() |
blob | commitdiff | diff to current |
2011-11-05 |
Father Chrysostomos | Perl_hv_kill_backrefs is also used in scope.c |
blob | commitdiff | diff to current |
2011-10-23 |
Jim Meyering | don't segfault given string repeat count larger than... |
blob | commitdiff | diff to current |
2011-10-17 |
David Mitchell | simplify op_dump() / -Dx sequencing |
blob | commitdiff | diff to current |
2011-10-07 |
Brian Fraser | Cast to signed before negating, to avoid compiler warnings |
blob | commitdiff | diff to current |
2011-10-06 |
Father Chrysostomos | Restore whichsig to the list in perlapi |
blob | commitdiff | diff to current |
2011-10-06 |
Brian Fraser | whichsig nul-cleanup. |
blob | commitdiff | diff to current |
2011-10-06 |
Father Chrysostomos | Oust cv_ckproto_len |
blob | commitdiff | diff to current |
2011-10-06 |
Brian Fraser | toke.c, op.c, sv.c: Prototype parsing and checking... |
blob | commitdiff | diff to current |
2011-10-06 |
Brian Fraser | universal.c: sv_does() UTF8 cleanup. |
blob | commitdiff | diff to current |
2011-10-06 |
Brian Fraser | mro UTF8 cleanup. |
blob | commitdiff | diff to current |
2011-10-06 |
Brian Fraser | universal.c: ->isa, sv_derived_from UTF8 cleanup. |
blob | commitdiff | diff to current |
2011-10-06 |
Brian Fraser | pp.c & sv.c: pp_ref UTF8 and null cleanup. |
blob | commitdiff | diff to current |
2011-10-06 |
Brian Fraser | Add a sv_sethek() function to sv.c |
blob | commitdiff | diff to current |
2011-10-06 |
Brian Fraser | op.c: newCONSTSUB and newXS UTF8 cleanup. |
blob | commitdiff | diff to current |
2011-10-06 |
Father Chrysostomos | Merge multi and flags params to gv_init_* |
blob | commitdiff | diff to current |
2011-10-06 |
Father Chrysostomos | Restore newGVgen to perlapi.pod |
blob | commitdiff | diff to current |
2011-10-06 |
Brian Fraser | gv.c: newGVgen_flags and a flags parameter for gv_get_s... |
blob | commitdiff | diff to current |
2011-10-06 |
Father Chrysostomos | Remove method param from gv_autoload_* |
blob | commitdiff | diff to current |
2011-10-06 |
Father Chrysostomos | Remove 4 from new gv_autoload4_(sv|pvn?) functions |
blob | commitdiff | diff to current |
2011-10-06 |
Father Chrysostomos | Restore gv_autoload4 to perlapi.pod |
blob | commitdiff | diff to current |
2011-10-06 |
Brian Fraser | gv.c: Added gv_autoload4_(sv|pv|pvn) |
blob | commitdiff | diff to current |
2011-10-06 |
Brian Fraser | gv.c: Added gv_fetchmethod_(sv|pv|pvn)_flags. |
blob | commitdiff | diff to current |
2011-10-06 |
Father Chrysostomos | Restore gv_fetchmeth_autoload to perlapi.pod |
blob | commitdiff | diff to current |
2011-10-06 |
Brian Fraser | gv.c: Added gv_fetchmeth_(sv|pv|pvn)_autoload. |
blob | commitdiff | diff to current |
2011-10-06 |
Father Chrysostomos | Restore gv_fetchmeth to perlapi |
blob | commitdiff | diff to current |
2011-10-06 |
Brian Fraser | gv.c: Added gv_fetchmeth_(sv|pv|pvn). |
blob | commitdiff | diff to current |
2011-10-06 |
Father Chrysostomos | Document gv_init* |
blob | commitdiff | diff to current |
2011-10-06 |
Brian Fraser | gv.c: Added gv_init_(sv|pv|pvn), renamed gv_init_sv... |
blob | commitdiff | diff to current |
2011-10-01 |
Karl Williamson | utf8.c: Add function to retrieve new _Perl_IDStart... |
blob | commitdiff | diff to current |
2011-10-01 |
Karl Williamson | regcomp.c: Add invlist_invert_prop() |
blob | commitdiff | diff to current |
2011-09-21 |
Father Chrysostomos | [perl #93590] $tainted ~~ [...] failing |
blob | commitdiff | diff to current |
2011-09-09 |
Zefram | remove index offsetting ($[) |
blob | commitdiff | diff to current |
2011-09-05 |
Gerard Goossen | Move non-constant folding parts of fold_constants into... |
blob | commitdiff | diff to current |
2011-08-30 |
Father Chrysostomos | Eliminate is_gv_magical_sv |
blob | commitdiff | diff to current |
2011-08-25 |
Nicholas Clark | Eliminate global.sym, as makedef.pl can generate it... |
blob | commitdiff | diff to current |
2011-08-25 |
Father Chrysostomos | Move coresub op-creation from gv.c to op.c |
blob | commitdiff | diff to current |
2011-08-25 |
Father Chrysostomos | Add find_rundefsv2 function |
blob | commitdiff | diff to current |
2011-08-25 |
Gerard Goossen | Move making inplace sort and reverse away from the... |
blob | commitdiff | diff to current |
next |