| Commit message (Expand) | Author | Age | Files | Lines |
* | back out change#1703 that break bincompat with PERL_OBJECT and | Gurusamy Sarathy | 1998-08-05 | 1 | -2/+6 |
* | fixes to enable ISC to build IPC/SysV | Jarkko Hietaniemi | 1998-08-05 | 1 | -1/+1 |
* | remove useless 'rcsid' (extension of a suggestion by | Gurusamy Sarathy | 1998-08-04 | 2 | -8/+0 |
* | fixes for pod noises | Gurusamy Sarathy | 1998-08-02 | 2 | -1/+5 |
* | fix quoting of keys with embedded nulls | Slaven Rezic | 1998-08-02 | 1 | -5/+6 |
* | better RE colors | Ilya Zakharevich | 1998-08-02 | 1 | -6/+2 |
* | tweaked version of suggested patch | Ilya Zakharevich | 1998-08-02 | 2 | -22/+22 |
* | support OE/MVS | Jarkko Hietaniemi | 1998-08-02 | 1 | -1/+4 |
* | better validation of SysV IPC availability | Jarkko Hietaniemi | 1998-08-02 | 1 | -0/+16 |
* | Re: [PATCH] 5.004_05-MAINT_TRIAL_5: three locale fixes | Jarkko Hietaniemi | 1998-08-02 | 1 | -1/+0 |
* | hand-apply whitespace-mutiliated patch | Nicholas Clark | 1998-08-02 | 2 | -1/+3 |
* | don't use qualify() in class methods | Albert Dvornik | 1998-07-22 | 1 | -10/+7 |
* | fix up B modules for PL_* changes | Gurusamy Sarathy | 1998-07-22 | 3 | -40/+40 |
* | Compiler docs for 5.005 | Malcolm Beattie | 1998-07-22 | 5 | -9/+981 |
* | Mingw32 PERL_OBJECT tweaks | Nick Ing-Simmons | 1998-07-21 | 3 | -0/+14 |
* | fixes to enable PERL_OBJECT build with mingw32/egcs-1.0.2 | Gurusamy Sarathy | 1998-07-21 | 1 | -1/+1 |
* | fix bytecode.pl with moved var names | Gurusamy Sarathy | 1998-07-21 | 1 | -0/+20 |
* | B::Deparse 0.56 (first testsuite fixes; big) | Stephen McCamant | 1998-07-21 | 1 | -48/+154 |
* | enable color output with -Mre=debugcolor with -DDEBUGGING | Ilya Zakharevich | 1998-07-21 | 1 | -0/+1 |
* | don't use SelectSaver on IO::Handle->input_*() methods | Robin Barker | 1998-07-21 | 1 | -2/+0 |
* | applied a tweaked version of suggested patch | Ilya Zakharevich | 1998-07-21 | 1 | -2/+27 |
* | VMS patches from Dan Sugalski <sugalskd@osshe.edu> | Brad Hughes | 1998-07-21 | 1 | -0/+17 |
* | complete s/foo/PL_foo/ changes (all escaped cases identified with | Gurusamy Sarathy | 1998-07-20 | 19 | -141/+87 |
* | PL_ minir tidy up | Nick Ing-Simmons | 1998-07-19 | 1 | -22/+22 |
* | Merge Mainline | Nick Ing-Simmons | 1998-07-19 | 1 | -5/+3 |
|\ |
|
| * | minor re.pm cleanup | M. J. T. Guy | 1998-07-19 | 1 | -5/+3 |
* | | Merge latest mainline | Nick Ing-Simmons | 1998-07-18 | 1 | -15/+25 |
|\ \
| |/ |
|
| * | fix yet another USE_THREADS leak due to failure to free stacks | Gurusamy Sarathy | 1998-07-18 | 1 | -1/+11 |
* | | PL_ stuff for threads | Nick Ing-Simmons | 1998-07-18 | 2 | -30/+30 |
* | | PL_ prefix to all perlvars, part1 | Nick Ing-Simmons | 1998-07-18 | 9 | -66/+66 |
|/ |
|
* | fix $/ init for multiple interpreters/threads | Gurusamy Sarathy | 1998-07-18 | 1 | -0/+2 |
* | add stub docs for ext/B, other minor tweaks | Gurusamy Sarathy | 1998-07-15 | 13 | -0/+261 |
* | minor tweaks to docs on qr// | Gurusamy Sarathy | 1998-07-15 | 1 | -8/+9 |
* | applied patch, regen headers | Stephen McCamant | 1998-07-15 | 1 | -10/+27 |
* | apply (reversed) patch | Peter Wolfe | 1998-07-15 | 1 | -0/+3 |
* | applied patch, slightly tweaked | Hans Mulder | 1998-07-14 | 1 | -0/+18 |
* | add files and tweaks needed for MPE/iX port (via PM) | Jarkko Hietaniemi | 1998-07-14 | 3 | -0/+136 |
* | added suggested patch (via PM), tweaked to implicitly specify -DDEBUGGING | Andy Dougherty | 1998-07-14 | 2 | -1/+6 |
* | added patch, tweaked PERL_OBJECT things | Graham Barr | 1998-07-13 | 1 | -1/+1 |
* | small tweaks from Jarkko Hietaniemi <jhi@cc.hut.fi> | Gurusamy Sarathy | 1998-07-12 | 1 | -1/+3 |
* | merge changes 1424, 1428 from maintbranch | Gurusamy Sarathy | 1998-07-12 | 1 | -0/+2 |
* | generic Configure mods and HAS_GROUP additions to help MiNT/MPEix/MVS | Jarkko Hietaniemi | 1998-07-12 | 2 | -4/+10 |
* | make RE engine threadsafe; -Dusethreads builds, tests on Solaris, | Gurusamy Sarathy | 1998-07-12 | 2 | -0/+9 |
* | add patch, along with all the missing bits, and doc tweaks | Ilya Zakharevich | 1998-07-11 | 2 | -8/+31 |
* | tweak to get BSDI to build IPC/SysV | Jarkko Hietaniemi | 1998-07-11 | 1 | -0/+7 |
* | more complete version of change#1421 | Stephen McCamant | 1998-07-11 | 1 | -5/+6 |
* | win32 fixes for VC 6.0 nits | Gurusamy Sarathy | 1998-07-11 | 1 | -6/+0 |
* | B::Deparse for(1..100000) | Gisle Aas | 1998-07-11 | 1 | -1/+8 |
* | add 'clean' target for ext/re | Gurusamy Sarathy | 1998-07-11 | 1 | -0/+1 |
* | add patch (via PM) | Stephen McCamant | 1998-07-11 | 1 | -464/+928 |