summaryrefslogtreecommitdiff
path: root/t/op
Commit message (Collapse)AuthorAgeFilesLines
* bump patchlevel; other minor fixes for clean build and test onGurusamy Sarathy1998-10-312-6/+7
| | | | | Solaris and win32 p4raw-id: //depot/perl@2163
* add testsuite portion of patchIlya Zakharevich1998-10-301-0/+214
| | | | | | Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu> Subject: [PATCH 5.00321 ;-)] 87% speedup p4raw-id: //depot/perl@2153
* There can be multiple yacc/bison errors.Jarkko Hietaniemi1998-10-301-1/+1
| | | p4raw-id: //depot/cfgperl@2143
* phase 1 of somewhat major rearrangement of PERL_OBJECT stuffGurusamy Sarathy1998-10-301-2/+9
| | | | | | | | | | (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
* The "parse error" must be converted to "syntax error",Jarkko Hietaniemi1998-10-281-1/+1
| | | | | just matching it aint' enough. p4raw-id: //depot/cfgperl@2108
* Bison says 'parse error', not 'parser error'.Jarkko Hietaniemi1998-10-281-2/+2
| | | p4raw-id: //depot/cfgperl@2106
* Re: perl5.004_04 testing problemDominic Dunlop1998-10-281-11/+5
| | | | | Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]> p4raw-id: //depot/cfgperl@2103
* `id -Gn` might be available where `groups` is not.Jarkko Hietaniemi1998-10-271-3/+8
| | | p4raw-id: //depot/cfgperl@2098
* More robustness.Jarkko Hietaniemi1998-10-261-1/+1
| | | p4raw-id: //depot/cfgperl@2092
* Integrate from mainperl.Jarkko Hietaniemi1998-10-263-5/+28
|\ | | | | p4raw-id: //depot/cfgperl@2088
| * sanity-check $Config{drand01} in rand.tGurusamy Sarathy1998-10-261-2/+13
| | | | | | p4raw-id: //depot/perl@2085
| * integrate changes#1982,2014,2021 (from maint-5.005)Gurusamy Sarathy1998-10-251-0/+13
| | | | | | | | | | | | | | p4raw-link: @2021 on //depot/maint-5.005/perl: ece095e7b265a16d4ec3543b1418100f9c635a87 p4raw-link: @2014 on //depot/maint-5.005/perl: cca0b9804acab4b7678c0f185888d57497a5c2a9 p4raw-link: @1982 on //depot/maint-5.005/perl: fe676099d996f70caaedeb6ae85adc3ee59d2240 p4raw-id: //depot/perl@2059
| * disallow 'x' in hex numbers (except leading '0x')Gisle Aas1998-10-251-3/+2
| | | | | | | | | | | | Message-ID: <m3n26wtw47.fsf@furu.g.aas.no> Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit p4raw-id: //depot/perl@2054
* | Add test for filetests.Jarkko Hietaniemi1998-10-261-0/+42
|/ | | p4raw-id: //depot/cfgperl@2087
* yielding, the saga continues.Jarkko Hietaniemi1998-10-211-4/+11
|\ | | | | p4raw-id: //depot/cfgperl@2032
| * fix handling of mayhaps-extended @_ in goto &subGurusamy Sarathy1998-10-211-4/+11
| | | | | | p4raw-id: //depot/perl@2030
| * whitespace-proof grent.tGurusamy Sarathy1998-10-171-0/+2
| | | | | | p4raw-id: //depot/perl@1994
| * applied suggested patch with small doc tweakGisle Aas1998-10-172-13/+42
| | | | | | | | | | | | Message-ID: <m3u31bfjza.fsf@furu.g.aas.no> Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument p4raw-id: //depot/perl@1992
* | 1<<$randbits is not good for randbits=48.Jarkko Hietaniemi1998-10-191-1/+1
| | | | | | p4raw-id: //depot/cfgperl@2017
* | More robust yacc/bison failure output handling.Jarkko Hietaniemi1998-10-171-1/+3
| | | | | | p4raw-id: //depot/cfgperl@2011
* | POSIX BC2000 port from perl-mvs:Thomas Dorner1998-10-174-5/+21
| | | | | | | | | | | | Subject: Ported perl 5.005.02 to BS2000 / POSIX Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> p4raw-id: //depot/cfgperl@2009
* | The VM/ESA port essentials, based onJarkko Hietaniemi1998-10-174-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | perl-mvs: From: Neale Ferguson <neale@VMA.TABNSW.COM.AU> Subject: Re: Can't find Data/Dumper.pm Date: Mon, 28 Sep 1998 07:40:49 +1300 Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au> private email: From: Neale Ferguson <neale@VMA.TABNSW.COM.AU> Subject: Re: Perl thread problems in VM/ESA Date: Thu, 15 Oct 1998 07:18:35 +1300 Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au> and private email: From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU> Subject: perl archive Date: Sun, 11 Oct 1998 19:28:54 EDT Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU> which gave a pointer to http://pucc.princeton.edu/~neale/perl.tar (based on Perl 5.005_51) p4raw-id: //depot/cfgperl@2006
* | Integrate mainperl.Jarkko Hietaniemi1998-10-173-13/+44
|/ | | p4raw-id: //depot/cfgperl@2005
* Test #162 had been added but the "print 1..161" had not been updated.Jarkko Hietaniemi1998-10-151-1/+1
| | | p4raw-id: //depot/cfgperl@1972
* add missing tr.t to repositoryGurusamy Sarathy1998-10-151-0/+33
| | | p4raw-id: //depot/perl@1969
* tweak to make fix in change#1944 behave correctly for closuresGurusamy Sarathy1998-10-151-1/+13
| | | | | | | created within eval'' p4raw-link: @1944 on //depot/perl: 6b35e00972a13cc3d5e641e82fd498a9d9f6a324 p4raw-id: //depot/perl@1966
* use better numbers for exitstatus testGurusamy Sarathy1998-10-141-3/+3
| | | p4raw-id: //depot/perl@1965
* two typosGurusamy Sarathy1998-10-141-1/+1
| | | p4raw-id: //depot/perl@1948
* let docatch() pass the buck when restartop turns out to be null,Gurusamy Sarathy1998-10-141-0/+12
| | | | | making exceptions in BEGIN{} propagate as expected p4raw-id: //depot/perl@1947
* change#1614 merely disabled earlier fix (doh!); undo it and properlyGurusamy Sarathy1998-10-131-0/+17
| | | | | | | | fixup the cop_seq value that must be seen by lexical lookups that emanate within eval'' p4raw-link: @1614 on //depot/perl: bd28dd3ca083953e5682058b02b9529902e14ca9 p4raw-id: //depot/perl@1944
* ensure recursive attempts to findlex()icals know enough about whereGurusamy Sarathy1998-10-131-3/+24
| | | | | the last eval'' context was encountered p4raw-id: //depot/perl@1943
* force copy of substrings when matching against temporariesGurusamy Sarathy1998-10-131-0/+5
| | | p4raw-id: //depot/perl@1942
* don't longjmp() in pp_goto() (regressive bug from old single-stackGurusamy Sarathy1998-10-131-0/+20
| | | | | implementation) p4raw-id: //depot/perl@1941
* Minor test improvementIlya Zakharevich1998-10-061-5/+5
| | | | | Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@1929
* tolerate whitespace in /etc/group entries (suggested by JarkkoGurusamy Sarathy1998-10-021-2/+2
| | | | | Hietaniemi) p4raw-id: //depot/perl@1906
* two tweaks for clean build and test on SolarisGurusamy Sarathy1998-09-241-0/+2
| | | p4raw-id: //depot/perl@1877
* (?>) broken in REIlya Zakharevich1998-09-231-0/+1
| | | | | Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@1828
* U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>Gurusamy Sarathy1998-09-232-1/+6
| | | p4raw-id: //depot/perl@1827
* add missing C<no utf8;> tweak from LarryGurusamy Sarathy1998-09-231-0/+1
| | | p4raw-id: //depot/perl@1822
* make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matchesIlya Zakharevich1998-09-231-0/+3
| | | | | | Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu> Subject: Re: your mail p4raw-id: //depot/perl@1815
* patch to support computed regular subexpressionsIlya Zakharevich1998-09-232-1/+23
| | | | | | Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu> Subject: [5.005_5* PATCH] Postponed RE - now! p4raw-id: //depot/perl@1813
* support match indices via special variables @- and @+Ilya Zakharevich1998-09-231-1/+77
| | | | | | Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_76] @- and @+ p4raw-id: //depot/perl@1800
* Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/Ilya Zakharevich1998-09-231-0/+1
| | | | | Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@1799
* several new tests needed tweaking to work under utf8Larry Wall1998-09-051-1/+1
| | | p4raw-id: //depot/perl@1780
* lexical warnings; tweaks to places that didn't apply correctlyPaul Marquess1998-08-091-16/+16
| | | | | | Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk> Subject: lexical warnings patch for 5.005_50 p4raw-id: //depot/perl@1773
* 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.tJarkko Hietaniemi1998-08-082-0/+115
| | | | | Message-Id: <199808021905.WAA10592@alpha.hut.fi> p4raw-id: //depot/perl@1762
* [5.005_50 PATCH] misprint in RE engineIlya Zakharevich1998-08-081-0/+1
| | | | | Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@1761
* integrate maint-5.005 changes into mainlineGurusamy Sarathy1998-08-0819-62/+204
|\ | | | | p4raw-id: //depot/perl@1760
| * Minor cleanup of RE tests and docsIlya Zakharevich1998-08-071-2/+0
| | | | | | | | | | Message-Id: <199808062344.TAA09505@monk.mps.ohio-state.edu> p4raw-id: //depot/maint-5.005/perl@1751
| * README.os2 updateIlya Zakharevich1998-08-051-1/+6
| | | | | | | | | | | | Message-Id: <199808050944.FAA09053@monk.mps.ohio-state.edu> Subject: [PATCH 5.005_*] Additional OS/2 tweaks: docs, tests p4raw-id: //depot/maint-5.005/perl@1743