| Commit message (Expand) | Author | Age | Files | Lines |
* | bump patchlevel; other minor fixes for clean build and test on | Gurusamy Sarathy | 1998-10-31 | 2 | -6/+7 |
* | add testsuite portion of patch | Ilya Zakharevich | 1998-10-30 | 1 | -0/+214 |
* | There can be multiple yacc/bison errors. | Jarkko Hietaniemi | 1998-10-30 | 1 | -1/+1 |
* | phase 1 of somewhat major rearrangement of PERL_OBJECT stuff | Gurusamy Sarathy | 1998-10-30 | 1 | -2/+9 |
* | The "parse error" must be converted to "syntax error", | Jarkko Hietaniemi | 1998-10-28 | 1 | -1/+1 |
* | Bison says 'parse error', not 'parser error'. | Jarkko Hietaniemi | 1998-10-28 | 1 | -2/+2 |
* | Re: perl5.004_04 testing problem | Dominic Dunlop | 1998-10-28 | 1 | -11/+5 |
* | `id -Gn` might be available where `groups` is not. | Jarkko Hietaniemi | 1998-10-27 | 1 | -3/+8 |
* | More robustness. | Jarkko Hietaniemi | 1998-10-26 | 1 | -1/+1 |
* | Integrate from mainperl. | Jarkko Hietaniemi | 1998-10-26 | 3 | -5/+28 |
|\ |
|
| * | sanity-check $Config{drand01} in rand.t | Gurusamy Sarathy | 1998-10-26 | 1 | -2/+13 |
| * | integrate changes#1982,2014,2021 (from maint-5.005) | Gurusamy Sarathy | 1998-10-25 | 1 | -0/+13 |
| * | disallow 'x' in hex numbers (except leading '0x') | Gisle Aas | 1998-10-25 | 1 | -3/+2 |
* | | Add test for filetests. | Jarkko Hietaniemi | 1998-10-26 | 1 | -0/+42 |
|/ |
|
* | yielding, the saga continues. | Jarkko Hietaniemi | 1998-10-21 | 1 | -4/+11 |
|\ |
|
| * | fix handling of mayhaps-extended @_ in goto &sub | Gurusamy Sarathy | 1998-10-21 | 1 | -4/+11 |
| * | whitespace-proof grent.t | Gurusamy Sarathy | 1998-10-17 | 1 | -0/+2 |
| * | applied suggested patch with small doc tweak | Gisle Aas | 1998-10-17 | 2 | -13/+42 |
* | | 1<<$randbits is not good for randbits=48. | Jarkko Hietaniemi | 1998-10-19 | 1 | -1/+1 |
* | | More robust yacc/bison failure output handling. | Jarkko Hietaniemi | 1998-10-17 | 1 | -1/+3 |
* | | POSIX BC2000 port from perl-mvs: | Thomas Dorner | 1998-10-17 | 4 | -5/+21 |
* | | The VM/ESA port essentials, based on | Jarkko Hietaniemi | 1998-10-17 | 4 | -4/+4 |
* | | Integrate mainperl. | Jarkko Hietaniemi | 1998-10-17 | 3 | -13/+44 |
|/ |
|
* | Test #162 had been added but the "print 1..161" had not been updated. | Jarkko Hietaniemi | 1998-10-15 | 1 | -1/+1 |
* | add missing tr.t to repository | Gurusamy Sarathy | 1998-10-15 | 1 | -0/+33 |
* | tweak to make fix in change#1944 behave correctly for closures | Gurusamy Sarathy | 1998-10-15 | 1 | -1/+13 |
* | use better numbers for exitstatus test | Gurusamy Sarathy | 1998-10-14 | 1 | -3/+3 |
* | two typos | Gurusamy Sarathy | 1998-10-14 | 1 | -1/+1 |
* | let docatch() pass the buck when restartop turns out to be null, | Gurusamy Sarathy | 1998-10-14 | 1 | -0/+12 |
* | change#1614 merely disabled earlier fix (doh!); undo it and properly | Gurusamy Sarathy | 1998-10-13 | 1 | -0/+17 |
* | ensure recursive attempts to findlex()icals know enough about where | Gurusamy Sarathy | 1998-10-13 | 1 | -3/+24 |
* | force copy of substrings when matching against temporaries | Gurusamy Sarathy | 1998-10-13 | 1 | -0/+5 |
* | don't longjmp() in pp_goto() (regressive bug from old single-stack | Gurusamy Sarathy | 1998-10-13 | 1 | -0/+20 |
* | Minor test improvement | Ilya Zakharevich | 1998-10-06 | 1 | -5/+5 |
* | tolerate whitespace in /etc/group entries (suggested by Jarkko | Gurusamy Sarathy | 1998-10-02 | 1 | -2/+2 |
* | two tweaks for clean build and test on Solaris | Gurusamy Sarathy | 1998-09-24 | 1 | -0/+2 |
* | (?>) broken in RE | Ilya Zakharevich | 1998-09-23 | 1 | -0/+1 |
* | U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com> | Gurusamy Sarathy | 1998-09-23 | 2 | -1/+6 |
* | add missing C<no utf8;> tweak from Larry | Gurusamy Sarathy | 1998-09-23 | 1 | -0/+1 |
* | make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches | Ilya Zakharevich | 1998-09-23 | 1 | -0/+3 |
* | patch to support computed regular subexpressions | Ilya Zakharevich | 1998-09-23 | 2 | -1/+23 |
* | support match indices via special variables @- and @+ | Ilya Zakharevich | 1998-09-23 | 1 | -1/+77 |
* | Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/ | Ilya Zakharevich | 1998-09-23 | 1 | -0/+1 |
* | several new tests needed tweaking to work under utf8 | Larry Wall | 1998-09-05 | 1 | -1/+1 |
* | lexical warnings; tweaks to places that didn't apply correctly | Paul Marquess | 1998-08-09 | 1 | -16/+16 |
* | 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t | Jarkko Hietaniemi | 1998-08-08 | 2 | -0/+115 |
* | [5.005_50 PATCH] misprint in RE engine | Ilya Zakharevich | 1998-08-08 | 1 | -0/+1 |
* | integrate maint-5.005 changes into mainline | Gurusamy Sarathy | 1998-08-08 | 19 | -62/+204 |
|\ |
|
| * | Minor cleanup of RE tests and docs | Ilya Zakharevich | 1998-08-07 | 1 | -2/+0 |
| * | README.os2 update | Ilya Zakharevich | 1998-08-05 | 1 | -1/+6 |