summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* phase 1 of somewhat major rearrangement of PERL_OBJECT stuffGurusamy Sarathy1998-10-301-2/+9
* Make sort respect overloadingIlya Zakharevich1998-10-281-1/+13
* integrate cfgperl into mainlineGurusamy Sarathy1998-10-287-24/+67
|\
| * The "parse error" must be converted to "syntax error",Jarkko Hietaniemi1998-10-283-3/+3
| * Bison says 'parse error', not 'parser error'.Jarkko Hietaniemi1998-10-284-8/+8
| * Re: perl5.004_04 testing problemDominic Dunlop1998-10-281-11/+5
| * `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
| |\
| * | Add test for filetests.Jarkko Hietaniemi1998-10-261-0/+42
* | | minor cleanupGurusamy Sarathy1998-10-281-2/+2
| |/ |/|
* | 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
|/
* 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