This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
ANSIfy output from invalid parameter handler, and write it to stderr
[perl5.git] / embed.fnc
2012-09-04 Nicholas ClarkPerl_magic_setdbline() should clear and set read-only...
2012-09-04 Nicholas ClarkIn op.c, change S_Slab_to_rw() from an OP * parameter...
2012-08-31 Father ChrysostomosStop substr($utf8) from calling get-magic twice
2012-08-28 Karl WilliamsonRefactor \X regex handling to avoid a typical case...
2012-08-26 Karl WilliamsonPrepare for Unicode 6.2
2012-08-26 Father ChrysostomosBanish boolkeys
2012-08-26 Karl Williamsonutf8.c: collapse a function parameter
2012-08-26 Karl Williamsonembed.fnc: Turn null wrapper function into macro
2012-08-26 Karl Williamsonutf8.c: Revise internal API of swash_init()
2012-08-26 Karl Williamsonembed.fnc: Mark internal function as "may change"
2012-08-26 Karl WilliamsonAdd caching to inversion list searches
2012-08-26 Karl WilliamsonComment out unused function
2012-08-26 Karl Williamsonregcomp.c: Move functions to inline_invlist.c
2012-08-26 Karl Williamsonregcomp.c: Rename 2 functions to indicate private nature
2012-08-21 Father ChrysostomosFix format closure bug with redefined outer sub
2012-08-21 Father ChrysostomosStop padlists from being AVs
2012-08-21 Father ChrysostomosUse PADLIST in more places
2012-08-12 Karl Williamsonregcomp.c: Set flags when optimizing a [char class]
2012-08-08 Father ChrysostomosDon’t let format arguments ‘leak out’ of formline
2012-08-02 Karl Williamsonregcomp.c: inline trivial static function
2012-08-02 Karl Williamsonregcomp.c: Revise API for static function
2012-08-02 Karl Williamsonregcomp.c: Make invlist_search() usable from re_comp.c
2012-08-02 Karl Williamsonregcomp.c: Rename static fcn to better reflect its...
2012-07-29 Father ChrysostomosOust sv_gmagical_2iv_please
2012-07-28 Father ChrysostomosFlatten vstrings modified in place
2012-07-25 Karl Williamsonregcomp.c: Add _invlist_contains_cp
2012-07-25 Karl Williamsonutf8.c: Add a get_() method to hide internal details
2012-07-25 Karl Williamsonregcomp.c: Add func to test 2 inversion lists for equality
2012-07-25 Karl Williamsonregcomp.c: Extract some code into an inline function
2012-07-25 Karl Williamsonregcomp.c: Extract code to inline function
2012-07-25 Karl Williamsonembed.fnc: Remove duplicate entry
2012-07-25 Karl Williamsonembed.fnc: Add const to remove compiler warning
2012-07-24 Chip SalzenbergUnify code that initializes constants yes, no, and...
2012-07-19 Karl Williamsonregcomp.c: Refactor code into a function
2012-07-19 Karl Williamsonutf8.c: Create API so internals can be hidden
2012-07-15 Chip SalzenbergMagic flags harmonization.
2012-07-12 Father ChrysostomosEliminate PL_OP_SLAB_ALLOC
2012-07-12 Father ChrysostomosPERL_DEBUG_READONLY_OPS with the new allocator
2012-06-30 Karl Williamsonregcomp.c: Remove obsolete code
2012-06-30 Karl Williamsonhandy.h: Fix isBLANK_uni and isBLANK_utf8
2012-06-29 Father ChrysostomosMake formats close over the right closure
2012-06-29 Father ChrysostomosCV-based slab allocation for ops
2012-06-22 Vincent PitReset the iterator when an array is cleared
2012-06-20 Karl WilliamsonRefactor \x processing to single function
2012-06-15 Father ChrysostomosDon’t create pads for sub stubs
2012-06-13 David MitchellS_regcppush/pop : don't save PL_reginput
2012-06-13 David Mitchelleliminate PL_reglast(close)?paren, PL_regoffs
2012-06-13 David Mitchellmake is_bare_re bool. not int in re_op_compile
2012-06-13 David Mitchelleliminate sv_compile_2op, sv_compile_2op_is_broken
2012-06-13 David MitchellFix up runtime regex codeblocks.
2012-06-13 David Mitchelladd op_comp field to regexp_engine API
2012-06-13 David Mitchellre_op_compile(): split flags into two arguments
2012-06-13 David Mitchellre_op_compile(): rename pm_flags to rx_flags
2012-06-13 David Mitchell"don't recompile pattern" check: account for UTF8
2012-06-13 David MitchellMove bulk of pp_regcomp() into re_op_compile()
2012-06-13 David Mitchellchange re_op_compile() to take a list of SVs
2012-06-13 David Mitchellmake qr/(?{})/ behave with closures
2012-06-13 David Mitchelladd Perl_re_op_compile function
2012-06-13 David Mitchelladd Perl_current_re_engine() function
2012-06-09 Father ChrysostomosAdd alloccopstash provisionally to the API
2012-06-07 Father Chrysostomos[perl #109542] Make num ops treat $1 as "$1"
2012-06-07 Father ChrysostomosMake setdefout accept only NN
2012-06-05 Father ChrysostomosDo away with stashpv_hvname_match
2012-06-05 Father Chrysostomos[perl #78742] Store CopSTASH in a pad under threads
2012-05-25 Zeframremove deprecated qw-as-parens behaviour
2012-05-24 Craig A. BerryThe reentrant API should always have prototypes.
2012-05-22 Karl Williamsonutf8.c: Add nomix-ASCII option to to_fold functions
2012-05-22 Karl Williamsonembed.fnc: Change formal param name to match docs
2012-05-22 Father ChrysostomosConsign magic_setamagic to oblivion
2012-05-22 Father ChrysostomosDon’t magicalise %OVERLOAD
2012-05-22 Tony Cook[rt #111730] don't use I32 for offsets in vec()
2012-05-21 Father ChrysostomosCopy call checker when cloning closure prototype
2012-04-23 Karl WilliamsonPATCH: [perl #112530] Panic with inversion lists
2012-04-20 Father Chrysostomos[perl #112316] Make strict vars respect assignment...
2012-04-18 Nicholas Clarkvalid_utf8_to_uv{chr,uni} have no documentation, so...
2012-03-25 Brian FraserLabel UTF8 cleanup
2012-03-23 Brian Fraserop.c: Warnings cleanup.
2012-03-23 Father ChrysostomosRemove yyerror_sv
2012-03-23 Brian Frasertoke.c: yyerror cleanup.
2012-03-20 Karl WilliamsonDeprecate utf8_to_uvchr() and utf8_to_uvuni()
2012-03-20 Karl Williamsonutf8.c: Add valid_utf8_to_uvuni() and valid_utf8_to_uvchr()
2012-03-20 Karl Williamsonutf8.c: Add utf8_to_uvchr_buf() and utf8_to_uvuni_buf()
2012-03-03 Yves Ortonrework how the trie logic handles the newer EXACT nodetypes
2012-02-27 Nicholas ClarkIn perl.c, change S_open_script() to return rsfp.
2012-02-16 Karl Williamsonperl #77654: quotemeta quotes non-ASCII consistently
2012-02-11 Karl WilliamsonDeprecate is_utf8_char()
2012-02-11 Karl WilliamsonAdd is_utf8_char_buf()
2012-02-11 Zeframadd wrap_op_checker() API function
2012-02-09 Karl Williamsonregcomp.c: Add ability to have compiled-in inversion...
2012-02-09 Karl Williamsonregcomp.c: Add ability to take union of a complement
2012-02-09 Karl Williamsonregcomp.c: _invlist_subtract() becomes a macro
2012-02-09 Karl Williamsonregcomp.c: Add ability to take intersection of complement
2012-02-09 Karl Williamsonregcomp.c: Chg invlist_union() to accept NULL first...
2012-02-01 Zeframreally allow pad_findmy's retval to be ignored
2012-02-01 Father ChrysostomosAllow pad_findmy’s retval to be ignored
2012-02-01 Father ChrysostomosMake SvPVbyte return bytes for non-PVs
2012-01-31 Father Chrysostomos[perl #108994] Stop SvPVutf8 from coercing SVs
2012-01-24 Father ChrysostomosMove amagic hint checking to new function
2012-01-24 Father Chrysostomos[rt.cpan.org #74289] Don’t make *CORE::foo read-only
2012-01-19 Karl Williamsonregcomp.c: Change variable meaning and hence name
next