summaryrefslogtreecommitdiff
path: root/pp_sys.c
Commit message (Expand)AuthorAgeFilesLines
* Based onOlaf Flebbe2001-04-021-0/+4
* Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length i...Radu Greab2001-03-301-24/+0
* Too much cut-and-paste in #9363.Jarkko Hietaniemi2001-03-261-2/+4
* socket() leaks file descriptorsBenjamin Sugars2001-03-261-0/+6
* Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length i...Radu Greab2001-03-251-0/+24
* If stdin, stdout or stderr get opened in unexpected read/write stateNick Ing-Simmons2001-03-221-2/+1
* downgrading to bytes for common functionsAndrew Pimlott2001-03-071-7/+7
* Some tests for Camel 3rd edition features.Nick Ing-Simmons2001-03-051-2/+2
* [perl-5.6.x, perl-current] accept for EPOCOlaf Flebbe2001-03-031-1/+2
* Re: sync sync sync: have I missed any patches?Tim Jenness2001-02-281-125/+125
* [perl-current] EPOC Olaf Flebbe2001-02-271-0/+4
* [patch] -WallDoug MacEachern2001-02-171-5/+3
* [patch] GvSHAREDDoug MacEachern2001-02-101-0/+5
* Tweak the mkdir trailing slash code some more.Jarkko Hietaniemi2001-01-211-4/+12
* Infrastructure to allow:Nick Ing-Simmons2001-01-201-19/+20
* Allow for one trailing slash in the directory of mkdir().Jarkko Hietaniemi2001-01-171-2/+12
* UTF-8 cleanup.Jarkko Hietaniemi2001-01-051-2/+2
* Bump up Larry's copyright.Jarkko Hietaniemi2001-01-011-1/+1
* Fix for 20001210.003, "write(FH) on closed FH causes segv".Jarkko Hietaniemi2000-12-211-0/+3
* Add test for #8145 (binmode() warning), add warning forJarkko Hietaniemi2000-12-171-18/+35
* Re: The long awaited feature ...Simon Cozens2000-12-171-2/+4
* Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check terminationSimon Cozens2000-12-101-1/+1
* Pacify fussy compiler.Jarkko Hietaniemi2000-12-101-1/+1
* Integrate perlio:Jarkko Hietaniemi2000-12-101-20/+64
|\
| * read/sysread/recv should now be utf8 aware.Nick Ing-Simmons2000-12-091-20/+64
* | Integrate perlio:Jarkko Hietaniemi2000-12-091-17/+57
|\ \ | |/
| * Make write() (i.e. formats) utf8-aware by calling do_print() ratherNick Ing-Simmons2000-12-091-4/+6
| * Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.Nick Ing-Simmons2000-12-091-13/+51
| * Integrate mainline.Nick Ing-Simmons2000-12-051-5/+0
| |\ | |/ |/|
* | dTHR is a nop in 5.6.0 onwards. Ergo, it can go.Jarkko Hietaniemi2000-12-051-5/+0
* | Integrate perlio:Jarkko Hietaniemi2000-11-261-6/+0
|\ \ | |/
| * All tests pass on Win32/gcc/USE_PERLIO.Nick Ing-Simmons2000-11-251-3/+0
|/
* Implement PerlIO_binmode()Nick Ing-Simmons2000-11-231-3/+11
* More SOCKS versus 64-bit patches from Jens Hamisch.Jarkko Hietaniemi2000-11-221-0/+3
* Go ahead and #include <unistd.h> in perl.h.Jarkko Hietaniemi2000-11-221-5/+0
* Lexical use open ... support:Nick Ing-Simmons2000-11-181-0/+10
* Hoist the duplicated socket/netdb include logic to perl.h;Jens Hamisch2000-11-141-26/+3
* patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl genera...David Dyck2000-11-091-2/+8
* is this the appropriate patch to fix: [ID 20001106.006] find2perl generated s...David Dyck2000-11-081-1/+1
* Add FCNTL_CAN_LOCK.Andy Dougherty2000-11-041-1/+1
* Temporary stopgap for the self-tying issue: for now onlyJarkko Hietaniemi2000-10-251-3/+6
* SOCKS function redefinitions need prototypes, too, otherwiseJens Hamisch2000-10-201-0/+8
* Self-ties are unsupported currently, stopgap patch from Alan Burlison.Jarkko Hietaniemi2000-10-131-1/+4
* PWPASSWD problem for passwd less pwd'sPeter Prymmer2000-10-031-0/+2
* Epoc updateOlaf Flebbe2000-10-031-0/+4
* Undo part of change 6489 which looks like a bulk edit whichNick Ing-Simmons2000-09-021-1/+1
* Document UNTIE. Also tweak implementation to suppress the 'inner references'Nick Ing-Simmons2000-09-011-31/+32
* Re: UNTIE method Nick Ing-Simmons2000-08-301-4/+16
* pp_open() could pass an uninitialized filename down to do_open9().Jarkko Hietaniemi2000-08-201-1/+1
* waitpid() now handles externally spawned pids correctly;Gurusamy Sarathy2000-08-171-1/+5