summaryrefslogtreecommitdiff
path: root/doio.c
Commit message (Collapse)AuthorAgeFilesLines
* update copyright yearsGurusamy Sarathy1999-03-221-1/+1
| | | p4raw-id: //depot/perl@3124
* more "correct" utbuf for utime()Gurusamy Sarathy1999-02-241-6/+6
| | | p4raw-id: //depot/perl@3014
* Import Ultrix update, change #2864, Spider Boardman1999-02-151-3/+2
| | | | | | | | | To: perlbug@perl.com Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED) Message-Id: <9902110433.AA12816@abyss.zk3.dec.com> p4raw-link: @2864 on //depot/maint-5.005/perl: b47ccd61abe27ff67b6495fce49fc0fe9fa4cc76 p4raw-id: //depot/cfgperl@2946
* fix silent taint failures under -UGurusamy Sarathy1999-01-171-5/+1
| | | p4raw-id: //depot/perl@2630
* sanity check piped opens (tweaked version of patch suggestedGurusamy Sarathy1999-01-171-0/+14
| | | | | by Mark-Jason Dominus) p4raw-id: //depot/perl@2629
* Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>Jarkko Hietaniemi1999-01-131-1/+1
| | | | | | (the diffs were based on 5.004_02). Tested by Guido and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>. p4raw-id: //depot/cfgperl@2594
* To: perl5-porters@perl.comMark-Jason Dominus1998-12-211-1/+1
| | | | | | | | | | | | | Subject: PATCH (5.005_02): Dejargonizing Date: Sun, 20 Dec 1998 14:35:20 -0500 Message-ID: <19981220193520.11230.qmail@plover.com> From: Mark-Jason Dominus <mjd@plover.com> To: perl5-porters@perl.com Subject: PATCH (5.005_02): Spelling correction in warning message Date: Sun, 20 Dec 1998 13:51:30 -0500 Message-ID: <19981220185130.11067.qmail@plover.com> p4raw-id: //depot/cfgperl@2493
* integrate changes#2273,2274,2288,2291 from maint-5.004Gurusamy Sarathy1998-11-301-2/+6
| | | | | | | | p4raw-link: @2291 on //depot/maint-5.004/perl: 36172d59ade32f9612ebd260a0d831031e1a0ef5 p4raw-link: @2288 on //depot/maint-5.004/perl: 5e378d39c1df8bf189b5f95b1ca8535607fe6545 p4raw-link: @2274 on //depot/maint-5.004/perl: 826799b6e704a8976be7d84e25ef2a15f3805c8e p4raw-link: @2273 on //depot/maint-5.004/perl: 3254abb72b4207034d3aa9fbe6418925a5db9484 p4raw-id: //depot/perl@2406
* another threads reliability fix: serialize writes to thr->threadsvGurusamy Sarathy1998-11-291-13/+17
| | | | | | | | avoid most uses of PL_na (which is much more inefficient than a simple local); update docs to suit; PL_na now being thr->Tna may be a minor compatibility issue for extensions--will require dTHR outside of XSUBs (those get automatic dTHR) p4raw-id: //depot/perl@2387
* remaining PL_foo stragglersGurusamy Sarathy1998-10-301-2/+2
| | | p4raw-id: //depot/perl@2145
* #2133 fallout.Jarkko Hietaniemi1998-10-301-1/+3
| | | p4raw-id: //depot/cfgperl@2141
* phase 1 of somewhat major rearrangement of PERL_OBJECT stuffGurusamy Sarathy1998-10-301-4/+4
| | | | | | | | | | (objpp.h is gone, embed.pl now does some of that); objXSUB.h should soon be automated also; the global variables that escaped the PL_foo conversion are now reined in; renamed MAGIC in regcomp.h to REG_MAGIC to avoid collision with the type of same name; duplicated lists of pp_things in various places is now gone; result has only been tested on win32 p4raw-id: //depot/perl@2133
* use Off_t to permit 64-bit seek()Scott Henry1998-10-021-2/+2
| | | | | | | | | | | Date: 29 Sep 1998 17:38:46 -0700 Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com> Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack" -- Date: 28 Sep 1998 18:55:37 -0700 Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com> Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack" p4raw-id: //depot/perl@1915
* big Configure update from Jarkko: sync metaconfig units; d_statblks fixGurusamy Sarathy1998-09-251-3/+8
| | | | | | | | | | | | | | | | | for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings of full-fledged 64-bit support (including support for: fseeko/ftello, Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants in Fcntl) From: Jarkko Hietaniemi <jhi@iki.fi> Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST) Message-Id: <199809112056.XAA04720@alpha.hut.fi> Subject: [PATCH] 5.005_51: Configure "Massive Attack" -- From: Jarkko Hietaniemi <jhi@cc.hut.fi> Date: 12 Sep 1998 09:44:25 +0300 Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi> Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack" p4raw-id: //depot/perl@1889
* add missing dTHR; notes for test failures due to small stacksizeGurusamy Sarathy1998-08-091-11/+29
| | | p4raw-id: //depot/perl@1774
* lexical warnings; tweaks to places that didn't apply correctlyPaul Marquess1998-08-091-24/+27
| | | | | | Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk> Subject: lexical warnings patch for 5.005_50 p4raw-id: //depot/perl@1773
* support OE/MVSJarkko Hietaniemi1998-08-021-7/+22
| | | | | | Message-Id: <199808010903.MAA09371@alpha.hut.fi> Subject: [PATCH] 5.005_01: OE MVS p4raw-id: //depot/maint-5.005/perl@1697
* Fix inplace editing for VMSHans Mulder1998-07-221-0/+5
| | | | | Message-Id: <3.0.5.32.19980721124220.00a82a20@ous.edu> p4raw-id: //depot/perl@1634
* PL_ scheme Builds under Minw32 - some SEGFAULT snagsNick Ing-Simmons1998-07-181-16/+16
| | | p4raw-id: //depot/ansiperl@1537
* PL_ stuff for threadsNick Ing-Simmons1998-07-181-3/+3
| | | p4raw-id: //depot/ansiperl@1534
* PL_ prefix to all perlvars, part1Nick Ing-Simmons1998-07-181-127/+127
| | | | | Builds and passes all tests at one limit i.e. -DPERL_GLOBAL_STRUCT p4raw-id: //depot/ansiperl@1532
* make -i'*suffix' work tooGurusamy Sarathy1998-07-081-0/+2
| | | p4raw-id: //depot/perl@1378
* added patch for -i'foo*bar', made code somewhat simpler, tweaked docColin Kuskie1998-07-081-5/+13
| | | | | | Message-ID: <Pine.GSO.3.96.980707093457.28681A-100000@pdxue150.cadence.com> Subject: Corrected -i prefix patch p4raw-id: //depot/perl@1368
* fix memory leaks and uninitialized memory accesses found by PurifyGurusamy Sarathy1998-06-181-1/+1
| | | p4raw-id: //depot/perl@1143
* [win32] semctl tweakGraham Barr1998-05-311-0/+2
| | | | | | Message-Id: <199805312127.QAA06750@gbarr.connect.net> Subject: Not OK: perl 5.00466 on i586-linux-thread 2.0.31 p4raw-id: //depot/win32/perl@1068
* [asperl] integrate mainline changesGurusamy Sarathy1998-05-291-53/+21
|\ | | | | p4raw-id: //depot/asperl@1055
| * [win32] merge changes#1014,1038 from maintbranchGurusamy Sarathy1998-05-291-6/+9
| | | | | | | | | | | | p4raw-link: @1038 on //depot/maint-5.004/perl: c3cf4c2be38f0215f451c3dd6cb13089e5f2329f p4raw-link: @1014 on //depot/maint-5.004/perl: d14230f9721c31ac6e9e2fdb706c7fc95118b4e6 p4raw-id: //depot/win32/perl@1052
| * [PATCH 5.004_65] Config_65-02-03.diff: SunOS and Solaris hintsAndy Dougherty1998-05-281-49/+8
| | | | | | | | | | | | | | Date: Thu, 28 May 1998 13:27:25 -0400 (EDT) Subject: [PATCH 5.004_65] Config_65-03-04.diff: semctl probing Date: Thu, 28 May 1998 13:28:21 -0400 (EDT) p4raw-id: //depot/perl@1047
| * Back out change 1043 since Andy's forthcoming Config patchMalcolm Beattie1998-05-281-8/+49
| | | | | | | | | | includes a modified version. p4raw-id: //depot/perl@1046
| * This change really is:Jarkko Hietaniemi1998-05-281-49/+8
| | | | | | | | | | | | | | | | | | | | | | Subject: [PATCH] 5.004_65: the infamous semctl() Date: Sun, 24 May 1998 16:13:21 +0300 (EET DST) Change 1041 claimed to be this patch but was really: Subject: [PATCH] 5.004_65: t/op/ipc*.t Date: Sat, 16 May 1998 00:52:39 +0300 (EET DST) From: Jarkko Hietaniemi <jhi@iki.fi> p4raw-id: //depot/perl@1043
| * [PATCH 5.004_65] Config_65-01: lchown() detection.Andy Dougherty1998-05-281-0/+6
| | | | | | | | | | | | | | Date: Thu, 28 May 1998 13:25:21 -0400 (EDT) Subject: [PATCH 5.004_65] Config_65-01-02.diff: INSTALL and hints fixes Date: Thu, 28 May 1998 13:26:18 -0400 (EDT) p4raw-id: //depot/perl@1042
* | [asperl] tweaks to make it build with the Borland compiler. Won't runGurusamy Sarathy1998-05-261-3/+5
| | | | | | | | | | | | testsuite because @INC intuition from location of perlcore.dll seems to be broken. Also, system() and qx// seem broken as well. p4raw-id: //depot/asperl@1033
* | [asperl] integrate mainline changes (untested)Gurusamy Sarathy1998-05-181-26/+128
|\ \ | |/ | | p4raw-id: //depot/asperl@1010
| * Patch from Sarathy to fix up win32 integration. Patch from JarkkoMalcolm Beattie1998-05-151-15/+24
| | | | | | | | | | | | | | | | | | (manually applied and tweaked) to fix up SysV IPC semaphores for Solaris and Linux (pre-glibc and glibc). Fix up t/op/ipcmsg.t and t/op/ipcsem.t for platforms which wanted to skip test. Completely disable ipcsem.t since it doesn't seem to work properly even when not skipped. This is _65. p4raw-id: //depot/perl@988
| * [win32] merge changes#906,907,909,910 from maintbranchGurusamy Sarathy1998-05-151-0/+40
| | | | | | | | | | | | | | | | p4raw-link: @910 on //depot/maint-5.004/perl: ae941ac0da8f453f0d31df7b7293e50b3e5a46f1 p4raw-link: @909 on //depot/maint-5.004/perl: 8b3d696ffd11cf2e49f6eaa575b829ab0a55352d p4raw-link: @907 on //depot/maint-5.004/perl: 3cb3c1abada5765ba4166ebe59e2e20d737ec21b p4raw-link: @906 on //depot/maint-5.004/perl: ae389c8a29b487f4434c465442dfb611507a4a38 p4raw-id: //depot/win32/perl@977
| * [win32] merge change#897 from maintbranchGurusamy Sarathy1998-05-141-2/+5
| | | | | | | | | | p4raw-link: @897 on //depot/maint-5.004/perl: f06f9b6fc5a686f0169ee2a91b32d5e7125a44ae p4raw-id: //depot/win32/perl@974
| * [win32] merge change#896 from maintbranchGurusamy Sarathy1998-05-141-15/+50
| | | | | | | | | | p4raw-link: @896 on //depot/maint-5.004/perl: 0562b9ae2b0eff79632fc0164c13c34c06a019e2 p4raw-id: //depot/win32/perl@938
| * [win32] merge change#887 from maintbranchGurusamy Sarathy1998-05-141-4/+19
| | | | | | | | | | p4raw-link: @887 on //depot/maint-5.004/perl: 6cdf74fe31f049dc2164dbb9e6242179d4b8ee1f p4raw-id: //depot/win32/perl@937
* | [asperl] added AS patch#12 with minor changesGurusamy Sarathy1998-03-121-2/+2
|/ | | p4raw-id: //depot/asperl@806
* [win32] change all 'sp' to 'SP' in code and in the docs. ExplicitlyGurusamy Sarathy1998-03-071-2/+2
| | | | | | mention that local stack pointer should be called SP. This makes the API safer from source incompatibilities down the line. p4raw-id: //depot/win32/perl@795
* [win32] yet another maintpatchHugo van der Sanden1998-03-031-3/+5
| | | | | | Message-Id: <199711221252.MAA14000@crypt.compulink.co.uk> Subject: Re: [PERL] Unexpected output p4raw-id: //depot/win32/perl@630
* [win32] another 'old' patchRoderick Schertler1998-03-021-1/+5
| | | | | | Message-Id: <pzg1npp6e3.fsf@eeyore.ibcinc.com> Subject: [PERL] [PATCH] Re: Problem with open >&= p4raw-id: //depot/win32/perl@610
* #ifdef CAN_PROTOTYPE cleanupGisle Aas1998-02-251-6/+0
| | | p4raw-id: //depot/perl@581
* [win32] fix mingw32 gcc 2.8.0 build (DLLs generated seem to be brokenGurusamy Sarathy1998-02-161-1/+1
| | | | | in this version of gcc!) p4raw-id: //depot/win32/perl@529
* Some Chip patches (some tweaked to match _5x source):Chip Salzenberg1998-02-061-10/+17
| | | | | | | | | | | | | | Subject: [PATCH] local leakage Date: Tue, 3 Feb 1998 09:16:50 -0500 (EST) Subject: [PATCH] NULs in patterns Date: Wed, 4 Feb 1998 01:33:51 -0500 (EST) Subject: [PATCH] Configure on PerlIO Date: Wed, 4 Feb 1998 01:38:43 -0500 (EST) Subject: [PATCH] Avoid core dump on package alias Date: Wed, 4 Feb 1998 15:38:42 -0500 (EST) Subject: [PATCH] Fix name of $Foo::{'Bar::'} Date: Wed, 4 Feb 1998 16:37:51 -0500 (EST) p4raw-id: //depot/perl@462
* [win32] foo() -> PerlGroup_foo() patch from ActiveStateGurusamy Sarathy1998-01-191-41/+41
| | | p4raw-id: //depot/win32/perl@433
* Message-Id: <26260.9712191719@lightning.cise.npl.co.uk>Robin Barker1998-01-171-2/+2
| | | p4raw-id: //depot/ansiperl@428
* [win32] Add a tweaked version of:Tye McQueen1998-01-041-1/+2
| | | | | | Message-Id: <199801040630.AA29298@metronet.com> Subject: New patch for $^E==GetLastError() under Win32 p4raw-id: //depot/win32/perl@392
* Major changes to the DOS/djgpp port (including threading):Molnar Laszlo1997-12-171-3/+7
| | | | | Subject: Re: dos-djgpp port not in perl 5.004_54 p4raw-id: //depot/perl@373
* Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)Nick Ing-Simmons1997-11-051-2/+3
| | | p4raw-id: //depot/ansiperl@203