summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* regcomp.c: White-space onlyKarl Williamson2018-12-271-8/+10
* regcomp.c: Avoid reading out-of-bounds memoryKarl Williamson2018-12-271-0/+2
* regen/mk_invlists.pl: Rmv outdated codeKarl Williamson2018-12-263-17/+4
* regen/mph.pl: Remove unused variableKarl Williamson2018-12-262-3/+1
* Change length-1 ASCII fold pairs to ANYOFM regnodesKarl Williamson2018-12-262-5/+43
* regcomp.c: White-space onlyKarl Williamson2018-12-261-35/+37
* Add new regnode: ANYOFH, without a bitmapKarl Williamson2018-12-266-404/+460
* Revamp qr/[...]/ optimizationsKarl Williamson2018-12-264-140/+1061
* regcomp.c: Rename a variableKarl Williamson2018-12-261-4/+4
* regcomp.c: White-space, comments onlyKarl Williamson2018-12-261-28/+31
* regcomp.c: Refactor 3 variables into flags of 1Karl Williamson2018-12-261-14/+24
* regcomp.c: White space onlyKarl Williamson2018-12-261-27/+27