summaryrefslogtreecommitdiff
path: root/proto.h
Commit message (Expand)AuthorAgeFilesLines
* utf8.c: Request function to be inlineKarl Williamson2012-11-191-1/+1
* embed.fnc: Restrict access to non-public functionsKarl Williamson2012-11-191-12/+12
* Request that regcomp.c:S_regpposixcc be inlinedFather Chrysostomos2012-11-181-1/+1
* Stop /[.zog.]/ and /[[.zog.]]/ from leakingFather Chrysostomos2012-11-181-1/+1
* Inline regcomp.c:S_checkposixcc into its only callerFather Chrysostomos2012-11-181-5/+0
* Hash Function Change - Murmur hash and true per process hash seedYves Orton2012-11-171-2/+4
* Stop eval "END OF TERMS" from leakingFather Chrysostomos2012-11-141-0/+6
* clean up the users of PL_no_memDaniel Dragan2012-11-121-3/+3
* rmv context from Perl_croak_no_modify and Perl_croak_xs_usageDaniel Dragan2012-11-121-4/+4
* embed.fnc: Allow toke.c to call core_swash_init()Karl Williamson2012-11-111-7/+9
* toke.c: Extract part of \N{} processing to new functionKarl Williamson2012-11-111-0/+7
* "func not implemented" croaks optimizations in /win32/*Daniel Dragan2012-11-081-0/+8
* Remove __attribute__malloc__ from MYSWAP functionsSteve Hay2012-11-011-3/+0
* optimize memory wrap croaks, often used in MEM_WRAP_CHECKDaniel Dragan2012-10-251-0/+3
* regexec.c: Remove dead codeKarl Williamson2012-10-241-1/+1
* regex: Remove old code that tried to handle multi-char foldsKarl Williamson2012-10-141-7/+1
* fix C++ builds broken by cdc4a174060Daniel Dragan2012-10-101-8/+8
* have embed.pl add PERL_CALLCONV_NO_RET to noreturn staticsDaniel Dragan2012-10-091-8/+8
* Allow _swash_inversion_hash() to be called in regexec.cKarl Williamson2012-10-091-6/+6
* regexec.c: PATCH: [perl #114808]Karl Williamson2012-10-061-1/+1
* [perl #79824] Don’t cow for sv_mortalcopy call from XSFather Chrysostomos2012-10-051-1/+5
* Remove length magic on scalarsFather Chrysostomos2012-10-011-6/+0
* Deprecate mg_length; make it return bytesFather Chrysostomos2012-10-011-0/+1
* Restore special blocks to working orderFather Chrysostomos2012-09-261-3/+3
* [perl #97958] Make reset "" match its docsFather Chrysostomos2012-09-241-0/+1
* op.c: Disentangle apply_attrs_my from apply_attrsFather Chrysostomos2012-09-191-1/+1
* [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