Integrate mainperl.
[p5sagit/p5-mst-13.2.git] / t /
1998-10-17 Jarkko Hietaniemi Integrate mainperl.
1998-10-15 Jarkko Hietaniemi Test #162 had been added but the "print 1..161" had...
1998-10-15 Gurusamy Sarathy add missing tr.t to repository
1998-10-15 Gurusamy Sarathy tweak to make fix in change#1944 behave correctly for...
1998-10-14 Gurusamy Sarathy use better numbers for exitstatus test
1998-10-14 Gurusamy Sarathy two typos
1998-10-14 Gurusamy Sarathy let docatch() pass the buck when restartop turns out...
1998-10-13 Gurusamy Sarathy defer "deep recursion" warnings until CXt_SUB context...
1998-10-13 Gurusamy Sarathy change#1614 merely disabled earlier fix (doh!); undo...
1998-10-13 Gurusamy Sarathy ensure recursive attempts to findlex()icals know enough...
1998-10-13 Gurusamy Sarathy force copy of substrings when matching against temporaries
1998-10-13 Gurusamy Sarathy don't longjmp() in pp_goto() (regressive bug from old...
1998-10-06 Ilya Zakharevich Minor test improvement
1998-10-02 Gurusamy Sarathy tolerate whitespace in /etc/group entries (suggested...
1998-09-24 Gurusamy Sarathy two tweaks for clean build and test on Solaris
1998-09-23 Albert Dvornik SSNEW() API for allocating memory on the savestack
1998-09-23 Dominic Dunlop Eliminate pragma/warn-regexec test dependence on REG_IN...
1998-09-23 Ilya Zakharevich (?>) broken in RE
1998-09-23 Gurusamy Sarathy U/WIN testsuite patches from Joe Buehler <jhpb@hekimian...
1998-09-23 Joe Buehler patches for perl 5.005_51 under U/WIN
1998-09-23 Gurusamy Sarathy add missing C<no utf8;> tweak from Larry
1998-09-23 Gurusamy Sarathy rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
1998-09-23 Ilya Zakharevich make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where...
1998-09-23 Kurt D. Starsinic h2ph misquotes #error directives
1998-09-23 Ilya Zakharevich patch to support computed regular subexpressions
1998-09-23 Laszlo Molnar dos-djgpp update
1998-09-23 Jarkko Hietaniemi apply minimal variant of patch (sent via private mail)
1998-09-23 Peter Prymmer adjust searchdict.t for EBCDIC (still needs documenting)
1998-09-23 Ilya Zakharevich support match indices via special variables @- and @+
1998-09-23 Ilya Zakharevich Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy...
1998-09-18 Gurusamy Sarathy delay freeing itervar so C<for $i (@a) { return($i...
1998-09-05 Larry Wall several new tests needed tweaking to work under utf8
1998-08-10 Gurusamy Sarathy various tweaks: fix signed vs. unsigned problems that...
1998-08-09 Gurusamy Sarathy tweak warning test
1998-08-09 Gurusamy Sarathy add missing dTHR; notes for test failures due to small...
1998-08-09 Paul Marquess lexical warnings; tweaks to places that didn't apply...
1998-08-08 Jarkko Hietaniemi 5.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 Sarathy integrate maint-5.005 changes into mainline
1998-08-07 Ilya Zakharevich Minor cleanup of RE tests and docs
1998-08-05 Ilya Zakharevich README.os2 update
1998-08-05 Gurusamy Sarathy end pod processing when source file is closed (prevents...
1998-08-02 Ilya Zakharevich close() open files before unlink()
1998-08-02 Jarkko Hietaniemi more pack() tests
1998-08-02 Gurusamy Sarathy t/TEST aesthetic tweak suggested by Jarkko
1998-08-02 Gurusamy Sarathy fix unpack('u',...) problem with spaces in input
1998-08-02 M. J. T. Guy add test for magic autovivification
1998-08-02 Ilya Zakharevich Make tests succeed on OS/2
1998-08-02 Jarkko Hietaniemi support OE/MVS
1998-08-02 Jarkko Hietaniemi better validation of SysV IPC availability
1998-08-02 Gurusamy Sarathy ensure implicit close on local(*FH) doesn't affect...
1998-08-01 Ilya Zakharevich fixes for overloading bugs and docs, tweaked some
1998-07-26 Gurusamy Sarathy integrate utfperl
1998-07-26 M. J. T. Guy fix behavior of <=> on bigints
1998-07-24 Larry Wall Here are the long-expected Unicode/UTF-8 modifications.
1998-07-22 Gurusamy Sarathy fix quoting in t/io/inplace.t
1998-07-22 Hans Mulder t/io/inplace.t enabled for VMS
1998-07-22 Anton Berezin t/op/eval.t test for eval & scoping of lexicals
1998-07-22 Graham Barr better diagnostic on errno.t failure
1998-07-21 Ilya Zakharevich Compile (?{}) into a correct package
1998-07-21 François Désarménien add tests to check if context propagation works
1998-07-21 Gurusamy Sarathy change#1481 didn't go through at all, redo it
1998-07-21 Gurusamy Sarathy do not override PERL_DESTRUCT_LEVEL if use has it set
1998-07-21 Gurusamy Sarathy fix small memory leak when mess_sv happens to be touche...
1998-07-19 Ilya Zakharevich fix flawed substitution-loop detection on zero-length...
1998-07-19 Gurusamy Sarathy fix and test handling of literal newlines in heredocs
1998-07-19 Gurusamy Sarathy make failed matches return empty list in list context
1998-07-18 Gurusamy Sarathy fix lvalue leaks stemming from failure to free LvTARG(sv)
1998-07-15 Gurusamy Sarathy add a few more thread.t tests
1998-07-15 Gurusamy Sarathy fix thread.t ('join $t' ne '$t->join' !)
1998-07-15 Jarkko Hietaniemi 5.004_74: trig.t: math inaccuracy fudge for unicos
1998-07-14 Gurusamy Sarathy fix function parameter autovivification for pseudohashes
1998-07-14 Gurusamy Sarathy merge changes#1423,1465 from maintbranch; checkin two...
1998-07-14 Gurusamy Sarathy tweak t/lib/thread.t
1998-07-14 Ilya Zakharevich OS/2 update
1998-07-14 Gurusamy Sarathy more VMS patches from Dan Sugalski <sugalskd@osshe...
1998-07-14 Ilya Zakharevich t/io/pipe.t - completely broken?
1998-07-13 Gurusamy Sarathy up patchlevel to 73, update Changes &c.
1998-07-13 Graham Barr added patch, tweaked PERL_OBJECT things
1998-07-12 Gurusamy Sarathy add tests for change#1458 and then some
1998-07-12 Gurusamy Sarathy make RE engine threadsafe; -Dusethreads builds, tests...
1998-07-12 Gurusamy Sarathy fix pp_caller() to fully traverse stacklevels
1998-07-11 Ilya Zakharevich add patch, along with all the missing bits, and doc...
1998-07-11 Gurusamy Sarathy fix closures in optimized C<for (1..5)> (only the tests...
1998-07-11 Jarkko Hietaniemi move op/ipc{msg,sem}.t into lib/ipc_sysv.t
1998-07-10 Gurusamy Sarathy undo change#1379 (order of tests *is* significant)
1998-07-09 Gurusamy Sarathy merge changes from maintbranch (1354, and relevant...
1998-07-09 Gurusamy Sarathy add Data-Dumper, up patchlevel to 71, various misc...
1998-07-09 Gurusamy Sarathy make t/TEST run 'perl $switches ./foo/test.t' everywhere
1998-07-09 Ilya Zakharevich manually apply patch with a dependency on unapplied...
1998-07-09 Gurusamy Sarathy remove ordering dependency in posix.t
1998-07-08 Ilya Zakharevich Switch modifiers in RE off
1998-07-08 Jarkko Hietaniemi add extension to support SysV IPC
1998-07-08 Colin Kuskie added patch for -i'foo*bar', made code somewhat simpler...
1998-07-07 Gisle Aas Evaluation of AVHVs in scalar context
1998-07-06 Gurusamy Sarathy try harder to run non-executable tests
1998-07-06 Gurusamy Sarathy allow eval-groups in patterns only if they C<use re...
1998-07-05 Billy Constantine applied patch, and undid change#1302 which it made...
1998-07-05 Gurusamy Sarathy fix t/lib/fields.t's @INC so make test runs
1998-07-05 Gurusamy Sarathy sundry win32 config tweaks
next