summaryrefslogtreecommitdiff
path: root/embed.h
Commit message (Expand)AuthorAgeFilesLines
* [rt.cpan.org #74289] Don’t make *CORE::foo read-onlyFather Chrysostomos2012-01-231-0/+1
* regcomp.c: Refactor join_exact() to eliminate extra passesKarl Williamson2012-01-191-1/+1
* regexec.c: Allow for returning shared swashKarl Williamson2012-01-131-0/+1
* 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/+1
* utf8.c: Add flag to swash_init() to not croak on errorKarl Williamson2012-01-131-1/+1
* 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
* utf8.c: Change name of static functionKarl Williamson2012-01-131-1/+1
* need backwards-compatile to_utf8_foo()Karl Williamson2012-01-081-4/+4
* [perl #29070] Add vstring set-magicFather Chrysostomos2011-12-231-0/+1
* Stop tell($glob_copy) from clearing PL_last_in_gvFather Chrysostomos2011-12-171-0/+1
* utf8.c: Allow Changed behavior of utf8 under localeKarl Williamson2011-12-151-4/+5
* Adjust substr offsets when using, not when creating, lvalueFather Chrysostomos2011-12-041-0/+3
* Break the -v code out from Perl_moreswitches() into S_minus_v().Nicholas Clark2011-12-041-0/+1
* Refactor S_usage() to take 0 parameters and exit directly().Nicholas Clark2011-12-041-1/+1
* Make sitecustomize relocatableinc awareCarl Hayter2011-12-031-0/+1
* Make assignment over glob copies much fasterFather Chrysostomos2011-11-241-1/+1
* Put sub redef warnings in one placeFather Chrysostomos2011-11-211-0/+3
* Make const redef warnings default in newXSFather Chrysostomos2011-11-211-1/+1
* Add newXS_len_flagsFather Chrysostomos2011-11-201-0/+1
* Add len flag to newCONSTSUB_flagsFather Chrysostomos2011-11-201-1/+1
* Mention the variable name in the new length warningsFather Chrysostomos2011-11-181-1/+3
* Throw a helpful warning when someone tries length(@array) or length(%hash)Matthew Horsfall (alh)2011-11-181-0/+1
* [perl #70151] eval localises %^H at runtimeFather Chrysostomos2011-11-171-1/+1
* embed.fnc: Make _to_upper_title_latin1() avail to pp.cKarl Williamson2011-11-111-1/+3
* utf8.c: Faster latin1 foldingKarl Williamson2011-11-081-0/+1
* utf8.c: Faster latin1 upper/title casingKarl Williamson2011-11-081-0/+1
* utf8.c: Refactor to_uni_lower()Karl Williamson2011-11-081-0/+1
* Warn for $[ ‘version’ checksFather Chrysostomos2011-11-011-0/+1
* simplify op_dump() / -Dx sequencingDavid Mitchell2011-10-171-2/+0
* whichsig nul-cleanup.Brian Fraser2011-10-061-1/+3
* Oust cv_ckproto_lenFather Chrysostomos2011-10-061-1/+0
* toke.c, op.c, sv.c: Prototype parsing and checking are nul-and-UTF8 clean.Brian Fraser2011-10-061-0/+1
* universal.c: sv_does() UTF8 cleanup.Brian Fraser2011-10-061-0/+4
* mro UTF8 cleanup.Brian Fraser2011-10-061-1/+1
* universal.c: ->isa, sv_derived_from UTF8 cleanup.Brian Fraser2011-10-061-1/+4
* Add a sv_sethek() function to sv.cBrian Fraser2011-10-061-0/+1
* op.c: newCONSTSUB and newXS UTF8 cleanup.Brian Fraser2011-10-061-0/+1
* Merge multi and flags params to gv_init_*Father Chrysostomos2011-10-061-3/+3
* gv.c: newGVgen_flags and a flags parameter for gv_get_super_pkg.Brian Fraser2011-10-061-2/+2
* Remove method param from gv_autoload_*Father Chrysostomos2011-10-061-3/+3
* Remove 4 from new gv_autoload4_(sv|pvn?) functionsFather Chrysostomos2011-10-061-3/+3
* gv.c: Added gv_autoload4_(sv|pv|pvn)Brian Fraser2011-10-061-1/+3
* gv.c: Added gv_fetchmethod_(sv|pv|pvn)_flags.Brian Fraser2011-10-061-1/+3
* gv.c: Added gv_fetchmeth_(sv|pv|pvn)_autoload.Brian Fraser2011-10-061-1/+3
* gv.c: Added gv_fetchmeth_(sv|pv|pvn).Brian Fraser2011-10-061-1/+3
* gv.c: Added gv_init_(sv|pv|pvn), renamed gv_init_sv as gv_init_svtype.Brian Fraser2011-10-061-2/+4
* utf8.c: Add function to retrieve new _Perl_IDStart propKarl Williamson2011-10-011-0/+1