summaryrefslogtreecommitdiff
path: root/t
Commit message (Collapse)AuthorAgeFilesLines
* integrate cfgperl changes into mainlineGurusamy Sarathy1998-11-273-7/+25
|\ | | | | p4raw-id: //depot/perl@2318
| * Integrate from mainperl.Jarkko Hietaniemi1998-11-273-2/+18
| |\ | |/ |/| p4raw-id: //depot/cfgperl@2316
* | fix C<if (...) { package Foo; ... }> misoptimization that failsGurusamy Sarathy1998-11-262-2/+16
| | | | | | | | | | to set the package for the block properly p4raw-id: //depot/perl@2299
* | tweak change#2245 to skip previous message if anyGurusamy Sarathy1998-11-181-0/+2
| | | | | | | | | | p4raw-link: @2245 on //depot/perl: a99e4ac224ca891463a7704e48b83906ece3bb7c p4raw-id: //depot/perl@2248
| * Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)Gerben Wierda1998-11-232-8/+7
| | | | | | | | | | | | | | | | To: Jarkko Hietaniemi <jhi@cc.hut.fi> Message-Id: <9811230907.AA06484@AWT.nl> NeXTstep NetInfo uses nidump to get the user/group databases. p4raw-id: //depot/cfgperl@2293
| * NeXTstep /etc/group and /etc/passwd are used only at boot time,Gerben Wierda1998-11-222-2/+10
| | | | | | | | | | | | | | | | Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel) To: perlbug@perl.com Lines: 47 Message-ID: <MLIST_9811201533.AA22148@AWT.nl> p4raw-id: //depot/cfgperl@2264
| * Permission testing is tricky when we have too much power.Gerben Wierda1998-11-221-5/+16
| | | | | | | | | | | | | | | | Problem reported in Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel) To: perlbug@perl.com Message-ID: <MLIST_9811201533.AA22148@AWT.nl> p4raw-id: //depot/cfgperl@2263
| * Integrate from mainperl.Jarkko Hietaniemi1998-11-175-33/+102
| |\ | |/ |/| p4raw-id: //depot/cfgperl@2247
* | allow C<sort $coderef @foo>Gurusamy Sarathy1998-11-172-5/+28
| | | | | | p4raw-id: //depot/perl@2246
* | propagate failures in DESTROY() as (optional) warningsGurusamy Sarathy1998-11-171-0/+12
| | | | | | p4raw-id: //depot/perl@2245
* | fix skipspace() to properly account for newlines in eval''-edGurusamy Sarathy1998-11-172-6/+12
| | | | | | | | | | strings (caused bogus line numbers in diagnostics and debugger) p4raw-id: //depot/perl@2242
* | rework op/groups.tGurusamy Sarathy1998-11-142-22/+50
|/ | | p4raw-id: //depot/perl@2240
* integrate cfgperl changes into mainlineGurusamy Sarathy1998-11-083-18/+50
|\ | | | | p4raw-id: //depot/perl@2219
| * The id(1)-parsing is real fun.Jarkko Hietaniemi1998-11-021-5/+32
| | | | | | p4raw-id: //depot/cfgperl@2183
| * Decommission the symlink test.Jarkko Hietaniemi1998-11-021-1/+1
| | | | | | p4raw-id: //depot/cfgperl@2182
| * Prefer groups(1).Jarkko Hietaniemi1998-11-021-1/+20
| | | | | | | | | | | | id -Gn can be broken. id -a can save the day. p4raw-id: //depot/cfgperl@2179
| * 0**0 = 1, fromDaniel S. Lewart1998-11-021-16/+2
| | | | | | | | | | | | | | | | Subject: Math::Complex 0**0 patches Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu> To: jhi@iki.fi (Jarkko Hietaniemi), Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi) p4raw-id: //depot/cfgperl@2177
* | fix AvREALISH bogusnessGurusamy Sarathy1998-11-061-1/+6
|/ | | p4raw-id: //depot/perl@2210
* bump patchlevel; other minor fixes for clean build and test onGurusamy Sarathy1998-10-314-27/+123
| | | | | 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
* Overloaded <> and deref againIlya Zakharevich1998-10-301-1/+194
| | | | | Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@2150
* There can be multiple yacc/bison errors.Jarkko Hietaniemi1998-10-303-3/+3
| | | 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
* Make sort respect overloadingIlya Zakharevich1998-10-281-1/+13
| | | | | Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@2117
* integrate cfgperl into mainlineGurusamy Sarathy1998-10-287-24/+67
|\ | | | | p4raw-id: //depot/perl@2113
| * The "parse error" must be converted to "syntax error",Jarkko Hietaniemi1998-10-283-3/+3
| | | | | | | | | | just matching it aint' enough. p4raw-id: //depot/cfgperl@2108
| * Bison says 'parse error', not 'parser error'.Jarkko Hietaniemi1998-10-284-8/+8
| | | | | | 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-264-3/+6
| | | | | | p4raw-id: //depot/cfgperl@2092
| * Indicate skipped subtests.Jarkko Hietaniemi1998-10-261-12/+11
| | | | | | p4raw-id: //depot/cfgperl@2089
| * Integrate from mainperl.Jarkko Hietaniemi1998-10-264-6/+48
| |\ | | | | | | p4raw-id: //depot/cfgperl@2088
| * | Add test for filetests.Jarkko Hietaniemi1998-10-261-0/+42
| | | | | | | | | p4raw-id: //depot/cfgperl@2087
* | | minor cleanupGurusamy Sarathy1998-10-281-2/+2
| |/ |/| | | p4raw-id: //depot/perl@2112
* | 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
* | integrate change#2053 from maint-5.005Gurusamy Sarathy1998-10-251-1/+20
| | | | | | | | | | | | | | p4raw-link: @2053 on //depot/maint-5.005/perl: 2c3f7d309175811e431d5baa7695e7610e2fa584 p4raw-id: //depot/perl@2057 p4raw-integrated: from //depot/maint-5.005/perl@2056 'copy in' t/cmd/while.t (@1649..) 'merge in' cop.h (@1649..)
* | 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
* Test suite portability:Jarkko Hietaniemi1998-10-234-7/+25
| | | | | | | - posix-bc does not write to broken pipes - filehand #11 only iff we have fork - warning.t can now match $expected using regular expressions p4raw-id: //depot/cfgperl@2037
* yielding, the saga continues.Jarkko Hietaniemi1998-10-212-5/+28
|\ | | | | p4raw-id: //depot/cfgperl@2032
| * fix handling of mayhaps-extended @_ in goto &subGurusamy Sarathy1998-10-211-4/+11
| | | | | | p4raw-id: //depot/perl@2030
| * restore sanity to "constant" referencesGurusamy Sarathy1998-10-211-1/+17
| | | | | | p4raw-id: //depot/perl@2029
| * 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-173-3/+9
| | | | | | p4raw-id: //depot/cfgperl@2011
* | POSIX BC2000 port from perl-mvs:Thomas Dorner1998-10-175-7/+25
| | | | | | | | | | | | Subject: Ported perl 5.005.02 to BS2000 / POSIX Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> p4raw-id: //depot/cfgperl@2009
* | Forgot few S_I* imports.Jarkko Hietaniemi1998-10-171-1/+1
| | | | | | p4raw-id: //depot/cfgperl@2007
* | The VM/ESA port essentials, based onJarkko Hietaniemi1998-10-177-34/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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