summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* `id -Gn` might be available where `groups` is not.Jarkko Hietaniemi1998-10-271-3/+8
* More robustness.Jarkko Hietaniemi1998-10-264-3/+6
* Indicate skipped subtests.Jarkko Hietaniemi1998-10-261-12/+11
* Integrate from mainperl.Jarkko Hietaniemi1998-10-264-6/+48
|\
| * sanity-check $Config{drand01} in rand.tGurusamy Sarathy1998-10-261-2/+13
| * integrate changes#1982,2014,2021 (from maint-5.005)Gurusamy Sarathy1998-10-251-0/+13
| * integrate change#2053 from maint-5.005Gurusamy Sarathy1998-10-251-1/+20
| * disallow 'x' in hex numbers (except leading '0x')Gisle Aas1998-10-251-3/+2
* | Add test for filetests.Jarkko Hietaniemi1998-10-261-0/+42
|/
* Test suite portability:Jarkko Hietaniemi1998-10-234-7/+25
* yielding, the saga continues.Jarkko Hietaniemi1998-10-212-5/+28
|\
| * fix handling of mayhaps-extended @_ in goto &subGurusamy Sarathy1998-10-211-4/+11
| * restore sanity to "constant" referencesGurusamy Sarathy1998-10-211-1/+17
| * whitespace-proof grent.tGurusamy Sarathy1998-10-171-0/+2
| * applied suggested patch with small doc tweakGisle Aas1998-10-172-13/+42
* | 1<<$randbits is not good for randbits=48.Jarkko Hietaniemi1998-10-191-1/+1
* | More robust yacc/bison failure output handling.Jarkko Hietaniemi1998-10-173-3/+9
* | POSIX BC2000 port from perl-mvs:Thomas Dorner1998-10-175-7/+25
* | Forgot few S_I* imports.Jarkko Hietaniemi1998-10-171-1/+1
* | The VM/ESA port essentials, based onJarkko Hietaniemi1998-10-177-34/+60
* | Integrate mainperl.Jarkko Hietaniemi1998-10-173-13/+44
|/
* Test #162 had been added but the "print 1..161" had not been updated.Jarkko Hietaniemi1998-10-151-1/+1
* add missing tr.t to repositoryGurusamy Sarathy1998-10-151-0/+33
* tweak to make fix in change#1944 behave correctly for closuresGurusamy Sarathy1998-10-151-1/+13
* use better numbers for exitstatus testGurusamy Sarathy1998-10-141-3/+3
* two typosGurusamy Sarathy1998-10-141-1/+1
* let docatch() pass the buck when restartop turns out to be null,Gurusamy Sarathy1998-10-141-0/+12
* defer "deep recursion" warnings until CXt_SUB context is properlyGurusamy Sarathy1998-10-131-3/+7
* change#1614 merely disabled earlier fix (doh!); undo it and properlyGurusamy Sarathy1998-10-131-0/+17
* ensure recursive attempts to findlex()icals know enough about whereGurusamy Sarathy1998-10-131-3/+24
* force copy of substrings when matching against temporariesGurusamy Sarathy1998-10-131-0/+5
* don't longjmp() in pp_goto() (regressive bug from old single-stackGurusamy Sarathy1998-10-131-0/+20
* Minor test improvementIlya Zakharevich1998-10-061-5/+5
* tolerate whitespace in /etc/group entries (suggested by JarkkoGurusamy Sarathy1998-10-021-2/+2
* two tweaks for clean build and test on SolarisGurusamy Sarathy1998-09-241-0/+2
* 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