| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove incorrect guards around inclusion of <signal.h> | Alan Burlison | 2003-12-15 | 1 | -2/+0 |
* | Modify the common guard for the signal.h header, because | Alan Burlison | 2003-12-12 | 1 | -1/+1 |
* | casting bug in VMS part of Perl_start_glob | Craig A. Berry | 2003-12-06 | 1 | -2/+3 |
* | dup2() not going through PerlLIO abstraction layer | Jan Dubois | 2003-10-23 | 1 | -1/+1 |
* | Two OS/2 portability patches from Ilya. | Ilya Zakharevich | 2003-10-21 | 1 | -2/+2 |
* | Apparently at some point doing 3-arg open with | Jarkko Hietaniemi | 2003-09-13 | 1 | -0/+4 |
* | Minuscule code cleanup. | Jarkko Hietaniemi | 2003-09-13 | 1 | -10/+11 |
* | Unknown discipline ':utf8' w/ maint perl w/o perlio | Stas Bekman | 2003-09-13 | 1 | -1/+1 |
* | Fewer naked char constants. | Jarkko Hietaniemi | 2003-08-30 | 1 | -3/+3 |
* | Restore SIGFPE on exec() | Chip Salzenberg | 2003-07-10 | 1 | -0/+8 |
* | OS2 patches | Ilya Zakharevich | 2003-06-15 | 1 | -0/+2 |
* | Integrate from perlio: | Jarkko Hietaniemi | 2003-05-18 | 1 | -0/+8 |
* | In eof() the errno can get stomped by the peek-ahead. | Jarkko Hietaniemi | 2003-05-10 | 1 | -0/+4 |
* | Fix up Larry's copyright statements to my best knowledge. | Jarkko Hietaniemi | 2003-04-16 | 1 | -1/+2 |
* | Feeding illegal QP (like \x80) to this | Jarkko Hietaniemi | 2003-03-28 | 1 | -0/+2 |
* | Integrate: | Jarkko Hietaniemi | 2003-03-20 | 1 | -3/+4 |
* | Make whichsig() to work also if some system defines | Jarkko Hietaniemi | 2003-03-14 | 1 | -2/+2 |
* | Update all copyrights to 2003, from Jarkko | Hugo van der Sanden | 2003-03-02 | 1 | -1/+1 |
* | Re: utime undef, undef, "/tmp/test" and warnings | Stas Bekman | 2003-02-09 | 1 | -11/+12 |
* | Integrate #18405 from maint-5.8 which fixes whitespac | Nick Ing-Simmons | 2003-01-20 | 1 | -4/+2 |
* | Fix 'use encoding' I/O for code points 0x80..0xFF; | Jarkko Hietaniemi | 2003-01-16 | 1 | -1/+2 |
* | %_ (was Re: [PATCH] operation on `PL_na' may be undefined) | Nicholas Clark | 2003-01-07 | 1 | -6/+6 |
* | Re: Is this true that Perl 5.8 uses :crlf as default DISCIPLINE on so ckets? | Gurusamy Sarathy | 2002-11-07 | 1 | -2/+2 |
* | Re: [perl #17830] open FH, "<&", $fd | Steve Grazzini | 2002-10-17 | 1 | -0/+1 |
* | Re: perlio bug? | Rafael Garcia-Suarez | 2002-10-02 | 1 | -3/+5 |
* | enable -ansi -pedantic | Jarkko Hietaniemi | 2002-09-26 | 1 | -11/+11 |
* | Change PerlIO::Scalar and Via to scalar and via. | Jarkko Hietaniemi | 2002-07-09 | 1 | -3/+3 |
* | Re: autom4te and perl 5.8.0 | Andy Dougherty | 2002-07-04 | 1 | -1/+1 |
* | Fix segv on IO::File->open("/dev/null"). | Nick Ing-Simmons | 2002-06-20 | 1 | -1/+4 |
* | doio.c tweaks | Nick Ing-Simmons | 2002-06-06 | 1 | -5/+16 |
* | Address the second half of | Johan Vromans | 2002-06-05 | 1 | -0/+4 |
* | [Patch] Inplace editing on Cygwin and others? | Gerrit P. Haase | 2002-06-01 | 1 | -1/+1 |
* | Integrate maint branch io (pipe) fixes. (changes#16329,16330,16331) | Nick Ing-Simmons | 2002-05-09 | 1 | -0/+1 |
* | perl -i clobbers files on Cygwin | Gerrit P. Haase | 2002-05-03 | 1 | -1/+1 |
* | Windows 64-bit support: | Gurusamy Sarathy | 2002-04-21 | 1 | -1/+1 |
* | warn on ref open without perlio | Rafael Garcia-Suarez | 2002-04-19 | 1 | -0/+9 |
* | EPOC update from Olaf Flebbe. | Jarkko Hietaniemi | 2002-03-26 | 1 | -1/+1 |
* | Fix [ID 20020318.003] cannot open STDOUT into in memory variable | Nick Ing-Simmons | 2002-03-22 | 1 | -1/+1 |
* | more warnings tidyup | Paul Marquess | 2002-03-11 | 1 | -21/+21 |
* | Forward port #14704 from maint-5.6. | Abhijit Menon-Sen | 2002-02-18 | 1 | -16/+27 |
* | Absorb #14701 by Sarathy from maint-5.6. | Abhijit Menon-Sen | 2002-02-16 | 1 | -2/+9 |
* | Re: [PATCH] eof() coredumps when ARGV is aliased to another filehandle | Rafael Garcia-Suarez | 2002-02-08 | 1 | -1/+1 |
* | lstat FH and -l FH warnings | Rafael Garcia-Suarez | 2002-02-03 | 1 | -1/+10 |
* | Turn the I/O Unicode error by default on, but the | Jarkko Hietaniemi | 2002-01-31 | 1 | -1/+1 |
* | O_RDONLY/O_WRONLY/O_RDWR portability. | Jarkko Hietaniemi | 2002-01-27 | 1 | -8/+34 |
* | Copyright++. (Not all the toplevel *.h have one, it seems.) | Jarkko Hietaniemi | 2002-01-23 | 1 | -1/+1 |
* | Missed the =head1 additions. | Jarkko Hietaniemi | 2002-01-03 | 1 | -0/+2 |
* | Re: [PATCH] Re: [ PATCH ] Cygwin groups.t (PLEASE CHECK) | Nicholas Clark | 2001-12-26 | 1 | -15/+1 |
* | doio fatal on cygwin for 13651 | H.Merijn Brand | 2001-12-12 | 1 | -1/+1 |
* | Detypo and rename. | Jarkko Hietaniemi | 2001-12-12 | 1 | -1/+1 |