| Commit message (Expand) | Author | Age | Files | Lines |
* | Security tweak on readlink(). | Jarkko Hietaniemi | 2001-06-20 | 1 | -1/+1 |
* | NetWare port from Guruprasad S <SGURUPRASAD@novell.com>. | Jarkko Hietaniemi | 2001-06-16 | 1 | -0/+4 |
* | gcc -Wall nits picked out by a non-UNIX system | Jarkko Hietaniemi | 2001-06-12 | 1 | -58/+56 |
* | Integrate change #10412 from maintperl; locale is now | Jarkko Hietaniemi | 2001-06-03 | 1 | -1/+1 |
* | Salvage bits and pieces from the experimental 'utf8 everywhere' | Jarkko Hietaniemi | 2001-05-31 | 1 | -2/+2 |
* | Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden, | Jarkko Hietaniemi | 2001-05-30 | 1 | -2/+2 |
* | IV/UV casting fixes from Nicholas Clark. | Jarkko Hietaniemi | 2001-05-24 | 1 | -2/+2 |
* | [LARGE!] symbolic magic | Dave Mitchell | 2001-05-20 | 1 | -18/+22 |
* | If wait() or waitpid() ends due to EINTR despatch perl interrupt handler | Nick Ing-Simmons | 2001-05-09 | 1 | -0/+12 |
* | Multiplicity and thread fixes for VMS | Dan Sugalski | 2001-05-02 | 1 | -1/+3 |
* | Based on | Olaf Flebbe | 2001-04-02 | 1 | -0/+4 |
* | Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length i... | Radu Greab | 2001-03-30 | 1 | -24/+0 |
* | Too much cut-and-paste in #9363. | Jarkko Hietaniemi | 2001-03-26 | 1 | -2/+4 |
* | socket() leaks file descriptors | Benjamin Sugars | 2001-03-26 | 1 | -0/+6 |
* | Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length i... | Radu Greab | 2001-03-25 | 1 | -0/+24 |
* | If stdin, stdout or stderr get opened in unexpected read/write state | Nick Ing-Simmons | 2001-03-22 | 1 | -2/+1 |
* | 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 |