summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove boolkeys opFather Chrysostomos2012-08-265-242/+233
* pp_hot.c: pp_rv2av: Squash repetitive codeFather Chrysostomos2012-08-261-32/+5
* Croak for \local %{\%foo}Father Chrysostomos2012-08-262-3/+13
* Restore ‘Can’t localize through ref’ to lv subsFather Chrysostomos2012-08-262-3/+27
* Use new Unicode 6.2 betaKarl Williamson2012-08-2649-1352/+1986
* Prepare for Unicode 6.2Karl Williamson2012-08-269-45/+106
* mktables: Re-order some code, change commentsKarl Williamson2012-08-261-27/+39
* mktables: Correct generated table commentKarl Williamson2012-08-261-1/+1
* lib/unicore/README.perl: Make usablea s shell scriptKarl Williamson2012-08-261-19/+19
* Revert "Experimentally Use Unicode 6.2 beta"Karl Williamson2012-08-2648-1835/+1352
* perldelta for Unicode property performance gainsKarl Williamson2012-08-261-1/+4
* Upgrade Socket from 2.004 to 2.006Steve Hay2012-08-266-25/+65
* Add Configure probe for ip_mreq_sourceH.Merijn Brand2012-08-2617-3/+97
* Correct typo in flag nameFather Chrysostomos2012-08-255-7/+7
* Banish boolkeysFather Chrysostomos2012-08-2512-89/+40
* regexec.c: White-space onlyKarl Williamson2012-08-251-7/+7
* regex: Speed up \X processingKarl Williamson2012-08-252-3/+36
* utf8.c: indent in new block: White space-onlyKarl Williamson2012-08-251-2/+2
* utf8.c: Prefer binsearch over swash hash for small swashesKarl Williamson2012-08-253-8/+48
* utf8.c: Bypass a subroutine wrapperKarl Williamson2012-08-251-1/+1
* utf8.c: Add comment about speed-up attemptKarl Williamson2012-08-251-1/+2
* utf8.c: Shorten hash key for speedKarl Williamson2012-08-251-4/+4
* utf8.c: collapse a function parameterKarl Williamson2012-08-257-13/+12
* regexec.c: Reword commentKarl Williamson2012-08-251-5/+1
* regexec.c: Use get method instead of internalsKarl Williamson2012-08-253-16/+12
* embed.fnc: Turn null wrapper function into macroKarl Williamson2012-08-255-8/+17
* utf8.c: Revise internal API of swash_init()Karl Williamson2012-08-257-46/+49
* embed.fnc: Mark internal function as "may change"Karl Williamson2012-08-251-1/+1
* Add caching to inversion list searchesKarl Williamson2012-08-257-43/+174
* regexec.c: Use xor to save a branchKarl Williamson2012-08-251-1/+2
* Comment out unused functionKarl Williamson2012-08-257-11/+4
* utf8.c: Speed up \X processing of KoreanKarl Williamson2012-08-252-7/+49
* regcomp.c: Move functions to inline_invlist.cKarl Williamson2012-08-255-96/+98
* regcomp.c: Rename 2 functions to indicate private natureKarl Williamson2012-08-254-46/+45
* regcomp.c: Silence compiler warning.Karl Williamson2012-08-251-1/+1
* Add empty inline_invlist.cKarl Williamson2012-08-256-2/+28
* regcomp.c: Add assertion, commentsKarl Williamson2012-08-251-2/+4
* regcomp.c: Allow search to work on empty inversion listsKarl Williamson2012-08-251-4/+12
* regcomp.c: Special case /[UV_MAX]/Karl Williamson2012-08-252-1/+18
* mktables: Fix bug when deleting final rangeKarl Williamson2012-08-251-4/+11
* Increase $B::Concise::VERSION to 0.93Father Chrysostomos2012-08-251-1/+1
* Optimise %hash in sub { %hash || ... }Father Chrysostomos2012-08-256-0/+19
* improve and fix the documentation of the PERL_HASH functionYves Orton2012-08-251-7/+5
* minor doc patches to api stuffYves Orton2012-08-252-1/+16
* Apply boolkeys optimisation to %hash?:Father Chrysostomos2012-08-251-2/+6
* Apply boolkeys optimisation to scalar(%hash)Father Chrysostomos2012-08-251-7/+13
* [perl #114576] Optimise if(%hash) in non-void contextFather Chrysostomos2012-08-242-6/+10
* pp.c: pp_boolkeys does not need to popFather Chrysostomos2012-08-241-4/+4
* [perl #114572] perl.c: fix locality/rmv redundant nulls in call_sv/eval_svDaniel Dragan2012-08-241-5/+3
* parser.t: Move a test above ‘Add new tests here’Father Chrysostomos2012-08-241-10/+10