| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | change#1481 didn't go through at all, redo it | Gurusamy Sarathy | 1998-07-21 | 1 | -6/+13 |
* | do not override PERL_DESTRUCT_LEVEL if use has it set | Gurusamy Sarathy | 1998-07-21 | 1 | -1/+3 |
* | fix small memory leak when mess_sv happens to be touched by magic | Gurusamy Sarathy | 1998-07-21 | 4 | -4/+9 |
* | fix flawed substitution-loop detection on zero-length matches | Ilya Zakharevich | 1998-07-19 | 1 | -1/+5 |
* | fix and test handling of literal newlines in heredocs | Gurusamy Sarathy | 1998-07-19 | 1 | -2/+6 |
* | 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 |
* | add a few more thread.t tests | Gurusamy Sarathy | 1998-07-15 | 1 | -5/+22 |
* | fix thread.t ('join $t' ne '$t->join' !) | Gurusamy Sarathy | 1998-07-15 | 1 | -5/+3 |
* | 5.004_74: trig.t: math inaccuracy fudge for unicos | Jarkko Hietaniemi | 1998-07-15 | 1 | -0/+4 |
* | 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 | 7 | -1/+12 |
* | tweak t/lib/thread.t | Gurusamy Sarathy | 1998-07-14 | 1 | -7/+8 |
* | OS/2 update | Ilya Zakharevich | 1998-07-14 | 1 | -4/+0 |
* | more VMS patches from Dan Sugalski <sugalskd@osshe.edu> | Gurusamy Sarathy | 1998-07-14 | 2 | -5/+12 |
* | t/io/pipe.t - completely broken? | Ilya Zakharevich | 1998-07-14 | 1 | -1/+2 |
* | 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 |
* | make RE engine threadsafe; -Dusethreads builds, tests on Solaris, | Gurusamy Sarathy | 1998-07-12 | 1 | -1/+1 |
* | 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 | 3 | -158/+157 |
* | undo change#1379 (order of tests *is* significant) | Gurusamy Sarathy | 1998-07-10 | 1 | -5/+2 |
* | merge changes from maintbranch (1354, and relevant part of 1356); all | Gurusamy Sarathy | 1998-07-09 | 1 | -1/+1 |
* | add Data-Dumper, up patchlevel to 71, various misc tweaks to | Gurusamy Sarathy | 1998-07-09 | 2 | -0/+641 |
* | make t/TEST run 'perl $switches ./foo/test.t' everywhere | Gurusamy Sarathy | 1998-07-09 | 1 | -45/+18 |
* | manually apply patch with a dependency on unapplied patch | Ilya Zakharevich | 1998-07-09 | 1 | -1/+1 |
* | remove ordering dependency in posix.t | Gurusamy Sarathy | 1998-07-09 | 1 | -2/+5 |
* | 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 |
* | added patch for -i'foo*bar', made code somewhat simpler, tweaked doc | Colin Kuskie | 1998-07-08 | 1 | -0/+30 |
* | Evaluation of AVHVs in scalar context | Gisle Aas | 1998-07-07 | 1 | -1/+19 |
* | try harder to run non-executable tests | Gurusamy Sarathy | 1998-07-06 | 1 | -3/+9 |
* | allow eval-groups in patterns only if they C<use re 'eval';> | Gurusamy Sarathy | 1998-07-06 | 4 | -8/+32 |
* | applied patch, and undid change#1302 which it made unnecessary | Billy Constantine | 1998-07-05 | 1 | -6/+1 |
* | fix t/lib/fields.t's @INC so make test runs | Gurusamy Sarathy | 1998-07-05 | 1 | -3/+3 |
* | sundry win32 config tweaks | Gurusamy Sarathy | 1998-07-05 | 1 | -1/+1 |
* | various small tweaks (still fails a few taint tests in {taint,locale}.t) | Gurusamy Sarathy | 1998-07-04 | 1 | -0/+2 |
* | fix C<local $tied{foo} = $tied{foo}>, add tests | Gurusamy Sarathy | 1998-07-04 | 1 | -5/+41 |
* | adjust h2ph.t for dos-specific problem | Laszlo Molnar | 1998-07-04 | 1 | -1/+6 |
* | 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 | 2 | -142/+172 |
* | add patch to integrate Math::Trig::Radial into Math::Trig | Jarkko Hietaniemi | 1998-06-30 | 1 | -1/+100 |
* | Re: [PATCH] Simplified magic_setisa() and improved fields.pm | Gisle Aas | 1998-06-30 | 2 | -30/+112 |
* | bump patchlevel to 69, various little tweaks (tested on win32, Solaris | Gurusamy Sarathy | 1998-06-29 | 2 | -25/+37 |