summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* SSNEW() API for allocating memory on the savestackAlbert Dvornik1998-09-231-2/+39
* Eliminate pragma/warn-regexec test dependence on REG_INFTY valueDominic Dunlop1998-09-231-4/+12
* (?>) broken in REIlya Zakharevich1998-09-231-0/+1
* U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>Gurusamy Sarathy1998-09-232-1/+6
* patches for perl 5.005_51 under U/WINJoe Buehler1998-09-231-1/+1
* add missing C<no utf8;> tweak from LarryGurusamy Sarathy1998-09-231-0/+1
* rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendlyGurusamy Sarathy1998-09-2323-2/+2
* make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matchesIlya Zakharevich1998-09-231-0/+3
* h2ph misquotes #error directivesKurt D. Starsinic1998-09-231-1/+1
* patch to support computed regular subexpressionsIlya Zakharevich1998-09-232-1/+23
* dos-djgpp updateLaszlo Molnar1998-09-231-1/+1
* apply minimal variant of patch (sent via private mail)Jarkko Hietaniemi1998-09-231-1/+5
* adjust searchdict.t for EBCDIC (still needs documenting)Peter Prymmer1998-09-231-8/+30
* support match indices via special variables @- and @+Ilya Zakharevich1998-09-231-1/+77
* Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/Ilya Zakharevich1998-09-231-0/+1
* delay freeing itervar so C<for $i (@a) { return($i) }> worksGurusamy Sarathy1998-09-181-3/+11
* several new tests needed tweaking to work under utf8Larry Wall1998-09-052-2/+2
* various tweaks: fix signed vs. unsigned problems that prevented C++Gurusamy Sarathy1998-08-104-9/+20
* tweak warning testGurusamy Sarathy1998-08-091-13/+17
* add missing dTHR; notes for test failures due to small stacksizeGurusamy Sarathy1998-08-092-1/+32
* lexical warnings; tweaks to places that didn't apply correctlyPaul Marquess1998-08-0924-23/+2550
* 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.tJarkko Hietaniemi1998-08-082-0/+115
* [5.005_50 PATCH] misprint in RE engineIlya Zakharevich1998-08-081-0/+1
* integrate maint-5.005 changes into mainlineGurusamy Sarathy1998-08-0837-99/+601
|\
| * Minor cleanup of RE tests and docsIlya Zakharevich1998-08-071-2/+0
| * README.os2 updateIlya Zakharevich1998-08-052-2/+8
| * end pod processing when source file is closed (prevents it carryingGurusamy Sarathy1998-08-051-5/+19
| * close() open files before unlink()Ilya Zakharevich1998-08-022-0/+3
| * more pack() testsJarkko Hietaniemi1998-08-021-2/+25
| * t/TEST aesthetic tweak suggested by JarkkoGurusamy Sarathy1998-08-021-1/+9
| * fix unpack('u',...) problem with spaces in inputGurusamy Sarathy1998-08-021-3/+7
| * add test for magic autovivificationM. J. T. Guy1998-08-021-1/+8
| * Make tests succeed on OS/2Ilya Zakharevich1998-08-024-27/+73
| * support OE/MVSJarkko Hietaniemi1998-08-0225-57/+167
| * better validation of SysV IPC availabilityJarkko Hietaniemi1998-08-021-0/+21
| * ensure implicit close on local(*FH) doesn't affect $! and thence $?Gurusamy Sarathy1998-08-021-3/+6
| * fixes for overloading bugs and docs, tweaked someIlya Zakharevich1998-08-011-1/+260
* | integrate utfperlGurusamy Sarathy1998-07-262-2/+194
|\ \ | |/ |/|
| * Here are the long-expected Unicode/UTF-8 modifications.Larry Wall1998-07-242-2/+194
* | fix behavior of <=> on bigintsM. J. T. Guy1998-07-261-1/+2
|/
* fix quoting in t/io/inplace.tGurusamy Sarathy1998-07-221-1/+1
* t/io/inplace.t enabled for VMSHans Mulder1998-07-221-3/+9
* t/op/eval.t test for eval & scoping of lexicalsAnton Berezin1998-07-221-1/+8
* better diagnostic on errno.t failureGraham Barr1998-07-221-1/+15
* Compile (?{}) into a correct packageIlya Zakharevich1998-07-211-1/+14
* add tests to check if context propagation worksFrançois Désarménien1998-07-211-0/+18
* change#1481 didn't go through at all, redo itGurusamy Sarathy1998-07-211-6/+13
* do not override PERL_DESTRUCT_LEVEL if use has it setGurusamy Sarathy1998-07-211-1/+3
* fix small memory leak when mess_sv happens to be touched by magicGurusamy Sarathy1998-07-214-4/+9
* fix flawed substitution-loop detection on zero-length matchesIlya Zakharevich1998-07-191-1/+5