summaryrefslogtreecommitdiff
path: root/proto.h
Commit message (Expand)AuthorAgeFilesLines
* Remove yyerror_svFather Chrysostomos2012-03-221-5/+0
* toke.c: yyerror cleanup.Brian Fraser2012-03-221-1/+16
* Deprecate utf8_to_uvchr() and utf8_to_uvuni()Karl Williamson2012-03-191-0/+2
* utf8.c: Add valid_utf8_to_uvuni() and valid_utf8_to_uvchr()Karl Williamson2012-03-191-0/+10
* utf8.c: Add utf8_to_uvchr_buf() and utf8_to_uvuni_buf()Karl Williamson2012-03-191-0/+12
* rework how the trie logic handles the newer EXACT nodetypesYves Orton2012-03-031-6/+8
* In perl.c, change S_open_script() to return rsfp.Nicholas Clark2012-02-271-4/+3
* perl #77654: quotemeta quotes non-ASCII consistentlyKarl Williamson2012-02-151-0/+6
* Deprecate is_utf8_char()Karl Williamson2012-02-111-0/+1
* Add is_utf8_char_buf()Karl Williamson2012-02-111-0/+6
* add wrap_op_checker() API functionZefram2012-02-111-0/+6
* regcomp.c: Add ability to have compiled-in inversion listsKarl Williamson2012-02-091-0/+12
* regcomp.c: Add ability to take union of a complementKarl Williamson2012-02-091-3/+7
* regcomp.c: _invlist_subtract() becomes a macroKarl Williamson2012-02-091-4/+2
* regcomp.c: Add ability to take intersection of complementKarl Williamson2012-02-091-4/+8
* regcomp.c: Chg invlist_union() to accept NULL first paramKarl Williamson2012-02-091-2/+1
* really allow pad_findmy's retval to be ignoredZefram2012-02-011-2/+0
* Allow pad_findmy’s retval to be ignoredFather Chrysostomos2012-02-011-1/+0
* 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/+1
* regcomp.c: Change variable meaning and hence nameKarl Williamson2012-01-191-2/+2
* regcomp.c: Refactor join_exact() to eliminate extra passesKarl Williamson2012-01-191-3/+4
* regcomp.c: Change param to join_exact()Karl Williamson2012-01-191-2/+2
* regexec.c: Allow for returning shared swashKarl Williamson2012-01-131-0/+6
* regcomp.c: Add _invlist_contents() to compactly dump inversion listKarl Williamson2012-01-131-0/+6
* 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/+6
* regcomp.c: Add invlist_search()Karl Williamson2012-01-131-0/+6
* utf8.c: New function to retrieve non-copy of swashKarl Williamson2012-01-131-0/+9
* embed.fnc: swash_init() return value should not be ignoredKarl Williamson2012-01-131-0/+1
* utf8.c: Change name of static functionKarl Williamson2012-01-131-2/+2
* need backwards-compatile to_utf8_foo()Karl Williamson2012-01-081-0/+8
* Eliminate ‘negative’ featuresFather Chrysostomos2011-12-241-1/+1
* [perl #29070] Add vstring set-magicFather Chrysostomos2011-12-231-0/+6
* Stop tell($glob_copy) from clearing PL_last_in_gvFather Chrysostomos2011-12-171-0/+6
* Disable $[ under 5.16Father Chrysostomos2011-12-151-1/+1
* utf8.c: Change prototypes of two functionsKarl Williamson2011-12-151-2/+2
* utf8.c: Allow Changed behavior of utf8 under localeKarl Williamson2011-12-151-13/+33
* Adjust substr offsets when using, not when creating, lvalueFather Chrysostomos2011-12-041-0/+8
* Break the -v code out from Perl_moreswitches() into S_minus_v().Nicholas Clark2011-12-041-0/+3
* Refactor S_usage() to take 0 parameters and exit directly().Nicholas Clark2011-12-041-4/+2
* Make sitecustomize relocatableinc awareCarl Hayter2011-12-031-0/+5
* ‘Inline’ S_sv_unglobFather Chrysostomos2011-11-241-1/+1
* Make assignment over glob copies much fasterFather Chrysostomos2011-11-241-1/+1
* Put sub redef warnings in one placeFather Chrysostomos2011-11-211-0/+8
* Make const redef warnings default in newXSFather Chrysostomos2011-11-211-1/+1
* Add newXS_len_flagsFather Chrysostomos2011-11-201-0/+6