summaryrefslogtreecommitdiff
path: root/proto.h
Commit message (Expand)AuthorAgeFilesLines
* [perl #114942] Correct scoping for ‘for my $x(){} $x’Father Chrysostomos2012-09-191-0/+1
* [perl #114924] Make method calls work with ::SUPER packagesFather Chrysostomos2012-09-171-5/+0
* Clone my subs on scope entryFather Chrysostomos2012-09-151-1/+7
* Store state subs in the padFather Chrysostomos2012-09-151-6/+5
* Fix our sub with protoFather Chrysostomos2012-09-151-0/+1
* eliminate PL_reginputDavid Mitchell2012-09-141-8/+10
* Use macro not swash for utf8 quotemetaKarl Williamson2012-09-131-6/+0
* Move 2 functions from utf8.c to regexec.cKarl Williamson2012-09-131-6/+6
* regexec.c: Use new macros instead of swashesKarl Williamson2012-09-131-42/+0
* Perl_magic_setdbline() should clear and set read-only OP slabs.Nicholas Clark2012-09-041-7/+5
* In op.c, change S_Slab_to_rw() from an OP * parameter to an OPSLAB *.Nicholas Clark2012-09-041-2/+2
* Stop substr($utf8) from calling get-magic twiceFather Chrysostomos2012-08-301-0/+5
* Refactor \X regex handling to avoid a typical case table lookupKarl Williamson2012-08-281-6/+6
* Prepare for Unicode 6.2Karl Williamson2012-08-261-4/+10
* Banish boolkeysFather Chrysostomos2012-08-251-5/+0
* utf8.c: collapse a function parameterKarl Williamson2012-08-251-1/+1
* embed.fnc: Turn null wrapper function into macroKarl Williamson2012-08-251-5/+10
* utf8.c: Revise internal API of swash_init()Karl Williamson2012-08-251-7/+1
* Add caching to inversion list searchesKarl Williamson2012-08-251-0/+17
* Comment out unused functionKarl Williamson2012-08-251-6/+0
* regcomp.c: Move functions to inline_invlist.cKarl Williamson2012-08-251-24/+24
* regcomp.c: Rename 2 functions to indicate private natureKarl Williamson2012-08-251-12/+12
* Fix format closure bug with redefined outer subFather Chrysostomos2012-08-211-1/+1
* Stop padlists from being AVsFather Chrysostomos2012-08-211-0/+12
* Use PADLIST in more placesFather Chrysostomos2012-08-211-1/+1
* regcomp.c: Set flags when optimizing a [char class]Karl Williamson2012-08-111-8/+11
* Don’t let format arguments ‘leak out’ of formlineFather Chrysostomos2012-08-081-0/+1
* regcomp.c: inline trivial static functionKarl Williamson2012-08-021-1/+1
* regcomp.c: Revise API for static functionKarl Williamson2012-08-021-1/+1
* regcomp.c: Make invlist_search() usable from re_comp.cKarl Williamson2012-08-021-6/+6
* regcomp.c: Rename static fcn to better reflect its purposeKarl Williamson2012-08-021-5/+5
* Oust sv_gmagical_2iv_pleaseFather Chrysostomos2012-07-281-5/+0
* Flatten vstrings modified in placeFather Chrysostomos2012-07-271-6/+0
* Merge ck_trunc and ck_chdirFather Chrysostomos2012-07-251-6/+0
* regcomp.c: Add _invlist_contains_cpKarl Williamson2012-07-241-0/+6
* utf8.c: Add a get_() method to hide internal detailsKarl Williamson2012-07-241-0/+6
* regcomp.c: Extract some code into an inline functionKarl Williamson2012-07-241-0/+5
* regcomp.c: Extract code to inline functionKarl Williamson2012-07-241-0/+6
* embed.fnc: Remove duplicate entryKarl Williamson2012-07-241-5/+0
* embed.fnc: Add const to remove compiler warningKarl Williamson2012-07-241-1/+1
* Unify code that initializes constants yes, no, and undefChip Salzenberg2012-07-231-0/+1
* regcomp.c: Refactor code into a functionKarl Williamson2012-07-191-0/+6
* utf8.c: Create API so internals can be hiddenKarl Williamson2012-07-191-0/+6
* Adding support for Visual C's __declspec(noreturn) function declarations to perlDaniel Dragan2012-07-181-12/+12
* Magic flags harmonization.Chip Salzenberg2012-07-151-2/+18
* Eliminate PL_OP_SLAB_ALLOCFather Chrysostomos2012-07-121-38/+29
* PERL_DEBUG_READONLY_OPS with the new allocatorFather Chrysostomos2012-07-121-1/+14
* regcomp.c: Remove obsolete codeKarl Williamson2012-06-291-16/+0
* handy.h: Fix isBLANK_uni and isBLANK_utf8Karl Williamson2012-06-291-0/+10
* Make formats close over the right closureFather Chrysostomos2012-06-291-0/+3