summaryrefslogtreecommitdiff
path: root/pp_sys.c
Commit message (Expand)AuthorAgeFilesLines
* Make a temporary copy of the input buffer in pp_send, so that sendNicholas Clark2004-03-091-1/+5
* Implement stacked filetest operators (-f -w -x $file).Rafael Garcia-Suarez2004-02-091-22/+86
* [perl #8698] format bug with undefined _TOPDave Mitchell2004-01-161-1/+1
* Two OS/2 portability patches from Ilya.Ilya Zakharevich2003-10-211-10/+10
* pp_sys.c: pp_waitpid and EINTRSteve Grazzini2003-10-051-7/+8
* [perl #24032] Perl 5.8.1-RC5 build problems on LynxOS Olli Savia2003-09-241-0/+12
* -M -A -C brokenIlya Zakharevich2003-09-181-3/+3
* It's UTF-8, not UTF8. (Note: not s/UTF-8/UTF8/,Jarkko Hietaniemi2003-09-121-1/+1
* Radu Greab is my hero (the recent cygwin getpw*->pw_commentJarkko Hietaniemi2003-09-081-0/+6
* Clean up pp_readdir() somewhat.Abhijit Menon-Sen2003-09-081-29/+22
* more valgrinding: select problem?Marcus Holland-Moritz2003-08-251-3/+7
* Oops. Why can't C comments nest?Jarkko Hietaniemi2003-08-221-1/+1
* Try to dodge getspnam() in AIX.Jarkko Hietaniemi2003-08-221-2/+10
* Fix the syswrite downgrade bug ofJarkko Hietaniemi2003-08-211-3/+6
* A better patch from Yitzchak Scott-Thoennes for [perl #23287].Jarkko Hietaniemi2003-08-121-2/+2
* Retract #20644 and #20643; on non-microperl non-fcntlJarkko Hietaniemi2003-08-121-2/+0
* Apply much of Ilya's microperl patch, but instead ofJarkko Hietaniemi2003-08-121-0/+12
* A generally useful hunk from Ilya's microperl patch.Jarkko Hietaniemi2003-08-121-0/+2
* Fix for [perl #23287] segfault in untie.Jarkko Hietaniemi2003-08-121-1/+1
* Integrate from perlio:Jarkko Hietaniemi2003-07-011-0/+8
* Debian fix from Brendan O'Dea:Jarkko Hietaniemi2003-06-221-6/+10
* Remove all magic in untie()Aaron J. Mackey2003-06-151-1/+1
* OS2 patchesIlya Zakharevich2003-06-151-2/+2
* Patch for a warning emitted twice, from :Steve Grazzini2003-06-121-1/+1
* change#16723 broke the ioctl() return value on platforms Gurusamy Sarathy2003-05-171-0/+2
* Re: Does filetest work at all?Slaven Rezic2003-05-031-6/+6
* Salvage 'use filetest "access"' from compiletime to runtime.Jarkko Hietaniemi2003-05-031-6/+6
* OpenUNIX 8 supportRafael Garcia-Suarez2003-05-021-0/+3
* Fix another segfault case (warn called from UNIVERSAL::DESTROY).Adrian M. Enache2003-04-211-1/+1
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+2
* Not all compilers like #ifdefs within cpp macrosJarkko Hietaniemi2003-03-301-3/+11
* In IRIX 5.3 the cc is awfully confused about the prototypeJarkko Hietaniemi2003-03-301-0/+3
* Trims slashes from the argument to rmdir(), likewiseRafael Garcia-Suarez2003-03-121-20/+28
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
* PERL_SIGNALS=unsafe enables the old unsafe/immediate signals.Jarkko Hietaniemi2003-02-241-12/+14
* Re: truncate using a globrefSlaven Rezic2003-01-261-11/+24
* Remove workaround for :stdio layer bug now fixedNick Ing-Simmons2003-01-131-7/+1
* %_ (was Re: [PATCH] operation on `PL_na' may be undefined)Nicholas Clark2003-01-071-3/+2
* integrate more with report_evil_fhNicholas Clark2003-01-071-44/+5
* windows: support for large filesGurusamy Sarathy2002-12-181-1/+1
* getservbyport() should accept an empty string as itsSlaven Rezic2002-12-081-0/+3
* Re: Is this true that Perl 5.8 uses :crlf as default DISCIPLINE on so ckets?Gurusamy Sarathy2002-11-071-10/+10
* Re: [perl #18048] read \*FH, ... returns undef but doesn' t set $! if \*FH no...Slaven Rezic2002-11-061-1/+8
* Reverse change #8066 and sense of test, to satisfy [perl #17763]Hugo van der Sanden2002-10-241-1/+1
* Re: [perl #17892] Perl's mkdir() doesn't remove trailing slashesSlaven Rezic2002-10-201-1/+1
* move all pad-related code to its own src fileDave Mitchell2002-10-021-4/+1
* enable -ansi -pedanticJarkko Hietaniemi2002-09-261-29/+29
* use sysconf(_SC_CLK_TCK) for times()Jarkko Hietaniemi2002-09-041-24/+4
* posixify getppid on linux-multithreadRafael Garcia-Suarez2002-08-291-0/+7
* Re: [PATCH] Re: taint newsRick Delaney2002-08-041-24/+4