summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Last-minute perldelta tweakv5.23.4Steve Hay2015-10-201-1/+1
* Perl 5.23.4 todaySteve Hay2015-10-201-0/+1
* Finalize perldeltaSteve Hay2015-10-201-3/+28
* Update Module::CoreList for 5.23.4Steve Hay2015-10-202-2/+84
* regcomp.c: Keep parse pointer on full character boundaryKarl Williamson2015-10-201-1/+1
* perldelta for #126181Karl Williamson2015-10-201-0/+7
* PATCH: [perl #126181] regex: handle \cX inside (?[])Victor Adam2015-10-202-0/+23
* AUTHORS: Add Victor AdamVictor Adam2015-10-201-0/+1
* Improve pod for [ah]v_(clear|undef)David Mitchell2015-10-202-13/+19
* perldelta for #126404Karl Williamson2015-10-191-1/+2
* PATCH: [perl #12406] regnode panicKarl Williamson2015-10-192-2/+12
* const vtables in win32/perlhost.hDaniel Dragan2015-10-201-9/+9
* PATCH: [perl #126404] Assertion fail in (?[...])Karl Williamson2015-10-192-2/+7
* fix pod error introduced in 65c4791fTony Cook2015-10-201-1/+1
* Mention the HP-UX cadvise (Code Advisor).Jarkko Hietaniemi2015-10-191-0/+8
* Add link for the Coverity perl5 project.Jarkko Hietaniemi2015-10-191-0/+3
* Mention http://sourceforge.net/p/predef/wiki/Home/Jarkko Hietaniemi2015-10-191-0/+4
* Make __ASSERT__() empty under Coverity, avoiding many false alerts.Jarkko Hietaniemi2015-10-191-2/+7
* perldelta tweaksSteve Hay2015-10-201-15/+18
* perl.h: Remove some unused, non-portable #definesKarl Williamson2015-10-191-8/+0
* Add test for [perl #126204]Karl Williamson2015-10-191-0/+1
* PATCH: [perl #126177] Document /(?n)/Karl Williamson2015-10-191-12/+22
* perldelta for #126319Karl Williamson2015-10-191-0/+9
* PATCH: [perl #126319] Seg faultKarl Williamson2015-10-194-81/+118
|\
| * Remove TODOs from tests now passingKarl Williamson2015-10-192-11/+8
| * "" =~ /\b{gcb}/ should fail; same \b{wb}, \b{sb}Karl Williamson2015-10-191-7/+17
| * Fix some bugs in \B[sb}, \B{wb}, \B[gcb}Karl Williamson2015-10-192-15/+7
| * regexec.c: Combine some if'sKarl Williamson2015-10-191-47/+42
| * Fix some bugs with \b{gcb}, wb and sbKarl Williamson2015-10-191-8/+8
| * Fix look-behind bug with \b{wb}Karl Williamson2015-10-191-3/+17
| * Add TODO tests for [perl #126319]Karl Williamson2015-10-192-2/+31
|/
* regexec.c: Remove extraneous 'break'Karl Williamson2015-10-191-2/+0
* regexec.c: Add commentKarl Williamson2015-10-191-0/+2
* t/re/subst.t: Use loc_tools for skipping locale testsKarl Williamson2015-10-191-2/+2
* mktables: Improve .t diagnostic messageKarl Williamson2015-10-193-2/+3
* mktables: Update commentsKarl Williamson2015-10-193-12/+15
* regexec.c: Change function return from I32 to boolKarl Williamson2015-10-193-3/+3
* perldelta: NitKarl Williamson2015-10-191-1/+1
* Fix broken link in perldelta added by f83db99040Steve Hay2015-10-191-1/+1
* Remove boilerplate stuff from perldeltaSteve Hay2015-10-191-232/+1
* Fill in perldeltaSteve Hay2015-10-191-7/+228
* perl #126396 IRIX longdouble infinity issuesJarkko Hietaniemi2015-10-191-0/+10
* IRIX long-double sqrt(2) one bit error in the least significant end.Jarkko Hietaniemi2015-10-191-0/+10
* IRIX cc -c99 does -D__c99 but none of the other C99 macros.Jarkko Hietaniemi2015-10-191-1/+1
* IRIX long double: use the C99/C11-style generic math macros.Jarkko Hietaniemi2015-10-191-0/+4
* perldelta copy-editingSteve Hay2015-10-191-65/+59
* Clean-up temporary directories in Module-Metadata testsSteve Hay2015-10-193-1/+5
* reimplement $^WIN32_SLOPPY_STAT as a magic varDaniel Dragan2015-10-196-6/+36
* Make IO::Poll->poll call _poll even with an empty fd arrayDagfinn Ilmari Mannsåker2015-10-192-3/+12
* Fix assertion when calling IO::Poll::_poll() with an empty fd arrayDagfinn Ilmari Mannsåker2015-10-192-2/+5