summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Refactor \X regex handling to avoid a typical case table lookupKarl Williamson2012-08-289-36/+41
* regexec.c: Remove no longer needed commentsKarl Williamson2012-08-281-30/+0
* perldelta for 43ddfa5614 and 39b80fd98d.Steve Hay2012-08-281-0/+6
* Revert File::Copy::copy() to fail when copying a file onto itselfSteve Hay2012-08-282-6/+4
* Fix File::Copy test failure on WindowsSteve Hay2012-08-281-0/+4
* note CPAN pod link target; regen pod issuesFather Chrysostomos2012-08-281-2/+3
* perldtrace.pod: typoFather Chrysostomos2012-08-281-1/+1
* perldtrace.pod: Remove a stray =itemFather Chrysostomos2012-08-281-2/+0
* Add another address for Shawn Moore to checkAUTHORS.plFather Chrysostomos2012-08-281-0/+1
* Add t/run/dtrace.pl to MANIFESTFather Chrysostomos2012-08-281-0/+1
* "loading-file" and "loaded-file" DTrace probesShawn M Moore2012-08-286-2/+78
* "op-entry" DTrace probeShawn M Moore2012-08-286-2/+73
* op.c: Two more boolean %hash optimisationsFather Chrysostomos2012-08-281-14/+12
* Use PL_parser->lex_shared instead of Sv[IN]VX(PL_linestr)Father Chrysostomos2012-08-283-40/+23
* caller.t: Fix ‘Caller’ testFather Chrysostomos2012-08-281-1/+1
* Stop here-docs from gutting (caller $n)[6]Father Chrysostomos2012-08-273-1/+22
* Stop (caller $n)[6] from including final "\n;"Father Chrysostomos2012-08-272-2/+11
* Fix eval 'q;;'Father Chrysostomos2012-08-272-3/+5
* Revert "smoke-me diag"Father Chrysostomos2012-08-271-4/+1
* parser.h: Document copline with more detailFather Chrysostomos2012-08-271-1/+5
* Fix line numbers inside here-docsFather Chrysostomos2012-08-272-13/+26
* op.c: newSTATEOP: don’t check PL_parser after using itFather Chrysostomos2012-08-271-2/+1
* Add PL_parser->lex_shared struct; move herelines into itFather Chrysostomos2012-08-272-9/+20
* Stop invalid y/// ranges from leakingFather Chrysostomos2012-08-272-2/+6
* toke.c: Merge KEY_tr and KEY_yFather Chrysostomos2012-08-271-4/+1
* Stop unterminated here-docs from leaking memoryFather Chrysostomos2012-08-274-1/+18
* [perl #114070] Fix lines nums after <<fooFather Chrysostomos2012-08-273-17/+34
* Add utility and .h for character's UTF-8Karl Williamson2012-08-275-39/+167
* regen/regcharclass.pl: Comment out obsolete codeKarl Williamson2012-08-272-173/+12
* Opcode.pm: wrap long pod linesFather Chrysostomos2012-08-262-18/+24
* Increase $Opcode::VERSION to 1.24Father Chrysostomos2012-08-261-1/+1
* 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