summaryrefslogtreecommitdiff
path: root/t/comp
Commit message (Expand)AuthorAgeFilesLines
* integrate cfgperl changes#6261..6266 into mainlineGurusamy Sarathy2000-07-111-1/+11
* patch from Larry to make (\&) prototype work; added tests forGurusamy Sarathy2000-04-271-1/+20
* make parenthetic warnings look consistent; make diagnostic onGurusamy Sarathy2000-03-211-1/+1
* remove non-ANSI parts in comp/cpp.tGurusamy Sarathy2000-03-171-4/+0
* do FILE should not see outside lexicals (from Rick DelaneyGurusamy Sarathy2000-03-081-2/+13
* prototype changes for eventually supporting C<binmode(F, ":raw")>Gurusamy Sarathy2000-03-051-1/+1
* Further long double patches from Spider Boardman.Jarkko Hietaniemi2000-03-021-2/+2
* Minor test updates to accomodate new subprocess invocationCharles Bailey2000-02-281-3/+0
* support for version vectors in UNIVERSAL::VERSION(), so thatGurusamy Sarathy2000-02-261-1/+66
* per Larry's idea, parse 1.2.3 as v1.2.3; C<require 5.6.0> andGurusamy Sarathy2000-02-231-3/+3
* adjust for lost fp precision in require version checkGurusamy Sarathy2000-02-221-5/+5
* remove dual-valueness of v-strings (i.e., they are pure stringsGurusamy Sarathy2000-02-211-10/+10
* longstanding bug in parsing "require VERSION", could reallocateGurusamy Sarathy2000-02-102-2/+26
* fix parse error on C<{ use strict }> and other constructs thatGurusamy Sarathy2000-02-061-3/+1
* support for v5.5.640 style version numbersGurusamy Sarathy1999-12-241-1/+51
* fix from Larry for parsing C<{ 0x1 => 'foo'}> as anGurusamy Sarathy1999-12-181-3/+5
* add suggested patch =~ s/NOTOP/OP_NOT/ with testsLarry Wall1999-10-081-1/+4
* applied suggested patch; added missing prototype changes toIlya Zakharevich1999-07-271-1/+1
* allow $foo{$x} and $bar[$i] for (\$) prototypeGurusamy Sarathy1999-07-171-5/+15
* change#3449 wasn't doing enoughGurusamy Sarathy1999-05-281-2/+3
* allow '*' prototype to autoquote even barewords that happen to beGurusamy Sarathy1999-05-241-1/+33
* test tweakGurusamy Sarathy1999-05-211-1/+1
* more testsuite smarts (many of them courtesy Ilya)Gurusamy Sarathy1999-05-121-1/+1
* applied suggested patch, modulo superseded partsCharles Bailey1999-03-241-1/+1
* bring '*' prototype closer to how it behaves internallyGurusamy Sarathy1999-02-191-1/+11
* make testsuite somewhat location independentGurusamy Sarathy1999-02-125-5/+5
* properly prototype check parenthesized unary ops (e.g. defined(&a,&b))Gurusamy Sarathy1999-02-071-0/+41
* fix C<if (...) { package Foo; ... }> misoptimization that failsGurusamy Sarathy1998-11-261-1/+15
* Bison says 'parse error', not 'parser error'.Jarkko Hietaniemi1998-10-281-2/+2
* More robustness.Jarkko Hietaniemi1998-10-261-1/+1
* More robust yacc/bison failure output handling.Jarkko Hietaniemi1998-10-171-1/+3
* several new tests needed tweaking to work under utf8Larry Wall1998-09-051-1/+1
* end pod processing when source file is closed (prevents it carryingGurusamy Sarathy1998-08-051-5/+19
* support OE/MVSJarkko Hietaniemi1998-08-022-2/+6
* fix and test handling of literal newlines in heredocsGurusamy Sarathy1998-07-191-2/+6
* [win32] fix problematic change#965 from maintbranchIlya Zakharevich1998-05-211-1/+11
* [win32] make t/comp/require.t type xtextGurusamy Sarathy1998-02-121-0/+0
* [win32] fix extra LEAVE when require failsGurusamy Sarathy1998-02-121-0/+36
* 5.004_56: patch for `use Fatal' againIlya Zakharevich1998-02-061-1/+15
* Some more Chip patches (tweaked to match _5x):Malcolm Beattie1998-02-061-4/+5
* Merge maint-5.004 branch (5.004_04) with mainline.Malcolm Beattie1997-10-161-1/+14
|\
| * [inseparable changes from patch to perl 5.004_04]perl-5.004_04Perl 5 Porters1997-09-051-1/+14
* | Merge maint-5.004 branch (5.004_03) with mainline.Malcolm Beattie1997-10-082-2/+44
|\ \ | |/
| * Eval fails in certain situations (eval "{'...")Gurusamy Sarathy1997-08-071-1/+36
| * Add xor tests to test suiteHugo van der Sanden1997-08-071-1/+8
* | First stab at 5.003 -> 5.004 integration.Malcolm Beattie1997-05-258-9/+709
|\ \ | |/
| * [inseparable changes from match from perl-5.003_94 to perl-5.003_95]Perl 5 Porters1997-03-222-8/+10
| * [inseparable changes from match from perl-5.003_93 to perl-5.003_94]Perl 5 Porters1997-03-092-4/+6
| * [inseparable changes from match from perl-5.003_92 to perl-5.003_93]Perl 5 Porters1997-03-071-1/+1
| * Test patches for OS/2Ilya Zakharevich1997-01-252-1/+3