summaryrefslogtreecommitdiff
path: root/pp_sys.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [perl #15015] truncate incorrectly calls ftruncate w/ Linux w/+largefilesLeif Huhn2002-07-181-1/+1
* [ID 20020716.001] RC3 pp_sys.c #ifdef usage wrongW.BRISCOE@ponl.com2002-07-161-5/+4
* integrate a variant of change#17568 from maint-5.6 branch (theGurusamy Sarathy2002-07-161-1/+10
* The warning "Use of tainted arguments in %s is deprecated"Rafael Garcia-Suarez2002-07-131-4/+10
* getpwent() & POSIX-BC/BS2000 problemRoca Carrio, Ignasi (PO EP)2002-06-141-0/+3
* Re: perl@16861Yitzchak Scott-Thoennes2002-05-301-3/+3
* Retract #16820, #16819, #16810, #16669, #16531, #16530, #16501Jarkko Hietaniemi2002-05-281-1/+3
* microperl: if DIEing on no-functionality, the has-functionalityJarkko Hietaniemi2002-05-211-3/+4
* reentr.h affects more C files than just reentr.cJarkko Hietaniemi2002-05-141-0/+2
* Integrate maint branch io (pipe) fixes. (changes#16329,16330,16331)Nick Ing-Simmons2002-05-091-0/+1
* [PATCH] Re: perl@16433Yitzchak Scott-Thoennes2002-05-081-3/+1
* Re: [ID 20020504.006] $s=`command` fails if $/=\integerRadu Greab2002-05-061-0/+3
* Integrate perlio:Jarkko Hietaniemi2002-04-271-4/+9
* Mopup of #16048.Jarkko Hietaniemi2002-04-211-10/+10
* fixes for all the warnings reported by Visual C (most of thisGurusamy Sarathy2002-04-211-69/+70
* Retract the UTF-8 filenames patch. This may beJarkko Hietaniemi2002-04-091-28/+2
* Duh. If the input is a stream of UTF-8 bytes, all that'sJarkko Hietaniemi2002-04-071-2/+2
* There was no nice way of getting in UTF-8 filenames:Jarkko Hietaniemi2002-04-071-2/+28
* A missing ) in #15527.Jarkko Hietaniemi2002-03-261-1/+1
* Avoid and document a weird bug in UNICOS/mk.Jarkko Hietaniemi2002-03-261-0/+10
* Must specify fromlen for recvfrom for QNX6Norton T. Allen2002-03-251-1/+1
* Even better version from Olaf Flebbe.Jarkko Hietaniemi2002-03-221-1/+1
* EPOC update from Olaf Flebbe.Jarkko Hietaniemi2002-03-221-1/+1
* Someone (*cough* *cough*) stole VMS' getpwent prototype.Jarkko Hietaniemi2002-03-181-0/+2
* Implement the retry-on-ERANGE for the get*_r().Jarkko Hietaniemi2002-03-171-16/+34
* Monster _r patch: try to scan for all known _r variants,Jarkko Hietaniemi2002-03-151-2/+23
* more warnings tidyupPaul Marquess2002-03-111-13/+13
* Misc tiny tweaks from Sarathy, good for threaded builds.Jarkko Hietaniemi2002-03-101-12/+12
* pp_sys.c (pp_sselect to not clobber storage on BigEndianPaul Green2002-03-091-13/+12
* Re: [ID 20020227.024] unexpected warning getc() on unopened filehandle STDINRafael Garcia-Suarez2002-03-051-1/+2
* taint + deprecated warningsPaul Marquess2002-03-041-5/+5
* Demand more before attempting socketpair().Jarkko Hietaniemi2002-03-021-1/+1
* Re: taint newsRick Delaney2002-02-241-19/+31
* Re: bug? no warning from getc BOLLOCKSRafael Garcia-Suarez2002-02-141-2/+5
* Re: [PATCH] eof() coredumps when ARGV is aliased to another filehandleRafael Garcia-Suarez2002-02-081-1/+1
* lstat FH and -l FH warningsRafael Garcia-Suarez2002-02-031-3/+8
* make "lstat FH" croakRafael Garcia-Suarez2002-02-011-4/+2
* forbid -l _ after -T _Rafael Garcia-Suarez2002-01-311-0/+1
* BeOS has sockets but not true ones.Jarkko Hietaniemi2002-01-281-1/+1
* Copyright++. (Not all the toplevel *.h have one, it seems.)Jarkko Hietaniemi2002-01-231-1/+1
* Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on db...Jonathan Stowe2002-01-061-17/+19
* Quick fix (after couple of clever fixes failed) forNick Ing-Simmons2001-12-291-5/+11
* BeOS has times() tick of 1000000, not CLK_TCK (1000)Jarkko Hietaniemi2001-12-261-0/+4
* socketpair emulationNicholas Clark2001-12-231-1/+1
* No link(), no need to dSP.Jarkko Hietaniemi2001-12-121-2/+1