summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* And 5.29.7 release to pod/perlhistv5.29.7Abigail2019-01-201-0/+1
* Bump copyright to 2019 in perl.c and README.Abigail2019-01-202-3/+3
* New/Update Modules section for perldeltaAbigail2019-01-201-13/+47
* Perldelta acknowledgements for 5.29.7.Abigail2019-01-201-2/+24
* Update Module::CoreList for 5.29.7Abigail2019-01-201-4/+131
* Perldelta: Link to each ticket.Abigail2019-01-191-7/+7
* Perldelta: spell out '2nd'.Abigail2019-01-191-1/+1
* Perldelta: Document changes leading up to 5.29.7.Abigail2019-01-191-282/+31
* Update Test-Simple to CPAN version 1.302160Chris 'BinGOs' Williams2019-01-1977-235/+917
* my_atof3() Fix uncommon bug where it wrongly failsKarl Williamson2019-01-181-0/+1
* Update Math-BigInt-FastCalc to CPAN version 0.5008Chris 'BinGOs' Williams2019-01-182-2/+2
* Update Math-BigInt to CPAN version 1.999816Chris 'BinGOs' Williams2019-01-1813-560/+3796
* Update Unicode-Collate to CPAN version 1.27Chris 'BinGOs' Williams2019-01-17106-34195/+35615
* Update File-Temp to CPAN version 0.2309Chris 'BinGOs' Williams2019-01-172-10/+11
* Update IO-Compress to CPAN version 2.084Chris 'BinGOs' Williams2019-01-1745-261/+405
* Update Compress-Raw-Bzip2 to CPAN version 2.084Chris 'BinGOs' Williams2019-01-175-10/+30
* Update Compress-Raw-Zlib to CPAN version 2.084Chris 'BinGOs' Williams2019-01-173-7/+27
* (perl #133755) link back to readpipe from the qx// docsTony Cook2019-01-161-1/+4
* bump version numbers for PathToolsTony Cook2019-01-1411-11/+11
* (perl #123724) don't translate ... to ..\.. on Win32Tony Cook2019-01-142-12/+2
* PATCH: [perl #133756] Failure to match properlyKarl Williamson2019-01-102-5/+37
* regcomp.c: Fix wrong commentKarl Williamson2019-01-101-3/+3
* Delay fatalization of deprecation of unsafe UTF-8 macros from XSKarl Williamson2019-01-083-50/+58
* Shorten test descriptionsJames E Keenan2019-01-081-5/+3
* Conduct tests of IO::Dir in temporary directoryJames E Keenan2019-01-081-38/+62
* (perl #133575) prevent set/longjmp clobbering locals in S_fold_constantsTony Cook2019-01-071-8/+24
* Remove one superfluous word in sysseek documentation.James E Keenan2019-01-051-1/+1
* regen/warnings.pl: Fix undefined C behaviorKarl Williamson2019-01-054-4/+11
* Use same mixture of hard-tabs and spaces for indentJames E Keenan2019-01-051-1/+1
* perlapi: Fix improper formal param nameKarl Williamson2019-01-041-1/+1
* regen/mk_invlists.pl: Rmv extraneous tab in outputKarl Williamson2019-01-043-4/+4
* perldelta for 817480137a8bTony Cook2019-01-031-0/+6
* simplify the error reporting from the #125351 fixTony Cook2019-01-031-9/+1
* (perl #132158) abort compilation if we see an error compiling a formTony Cook2019-01-032-0/+18
* bump $lib::VERSIONTony Cook2019-01-031-1/+1
* Hint about $dir/$version is checked by lib.pm and deleted from @INCEugen Konkov2019-01-031-1/+3
* perldelta for b4e880f3b5c8, eb699a9c8fb7Tony Cook2019-01-021-1/+2
* First "eof" should return trueHauke D2019-01-022-2/+1
* [perl #133721] TODO test for eof with no ${^LAST_FH}Tony Cook2019-01-021-1/+9
* perldelta for 7122d783e33cTony Cook2019-01-021-1/+4
* [perl #133524] report line number for Prototype not terminatedTony Cook2019-01-022-1/+7
* regcomp.c: Rmv null function callsKarl Williamson2019-01-011-14/+12
* Revert "regen/mk_invlists.pl: Fix bug when 2 ident tables"Karl Williamson2018-12-314-50/+11
* perl.h: Fix typo in commentKarl Williamson2018-12-311-1/+0
* perlvars.h: A variable was being initialized unnecessarilyKarl Williamson2018-12-301-1/+1
* perlre: Note /i multi-char fold lookbehind assertions don't workKarl Williamson2018-12-301-2/+10
* regcomp.sym: Note specialized use of 'flags' in 2 OPsKarl Williamson2018-12-303-6/+10
* perlre: Note that lookbehind is up to 255 charsKarl Williamson2018-12-301-2/+2
* Correct spelling error.James E Keenan2018-12-291-1/+1
* regcomp.c: Refactor \b{} parsing codeKarl Williamson2018-12-271-18/+26