summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* regcomp.c: remove invalid assertionkhw/newtrickyKarl Williamson2011-12-311-2/+1
* re/reg_fold.t: Add and revise commentskhw/trickyKarl Williamson2011-12-251-2/+3
* reg_fold.t: Test bracketed character classesKarl Williamson2011-12-251-1/+2
* re/reg_fold.t: Test more code pointsKarl Williamson2011-12-251-1/+0
* re/reg_fold.t: Remove fixed TODOsKarl Williamson2011-12-251-11/+2
* re/reg_fold.t: Use /u rules for Unicode testsKarl Williamson2011-12-251-1/+1
* regcomp.c: Refactor join_exact() to eliminate extra passesKarl Williamson2011-12-254-95/+152
* regcomp.c: Modify some commentsKarl Williamson2011-12-251-9/+9
* regex: Remove FOLDCHAR regnode typeKarl Williamson2011-12-234-48/+6
* regex: Fix some tricky fold problemsKarl Williamson2011-12-233-232/+176
* regcomp.c: Rework join_exact()Karl Williamson2011-12-231-50/+59
* regex: Add new node type EXACTFU_NO_TRIEKarl Williamson2011-12-234-126/+139
* regex: Add new node type EXACTFU_SSKarl Williamson2011-12-234-131/+149
* regcomp.c: Need to account for delta sizesKarl Williamson2011-12-231-0/+5
* regcomp.c: Change param to join_exact()Karl Williamson2011-12-233-13/+21
* perlunicode: nitKarl Williamson2011-12-231-3/+3
* regcomp.c: regex start class for sharp sKarl Williamson2011-12-231-0/+26
* regcomp.c: white-space only and comments onlyKarl Williamson2011-12-231-16/+42
* regcomp.c: Save computed value in variable for later useKarl Williamson2011-12-231-4/+4
* regcomp.c: Make sure trie can handle node passed to itKarl Williamson2011-12-231-0/+2
* regexec.c: white space onlyKarl Williamson2011-12-231-1/+1
* regexec.c: EXACTF nodes can never be UTFKarl Williamson2011-12-231-4/+9
* regcomp.c: Silence valgrind warningKarl Williamson2011-12-231-1/+5
* regexp_noamp.t: Add commentKarl Williamson2011-12-231-0/+2
* t/re/re_tests: Add some testsKarl Williamson2011-12-231-1/+6
* t/re/re_tests: revise testKarl Williamson2011-12-231-1/+5
* t/re/re_tests: Update commentKarl Williamson2011-12-231-2/+2
* util.c: Add commentKarl Williamson2011-12-231-1/+2
* regcomp.c: Don't print incorrect debug infoKarl Williamson2011-12-231-3/+4
* regcomp.sym: Change commentsKarl Williamson2011-12-232-8/+8
* Increase $arybase::VERSION to 0.03Father Chrysostomos2011-12-221-1/+1
* Eek! I left some debug code in arybase.xsFather Chrysostomos2011-12-221-1/+0
* Deparse.pm: Uncomment version codeFather Chrysostomos2011-12-221-5/+3
* speed up feature-checking slightlyFather Chrysostomos2011-12-223-10/+17
* Deparse "a::]"->[0], etc., correctlyFather Chrysostomos2011-12-222-2/+9
* Deparse "string"->[$expr] and ->{$expr} correctlyFather Chrysostomos2011-12-222-7/+26
* Update Term-UI to CPAN version 0.30Chris 'BinGOs' Williams2011-12-227-91/+97
* Added porting tests for CUSTOMIZED filesChris 'BinGOs' Williams2011-12-223-0/+160
* Correct the Pod used to block comment a section of git log output.Nicholas Clark2011-12-221-1/+3
* Add t/porting/utils.t, to test that utility scripts still compile.Nicholas Clark2011-12-223-1/+94
* corelist-perldelta.pl now requires Algorithm::Diff instead of using it.Nicholas Clark2011-12-221-1/+1
* Porting/cherrymaint now requires LWP::UserAgent instead of using it.Nicholas Clark2011-12-221-1/+1
* Porting/checkURL.pl now requires rather than uses all non-core modules.Nicholas Clark2011-12-221-11/+11
* Update CPANPLUS to CPAN version 0.9115Chris 'BinGOs' Williams2011-12-219-8/+25
* Copy hints from tied hh to inner compile scopesFather Chrysostomos2011-12-212-8/+27
* regen pod issuesFather Chrysostomos2011-12-211-3/+2
* podcheck.t: skip make-rmg-checklistFather Chrysostomos2011-12-211-0/+1
* Fix pod errors in rmgFather Chrysostomos2011-12-211-4/+0
* Add Porting/make_rmg-checklist to MANIFESTFather Chrysostomos2011-12-211-0/+1
* Deparse "string"->[0] correctlyFather Chrysostomos2011-12-212-12/+34