| Commit message (Expand) | Author | Age | Files | Lines |
* | lexical warnings; tweaks to places that didn't apply correctly | Paul Marquess | 1998-08-09 | 24 | -23/+2550 |
* | 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 | 37 | -99/+601 |
|\ |
|
| * | Minor cleanup of RE tests and docs | Ilya Zakharevich | 1998-08-07 | 1 | -2/+0 |
| * | README.os2 update | Ilya Zakharevich | 1998-08-05 | 2 | -2/+8 |
| * | end pod processing when source file is closed (prevents it carrying | Gurusamy Sarathy | 1998-08-05 | 1 | -5/+19 |
| * | close() open files before unlink() | Ilya Zakharevich | 1998-08-02 | 2 | -0/+3 |
| * | more pack() tests | Jarkko Hietaniemi | 1998-08-02 | 1 | -2/+25 |
| * | t/TEST aesthetic tweak suggested by Jarkko | Gurusamy Sarathy | 1998-08-02 | 1 | -1/+9 |
| * | fix unpack('u',...) problem with spaces in input | Gurusamy Sarathy | 1998-08-02 | 1 | -3/+7 |
| * | add test for magic autovivification | M. J. T. Guy | 1998-08-02 | 1 | -1/+8 |
| * | Make tests succeed on OS/2 | Ilya Zakharevich | 1998-08-02 | 4 | -27/+73 |
| * | support OE/MVS | Jarkko Hietaniemi | 1998-08-02 | 25 | -57/+167 |
| * | better validation of SysV IPC availability | Jarkko Hietaniemi | 1998-08-02 | 1 | -0/+21 |
| * | ensure implicit close on local(*FH) doesn't affect $! and thence $? | Gurusamy Sarathy | 1998-08-02 | 1 | -3/+6 |
| * | fixes for overloading bugs and docs, tweaked some | Ilya Zakharevich | 1998-08-01 | 1 | -1/+260 |
* | | integrate utfperl | Gurusamy Sarathy | 1998-07-26 | 2 | -2/+194 |
|\ \
| |/
|/| |
|
| * | Here are the long-expected Unicode/UTF-8 modifications. | Larry Wall | 1998-07-24 | 2 | -2/+194 |
* | | fix behavior of <=> on bigints | M. J. T. Guy | 1998-07-26 | 1 | -1/+2 |
|/ |
|
* | fix quoting in t/io/inplace.t | Gurusamy Sarathy | 1998-07-22 | 1 | -1/+1 |
* | t/io/inplace.t enabled for VMS | Hans Mulder | 1998-07-22 | 1 | -3/+9 |
* | t/op/eval.t test for eval & scoping of lexicals | Anton Berezin | 1998-07-22 | 1 | -1/+8 |
* | better diagnostic on errno.t failure | Graham Barr | 1998-07-22 | 1 | -1/+15 |
* | 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 |