summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Ensure same count of tests on different OSes.James E Keenan2018-11-101-1/+2
* Bump Data::Dumper to 2.173 (no real change):Sawyer X2018-11-102-2/+6
* ext/re/t/qr.t: Rmv extraneous Debug statementKarl Williamson2018-11-051-1/+0
* Don't localise array / hash slice ref assignmentDavid Mitchell2018-11-052-5/+43
* (perl #132147) bump *DBM_File versionsTony Cook2018-11-054-4/+4
* (perl #132147) add security warnings to the *DBM_File modulesTony Cook2018-11-054-0/+54
* pp_divide: use modulo instead of multiplicationTomasz Konojacki2018-11-021-1/+4
* (perl #127606) adjust dependency paths on installation on darwinTony Cook2018-11-022-2/+57
* Correct spelling errorJames E Keenan2018-11-011-1/+1
* perlfunc: highlight -X behaviour on dangling symlinksDavid Cantrell2018-11-011-0/+4
* bump $File::Spec::*::VERSIONTony Cook2018-11-0111-11/+11
* prevent t/Functions.t from warning on undefined values when none suppliedTony Cook2018-11-011-1/+1
* Handle OSes where filesystems can be mounted with 'noatime' optionJames E Keenan2018-10-311-4/+5
* PATCH: [perl #133620] heap buffer overflowKarl Williamson2018-10-312-1/+2
* Move subroutine definition to end of file.James E Keenan2018-10-301-59/+58
* Regularize indents within subroutine definition.James E Keenan2018-10-301-53/+52
* Fully encapsulate check_utime_result()James E Keenan2018-10-301-2/+3
* Remove code commented out since March 2002.James E Keenan2018-10-301-8/+4
* Repeatedly hard-coding an integer is a mistake.James E Keenan2018-10-301-9/+11
* Make descriptions more self-documentingJames E Keenan2018-10-301-6/+6
* Add notes so it's easier to see where we are in test file.James E Keenan2018-10-301-2/+4
* Use t/test.pl's note() functionJames E Keenan2018-10-301-5/+5
* Add minix hints to MANIFESTH.Merijn Brand2018-10-301-0/+1
* Add initial support for Minix3H.Merijn Brand2018-10-302-1/+151
* Define also Perl's calloc() macroPali2018-10-291-0/+1
* Note locales available and those used in tests.James E Keenan2018-10-281-1/+3
* remove extra 'be' in perlre podPhil Pearl (Lobbes)2018-10-282-1/+2
* Cast away const from AIX' accessx() path argumentDagfinn Ilmari Mannsåker2018-10-231-2/+2
* (perl #133604) fix binmode on Win32 :crlf layersTony Cook2018-10-223-4/+1
* (perl #133604) test for binmode removing :utf8Tony Cook2018-10-221-1/+17
* (perl #133604) skip a new test on Win32 that fails only on Win32Tony Cook2018-10-221-0/+2
* Using #ifdef inside macro arguments confuses VC++ 2008Tony Cook2018-10-211-3/+4
* Bump version of Module::CoreList in Maintainers.plAaron Crane2018-10-201-1/+1
* Bump the Perl version for 5.29.5Aaron Crane2018-10-2025-137/+166
* Create new perldelta for 5.29.5-to-beAaron Crane2018-10-2011-119/+569
* Tick off 5.29.4 releaseAaron Crane2018-10-201-1/+1
* Epigraph for 5.29.4 releaseAaron Crane2018-10-201-0/+25
* Merge branch 'release-5.29.4' into bleadAaron Crane2018-10-202-311/+80
|\
| * Finalize perldelta for 5.29.4v5.29.4Aaron Crane2018-10-201-309/+55
| * Update Module::Corelist for 5.29.4Aaron Crane2018-10-201-2/+25
|/
* Merge branch 'remove sizing pass' into bleadKarl Williamson2018-10-2015-1748/+1855
|\
| * perldeltaKarl Williamson2018-10-201-1/+3
| * regcomp.c: White space onlyKarl Williamson2018-10-201-205/+204
| * Remove references to passes from regex compilerKarl Williamson2018-10-202-265/+36
| * Remove sizing pass from regular expression compilerKarl Williamson2018-10-202-228/+393
| * regcomp.c: Avoid potential NULL ptr dereferenceKarl Williamson2018-10-201-0/+7
| * regcomp.c: Test that code block exists before cleaningKarl Williamson2018-10-202-3/+5
| * regcomp.c: Extract code into a functionKarl Williamson2018-10-204-73/+89
| * regcomp.c: Test for having /u earlier for \p{}Karl Williamson2018-10-201-3/+4
| * regcomp.c: Remove variable in favor of struct elementKarl Williamson2018-10-201-86/+85