summaryrefslogtreecommitdiff
path: root/t/comp
Commit message (Expand)AuthorAgeFilesLines
* disable correct warningRobin Houston2001-04-261-1/+1
* prototype("CORE::recv")Simon Cozens2001-04-111-1/+5
* more tests (was Re: Perl5.7.* Unicode/EBCDIC status.)Peter Prymmer2001-03-301-2/+9
* Re-integrate #9138 from maintperl to mainline,Jarkko Hietaniemi2001-03-181-3/+0
* The Day of the Retractions continues: the #9138Jarkko Hietaniemi2001-03-141-0/+3
* Integrate changes #9137,9138,9142 from maintperl into mainline.Jarkko Hietaniemi2001-03-141-3/+0
* Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123Andy Dougherty2001-01-091-1/+3
* Fix problem with `&' prototypeDaniel Chetlin2000-12-281-1/+2
* Test case for #8064.Jarkko Hietaniemi2000-12-101-1/+5
* Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.Nick Ing-Simmons2000-12-091-1/+2
* Admit that the test leaks scalars.Jarkko Hietaniemi2000-11-061-2/+3
* Document that the evaled syntax errors cause scalar leaks.Jarkko Hietaniemi2000-11-061-0/+3
* Tests for #7487.Andreas König2000-10-291-1/+10
* Move the #7390 test from warn/op to comp/redef.John Tobey2000-10-221-4/+10
* Use minimal @INC in tests, most of the time just '../lib',Mike Guy2000-08-296-6/+7
* require.t needs binmode() to work on windowsGurusamy Sarathy2000-08-021-0/+1
* The swallow_bom() saga continues. The #23 of require.tJarkko Hietaniemi2000-07-311-9/+10
* Get UTF16 BOMs working. Patch fromM. J. T. Guy2000-07-251-1/+2
* 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