| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| * | close() open files before unlink() | Ilya Zakharevich | 1998-08-02 | 1 | -0/+1 |
| * | more pack() tests | Jarkko Hietaniemi | 1998-08-02 | 1 | -2/+25 |
| * | fix unpack('u',...) problem with spaces in input | Gurusamy Sarathy | 1998-08-02 | 1 | -3/+7 |
| * | Make tests succeed on OS/2 | Ilya Zakharevich | 1998-08-02 | 1 | -10/+19 |
| * | support OE/MVS | Jarkko Hietaniemi | 1998-08-02 | 15 | -46/+145 |
| * | ensure implicit close on local(*FH) doesn't affect $! and thence $? | Gurusamy Sarathy | 1998-08-02 | 1 | -3/+6 |
* | | Here are the long-expected Unicode/UTF-8 modifications. | Larry Wall | 1998-07-24 | 1 | -2/+2 |
|/ |
|
* | t/op/eval.t test for eval & scoping of lexicals | Anton Berezin | 1998-07-22 | 1 | -1/+8 |
* | Compile (?{}) into a correct package | Ilya Zakharevich | 1998-07-21 | 1 | -1/+14 |
* | add tests to check if context propagation works | François Désarménien | 1998-07-21 | 1 | -0/+18 |
* | fix small memory leak when mess_sv happens to be touched by magic | Gurusamy Sarathy | 1998-07-21 | 3 | -3/+6 |
* | fix flawed substitution-loop detection on zero-length matches | Ilya Zakharevich | 1998-07-19 | 1 | -1/+5 |
* | make failed matches return empty list in list context | Gurusamy Sarathy | 1998-07-19 | 1 | -3/+24 |
* | fix lvalue leaks stemming from failure to free LvTARG(sv) | Gurusamy Sarathy | 1998-07-18 | 2 | -4/+0 |
* | fix function parameter autovivification for pseudohashes | Gurusamy Sarathy | 1998-07-14 | 1 | -1/+13 |
* | merge changes#1423,1465 from maintbranch; checkin two missed files | Gurusamy Sarathy | 1998-07-14 | 5 | -0/+10 |
* | OS/2 update | Ilya Zakharevich | 1998-07-14 | 1 | -4/+0 |
* | up patchlevel to 73, update Changes &c. | Gurusamy Sarathy | 1998-07-13 | 1 | -31/+38 |
* | added patch, tweaked PERL_OBJECT things | Graham Barr | 1998-07-13 | 1 | -4/+23 |
* | add tests for change#1458 and then some | Gurusamy Sarathy | 1998-07-12 | 1 | -1/+80 |
* | fix pp_caller() to fully traverse stacklevels | Gurusamy Sarathy | 1998-07-12 | 1 | -1/+21 |
* | add patch, along with all the missing bits, and doc tweaks | Ilya Zakharevich | 1998-07-11 | 3 | -10/+46 |
* | fix closures in optimized C<for (1..5)> (only the tests are in this | Gurusamy Sarathy | 1998-07-11 | 1 | -1/+29 |
* | move op/ipc{msg,sem}.t into lib/ipc_sysv.t | Jarkko Hietaniemi | 1998-07-11 | 2 | -158/+0 |
* | merge changes from maintbranch (1354, and relevant part of 1356); all | Gurusamy Sarathy | 1998-07-09 | 1 | -1/+1 |
* | manually apply patch with a dependency on unapplied patch | Ilya Zakharevich | 1998-07-09 | 1 | -1/+1 |
* | Switch modifiers in RE off | Ilya Zakharevich | 1998-07-08 | 1 | -0/+29 |
* | add extension to support SysV IPC | Jarkko Hietaniemi | 1998-07-08 | 2 | -191/+18 |
* | Evaluation of AVHVs in scalar context | Gisle Aas | 1998-07-07 | 1 | -1/+19 |
* | allow eval-groups in patterns only if they C<use re 'eval';> | Gurusamy Sarathy | 1998-07-06 | 4 | -8/+32 |
* | sundry win32 config tweaks | Gurusamy Sarathy | 1998-07-05 | 1 | -1/+1 |
* | fix C<local $tied{foo} = $tied{foo}>, add tests | Gurusamy Sarathy | 1998-07-04 | 1 | -5/+41 |
* | catch nonexistent backrefs in REs | Hugo van der Sanden | 1998-07-04 | 1 | -0/+10 |
* | applied patch with tweaks to prose | Gisle Aas | 1998-07-04 | 1 | -3/+2 |
* | merge changes#1210,1211,1270 from maintbranch | Gurusamy Sarathy | 1998-07-04 | 1 | -140/+152 |