summaryrefslogtreecommitdiff
path: root/pp_sys.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove all magic in untie()Aaron J. Mackey2003-06-151-1/+1
| | | | | | | Subject: Re: untie from within FETCH/STORE not working under 5.8.0 (fwd) Message-ID: <Pine.OSF.4.33.0306130820570.29017-100000@alpha10.bioch.virginia.edu> (plus a test case) p4raw-id: //depot/perl@19793
* OS2 patchesIlya Zakharevich2003-06-151-2/+2
| | | | | Message-ID: <20030615004956.GA28272@math.berkeley.edu> p4raw-id: //depot/perl@19789
* Patch for a warning emitted twice, from :Steve Grazzini2003-06-121-1/+1
| | | | | | Subject: [PATCH: perl@19733] "perldoc -f -X" + "extra warning from -T" Message-ID: <20030611044647.GA16696@grazzini.net> p4raw-id: //depot/perl@19751
* change#16723 broke the ioctl() return value on platforms Gurusamy Sarathy2003-05-171-0/+2
| | | | | | | | | | that have ioctl() but no fcntl() (e.g. windows) change#17577 then attempted to fix the bustage, but got it wrong p4raw-link: @17577 on //depot/perl: c214f4ad8bbb376b6ebfcb9c9173169f2cc8986f p4raw-link: @16723 on //depot/perl: 4808266b7a2aefa68f681e0378316e43728b49d8 p4raw-id: //depot/perl@19534
* Re: Does filetest work at all?Slaven Rezic2003-05-031-6/+6
| | | | | Message-ID: <87ade4q9me.fsf@vran.herceg.de> p4raw-id: //depot/perl@19394
* Salvage 'use filetest "access"' from compiletime to runtime.Jarkko Hietaniemi2003-05-031-6/+6
| | | p4raw-id: //depot/perl@19392
* OpenUNIX 8 supportRafael Garcia-Suarez2003-05-021-0/+3
| | | | | Message-Id: <20030502121208.3d235027.rgarciasuarez@free.fr> p4raw-id: //depot/perl@19385
* Fix another segfault case (warn called from UNIVERSAL::DESTROY).Adrian M. Enache2003-04-211-1/+1
| | | | | | | | | | Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD Date: Sun, 20 Apr 2003 02:45:48 +0300 Message-ID: <20030419234548.GA849@ratsnest.hole> and Date: Wed, 2 Apr 2003 07:52:28 +0300 Message-ID: <20030402045227.GA1023@ratsnest.hole> p4raw-id: //depot/perl@19300
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+2
| | | | | | | (Lots of Perl 5 source code archaeology was involved.) Larry didn't make strangled noises when I showed him the patch, either :-) p4raw-id: //depot/perl@19242
* Not all compilers like #ifdefs within cpp macrosJarkko Hietaniemi2003-03-301-3/+11
| | | | | (follow-up on #19086) p4raw-id: //depot/perl@19091
* In IRIX 5.3 the cc is awfully confused about the prototypeJarkko Hietaniemi2003-03-301-0/+3
| | | | | of select(). p4raw-id: //depot/perl@19086
* Trims slashes from the argument to rmdir(), likewiseRafael Garcia-Suarez2003-03-121-20/+28
| | | | | | to what happens with rmdir(). Factorize the code in a local macro, TRIMSLASHES. p4raw-id: //depot/perl@18958
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
| | | p4raw-id: //depot/perl@18801
* PERL_SIGNALS=unsafe enables the old unsafe/immediate signals.Jarkko Hietaniemi2003-02-241-12/+14
| | | p4raw-id: //depot/perl@18766
* Re: truncate using a globrefSlaven Rezic2003-01-261-11/+24
| | | | | Message-Id: <200301231448.h0NEmqnu022591@vran.herceg.de> p4raw-id: //depot/perl@18581
* Remove workaround for :stdio layer bug now fixedNick Ing-Simmons2003-01-131-7/+1
| | | | | (Fixes #18975) p4raw-id: //depot/perlio@18476
* %_ (was Re: [PATCH] operation on `PL_na' may be undefined)Nicholas Clark2003-01-071-3/+2
| | | | | Message-ID: <20021226211626.GD284@Bagpuss.unfortu.net> p4raw-id: //depot/perl@18456
* integrate more with report_evil_fhNicholas Clark2003-01-071-44/+5
| | | | | Message-ID: <20021226205620.GA16584@Bagpuss.unfortu.net> p4raw-id: //depot/perl@18455
* windows: support for large filesGurusamy Sarathy2002-12-181-1/+1
| | | | | | | | note that this change will break binary compatibility with the default 5.8.0 build options; nevertheless I think it is worth having in 5.8.1 (people who want the compatibility can disable the option in the makefile) p4raw-id: //depot/perl@18327
* getservbyport() should accept an empty string as itsSlaven Rezic2002-12-081-0/+3
| | | | | | | | proto argument (as does getservbyname()). Subject: Re: Is this a bug or am I being stupid? Message-ID: <87znrhl48i.fsf@vran.herceg.de> p4raw-id: //depot/perl@18262
* Re: Is this true that Perl 5.8 uses :crlf as default DISCIPLINE on so ckets?Gurusamy Sarathy2002-11-071-10/+10
| | | | | Message-Id: <200210191911.g9JJBhK02618@smtp3.ActiveState.com> p4raw-id: //depot/perl@18120
* Re: [perl #18048] read \*FH, ... returns undef but doesn' t set $! if \*FH ↵Slaven Rezic2002-11-061-1/+8
| | | | | | | not open Message-ID: <87vg3sixm4.fsf@vran.herceg.de> p4raw-id: //depot/perl@18115
* Reverse change #8066 and sense of test, to satisfy [perl #17763]Hugo van der Sanden2002-10-241-1/+1
| | | | | p4raw-link: @8066 on //depot/perl: bf484eac86d1083a9dc1877646bb27c0a016b364 p4raw-id: //depot/perl@18055
* Re: [perl #17892] Perl's mkdir() doesn't remove trailing slashesSlaven Rezic2002-10-201-1/+1
| | | | | Message-ID: <8765w5wjwx.fsf@vran.herceg.de> p4raw-id: //depot/perl@18036
* 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