| Commit message (Expand) | Author | Age | Files | Lines |
* | fix major bug in GIMME (introduced in 5.003_96); void contexts were | Gurusamy Sarathy | 1998-07-18 | 1 | -3/+7 |
* | fix lvalue leaks stemming from failure to free LvTARG(sv) | Gurusamy Sarathy | 1998-07-18 | 10 | -20/+4 |
* | check ferror() only if read() returned 0 | Gurusamy Sarathy | 1998-07-18 | 1 | -1/+1 |
* | fix another CvMUTEXP() leak | Gurusamy Sarathy | 1998-07-18 | 1 | -1/+2 |
* | fix CvMUTEXP() leaks with -Dusethreads | Gurusamy Sarathy | 1998-07-18 | 2 | -4/+2 |
* | fix $/ init for multiple interpreters/threads | Gurusamy Sarathy | 1998-07-18 | 3 | -5/+10 |
* | fix missing init that caused RE alternations to fail under | Gurusamy Sarathy | 1998-07-18 | 1 | -0/+1 |
* | add stub docs for ext/B, other minor tweaks | Gurusamy Sarathy | 1998-07-15 | 17 | -3/+275 |
* | up patchlevel to 75 (Beta, Issue 1), add podpatch | Abigail | 1998-07-15 | 8 | -47/+245 |
* | pod/pod2man.PL Fix use of < inside C<> | Abigail | 1998-07-15 | 1 | -5/+8 |
* | Additional targets for OS/2 build | Ilya Zakharevich | 1998-07-15 | 1 | -0/+16 |
* | rename some long file names to be 8.3 truncation-safe | Gurusamy Sarathy | 1998-07-15 | 6 | -9/+9 |
* | minor tweaks to docs on qr// | Gurusamy Sarathy | 1998-07-15 | 4 | -14/+20 |
* | applied patch, with tab tweak suggest by Peter Prymmer | Hans Mulder | 1998-07-15 | 1 | -9/+8 |
* | allow perlbug -ok when STDIN it not a tty | Hugo van der Sanden | 1998-07-15 | 1 | -2/+3 |
* | :_74 - Allow Configure to recognize _AIX41 & _POWER compiler defines | Art Green | 1998-07-15 | 1 | -1/+1 |
* | typecast long vs. IV compares in pp_flip/pp_flop | Gurusamy Sarathy | 1998-07-15 | 1 | -2/+2 |
* | don't copy foreach itervar when no external refs exist | Gisle Aas | 1998-07-15 | 1 | -10/+28 |
* | applied patch, regen headers | Stephen McCamant | 1998-07-15 | 3 | -12/+29 |
* | make pregcomp et al VIRTUAL again for PERL_OBJECT | Douglas Lankshear | 1998-07-15 | 1 | -9/+4 |
* | dont use sv_dump() in -DD diagnostic | Gisle Aas | 1998-07-15 | 1 | -1/+1 |
* | 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: MPE/iX final touches | Jarkko Hietaniemi | 1998-07-15 | 2 | -6/+6 |
* | apply (reversed) patch | Peter Wolfe | 1998-07-15 | 1 | -0/+3 |
* | Config_74-01 | Andy Dougherty | 1998-07-15 | 11 | -52/+215 |
* | 5.004_74: trig.t: math inaccuracy fudge for unicos | Jarkko Hietaniemi | 1998-07-15 | 1 | -0/+4 |
* | -w, strict clean perldoc (via PM) | Robin Barker | 1998-07-15 | 1 | -27/+44 |
* | add comment about cpprun etc., to hints/hpux.sh | Gurusamy Sarathy | 1998-07-15 | 1 | -0/+9 |
* | fix warning from CGI::Carp | Gurusamy Sarathy | 1998-07-15 | 1 | -4/+5 |
* | fix off-by-one in win32 registry handling | Douglas Lankshear | 1998-07-14 | 1 | -1/+1 |
* | doc patches from Gisle Aas <gisle@aas.no> | Gurusamy Sarathy | 1998-07-14 | 2 | -4/+12 |
* | File/Spec.pm needs trailing newline | Gurusamy Sarathy | 1998-07-14 | 1 | -1/+1 |
* | unsubmitted _74 tweaks | Gurusamy Sarathy | 1998-07-14 | 5 | -9/+10 |
* | up patchlevel to 74; introduce distinct archname for PERL_OBJECT | Gurusamy Sarathy | 1998-07-14 | 8 | -29/+286 |
* | Make -DP work (and readable) | Gisle Aas | 1998-07-14 | 1 | -2/+3 |
* | fix function parameter autovivification for pseudohashes | Gurusamy Sarathy | 1998-07-14 | 2 | -10/+38 |
* | merge changes#1423,1465 from maintbranch; checkin two missed files | Gurusamy Sarathy | 1998-07-14 | 11 | -9/+93 |
* | tweak t/lib/thread.t | Gurusamy Sarathy | 1998-07-14 | 1 | -7/+8 |
* | applied patch, slightly tweaked | Hans Mulder | 1998-07-14 | 3 | -4/+22 |
* | add Porting/p4d2p | Gurusamy Sarathy | 1998-07-14 | 2 | -0/+85 |
* | doc patches from Tom Christiansen <tchrist@chthon.perl.com> (via PM) | Gurusamy Sarathy | 1998-07-14 | 2 | -40/+20 |
* | OS/2 update | Ilya Zakharevich | 1998-07-14 | 5 | -138/+326 |
* | more VMS patches from Dan Sugalski <sugalskd@osshe.edu> | Gurusamy Sarathy | 1998-07-14 | 2 | -5/+12 |
* | Fix t/base/rs.t test failures on VMS | Hans Mulder | 1998-07-14 | 0 | -0/+0 |
* | Thread tweak for VMS.C | Hans Mulder | 1998-07-14 | 1 | -0/+1 |
* | Configure problem on dos-djgpp | Laszlo Molnar | 1998-07-14 | 1 | -0/+3 |
* | add files and tweaks needed for MPE/iX port (via PM) | Jarkko Hietaniemi | 1998-07-14 | 14 | -74/+731 |
* | added suggested patch (via PM), tweaked to implicitly specify -DDEBUGGING | Andy Dougherty | 1998-07-14 | 4 | -4/+31 |
* | minor Configure nits | Jarkko Hietaniemi | 1998-07-14 | 2 | -20/+51 |