| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| |/
|/| |
|
* | | Add a workaround to SOCKS 64-bit problems. | Jarkko Hietaniemi | 2000-11-20 | 1 | -0/+156 |
|/ |
|
* | Lexical use open ... support: | Nick Ing-Simmons | 2000-11-18 | 1 | -0/+27 |
* | Basic tweaks to do_open() type parsing to allow layer/discipline | Nick Ing-Simmons | 2000-11-18 | 1 | -49/+66 |
* | Minor tweaks: | Nick Ing-Simmons | 2000-11-16 | 1 | -31/+21 |
* | Hoist the duplicated socket/netdb include logic to perl.h; | Jens Hamisch | 2000-11-14 | 1 | -23/+0 |
* | SOCKS function redefinitions need prototypes, too, otherwise | Jens Hamisch | 2000-10-20 | 1 | -0/+8 |
* | PATCH do_print has 2 PerlIO_error()s | Nicholas Clark | 2000-10-19 | 1 | -1/+1 |
* | Disable the UTF8 downgrade croakage for now to avoid | Jarkko Hietaniemi | 2000-10-18 | 1 | -0/+2 |
* | On output try to downgrade to bytes, croak if impossible, | Jarkko Hietaniemi | 2000-10-17 | 1 | -0/+3 |
* | Workaround for a sfio bug where the stream error indicator | Nicholas Clark | 2000-10-17 | 1 | -1/+7 |
* | More IoTYPE sprinkling. | Jarkko Hietaniemi | 2000-10-17 | 1 | -11/+12 |
* | Code around the stat-on-a-pipe-returns-a-mode-of-zero bug | Jarkko Hietaniemi | 2000-10-04 | 1 | -2/+13 |
* | Have symbols for the IoTYPEs. | Jarkko Hietaniemi | 2000-08-06 | 1 | -25/+25 |
* | Continue fixing the io warnings. This also | Jarkko Hietaniemi | 2000-08-06 | 1 | -23/+30 |
* | In the warnings call filehandles consistently so; | Jarkko Hietaniemi | 2000-08-04 | 1 | -6/+6 |
* | The name of a filehandle does not have <these>. | Jarkko Hietaniemi | 2000-08-02 | 1 | -2/+2 |
* | Remove the extraneous "main::" prefix from all the | Gurusamy Sarathy | 2000-08-02 | 1 | -1/+1 |
* | integrate cfgperl changes#6325..6373 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -0/+3 |
* | integrate cfgperl changes#6293..6324 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -2/+2 |
* | integrate cfgperl change#6217 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -2/+2 |
* | integrate cfgperl changes#6207..6210 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -0/+2 |
* | Taint msgrcv() messages; general SysV IPC cleanup. | Jarkko Hietaniemi | 2000-03-19 | 1 | -0/+4 |
* | Taint shmread(). | Jarkko Hietaniemi | 2000-03-19 | 1 | -0/+4 |
* | tweaks for lynxos build (from Ed Mooring <mooring@lynx.com>) | Gurusamy Sarathy | 2000-03-11 | 1 | -1/+8 |