| Commit message (Expand) | Author | Age | Files | Lines |
* | Noticed that two tests were skipped as perlio:: package | Nick Ing-Simmons | 2001-03-29 | 1 | -1/+1 |
* | Implement: | Nick Ing-Simmons | 2001-03-24 | 2 | -5/+19 |
* | Don't include $@ in not ok message. | Nick Ing-Simmons | 2001-03-22 | 1 | -2/+2 |
* | Give a meaning to '&' in n-arg open case: | Nick Ing-Simmons | 2001-03-22 | 1 | -16/+16 |
* | Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl. | Jarkko Hietaniemi | 2001-01-30 | 1 | -2/+2 |
* | Patch from Inaba Hiroto: | Jarkko Hietaniemi | 2001-01-28 | 1 | -5/+5 |
* | Remove FileHandle/IO dependence in t/io/openpid.t | Stephen McCamant | 2001-01-09 | 1 | -8/+5 |
* | Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunc... | Radu Greab | 2001-01-08 | 1 | -1/+0 |
* | Re: [ID 20010105.002] close() on process filehandle leaves defunct process | Radu Greab | 2001-01-05 | 1 | -1/+19 |
* | PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t | Raphael Manfredi | 2001-01-05 | 1 | -1/+9 |
* | CRLF platform issue with io/utf8 fix. | Nick Ing-Simmons | 2000-12-21 | 1 | -1/+1 |
* | Robustness support for #8218 (symlink forest) since the GNU | Jarkko Hietaniemi | 2000-12-21 | 1 | -2/+7 |
* | Re: The long awaited feature ... | Simon Cozens | 2000-12-11 | 1 | -2/+107 |
* | read/sysread/recv should now be utf8 aware. | Nick Ing-Simmons | 2000-12-09 | 1 | -1/+8 |
* | Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO. | Nick Ing-Simmons | 2000-12-09 | 1 | -0/+51 |
* | Test various dup/external program options on all platforms. | Nick Ing-Simmons | 2000-12-06 | 1 | -8/+4 |
* | Fix 'mmap' lib/filehand.t (ungetc) test fail. | Nick Ing-Simmons | 2000-12-01 | 1 | -4/+15 |
* | Couple of tests from #7660 salvaged. | Jarkko Hietaniemi | 2000-11-13 | 1 | -1/+11 |
* | [ID 20001025.011] [PATCH] t/io/open.t perl@7369[ 7350] breaks VMS perl | Peter J. Farley III | 2000-10-26 | 1 | -0/+9 |
* | [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp | Peter J. Farley III | 2000-10-16 | 1 | -2/+2 |
* | Chuck Lane's OpenVMS piping improvements | Craig A. Berry | 2000-08-29 | 1 | -1/+0 |
* | Use minimal @INC in tests, most of the time just '../lib', | Mike Guy | 2000-08-29 | 5 | -5/+5 |
* | slurp mode fix in change#4736 still not quite right | Gurusamy Sarathy | 2000-06-30 | 1 | -5/+7 |
* | io/fs.t tweaks for Windows 2000 | Gurusamy Sarathy | 2000-03-22 | 1 | -1/+2 |
* | more sleep needed from slow systems (from Peter Haworth) | Gurusamy Sarathy | 2000-03-20 | 1 | -1/+1 |
* | lexical warnings update for docs and tests (from Paul Marquess) | Gurusamy Sarathy | 2000-03-13 | 1 | -1/+6 |
* | consolidated VMS patches (from Craig A. Berry | Gurusamy Sarathy | 2000-03-01 | 2 | -6/+5 |
* | increase sleep to compensate for slow cpu (from Peter Haworth | Gurusamy Sarathy | 2000-02-29 | 1 | -1/+1 |
* | Defer inclusion of VMS-specific code to runtime | Charles Bailey | 2000-02-28 | 1 | -1/+1 |
* | Quote command line args which need to be upper case | Charles Bailey | 2000-02-28 | 1 | -2/+4 |
* | MPE/ix patches from Mark Bixby. | Jarkko Hietaniemi | 2000-02-24 | 1 | -15/+20 |
* | workaround for rename('x','X') bug in Windows NT | Gurusamy Sarathy | 2000-01-25 | 1 | -3/+13 |
* | cygwin update (from Eric Fifer <EFifer@sanwaint.com>) | Gurusamy Sarathy | 2000-01-23 | 1 | -1/+1 |
* | truncate(FH) flushes FH before truncating it | Gurusamy Sarathy | 2000-01-22 | 1 | -3/+4 |
* | tweak test in change#4757 for Windows | Gurusamy Sarathy | 2000-01-06 | 1 | -3/+11 |
* | severe bugs in change#3786 fixed | Gurusamy Sarathy | 2000-01-05 | 1 | -1/+10 |
* | slurp mode fix in change#2910 wasn't quite right (spotted by Hans | Gurusamy Sarathy | 1999-12-29 | 1 | -22/+47 |
* | tests for change#4642 and pod fixups suggested by Ralph Corderoy | Gurusamy Sarathy | 1999-12-28 | 1 | -2/+43 |
* | better implementation of change#3326; open(local $foo,...) now | Gurusamy Sarathy | 1999-12-04 | 1 | -84/+230 |
* | test tweak for VMS (from Craig A. Berry) | Gurusamy Sarathy | 1999-12-03 | 1 | -1/+1 |
* | Small VMS nits from Craig A. Berry, <craig.berry@metamor.com>. | Jarkko Hietaniemi | 1999-11-22 | 1 | -2/+2 |
* | [5.005_62 PATCH] support link() on WinNT and NTFS | Jan Dubois | 1999-11-13 | 1 | -5/+16 |
* | allow $\ to work right when set to a string with embedded nulls | Gurusamy Sarathy | 1999-11-05 | 1 | -3/+5 |
* | change#4502 was missing a file | Gurusamy Sarathy | 1999-10-31 | 1 | -0/+63 |
* | Re: [PATCH 5.005_62] OS/2 improvements | Ilya Zakharevich | 1999-10-24 | 1 | -2/+8 |
* | tweak some op names in change#4177 (will any of this break code that | Gurusamy Sarathy | 1999-09-18 | 1 | -2/+2 |
* | fix typo | Gurusamy Sarathy | 1999-09-17 | 1 | -1/+1 |
* | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-09-17 | 1 | -2/+5 |
|\ |
|
| * | integrate vmsperl contents into mainline (where VMS files conflicted, | Gurusamy Sarathy | 1999-09-17 | 1 | -2/+5 |
| |\ |
|
| | * | Integrate mainline 5.05_61 | Charles Bailey | 1999-09-06 | 4 | -5/+19 |
| | |\ |
|