summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* (Retracted by #6660)Dominic Dunlop2000-08-151-0/+5
* for t/lib/peek.t (was Re: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux...Mike Guy2000-08-151-3/+3
* cygwin portFifer, Eric2000-08-151-0/+1
* Don't blow limited stacks, a lower number is enough toDominic Dunlop2000-08-151-1/+1
* Re: File::Temp problems on VMS in bleedperlTim Jenness2000-08-141-6/+26
* @+, @- readonly (was Re: @<punct> interpolating in "")Mike Guy2000-08-141-1/+25
* Test fails / warnings with perl-current #6612Mike Guy2000-08-142-8/+9
* Upgrade to CGI 2.71, from Lincoln Stein.Jarkko Hietaniemi2000-08-131-0/+9
* t/op/regmesg.t fails if REG_INFTY setMike Guy2000-08-131-33/+20
* Fix-n-skip the tests under 5005threads.Jarkko Hietaniemi2000-08-131-10/+21
* Fix the test for 5005threads.Jarkko Hietaniemi2000-08-131-2/+6
* Add a few missing files, update MANIFEST.Jarkko Hietaniemi2000-08-111-0/+69
* Tests for #6589.Simon Cozens2000-08-111-1/+23
* Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialize...Hugo van der Sanden2000-08-111-1/+10
* sleep(1) does not necessarily return 1.Hugo van der Sanden2000-08-111-1/+1
* Fixes to looking-like-number to keep behaviour as it was in 5.005_03.Mike Guy2000-08-111-1/+7
* Put back the std @INC thing.Jarkko Hietaniemi2000-08-109-0/+45
* Update to CGI 2.70, from Lincoln Stein.Jarkko Hietaniemi2000-08-105-102/+81
* Update to Pod::Parser 1.17, from Brad Appleton.Jarkko Hietaniemi2000-08-1015-78/+166
* Update to Getopt::Long 2.23_05, from Johan Vromans.Jarkko Hietaniemi2000-08-104-17/+25
* Update to Term::ANSIColor 1.03, from Russ Allbery.Jarkko Hietaniemi2000-08-101-3/+11
* Get back into sync with Jeffrey on the enhanced regex warnings.Jarkko Hietaniemi2000-08-102-30/+34
* warn is a macro, avoid using at a variable to avoid warningsGurusamy Sarathy2000-08-101-1/+1
* Re: enhanced(?) regex error messagesJeffrey Friedl2000-08-093-27/+213
* (The fix did work but was not right, retracted in #6573)Christian Kirsch2000-08-091-9/+14
* Do away with array context, from Daniel Chetlin <daniel@chetlin.com>Jarkko Hietaniemi2000-08-085-6/+6
* Re: [ID 20000807.008] Double reads considered evil? (deja vu)Mike Guy2000-08-082-5/+36
* Re: enhanced(?) regex error messages Hugo van der Sanden2000-08-082-20/+24
* Augment #6539 a bit: don't croak if there's magic in the air.Hugo van der Sanden2000-08-081-4/+14
* Make the test -w clean.Jarkko Hietaniemi2000-08-071-3/+3
* use warnings instead of $^W.Jarkko Hietaniemi2000-08-071-1/+1
* Disable a portability warning Because We Know What We Are Doing.Jarkko Hietaniemi2000-08-071-1/+2
* Make bless(REF, REF) a fatal error, add bless tests.Hugo van der Sanden2000-08-071-0/+116
* Continue fixing the io warnings. This alsoJarkko Hietaniemi2000-08-063-21/+42
* [ID 20000724.004] Perl interpreter segfault when using built-in flockRonald F. Guilmette2000-08-051-2/+10
* Warn under -w if lstat(FH) is attempted.Todd C. Miller2000-08-041-0/+21
* In the warnings call filehandles consistently so;Jarkko Hietaniemi2000-08-042-12/+19
* [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarilyMark Dickinson2000-08-042-2/+4
* Comings and goings in op/sprintf.tDominic Dunlop2000-08-031-3/+20
* [ID 20000803.001] further regexp counting problemsHugo van der Sanden2000-08-031-0/+12
* The subtest 4 may fail also on VOBS, as pointed outJarkko Hietaniemi2000-08-031-0/+1
* Better skip message for the test; one of the two problems inLupe Christoph2000-08-021-1/+7
* require.t needs binmode() to work on windowsGurusamy Sarathy2000-08-021-0/+1
* [ID 20000731.010] regex error Hugo van der Sanden2000-08-021-0/+1
* The name of a filehandle does not have <these>.Jarkko Hietaniemi2000-08-022-4/+4
* Remove the extraneous "main::" prefix from all theGurusamy Sarathy2000-08-024-67/+67
* The test from thisTom Hughes2000-08-011-0/+4
* various syntax errors and such (not fixed: comp/require.t#22 coredumpGurusamy Sarathy2000-08-011-1/+1
* Make chr() for values >127 to create utf8 when under utf8.Simon Cozens2000-08-011-1/+7
* allow non-variable as lhs of non-updating tr///M. J. T. Guy2000-08-011-1/+18