summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* 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
* The swallow_bom() saga continues. The #23 of require.tJarkko Hietaniemi2000-07-311-9/+10
* A new version of the "remove UPPERACSE string comparison"Jarkko Hietaniemi2000-07-308-202/+171
* The problem described in thisroot2000-07-291-1/+13
* Back out #6454, doesn't seem to work.Jarkko Hietaniemi2000-07-287-103/+130
* Remove EQ, NE, GT, LT, GE, LE (they have been deprecatedJarkko Hietaniemi2000-07-277-130/+103
* File::Temp patches for VMS and OS/2 from Tim Jenness.Jarkko Hietaniemi2000-07-261-4/+4
* Fix *foo{FORMAT}.Jarkko Hietaniemi2000-07-261-7/+11
* More split() doc and test patches from Mike Guy.Jarkko Hietaniemi2000-07-261-1/+1
* split /^/M. J. T. Guy2000-07-261-1/+6
* Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]Jeffrey Friedl2000-07-261-23/+24
* Make large file tests deal with SIGXFSZM. J. T. Guy2000-07-252-19/+38
* Get UTF16 BOMs working. Patch fromM. J. T. Guy2000-07-251-1/+2
* Make the "uninit variable" warning to say "concat or string"Jarkko Hietaniemi2000-07-252-2/+2
* Test cases for #6431.M. J. T. Guy2000-07-242-2/+15