| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-integrate #9138 from maintperl to mainline, | Jarkko Hietaniemi | 2001-03-18 | 1 | -3/+0 |
* | The Day of the Retractions continues: the #9138 | Jarkko Hietaniemi | 2001-03-14 | 1 | -0/+3 |
* | Integrate changes #9137,9138,9142 from maintperl into mainline. | Jarkko Hietaniemi | 2001-03-14 | 1 | -3/+0 |
* | Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123 | Andy Dougherty | 2001-01-09 | 1 | -1/+3 |
* | Fix problem with `&' prototype | Daniel Chetlin | 2000-12-28 | 1 | -1/+2 |
* | Test case for #8064. | Jarkko Hietaniemi | 2000-12-10 | 1 | -1/+5 |
* | Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO. | Nick Ing-Simmons | 2000-12-09 | 1 | -1/+2 |
* | Admit that the test leaks scalars. | Jarkko Hietaniemi | 2000-11-06 | 1 | -2/+3 |
* | Document that the evaled syntax errors cause scalar leaks. | Jarkko Hietaniemi | 2000-11-06 | 1 | -0/+3 |
* | Tests for #7487. | Andreas König | 2000-10-29 | 1 | -1/+10 |
* | Move the #7390 test from warn/op to comp/redef. | John Tobey | 2000-10-22 | 1 | -4/+10 |
* | Use minimal @INC in tests, most of the time just '../lib', | Mike Guy | 2000-08-29 | 6 | -6/+7 |
* | require.t needs binmode() to work on windows | Gurusamy Sarathy | 2000-08-02 | 1 | -0/+1 |
* | The swallow_bom() saga continues. The #23 of require.t | Jarkko Hietaniemi | 2000-07-31 | 1 | -9/+10 |
* | Get UTF16 BOMs working. Patch from | M. J. T. Guy | 2000-07-25 | 1 | -1/+2 |
* | integrate cfgperl changes#6261..6266 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -1/+11 |
* | patch from Larry to make (\&) prototype work; added tests for | Gurusamy Sarathy | 2000-04-27 | 1 | -1/+20 |
* | make parenthetic warnings look consistent; make diagnostic on | Gurusamy Sarathy | 2000-03-21 | 1 | -1/+1 |
* | remove non-ANSI parts in comp/cpp.t | Gurusamy Sarathy | 2000-03-17 | 1 | -4/+0 |
* | do FILE should not see outside lexicals (from Rick Delaney | Gurusamy Sarathy | 2000-03-08 | 1 | -2/+13 |
* | prototype changes for eventually supporting C<binmode(F, ":raw")> | Gurusamy Sarathy | 2000-03-05 | 1 | -1/+1 |
* | Further long double patches from Spider Boardman. | Jarkko Hietaniemi | 2000-03-02 | 1 | -2/+2 |
* | Minor test updates to accomodate new subprocess invocation | Charles Bailey | 2000-02-28 | 1 | -3/+0 |
* | support for version vectors in UNIVERSAL::VERSION(), so that | Gurusamy Sarathy | 2000-02-26 | 1 | -1/+66 |
* | per Larry's idea, parse 1.2.3 as v1.2.3; C<require 5.6.0> and | Gurusamy Sarathy | 2000-02-23 | 1 | -3/+3 |
* | adjust for lost fp precision in require version check | Gurusamy Sarathy | 2000-02-22 | 1 | -5/+5 |
* | remove dual-valueness of v-strings (i.e., they are pure strings | Gurusamy Sarathy | 2000-02-21 | 1 | -10/+10 |
* | longstanding bug in parsing "require VERSION", could reallocate | Gurusamy Sarathy | 2000-02-10 | 2 | -2/+26 |
* | fix parse error on C<{ use strict }> and other constructs that | Gurusamy Sarathy | 2000-02-06 | 1 | -3/+1 |
* | support for v5.5.640 style version numbers | Gurusamy Sarathy | 1999-12-24 | 1 | -1/+51 |
* | fix from Larry for parsing C<{ 0x1 => 'foo'}> as an | Gurusamy Sarathy | 1999-12-18 | 1 | -3/+5 |
* | add suggested patch =~ s/NOTOP/OP_NOT/ with tests | Larry Wall | 1999-10-08 | 1 | -1/+4 |
* | applied suggested patch; added missing prototype changes to | Ilya Zakharevich | 1999-07-27 | 1 | -1/+1 |
* | allow $foo{$x} and $bar[$i] for (\$) prototype | Gurusamy Sarathy | 1999-07-17 | 1 | -5/+15 |
* | change#3449 wasn't doing enough | Gurusamy Sarathy | 1999-05-28 | 1 | -2/+3 |
* | allow '*' prototype to autoquote even barewords that happen to be | Gurusamy Sarathy | 1999-05-24 | 1 | -1/+33 |
* | test tweak | Gurusamy Sarathy | 1999-05-21 | 1 | -1/+1 |
* | more testsuite smarts (many of them courtesy Ilya) | Gurusamy Sarathy | 1999-05-12 | 1 | -1/+1 |
* | applied suggested patch, modulo superseded parts | Charles Bailey | 1999-03-24 | 1 | -1/+1 |
* | bring '*' prototype closer to how it behaves internally | Gurusamy Sarathy | 1999-02-19 | 1 | -1/+11 |
* | make testsuite somewhat location independent | Gurusamy Sarathy | 1999-02-12 | 5 | -5/+5 |
* | properly prototype check parenthesized unary ops (e.g. defined(&a,&b)) | Gurusamy Sarathy | 1999-02-07 | 1 | -0/+41 |
* | fix C<if (...) { package Foo; ... }> misoptimization that fails | Gurusamy Sarathy | 1998-11-26 | 1 | -1/+15 |
* | Bison says 'parse error', not 'parser error'. | Jarkko Hietaniemi | 1998-10-28 | 1 | -2/+2 |
* | More robustness. | Jarkko Hietaniemi | 1998-10-26 | 1 | -1/+1 |
* | More robust yacc/bison failure output handling. | Jarkko Hietaniemi | 1998-10-17 | 1 | -1/+3 |
* | several new tests needed tweaking to work under utf8 | Larry Wall | 1998-09-05 | 1 | -1/+1 |
* | end pod processing when source file is closed (prevents it carrying | Gurusamy Sarathy | 1998-08-05 | 1 | -5/+19 |
* | support OE/MVS | Jarkko Hietaniemi | 1998-08-02 | 2 | -2/+6 |
* | fix and test handling of literal newlines in heredocs | Gurusamy Sarathy | 1998-07-19 | 1 | -2/+6 |