| Commit message (Expand) | Author | Age | Files | Lines |
* | Warning incorrectly reported without -w | Rafael Garcia-Suarez | 2001-08-15 | 1 | -1/+3 |
* | Integrate change #11051 from macperl; O_RDONLY is not zero | Jarkko Hietaniemi | 2001-07-30 | 1 | -1/+1 |
* | Security hole in taint checking in open() | deekoo | 2001-07-19 | 1 | -0/+1 |
* | Based on | Nicholas Clark | 2001-07-02 | 1 | -3/+32 |
* | [ID 20010625.009] open(FILE,"+foo") [PATCH] | Robert Spier | 2001-06-28 | 1 | -0/+1 |
* | gcc -Wall nits picked out by a non-UNIX system | Jarkko Hietaniemi | 2001-06-12 | 1 | -24/+28 |
* | More -Wall sweeping. | Jarkko Hietaniemi | 2001-05-30 | 1 | -4/+4 |
* | Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden, | Jarkko Hietaniemi | 2001-05-30 | 1 | -1/+2 |
* | O_APPEND and O_TRUNC are not portable. (Not available e.g. | Jarkko Hietaniemi | 2001-05-27 | 1 | -1/+8 |
* | [PATCH] [ID 19991013.005] utime undef, undef, @files | Robert Spier | 2001-05-27 | 1 | -5/+16 |
* | PerlIO for VMS | Craig A. Berry | 2001-05-26 | 1 | -4/+2 |
* | Fix for ID 20010519.003: sysopen() wasn't tainting :-( | Jarkko Hietaniemi | 2001-05-20 | 1 | -3/+5 |
* | Multiplicity and thread fixes for VMS | Dan Sugalski | 2001-05-02 | 1 | -2/+2 |
* | Make the "STD* opened only for ..." errors more consistent. | Jarkko Hietaniemi | 2001-04-23 | 1 | -3/+5 |
* | Avoid core dump on | Nick Ing-Simmons | 2001-04-20 | 1 | -1/+4 |
* | Downgrade "Wide character in print" to a warning. | Nick Ing-Simmons | 2001-04-04 | 1 | -2/+5 |
* | Fix un-init variable leading to spurious "Out of Memory!" | Nick Ing-Simmons | 2001-03-24 | 1 | -1/+1 |
* | Implement: | Nick Ing-Simmons | 2001-03-24 | 1 | -2/+4 |
* | Check in a stable (working) version before next round of tweaks. | Nick Ing-Simmons | 2001-03-23 | 1 | -28/+7 |
* | Avoid "reopen" semantics for time being. Fix bug in dup logic. | Nick Ing-Simmons | 2001-03-23 | 1 | -13/+13 |
* | Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOU... | Nick Ing-Simmons | 2001-03-22 | 1 | -89/+99 |
* | Give a meaning to '&' in n-arg open case: | Nick Ing-Simmons | 2001-03-22 | 1 | -17/+25 |
* | If stdin, stdout or stderr get opened in unexpected read/write state | Nick Ing-Simmons | 2001-03-22 | 1 | -3/+13 |
* | Die on n-arg open(...,"",xxx,yyy,...) | Nick Ing-Simmons | 2001-03-22 | 1 | -6/+30 |
* | Re: sync sync sync: have I missed any patches? | Radu Greab | 2001-03-02 | 1 | -3/+6 |
* | Re: sync sync sync: have I missed any patches? | Tim Jenness | 2001-02-28 | 1 | -2/+2 |
* | [patch] -Wall | Doug MacEachern | 2001-02-17 | 1 | -2/+1 |
* | Patch from Inaba Hiroto: | Jarkko Hietaniemi | 2001-01-28 | 1 | -6/+5 |
* | Infrastructure to allow: | Nick Ing-Simmons | 2001-01-20 | 1 | -2/+13 |
* | Bump up Larry's copyright. | Jarkko Hietaniemi | 2001-01-01 | 1 | -1/+1 |
* | Further VMS piping fixes from Charles Lane: | Jarkko Hietaniemi | 2000-12-29 | 1 | -0/+9 |
* | move startglob out of pp_hot.c | Nicholas Clark | 2000-12-13 | 1 | -0/+145 |
* | Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO. | Nick Ing-Simmons | 2000-12-09 | 1 | -6/+8 |
* | dTHR is a nop in 5.6.0 onwards. Ergo, it can go. | Jarkko Hietaniemi | 2000-12-05 | 1 | -39/+8 |
* | Quieten some noise in Win32 builds: | Nick Ing-Simmons | 2000-12-04 | 1 | -2/+2 |
* | Integrate mainline. | Nick Ing-Simmons | 2000-11-25 | 1 | -161/+2 |
|\ |
|
| * | Undo the SOCKS workarounds, instead start using PerlIO | Jens Hamisch | 2000-11-25 | 1 | -174/+0 |
| * | Integrate perlio: | Jarkko Hietaniemi | 2000-11-24 | 1 | -59/+53 |
| |\ |
|
| * | | SOCKS wrestling continues, patches from Jens Hamisch. | Jarkko Hietaniemi | 2000-11-23 | 1 | -18/+17 |
| * | | Finish unfinished SOCKS workaround changes. | Jarkko Hietaniemi | 2000-11-23 | 1 | -19/+9 |
* | | | Re-arrange crlf vs binary for platforms that care. | Nick Ing-Simmons | 2000-11-24 | 1 | -5/+6 |
| |/
|/| |
|
* | | Win32/perlio Now just fails one io/argv.t test - lack | Nick Ing-Simmons | 2000-11-23 | 1 | -1/+1 |
* | | Win32 passes all but t/lib/peek.t with perlio and home-grown crlf. | Nick Ing-Simmons | 2000-11-23 | 1 | -1/+1 |
* | | Implement PerlIO_binmode() | Nick Ing-Simmons | 2000-11-23 | 1 | -43/+12 |
|/ |
|
* | More SOCKS versus 64-bit patches from Jens Hamisch. | Jarkko Hietaniemi | 2000-11-22 | 1 | -5/+8 |
* | Go ahead and #include <unistd.h> in perl.h. | Jarkko Hietaniemi | 2000-11-22 | 1 | -5/+0 |
* | Integrate perlio: | Jarkko Hietaniemi | 2000-11-21 | 1 | -7/+6 |
|\ |
|
| * | Integrate mainline | Nick Ing-Simmons | 2000-11-20 | 1 | -0/+156 |
| |\ |
|
| * | | Make extra buffer layer work (dummy crlf layer) | Nick Ing-Simmons | 2000-11-20 | 1 | -7/+6 |
* | | | Export the SOCKS workaround symbols only if necessary. | Jarkko Hietaniemi | 2000-11-21 | 1 | -3/+5 |
| |/
|/| |
|