summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Restore special blocks to working orderFather Chrysostomos2012-09-265-12/+14
* perlreapi.pod: Reflow verbatim lines to 79 cols.Karl Williamson2012-09-262-25/+54
* porting/podcheck.t: Add test for removed filesKarl Williamson2012-09-261-1/+12
* podcheck.t: Return success/failure from ok()Karl Williamson2012-09-261-1/+1
* regen podcheck after MPE port removedKarl Williamson2012-09-261-1/+0
* regcomp.c: Add a less confusing #define aliasKarl Williamson2012-09-262-13/+15
* regcomp.c: Properly handle no isblank(), isascii()Karl Williamson2012-09-261-5/+62
* pod/perlrecharclass.pod: Small corrections, typosKarl Williamson2012-09-261-11/+11
* perlvar.pod: Document UTF8CACHEKarl Williamson2012-09-261-1/+3
* mg_get should be called before accessPeter Martini2012-09-261-1/+1
* Test XS registration of state subsFather Chrysostomos2012-09-263-0/+40
* Make PL_compcv visible to BEGIN blocksFather Chrysostomos2012-09-261-0/+3
* [MERGE] make regex engine handle non-null-terminated stringsDavid Mitchell2012-09-265-211/+364
|\
| * stop regex engine reading beyond end of stringDavid Mitchell2012-09-265-78/+224
| * regmatch(): fix typo in TRIE commentary textDavid Mitchell2012-09-261-1/+1
| * regmatch() annotate ops and separate out branchesDavid Mitchell2012-09-261-69/+113
| * regmatch(): do nextchr=*locinput at top of loopDavid Mitchell2012-09-261-24/+7
| * regmatch(): nextchar should always be positiveDavid Mitchell2012-09-261-2/+2
| * regmatch(): consolidate locinput++David Mitchell2012-09-261-41/+21
| * regmatch(): use nextchar where availableDavid Mitchell2012-09-261-2/+2
|/
* Stop declaring non-exported externs to non-core XS modules [perl #114516]Steve Hay2012-09-262-5/+10
* Test for errors requiring .ph files.Paul Johnson2012-09-251-1/+10
* Correct fm vtable in perlguts.podFather Chrysostomos2012-09-253-3/+3
* Restore perly.o build with -DDEBUGGINGFather Chrysostomos2012-09-251-4/+9
* Add t/test_pl* to MANIFESTFather Chrysostomos2012-09-251-0/+2
* Make t/test_pl/tempfile.t produce more diagnosticsBrad Gilbert2012-09-251-6/+27
* Added t/test_pl/tempfile.tBrad Gilbert2012-09-251-0/+39
* Rework tempfile() in t/test.pl to use _num_to_alpha()Brad Gilbert2012-09-251-10/+9
* Added test names to some tests in t/test_pl/_num_to_alpha.tBrad Gilbert2012-09-251-11/+13
* Added optional char limit to _num_to_alpha() in test.plBrad Gilbert2012-09-252-2/+20
* Add _num_to_alpha() to test.plBrad Gilbert2012-09-252-0/+60
* Move @letters in test.pl earlierBrad Gilbert2012-09-251-1/+2
* apparently this actually needs to be regenerated tooJesse Luehrs2012-09-253-251/+273
* fix regen_perly.pl for bison 2.6Jesse Luehrs2012-09-252-6/+10
* [perl #56880] Allow v10 as a label or package nameFather Chrysostomos2012-09-252-2/+30
* Update Digest-SHA to CPAN version 5.72Chris 'BinGOs' Williams2012-09-2510-15/+21
* [perl #77240] Don’t warn for --subnameFather Chrysostomos2012-09-242-1/+7
* [perl #77094] Stop printf +() from reading past SPFather Chrysostomos2012-09-242-1/+9
* Don’t crash with existent but undefined &DB::DBFather Chrysostomos2012-09-242-3/+12
* A better fix for leaking array assignmentFather Chrysostomos2012-09-241-3/+5
* Fix C++ buildFather Chrysostomos2012-09-241-1/+1
* [perl #97958] Make reset "" match its docsFather Chrysostomos2012-09-246-9/+66
* don't crash with -d if DB::DB is seen but not defined [perl #114990]Jesse Luehrs2012-09-244-2/+20
* [perl #107000] Don’t leak if hh copying diesFather Chrysostomos2012-09-233-4/+30
* [perl #97466] Stop defined from propagating ref cx too farFather Chrysostomos2012-09-233-1/+22
* Update Unicode-Normalize to CPAN version 1.15Chris 'BinGOs' Williams2012-09-235-20/+25
* Update Unicode-Collate to CPAN version 0.90Chris 'BinGOs' Williams2012-09-236-18/+23
* Sync versions of Module-CoreList and Exporter in Maintainers.plChris 'BinGOs' Williams2012-09-231-2/+2
* Increase $B::Deparse::VERSION to 1.18Father Chrysostomos2012-09-221-1/+1
* [perl #94490] const fold should not trigger special split " "Father Chrysostomos2012-09-228-24/+35