| Commit message (Expand) | Author | Age | Files | Lines |
* | downgrading to bytes for common functions | Andrew Pimlott | 2001-03-07 | 1 | -7/+7 |
* | Some tests for Camel 3rd edition features. | Nick Ing-Simmons | 2001-03-05 | 1 | -2/+2 |
* | [perl-5.6.x, perl-current] accept for EPOC | Olaf Flebbe | 2001-03-03 | 1 | -1/+2 |
* | Re: sync sync sync: have I missed any patches? | Tim Jenness | 2001-02-28 | 1 | -125/+125 |
* | [perl-current] EPOC | Olaf Flebbe | 2001-02-27 | 1 | -0/+4 |
* | [patch] -Wall | Doug MacEachern | 2001-02-17 | 1 | -5/+3 |
* | [patch] GvSHARED | Doug MacEachern | 2001-02-10 | 1 | -0/+5 |
* | Tweak the mkdir trailing slash code some more. | Jarkko Hietaniemi | 2001-01-21 | 1 | -4/+12 |
* | Infrastructure to allow: | Nick Ing-Simmons | 2001-01-20 | 1 | -19/+20 |
* | Allow for one trailing slash in the directory of mkdir(). | Jarkko Hietaniemi | 2001-01-17 | 1 | -2/+12 |
* | UTF-8 cleanup. | Jarkko Hietaniemi | 2001-01-05 | 1 | -2/+2 |
* | Bump up Larry's copyright. | Jarkko Hietaniemi | 2001-01-01 | 1 | -1/+1 |
* | Fix for 20001210.003, "write(FH) on closed FH causes segv". | Jarkko Hietaniemi | 2000-12-21 | 1 | -0/+3 |
* | Add test for #8145 (binmode() warning), add warning for | Jarkko Hietaniemi | 2000-12-17 | 1 | -18/+35 |
* | Re: The long awaited feature ... | Simon Cozens | 2000-12-17 | 1 | -2/+4 |
* | Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination | Simon Cozens | 2000-12-10 | 1 | -1/+1 |
* | Pacify fussy compiler. | Jarkko Hietaniemi | 2000-12-10 | 1 | -1/+1 |
* | Integrate perlio: | Jarkko Hietaniemi | 2000-12-10 | 1 | -20/+64 |
|\ |
|
| * | read/sysread/recv should now be utf8 aware. | Nick Ing-Simmons | 2000-12-09 | 1 | -20/+64 |
* | | Integrate perlio: | Jarkko Hietaniemi | 2000-12-09 | 1 | -17/+57 |
|\ \
| |/ |
|
| * | Make write() (i.e. formats) utf8-aware by calling do_print() rather | Nick Ing-Simmons | 2000-12-09 | 1 | -4/+6 |
| * | Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO. | Nick Ing-Simmons | 2000-12-09 | 1 | -13/+51 |
| * | Integrate mainline. | Nick Ing-Simmons | 2000-12-05 | 1 | -5/+0 |
| |\
| |/
|/| |
|
* | | dTHR is a nop in 5.6.0 onwards. Ergo, it can go. | Jarkko Hietaniemi | 2000-12-05 | 1 | -5/+0 |
* | | Integrate perlio: | Jarkko Hietaniemi | 2000-11-26 | 1 | -6/+0 |
|\ \
| |/ |
|
| * | All tests pass on Win32/gcc/USE_PERLIO. | Nick Ing-Simmons | 2000-11-25 | 1 | -3/+0 |
|/ |
|
* | Implement PerlIO_binmode() | Nick Ing-Simmons | 2000-11-23 | 1 | -3/+11 |
* | More SOCKS versus 64-bit patches from Jens Hamisch. | Jarkko Hietaniemi | 2000-11-22 | 1 | -0/+3 |
* | Go ahead and #include <unistd.h> in perl.h. | Jarkko Hietaniemi | 2000-11-22 | 1 | -5/+0 |
* | Lexical use open ... support: | Nick Ing-Simmons | 2000-11-18 | 1 | -0/+10 |
* | Hoist the duplicated socket/netdb include logic to perl.h; | Jens Hamisch | 2000-11-14 | 1 | -26/+3 |
* | patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl genera... | David Dyck | 2000-11-09 | 1 | -2/+8 |
* | is this the appropriate patch to fix: [ID 20001106.006] find2perl generated s... | David Dyck | 2000-11-08 | 1 | -1/+1 |
* | Add FCNTL_CAN_LOCK. | Andy Dougherty | 2000-11-04 | 1 | -1/+1 |
* | Temporary stopgap for the self-tying issue: for now only | Jarkko Hietaniemi | 2000-10-25 | 1 | -3/+6 |
* | SOCKS function redefinitions need prototypes, too, otherwise | Jens Hamisch | 2000-10-20 | 1 | -0/+8 |
* | Self-ties are unsupported currently, stopgap patch from Alan Burlison. | Jarkko Hietaniemi | 2000-10-13 | 1 | -1/+4 |
* | PWPASSWD problem for passwd less pwd's | Peter Prymmer | 2000-10-03 | 1 | -0/+2 |
* | Epoc update | Olaf Flebbe | 2000-10-03 | 1 | -0/+4 |
* | Undo part of change 6489 which looks like a bulk edit which | Nick Ing-Simmons | 2000-09-02 | 1 | -1/+1 |
* | Document UNTIE. Also tweak implementation to suppress the 'inner references' | Nick Ing-Simmons | 2000-09-01 | 1 | -31/+32 |
* | Re: UNTIE method | Nick Ing-Simmons | 2000-08-30 | 1 | -4/+16 |
* | pp_open() could pass an uninitialized filename down to do_open9(). | Jarkko Hietaniemi | 2000-08-20 | 1 | -1/+1 |
* | waitpid() now handles externally spawned pids correctly; | Gurusamy Sarathy | 2000-08-17 | 1 | -1/+5 |
* | on windows, the return values from wait() and waitpid() don't | Gurusamy Sarathy | 2000-08-16 | 1 | -0/+10 |
* | Have symbols for the IoTYPEs. | Jarkko Hietaniemi | 2000-08-06 | 1 | -10/+10 |
* | Continue fixing the io warnings. This also | Jarkko Hietaniemi | 2000-08-06 | 1 | -38/+73 |
* | [ID 20000724.004] Perl interpreter segfault when using built-in flock | Ronald F. Guilmette | 2000-08-05 | 1 | -25/+19 |
* | Warn under -w if lstat(FH) is attempted. | Todd C. Miller | 2000-08-04 | 1 | -0/+3 |
* | In the warnings call filehandles consistently so; | Jarkko Hietaniemi | 2000-08-04 | 1 | -3/+7 |