summaryrefslogtreecommitdiff
path: root/pp_sys.c
Commit message (Collapse)AuthorAgeFilesLines
* move all pad-related code to its own src fileDave Mitchell2002-10-021-4/+1
| | | | | Message-ID: <20020925234023.A20044@fdgroup.com> p4raw-id: //depot/perl@17953
* enable -ansi -pedanticJarkko Hietaniemi2002-09-261-29/+29
| | | | | Message-ID: <20020917221925.GF85044@lyta.hut.fi> p4raw-id: //depot/perl@17925
* use sysconf(_SC_CLK_TCK) for times()Jarkko Hietaniemi2002-09-041-24/+4
| | | | | Message-ID: <20020901162355.GH12536@lyta.hut.fi> p4raw-id: //depot/perl@17833
* posixify getppid on linux-multithreadRafael Garcia-Suarez2002-08-291-0/+7
| | | | | Message-Id: <20020806215646.3f6852bb.rgarciasuarez@free.fr> p4raw-id: //depot/perl@17798
* Re: [PATCH] Re: taint newsRick Delaney2002-08-041-24/+4
| | | | | | Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com> Ref: 20020208.005 p4raw-id: //depot/perl@17676
* [perl #15015] truncate incorrectly calls ftruncate w/ Linux w/+largefilesLeif Huhn2002-07-181-1/+1
| | | | | | | | | From: Leif Huhn (via RT) <perlbug@perl.org> Message-Id: <rt-15015-30041.8.70975172593674@perl> Popping off an Off_t tested for sizeof(size_t), when it was supposed to be testing for sizeof(off_t). p4raw-id: //depot/perl@17616
* [ID 20020716.001] RC3 pp_sys.c #ifdef usage wrongW.BRISCOE@ponl.com2002-07-161-5/+4
| | | | | Message-Id: <NXfa4c15-42476076@eur.ponl.com> p4raw-id: //depot/perl@17577
* integrate a variant of change#17568 from maint-5.6 branch (theGurusamy Sarathy2002-07-161-1/+10
| | | | | | | do_exec parts elided so that change is restricted strictly to windows; binary compatibility stubs not needed) p4raw-link: @17568 on //depot/maint-5.6/perl: 07691bcd6c6d7fd92f508fd5268e700370ea47c2 p4raw-id: //depot/perl@17570
* The warning "Use of tainted arguments in %s is deprecated"Rafael Garcia-Suarez2002-07-131-4/+10
| | | | | | was incorrectly reported whenever system or exec was invoked with multiple arguments. p4raw-id: //depot/perl@17516
* getpwent() & POSIX-BC/BS2000 problemRoca Carrio, Ignasi (PO EP)2002-06-141-0/+3
| | | | | | From: "Roca Carrio, Ignasi (PO EP)" <Ignasi.Roca@fujitsu-siemens.com> Message-ID: <318B95F90D8BD41194A5009027FD5FFBD7A3D8@madrid14.mad.fsc.net> p4raw-id: //depot/perl@17235
* Re: perl@16861Yitzchak Scott-Thoennes2002-05-301-3/+3
| | | | | | | Message-ID: <GXV98gzkgW7Y092yn@efn.org> Yitzchak won't give up on self-ties. p4raw-id: //depot/perl@16885
* Retract #16820, #16819, #16810, #16669, #16531, #16530, #16501Jarkko Hietaniemi2002-05-281-1/+3
| | | | | to restore some level of sanity in the tied scalars can of worms. p4raw-id: //depot/perl@16845
* microperl: if DIEing on no-functionality, the has-functionalityJarkko Hietaniemi2002-05-211-3/+4
| | | | | would be unreachable code. p4raw-id: //depot/perl@16723
* reentr.h affects more C files than just reentr.cJarkko Hietaniemi2002-05-141-0/+2
| | | p4raw-id: //depot/perl@16591
* Integrate maint branch io (pipe) fixes. (changes#16329,16330,16331)Nick Ing-Simmons2002-05-091-0/+1
| | | | | | | | | | | | | p4raw-link: @16331 on //depot/maint-5.6/perl: 821302ef08e28e13ed846e63b71b1a8e0bd6e09a p4raw-link: @16330 on //depot/maint-5.6/perl: 32b5515015764ee3e189442094a83142675fbf9b p4raw-link: @16329 on //depot/maint-5.6/perl: 5676c1b12073c1e0625a9800fba3bbcb4a2e99c8 p4raw-id: //depot/perl@16528 p4raw-integrated: from //depot/maint-5.6/perl@16527 'merge in' pp_sys.c (@12026..) p4raw-integrated: from //depot/maint-5.6/perl@16331 'merge in' util.c (@16329..) p4raw-integrated: from //depot/maint-5.6/perl@16330 'merge in' doio.c (@14704..)
* [PATCH] Re: perl@16433Yitzchak Scott-Thoennes2002-05-081-3/+1
| | | | | | | | | | | Date: Tue, 07 May 2002 18:40:44 -0700 Message-ID: <cII28gzkgaOS092yn@efn.org> Subject: Re: [PATCH] Re: perl@16433 From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Wed, 08 May 2002 10:16:42 -0700 Message-ID: <61V28gzkg+jG092yn@efn.org> p4raw-id: //depot/perl@16501
* Re: [ID 20020504.006] $s=`command` fails if $/=\integerRadu Greab2002-05-061-0/+3
| | | | | Message-ID: <15573.56062.264379.981864@ix.netsoft.ro> p4raw-id: //depot/perl@16421
* Integrate perlio:Jarkko Hietaniemi2002-04-271-4/+9
| | | | | | | | | | | | [ 16216] Fix weird warnings and/pr segfaults on binmode(,"encoding(...)") - if encoding loads Encode then stack grows. - pp_binmode was not allowing for that to happen - added PUTBACK/SPAGAIN. p4raw-link: @16216 on //depot/perlio: adb5c314284816e1c92cd8e29c9033c3ce18b580 p4raw-id: //depot/perl@16220 p4raw-integrated: from //depot/perlio@16219 'copy in' pp_sys.c (@16064..)
* Mopup of #16048.Jarkko Hietaniemi2002-04-211-10/+10
| | | p4raw-id: //depot/perl@16051
* fixes for all the warnings reported by Visual C (most of thisGurusamy Sarathy2002-04-211-69/+70
| | | | | | change is from change#12026) p4raw-link: @12026 on //depot/maint-5.6/perl: ff42b73b40f5a895aef4bed81c794f468e0609bc p4raw-id: //depot/perl@16048
* Retract the UTF-8 filenames patch. This may beJarkko Hietaniemi2002-04-091-28/+2
| | | | | | better dealt with in Perl level, a la File::Spec (since the whole mess is strongly filesystem-specific). p4raw-id: //depot/perl@15835
* Duh. If the input is a stream of UTF-8 bytes, all that'sJarkko Hietaniemi2002-04-071-2/+2
| | | | | | needed is SvUTF8_on(), sv_utf8_upgrade() is quite bogus. Now, where was my coffee mug... p4raw-id: //depot/perl@15779
* There was no nice way of getting in UTF-8 filenames:Jarkko Hietaniemi2002-04-071-2/+28
| | | | | | | | now one can use in the (new) three-arg form of readdir() and in File::Glob import a ":utf8" to transparently accept the filenames as Unicode. Note that only :utf8 is supported, not fancier stuff like :encoding(foobar) p4raw-id: //depot/perl@15776
* A missing ) in #15527.Jarkko Hietaniemi2002-03-261-1/+1
| | | p4raw-id: //depot/perl@15535
* Avoid and document a weird bug in UNICOS/mk.Jarkko Hietaniemi2002-03-261-0/+10
| | | p4raw-id: //depot/perl@15527
* Must specify fromlen for recvfrom for QNX6Norton T. Allen2002-03-251-1/+1
| | | | | Message-Id: <200203251839.NAA02055@bottesini.harvard.edu> p4raw-id: //depot/perl@15493
* Even better version from Olaf Flebbe.Jarkko Hietaniemi2002-03-221-1/+1
| | | p4raw-id: //depot/perl@15427
* EPOC update from Olaf Flebbe.Jarkko Hietaniemi2002-03-221-1/+1
| | | p4raw-id: //depot/perl@15426
* Someone (*cough* *cough*) stole VMS' getpwent prototype.Jarkko Hietaniemi2002-03-181-0/+2
| | | | | (Fix from Craig Berry) p4raw-id: //depot/perl@15304
* Implement the retry-on-ERANGE for the get*_r().Jarkko Hietaniemi2002-03-171-16/+34
| | | | | The buffer will keep doubling until 64k. p4raw-id: //depot/perl@15272
* Monster _r patch: try to scan for all known _r variants,Jarkko Hietaniemi2002-03-151-2/+23
| | | | | | | | | | | | | | | | | and then use them (under ithreads). May fail in HP-UX, and the op/groups is known to be fickle everywhere. Known to work in Solaris, Linux, Tru64, IRIX, AIX. (Some compiler warnings in AIX since the first arguments of getnetbyaddr and getnetbyadd_r are of different types. Thanks, IBM.) In non-Configure platforms deny the existence of any of the _r thingies. (Also add the recently introduced d_tm_* to places it wasn't already in.) TODO: the suggested glibc buffer growth retry loop in case some entries (at least for: gr*, host*) are big. Forgot win32/config.win64. p4raw-id: //depot/perl@15238
* more warnings tidyupPaul Marquess2002-03-111-13/+13
| | | | | | From: "Paul Marquess" <paul_marquess@yahoo.co.uk> Message-ID: <AIEAJICLCBDNAAOLLOKLMEEGDPAA.paul_marquess@yahoo.co.uk> p4raw-id: //depot/perl@15155
* Misc tiny tweaks from Sarathy, good for threaded builds.Jarkko Hietaniemi2002-03-101-12/+12
| | | p4raw-id: //depot/perl@15141
* pp_sys.c (pp_sselect to not clobber storage on BigEndianPaul Green2002-03-091-13/+12
| | | | | Message-Id: <200203090336.WAA11215@mailhub1.stratus.com> p4raw-id: //depot/perl@15128
* Re: [ID 20020227.024] unexpected warning getc() on unopened filehandle STDINRafael Garcia-Suarez2002-03-051-1/+2
| | | | | Message-ID: <20020305143557.C695@rafael> p4raw-id: //depot/perl@15044
* taint + deprecated warningsPaul Marquess2002-03-041-5/+5
| | | | | | From: "Paul Marquess" <paul_marquess@yahoo.co.uk> Message-ID: <AIEAJICLCBDNAAOLLOKLCEKGDOAA.paul_marquess@yahoo.co.uk> p4raw-id: //depot/perl@15003
* Demand more before attempting socketpair().Jarkko Hietaniemi2002-03-021-1/+1
| | | p4raw-id: //depot/perl@14948
* Re: taint newsRick Delaney2002-02-241-19/+31
| | | | | Message-ID: <m3d6yuvnwr.fsf@cs839290-a.mtth.phub.net.cable.rogers.com> p4raw-id: //depot/perl@14853
* Re: bug? no warning from getc BOLLOCKSRafael Garcia-Suarez2002-02-141-2/+5
| | | | | Message-ID: <20020214235800.A12901@rafael> p4raw-id: //depot/perl@14695
* Re: [PATCH] eof() coredumps when ARGV is aliased to another filehandleRafael Garcia-Suarez2002-02-081-1/+1
| | | | | Message-ID: <20020208002107.E763@rafael> p4raw-id: //depot/perl@14601
* lstat FH and -l FH warningsRafael Garcia-Suarez2002-02-031-3/+8
| | | | | Message-ID: <20020202222454.A11608@rafael> p4raw-id: //depot/perl@14530
* make "lstat FH" croakRafael Garcia-Suarez2002-02-011-4/+2
| | | | | Message-ID: <20020201151250.A738@rafael> p4raw-id: //depot/perl@14513
* forbid -l _ after -T _Rafael Garcia-Suarez2002-01-311-0/+1
| | | | | Message-ID: <20020131143752.A1452@rafael> p4raw-id: //depot/perl@14506
* BeOS has sockets but not true ones.Jarkko Hietaniemi2002-01-281-1/+1
| | | p4raw-id: //depot/perl@14470
* Copyright++. (Not all the toplevel *.h have one, it seems.)Jarkko Hietaniemi2002-01-231-1/+1
| | | p4raw-id: //depot/perl@14391
* Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on ↵Jonathan Stowe2002-01-061-17/+19
| | | | | | | dbmclose) Message-ID: <Pine.LNX.4.33.0201051240130.5428-100000@orpheus.gellyfish.com> p4raw-id: //depot/perl@14106
* Quick fix (after couple of clever fixes failed) forNick Ing-Simmons2001-12-291-5/+11
| | | | | "accept leaks memory" fail [ID 20011223.001] p4raw-id: //depot/perlio@13923
* BeOS has times() tick of 1000000, not CLK_TCK (1000)Jarkko Hietaniemi2001-12-261-0/+4
| | | | | (this showed up in Benchmark.t) p4raw-id: //depot/perl@13896
* socketpair emulationNicholas Clark2001-12-231-1/+1
| | | | | Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net> p4raw-id: //depot/perl@13858
* No link(), no need to dSP.Jarkko Hietaniemi2001-12-121-2/+1
| | | p4raw-id: //depot/perl@13641