summaryrefslogtreecommitdiff
path: root/t/op
Commit message (Collapse)AuthorAgeFilesLines
* [win32] merge changes#989,990,992 from maintbranchGurusamy Sarathy1998-05-162-10/+54
| | | | | | | p4raw-link: @992 on //depot/maint-5.004/perl: 939cd61b8f2cacc306672f95f1fdd75c8a467988 p4raw-link: @990 on //depot/maint-5.004/perl: 8025562d4dc1786ce758f6f408dd237fc4eca71e p4raw-link: @989 on //depot/maint-5.004/perl: 7ba7701dce644462ff1139b413d24e4f7004bf2e p4raw-id: //depot/win32/perl@1004
* [win32] add a test to check return value from successful s/// (there was none!)Gurusamy Sarathy1998-05-161-1/+4
| | | p4raw-id: //depot/win32/perl@1001
* [win32] merge changes#982,984 from maintbranchGurusamy Sarathy1998-05-152-10/+30
| | | | | | p4raw-link: @984 on //depot/maint-5.004/perl: aaffd3c27a04135bbc287616252cc5830b7c5543 p4raw-link: @982 on //depot/maint-5.004/perl: c5ed518aab0e5c6006080a87273e79a1b8e0d48b p4raw-id: //depot/win32/perl@997
* [win32] merge changes#922,944,949,965,970 from maintbranchGurusamy Sarathy1998-05-154-3/+149
| | | | | | | | | p4raw-link: @970 on //depot/maint-5.004/perl: 5362f8886d6c3fb908c863d910b1a158479419e2 p4raw-link: @965 on //depot/maint-5.004/perl: 8472ac73d6d802946d766b5459d2d9c334889a3f p4raw-link: @949 on //depot/maint-5.004/perl: 4b161ae29769b4a3eb304314bbbfe5969417c8ec p4raw-link: @944 on //depot/maint-5.004/perl: fa366f5fbba3f21113f9677105663454a3e0b678 p4raw-link: @922 on //depot/maint-5.004/perl: 68daf0ababdc0e913335a90c4361b792b2715301 p4raw-id: //depot/win32/perl@978
* [win32] merge change#905 from maintbranch, minor fixes to getGurusamy Sarathy1998-05-151-132/+152
| | | | | | | clean build+test on Solaris p4raw-link: @905 on //depot/maint-5.004/perl: 15e73149a8419f18d739227762eab108524cec56 p4raw-id: //depot/win32/perl@976
* [win32] merge change#897 from maintbranchGurusamy Sarathy1998-05-142-7/+15
| | | | | p4raw-link: @897 on //depot/maint-5.004/perl: f06f9b6fc5a686f0169ee2a91b32d5e7125a44ae p4raw-id: //depot/win32/perl@974
* [win32] merge change#896 from maintbranchGurusamy Sarathy1998-05-143-2/+31
| | | | | p4raw-link: @896 on //depot/maint-5.004/perl: 0562b9ae2b0eff79632fc0164c13c34c06a019e2 p4raw-id: //depot/win32/perl@938
* [win32] merge change#887 from maintbranchGurusamy Sarathy1998-05-144-2/+315
| | | | | p4raw-link: @887 on //depot/maint-5.004/perl: 6cdf74fe31f049dc2164dbb9e6242179d4b8ee1f p4raw-id: //depot/win32/perl@937
* [win32] merge changes#755..759,763,764 from maintbranchGurusamy Sarathy1998-05-141-0/+0
| | | | | | | | p4raw-link: @764 on //depot/maint-5.004/perl: b55845b185b3655fbcb60a4cd75d05dde49129cb p4raw-link: @763 on //depot/maint-5.004/perl: 150da09659bcba17cd7d84357c9e11bb0c85c6d8 p4raw-link: @759 on //depot/maint-5.004/perl: c8d70d09e95768371f69f084e8e237d2195ede65 p4raw-link: @755 on //depot/maint-5.004/perl: 284fa67c1ad7208c8b4dd82288a92c22d0bfdaca p4raw-id: //depot/win32/perl@934
* [win32] merge changes#752,753 from maintbranchGurusamy Sarathy1998-05-141-0/+16
| | | | | | p4raw-link: @753 on //depot/maint-5.004/perl: d1828021020f24bd64418fabe04b27e70428ad8d p4raw-link: @752 on //depot/maint-5.004/perl: 34b6b77de831d6635128d32b913e21377b083965 p4raw-id: //depot/win32/perl@932
* [win32] fix test failureNick Ing-Simmons1998-05-121-2/+3
| | | | | | Message-Id: <199805120940.KAA01252@pluto.tiuk.ti.com> Subject: test buglet p4raw-id: //depot/win32/perl@923
* [win32] protect sortcop from C<sort { sort { ... } ... } ...>Gurusamy Sarathy1998-05-091-0/+2
| | | | | | Message-Id: <199805082333.TAA06287@aatma.engin.umich.edu> Subject: [PATCH] Re: double recursion in sort p4raw-id: //depot/win32/perl@918
* Perl 5.005b1t2/perl5.004_63 (resend)Jan-Pieter Cornet1998-04-031-0/+44
| | | p4raw-id: //depot/perl@869
* [win32] integrate mainlineGurusamy Sarathy1998-04-031-0/+70
|\ | | | | p4raw-id: //depot/win32/perl@865
| * Re: Odd number of elements in hash list.Tom Phoenix1998-04-021-0/+70
| | | | | | p4raw-id: //depot/perl@858
* | [win32] implement stack-of-stacks so that magic invocations don'tGurusamy Sarathy1998-04-031-142/+120
|/ | | | | invalidate local stack pointer p4raw-id: //depot/win32/perl@864
* [win32] merge C<local $tied{foo}> patch, also moved statics inGurusamy Sarathy1998-03-091-1/+59
| | | | | [ah]v.c to thrdvar.h p4raw-id: //depot/win32/perl@802
* [win32] renumber some tests to match maint branchGurusamy Sarathy1998-03-041-28/+26
| | | p4raw-id: //depot/win32/perl@725
* [win32] another maintpatch (this one needed adjust of test nos.)Hugo van der Sanden1998-03-031-6/+12
| | | | | | Message-Id: <199801221211.MAA05315@crypt.compulink.co.uk> Subject: Re: [PERL] A few perl5.004_03 bugs p4raw-id: //depot/win32/perl@634
* [win32] still another maintpatchHugo van der Sanden1998-03-031-2/+2
| | | | | | Message-Id: <199711021331.NAA01826@crypt.compulink.co.uk> Subject: [PATCH] assorted sprintf bugs p4raw-id: //depot/win32/perl@631
* [win32] make t/lib/nothread.t type xtext alsoGurusamy Sarathy1998-03-021-0/+0
| | | p4raw-id: //depot/win32/perl@618
* [win32] this one with adjusted test numbersStephen McCamant1998-03-021-1/+36
| | | | | | Message-Id: <m0xjWFq-000EZeC@alias-2.pr.mcs.net> Subject: [PERL] [PATCH] Fix local $a[0] and local $h{a} p4raw-id: //depot/win32/perl@614
* [win32] still anotherInaba Hiroto1998-03-021-1/+7
| | | | | | Subject: [PERL] tr///s bug Message-Id: <19980110155333D.inaba@st.rim.or.jp> p4raw-id: //depot/win32/perl@613
* [win32] yet another 'old' patchStephane Payrard1998-03-021-1/+2
| | | | | | | | Message-Id: <199712040054.BAA04612@www.zweig.com> To: perl5-porters@perl.org Subject: Re: [PERL] buglet : minor but gratuitous inconsistency between `my' and `local' (Patch included) p4raw-id: //depot/win32/perl@611
* [win32] another 'old' patchRoderick Schertler1998-03-021-0/+10
| | | | | | Message-Id: <pzg1npp6e3.fsf@eeyore.ibcinc.com> Subject: [PERL] [PATCH] Re: Problem with open >&= p4raw-id: //depot/win32/perl@610
* [win32] integrate mainlineGurusamy Sarathy1998-02-281-0/+137
|\ | | | | p4raw-id: //depot/win32/perl@604
| * _60 & _04 - Add WRITE & CLOSE to TIEHANDLEGraham Barr1998-02-271-0/+137
| | | | | | p4raw-id: //depot/perl@595
* | [win32] integrate mainlineGurusamy Sarathy1998-02-251-1/+1
|\ \ | |/ | | p4raw-id: //depot/win32/perl@588
| * Re: ANNOUNCE: perl5.004_60 Configure patch is availableAndy Dougherty1998-02-251-1/+1
| | | | | | p4raw-id: //depot/perl@575
* | [win32] integrate mainlineGurusamy Sarathy1998-02-227-9/+47
|\ \ | |/ | | p4raw-id: //depot/win32/perl@567
| * t/op/wantarray.tNorton T. Allen1998-02-201-0/+16
| | | | | | p4raw-id: //depot/perl@555
| * 5.004_58, move intuition testsStephen Potter1998-02-206-9/+31
| | | | | | p4raw-id: //depot/perl@536
* | [win32] integrate mainlineGurusamy Sarathy1998-02-141-1/+1
|\ \ | |/ | | p4raw-id: //depot/win32/perl@523
| * 5.004_58 QNX getcwdNorton T. Allen1998-02-131-1/+1
| | | | | | p4raw-id: //depot/perl@516
* | [win32] integrate mainlineGurusamy Sarathy1998-02-123-4/+36
|\ \ | |/ | | p4raw-id: //depot/win32/perl@513
| * Integrate win32 into mainlineMalcolm Beattie1998-02-121-1/+11
| |\ | |/ |/| p4raw-id: //depot/perl@511
* | [win32] merge a maint patchGurusamy Sarathy1998-02-121-1/+11
| | | | | | | | | | | | Message-Id: <199802110515.AAA23700@aatma.engin.umich.edu> Subject: Re: "local" can crash perl-4.00[34] on Solaris-x86 & FreeBSD p4raw-id: //depot/win32/perl@497
| * 5.004_5*: [PATCH] restore old behaviour of \1 in REIlya Zakharevich1998-02-121-3/+3
| | | | | | p4raw-id: //depot/perl@505
| * [PATCH] 5.004_58: the locale.t problem in IRIXJarkko Hietaniemi1998-02-123-1/+33
| | | | | | | | | | | | | | | | | | Date: Mon, 9 Feb 1998 19:47:22 +0200 (EET) Subject: [PATCH] 5.004_58: reserve the POSIX regexp extensions Date: Tue, 10 Feb 1998 15:12:12 +0200 (EET) Subject: [PATCH] 5.004_58: <netdb.h> API prototype probing Date: Wed, 11 Feb 1998 12:50:35 +0200 (EET) p4raw-id: //depot/perl@504
| * Integrate win32 into mainline.Malcolm Beattie1998-02-111-4/+42
| |\ | |/ |/| p4raw-id: //depot/perl@496
* | [win32] fix for bugs in handling DESTROY (adjusted test numbers)Gurusamy Sarathy1998-02-091-4/+42
| | | | | | | | | | | | Message-Id: <199801010030.TAA14274@aatma.engin.umich.edu> Subject: Re: [PERL] RFD: iterative DESTROYing of objects p4raw-id: //depot/win32/perl@490
* | [win32] integrate mainline, plus a few small win32 enhancementsGurusamy Sarathy1998-02-076-9/+41
|\ \ | |/ | | | | | | | | | | - remove Win32::GetCurrentDirectory() - add Win32::Sleep() for compat - add smarter utime() from Jan Dubois, and export it as win32_utime() p4raw-id: //depot/win32/perl@486
| * Re: 5.004_04 vec() fails with 32-bit valuesM. J. T. Guy1998-02-061-1/+4
| | | | | | p4raw-id: //depot/perl@471
| * 5.004_56: Patch to Tie::Hash and docsIlya Zakharevich1998-02-062-5/+12
| | | | | | | | | | | | | | Date: Sun, 11 Jan 1998 20:34:05 -0500 (EST) Subject: 5.004_56: Patch to (?{}) quoting + cosmetic Date: Mon, 2 Feb 1998 01:28:46 -0500 (EST) p4raw-id: //depot/perl@470
| * More Chip patches (tweaked for _5x). The final one mentioned hereMalcolm Beattie1998-02-061-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (@ARGV with -i) actually went in at change 462 but I failed to add it to the change description: Subject: [PATCH] Fix typo: "FORM{,AT}LINE" Date: Sun, 11 Jan 1998 19:37:17 -0500 (EST) Subject: [PATCH] Fix for C<@x = my @y> Date: Sun, 11 Jan 1998 18:12:16 -0500 (EST) Subject: [PATCH] Fix SEGV on C<*glob{SCALAR,ARRAY}> Date: Thu, 5 Feb 1998 21:30:13 -0500 (EST) Subject: [PATCH] Allow last() to mean last Date: Thu, 5 Feb 1998 21:42:57 -0500 (EST) Subject: [PATCH] Consider @ARGV to be plain files if inplace (-i) Date: Wed, 4 Feb 1998 16:04:47 -0500 (EST) p4raw-id: //depot/perl@465
| * Some Chip patches (some tweaked to match _5x source):Chip Salzenberg1998-02-062-2/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Integrate win32 into mainline. My last integration from ansiperlMalcolm Beattie1998-02-032-7/+25
| |\ | |/ |/| | | | | | | | | to the mainline was a dismal failure: I did -ay but meant -at. This should fix things now since win32 has already integrated all the necessary changes from ansiperl. p4raw-id: //depot/perl@457
| * Integrate ansi branch into mainline (resolve -ay).Malcolm Beattie1998-01-271-0/+210
| |\ | | | | | | p4raw-id: //depot/perl@439
* | \ [win32] integrate changes in winansiGurusamy Sarathy1998-01-193-7/+235
|\ \ \ | | |/ | |/| p4raw-id: //depot/win32/perl@431
| * | First working TIEARRAY and other misc tie fixesNick Ing-Simmons1998-01-151-1/+1
| | | | | | | | | p4raw-id: //depot/ansiperl@426