summaryrefslogtreecommitdiff
path: root/embed.fnc
Commit message (Expand)AuthorAgeFilesLines
* remove deprecated qw-as-parens behaviourZefram2012-05-251-2/+0
* The reentrant API should always have prototypes.Craig A. Berry2012-05-241-2/+2
* utf8.c: Add nomix-ASCII option to to_fold functionsKarl Williamson2012-05-221-1/+1
* embed.fnc: Change formal param name to match docsKarl Williamson2012-05-221-1/+1
* Consign magic_setamagic to oblivionFather Chrysostomos2012-05-211-1/+0
* Don’t magicalise %OVERLOADFather Chrysostomos2012-05-211-1/+0
* [rt #111730] don't use I32 for offsets in vec()Tony Cook2012-05-211-1/+1
* Copy call checker when cloning closure prototypeFather Chrysostomos2012-05-211-0/+2
* PATCH: [perl #112530] Panic with inversion listsKarl Williamson2012-04-231-2/+2
* [perl #112316] Make strict vars respect assignment from null pkgFather Chrysostomos2012-04-191-1/+4
* valid_utf8_to_uv{chr,uni} have no documentation, so remove the 'd' flag.Nicholas Clark2012-04-181-2/+2
* Label UTF8 cleanupBrian Fraser2012-03-251-2/+3
* op.c: Warnings cleanup.Brian Fraser2012-03-231-4/+7
* Remove yyerror_svFather Chrysostomos2012-03-221-1/+0
* toke.c: yyerror cleanup.Brian Fraser2012-03-221-1/+4
* Deprecate utf8_to_uvchr() and utf8_to_uvuni()Karl Williamson2012-03-191-2/+2
* utf8.c: Add valid_utf8_to_uvuni() and valid_utf8_to_uvchr()Karl Williamson2012-03-191-0/+2
* utf8.c: Add utf8_to_uvchr_buf() and utf8_to_uvuni_buf()Karl Williamson2012-03-191-0/+2
* rework how the trie logic handles the newer EXACT nodetypesYves Orton2012-03-031-1/+3
* In perl.c, change S_open_script() to return rsfp.Nicholas Clark2012-02-271-2/+2
* perl #77654: quotemeta quotes non-ASCII consistentlyKarl Williamson2012-02-151-0/+1
* Deprecate is_utf8_char()Karl Williamson2012-02-111-1/+1
* Add is_utf8_char_buf()Karl Williamson2012-02-111-0/+1
* add wrap_op_checker() API functionZefram2012-02-111-0/+1
* regcomp.c: Add ability to have compiled-in inversion listsKarl Williamson2012-02-091-0/+2
* regcomp.c: Add ability to take union of a complementKarl Williamson2012-02-091-1/+2
* regcomp.c: _invlist_subtract() becomes a macroKarl Williamson2012-02-091-1/+1
* regcomp.c: Add ability to take intersection of complementKarl Williamson2012-02-091-1/+2
* regcomp.c: Chg invlist_union() to accept NULL first paramKarl Williamson2012-02-091-1/+1
* really allow pad_findmy's retval to be ignoredZefram2012-02-011-2/+2
* Allow pad_findmy’s retval to be ignoredFather Chrysostomos2012-02-011-1/+1
* Make SvPVbyte return bytes for non-PVsFather Chrysostomos2012-01-311-1/+1
* [perl #108994] Stop SvPVutf8 from coercing SVsFather Chrysostomos2012-01-311-1/+1
* Move amagic hint checking to new functionFather Chrysostomos2012-01-241-0/+1
* [rt.cpan.org #74289] Don’t make *CORE::foo read-onlyFather Chrysostomos2012-01-231-0/+3
* regcomp.c: Change variable meaning and hence nameKarl Williamson2012-01-191-1/+1
* regcomp.c: Refactor join_exact() to eliminate extra passesKarl Williamson2012-01-191-1/+3
* regcomp.c: Change param to join_exact()Karl Williamson2012-01-191-1/+1
* regexec.c: Allow for returning shared swashKarl Williamson2012-01-131-0/+3
* regcomp.c: Add _invlist_contents() to compactly dump inversion listKarl Williamson2012-01-131-0/+1
* utf8.c: Add ability to pass inversion list to _core_swash_init()Karl Williamson2012-01-131-1/+2
* utf8.c: Add flag to swash_init() to not croak on errorKarl Williamson2012-01-131-1/+2
* regcomp.c: Add _invlist_populate_swatch()Karl Williamson2012-01-131-0/+1
* regcomp.c: Add invlist_search()Karl Williamson2012-01-131-0/+1
* utf8.c: New function to retrieve non-copy of swashKarl Williamson2012-01-131-0/+3
* embed.fnc: swash_init() return value should not be ignoredKarl Williamson2012-01-131-1/+1
* utf8.c: Change name of static functionKarl Williamson2012-01-131-1/+1
* need backwards-compatile to_utf8_foo()Karl Williamson2012-01-081-8/+8
* embed.fnc: Revise commentKarl Williamson2012-01-081-1/+1
* embed.fnc: add commentKarl Williamson2012-01-081-1/+2