summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "test - Do not run test output at compilation time"v5.27.4John SJ Anderson2017-09-202-67/+33
* add new release to perlhistJohn SJ Anderson2017-09-201-2/+3
* Finalize perldelta for 5.27.4John SJ Anderson2017-09-201-288/+89
* Update Module::CoreList for 5.27.4John SJ Anderson2017-09-201-0/+8
* prevent pod/builttoc spewing bad UTF-8 errors under PERL_UNICODETony Cook2017-09-201-1/+1
* avoid sysread()/syswrite() warnings from the default :utf8 from PERL_UNICODETony Cook2017-09-209-22/+56
* uconfig.h: Regenerate for releaseJohn SJ Anderson2017-09-191-33/+29
* regen Configure and friends after backportsH.Merijn Brand2017-09-193-76/+72
* (perl #132008) make sure the test behaves without a ttyTony Cook2017-09-191-7/+15
* perldelta for 08ccc8101277Tony Cook2017-09-191-0/+6
* (perl #131777) prevent non-'=' assign ops tokens in sub signaturesTony Cook2017-09-194-9/+64
* APItest/t/locale.t: Fix to not show failures on OpenBsdKarl Williamson2017-09-181-5/+7
* (perl #132008) try to prevent the similar mistakes in the futureTony Cook2017-09-181-0/+2
* Term::ReadLine generates empty &STDERR filesJames E Keenan2017-09-183-6/+53
* (127663) fix some portability issues with the new in-place editTony Cook2017-09-182-4/+44
|\
| * Revise tests to account for d_linkat.James E Keenan2017-09-181-0/+2
| * Make use of *at functions dependent upon HAS_LINKAT.James E Keenan2017-09-181-1/+2
| * (perl #127663) work around what appears to be a freebsd bugTony Cook2017-09-182-3/+40
|/
* (perl #132087) correct *at() function detection on older darwinTony Cook2017-09-181-0/+13
* Revert changes to t/op/threads-dirh.t in 1ce8be81dfaf09bc8a07.James E Keenan2017-09-151-8/+8
* test - Do not run test output at compilation timeNicolas R2017-09-152-33/+67
* test - Do not use B which is a reserved namespaceNicolas R2017-09-153-47/+47
* tests - remove useless setting in BEGINNicolas R2017-09-152-10/+1
* tests - Use set_up_inc helper to set @INCNicolas R2017-09-153-12/+14
* Parenthesize macro arguments to ninstr()Karl Williamson2017-09-141-1/+2
* t/run/locale.t: Move function callKarl Williamson2017-09-141-1/+1
* locale.c: Show how the number '112' was derivedKarl Williamson2017-09-141-1/+1
* Test for 0e3f4440d849cf8fca676f87e574164e33cf2e13Abigail2017-09-141-0/+12
* Fix #131868 - silence quantifier warnings for regex gosubYves Orton2017-09-131-1/+1
* in hash init code preserve constnessYves Orton2017-09-133-3/+3
* avoid 'the address of ... will always evaluate as ...' warns in mem macrosYves Orton2017-09-131-7/+10
* Check for Unicode replacement character in t/porting/podcheck.tDagfinn Ilmari Mannsåker2017-09-111-0/+16
* Fix misplaced =back in t/porting/podcheck.tDagfinn Ilmari Mannsåker2017-09-111-2/+2
* Fix Windows-1252 em-dashes in latest epigraphsDagfinn Ilmari Mannsåker2017-09-111-3/+3
* perldelta for ae2cf9f6 and f6107ca2Dagfinn Ilmari Mannsåker2017-09-111-0/+12
* perldelta for 9c6681cc159fTony Cook2017-09-111-0/+34
* Not jhi, lwall.Jarkko Hietaniemi2017-09-111-1/+1
* [perl #127663] safer in-place editingTony Cook2017-09-1132-111/+978
|\
| * (perl #127663) fallback to looking for work file if st_ino unusableTony Cook2017-09-113-11/+40
| * (perl #127663) reject a changed directory for relative in-place filenamesTony Cook2017-09-112-2/+59
| * (perl #127663) test we fail if the work file can't be renamedTony Cook2017-09-112-4/+40
| * (perl #127663) test we fail if the backup rename failsTony Cook2017-09-112-1/+21
| * (perl #127663) clean up any files left behindTony Cook2017-09-111-0/+3
| * (perl #127663) don't do inplace renaming etc in child processesTony Cook2017-09-112-18/+73
| * (perl #127663) don't do inplace renaming etc in child threadsTony Cook2017-09-112-6/+42
| * (perl #127663) test chdir() within an in-place edit loopTony Cook2017-09-111-1/+23
| * (perl #127663) use *at() functions to handle perl code that chdirsTony Cook2017-09-111-2/+60
| * add probes for openat, unlinkat, renameat, linkat and fchmodatTony Cook2017-09-1115-2/+153
| * (perl #127663) provide limited control for the internal drand48()Tony Cook2017-09-113-0/+47
| * (perl #127663) test that die/exit leave the original fileTony Cook2017-09-111-3/+27