This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make #2012 glob pattern more portable.
[perl5.git] / t /
1998-10-17 Jarkko HietaniemiMore robust yacc/bison failure output handling.
1998-10-17 Thomas DornerPOSIX BC2000 port from perl-mvs:
1998-10-17 Jarkko HietaniemiForgot few S_I* imports.
1998-10-17 Jarkko HietaniemiThe VM/ESA port essentials, based on
1998-10-17 Jarkko HietaniemiIntegrate mainperl.
1998-10-15 Jarkko HietaniemiTest #162 had been added but the "print 1..161" had...
1998-10-15 Gurusamy Sarathyadd missing tr.t to repository
1998-10-15 Gurusamy Sarathytweak to make fix in change#1944 behave correctly for...
1998-10-14 Gurusamy Sarathyuse better numbers for exitstatus test
1998-10-14 Gurusamy Sarathytwo typos
1998-10-14 Gurusamy Sarathylet docatch() pass the buck when restartop turns out...
1998-10-13 Gurusamy Sarathydefer "deep recursion" warnings until CXt_SUB context...
1998-10-13 Gurusamy Sarathychange#1614 merely disabled earlier fix (doh!); undo...
1998-10-13 Gurusamy Sarathyensure recursive attempts to findlex()icals know enough...
1998-10-13 Gurusamy Sarathyforce copy of substrings when matching against temporaries
1998-10-13 Gurusamy Sarathydon't longjmp() in pp_goto() (regressive bug from old...
1998-10-06 Ilya ZakharevichMinor test improvement
1998-10-02 Gurusamy Sarathytolerate whitespace in /etc/group entries (suggested...
1998-09-24 Gurusamy Sarathytwo tweaks for clean build and test on Solaris
1998-09-23 Albert DvornikSSNEW() API for allocating memory on the savestack
1998-09-23 Dominic DunlopEliminate pragma/warn-regexec test dependence on REG_IN...
1998-09-23 Ilya Zakharevich(?>) broken in RE
1998-09-23 Gurusamy SarathyU/WIN testsuite patches from Joe Buehler <jhpb@hekimian...
1998-09-23 Joe Buehlerpatches for perl 5.005_51 under U/WIN
1998-09-23 Gurusamy Sarathyadd missing C<no utf8;> tweak from Larry
1998-09-23 Gurusamy Sarathyrename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
1998-09-23 Ilya Zakharevichmake behavior of /(a{3})+/ like /(aaa)+/ w.r.t where...
1998-09-23 Kurt D. Starsinich2ph misquotes #error directives
1998-09-23 Ilya Zakharevichpatch to support computed regular subexpressions
1998-09-23 Laszlo Molnardos-djgpp update
1998-09-23 Jarkko Hietaniemiapply minimal variant of patch (sent via private mail)
1998-09-23 Peter Prymmeradjust searchdict.t for EBCDIC (still needs documenting)
1998-09-23 Ilya Zakharevichsupport match indices via special variables @- and @+
1998-09-23 Ilya ZakharevichRe: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy...
1998-09-18 Gurusamy Sarathydelay freeing itervar so C<for $i (@a) { return($i...
1998-09-05 Larry Wallseveral new tests needed tweaking to work under utf8
1998-08-10 Gurusamy Sarathyvarious tweaks: fix signed vs. unsigned problems that...
1998-08-09 Gurusamy Sarathytweak warning test
1998-08-09 Gurusamy Sarathyadd missing dTHR; notes for test failures due to small...
1998-08-09 Paul Marquesslexical warnings; tweaks to places that didn't apply...
1998-08-08 Jarkko Hietaniemi5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw...
1998-08-08 Ilya Zakharevich[5.005_50 PATCH] misprint in RE engine
1998-08-08 Gurusamy Sarathyintegrate maint-5.005 changes into mainline
1998-08-07 Ilya ZakharevichMinor cleanup of RE tests and docs
1998-08-05 Ilya ZakharevichREADME.os2 update
1998-08-05 Gurusamy Sarathyend pod processing when source file is closed (prevents...
1998-08-02 Ilya Zakharevichclose() open files before unlink()
1998-08-02 Jarkko Hietaniemimore pack() tests
1998-08-02 Gurusamy Sarathyt/TEST aesthetic tweak suggested by Jarkko
1998-08-02 Gurusamy Sarathyfix unpack('u',...) problem with spaces in input
1998-08-02 M. J. T. Guyadd test for magic autovivification
1998-08-02 Ilya ZakharevichMake tests succeed on OS/2
1998-08-02 Jarkko Hietaniemisupport OE/MVS
1998-08-02 Jarkko Hietaniemibetter validation of SysV IPC availability
1998-08-02 Gurusamy Sarathyensure implicit close on local(*FH) doesn't affect...
1998-08-01 Ilya Zakharevichfixes for overloading bugs and docs, tweaked some
1998-07-26 Gurusamy Sarathyintegrate utfperl
1998-07-26 M. J. T. Guyfix behavior of <=> on bigints
1998-07-24 Larry WallHere are the long-expected Unicode/UTF-8 modifications.
1998-07-22 Gurusamy Sarathyfix quoting in t/io/inplace.t
1998-07-22 Hans Muldert/io/inplace.t enabled for VMS
1998-07-22 Anton Berezint/op/eval.t test for eval & scoping of lexicals
1998-07-22 Graham Barrbetter diagnostic on errno.t failure
1998-07-21 Ilya ZakharevichCompile (?{}) into a correct package
1998-07-21 François Désarménienadd tests to check if context propagation works
1998-07-21 Gurusamy Sarathychange#1481 didn't go through at all, redo it
1998-07-21 Gurusamy Sarathydo not override PERL_DESTRUCT_LEVEL if use has it set
1998-07-21 Gurusamy Sarathyfix small memory leak when mess_sv happens to be touche...
1998-07-19 Ilya Zakharevichfix flawed substitution-loop detection on zero-length...
1998-07-19 Gurusamy Sarathyfix and test handling of literal newlines in heredocs
1998-07-19 Gurusamy Sarathymake failed matches return empty list in list context
1998-07-18 Gurusamy Sarathyfix lvalue leaks stemming from failure to free LvTARG(sv)
1998-07-15 Gurusamy Sarathyadd a few more thread.t tests
1998-07-15 Gurusamy Sarathyfix thread.t ('join $t' ne '$t->join' !)
1998-07-15 Jarkko Hietaniemi5.004_74: trig.t: math inaccuracy fudge for unicos
1998-07-14 Gurusamy Sarathyfix function parameter autovivification for pseudohashes
1998-07-14 Gurusamy Sarathymerge changes#1423,1465 from maintbranch; checkin two...
1998-07-14 Gurusamy Sarathytweak t/lib/thread.t
1998-07-14 Ilya ZakharevichOS/2 update
1998-07-14 Gurusamy Sarathymore VMS patches from Dan Sugalski <sugalskd@osshe...
1998-07-14 Ilya Zakharevicht/io/pipe.t - completely broken?
1998-07-13 Gurusamy Sarathyup patchlevel to 73, update Changes &c.
1998-07-13 Graham Barradded patch, tweaked PERL_OBJECT things
1998-07-12 Gurusamy Sarathyadd tests for change#1458 and then some
1998-07-12 Gurusamy Sarathymake RE engine threadsafe; -Dusethreads builds, tests...
1998-07-12 Gurusamy Sarathyfix pp_caller() to fully traverse stacklevels
1998-07-11 Ilya Zakharevichadd patch, along with all the missing bits, and doc...
1998-07-11 Gurusamy Sarathyfix closures in optimized C<for (1..5)> (only the tests...
1998-07-11 Jarkko Hietaniemimove op/ipc{msg,sem}.t into lib/ipc_sysv.t
1998-07-10 Gurusamy Sarathyundo change#1379 (order of tests *is* significant)
1998-07-09 Gurusamy Sarathymerge changes from maintbranch (1354, and relevant...
1998-07-09 Gurusamy Sarathyadd Data-Dumper, up patchlevel to 71, various misc...
1998-07-09 Gurusamy Sarathymake t/TEST run 'perl $switches ./foo/test.t' everywhere
1998-07-09 Ilya Zakharevichmanually apply patch with a dependency on unapplied...
1998-07-09 Gurusamy Sarathyremove ordering dependency in posix.t
1998-07-08 Ilya ZakharevichSwitch modifiers in RE off
1998-07-08 Jarkko Hietaniemiadd extension to support SysV IPC
1998-07-08 Colin Kuskieadded patch for -i'foo*bar', made code somewhat simpler...
1998-07-07 Gisle AasEvaluation of AVHVs in scalar context
1998-07-06 Gurusamy Sarathytry harder to run non-executable tests
next