summaryrefslogtreecommitdiff
path: root/pp_sys.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
* chdir() with an empty tainted argument on Win32Abe Timmerman2001-12-021-0/+1
| | | | | Message-ID: <j8vi0uorud2fa9vp0q2dpmn7tpr5hqec1d@4ax.com> p4raw-id: //depot/perl@13424
* system and taintednessRadu Greab2001-11-261-0/+10
| | | | | Message-ID: <15362.28917.697078.551412@ix.netsoft.ro> p4raw-id: //depot/perl@13287
* $$ readonly, take twoMichael G. Schwern2001-11-251-1/+4
| | | | | Message-ID: <20011124195618.A14614@blackrider> p4raw-id: //depot/perl@13252
* All of syswrite/send/sendto need to return character counts,Jarkko Hietaniemi2001-11-181-3/+2
| | | | | | and character counts from the offset, not the beginning of the scalar. p4raw-id: //depot/perl@13076
* syswrite() was still returning byte counts, not character counts.Jarkko Hietaniemi2001-11-181-0/+3
| | | p4raw-id: //depot/perl@13074
* skip "might be used uninitialized".Jarkko Hietaniemi2001-11-151-2/+3
| | | p4raw-id: //depot/perl@13020
* A bool is not a pointer.Jarkko Hietaniemi2001-11-141-1/+1
| | | p4raw-id: //depot/perl@12990
* Fix for the :utf8 read() bug noticed by Matt Sergeant:Jarkko Hietaniemi2001-11-131-3/+16
| | | | | | "large enough" Unicode characters returned more than one as their "Unicode size". p4raw-id: //depot/perl@12981
* vmsish fix, ieee rand() cleanupCharles Lane2001-10-191-0/+3
| | | | | Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu> p4raw-id: //depot/perl@12513
* Oh, bother. In Tru64 cc -std1 was looking rather niceJarkko Hietaniemi2001-10-171-20/+20
| | | | | | | | | | in speed (upto 20% speedup in certain operations) but meanwhile regexps and arithmetics got slower (5-10%) (according to perlbench average speedup is negligible, and within measuring flutter, 1%). Therefore retracting all the changes aimed at getting -std1 to compile cleanly: #12475, #12476, #12479, #12480, #12481, #12482, #12483, #12484. p4raw-id: //depot/perl@12485