| Commit message (Expand) | Author | Age | Files | Lines |
* | backout change#2334 | Gurusamy Sarathy | 1998-11-29 | 1 | -1/+1 |
* | s/Regexp/re/ and clarify policy on lowercased object namespaces | Gurusamy Sarathy | 1998-11-28 | 1 | -1/+1 |
* | integrate change#2315 from maint-5.005 | Gurusamy Sarathy | 1998-11-27 | 1 | -6/+11 |
* | add ext/Devel/Peek | Jan Dubois | 1998-11-27 | 1 | -420/+0 |
* | Integrate from mainperl. | Jarkko Hietaniemi | 1998-11-05 | 1 | -0/+1 |
|\ |
|
| * | another POPSTACK victim | Gurusamy Sarathy | 1998-11-05 | 1 | -0/+1 |
* | | (IV) vs (I32) vs I_V() | Jarkko Hietaniemi | 1998-11-03 | 1 | -1/+1 |
|/ |
|
* | bump patchlevel; other minor fixes for clean build and test on | Gurusamy Sarathy | 1998-10-31 | 1 | -0/+1 |
* | Overloaded <> and deref again | Ilya Zakharevich | 1998-10-30 | 1 | -0/+3 |
* | phase 1 of somewhat major rearrangement of PERL_OBJECT stuff | Gurusamy Sarathy | 1998-10-30 | 1 | -58/+54 |
* | Re: Auto-incrementing tied scalar causes SEGV | Graham Barr | 1998-10-25 | 1 | -4/+4 |
* | remove FAST_SV_GETS remnant (as suggested by Gisle Aas) | Gurusamy Sarathy | 1998-10-25 | 1 | -4/+0 |
* | utf8 substr can access memory outside PVX buffer | Gisle Aas | 1998-10-17 | 1 | -0/+4 |
* | skip readonly vars and unref references when doing a reset() | Gurusamy Sarathy | 1998-10-17 | 1 | -2/+8 |
* | use Off_t to permit 64-bit seek() | Scott Henry | 1998-10-02 | 1 | -1/+1 |
* | serial access to PL_x[inpr]v_root for USE_THREADS | Gurusamy Sarathy | 1998-09-25 | 1 | -39/+47 |
* | support match indices via special variables @- and @+ | Ilya Zakharevich | 1998-09-23 | 1 | -0/+6 |
* | various tweaks: fix signed vs. unsigned problems that prevented C++ | Gurusamy Sarathy | 1998-08-10 | 1 | -13/+13 |
* | add missing dTHR; notes for test failures due to small stacksize | Gurusamy Sarathy | 1998-08-09 | 1 | -20/+38 |
* | lexical warnings; tweaks to places that didn't apply correctly | Paul Marquess | 1998-08-09 | 1 | -37/+37 |
* | integrate maint-5.005 changes into mainline | Gurusamy Sarathy | 1998-08-08 | 1 | -2/+16 |
|\ |
|
| * | support OE/MVS | Jarkko Hietaniemi | 1998-08-02 | 1 | -0/+14 |
| * | Remove redundant dTHR | Andy Dougherty | 1998-08-02 | 1 | -1/+0 |
| * | ensure implicit close on local(*FH) doesn't affect $! and thence $? | Gurusamy Sarathy | 1998-08-02 | 1 | -1/+2 |
* | | Here are the long-expected Unicode/UTF-8 modifications. | Larry Wall | 1998-07-24 | 1 | -1/+103 |
|/ |
|
* | disable malloced_size() feedback with -DLEAKTEST | Ilya Zakharevich | 1998-07-21 | 1 | -1/+1 |
* | Merge Mainline | Nick Ing-Simmons | 1998-07-19 | 1 | -6/+2 |
|\ |
|
| * | sv_gets() did not NUL-terminate SV when reading records | Gisle Aas | 1998-07-19 | 1 | -6/+2 |
* | | PL_ stuff for threads | Nick Ing-Simmons | 1998-07-18 | 1 | -9/+9 |
* | | PL_ prefix to all perlvars, part1 | Nick Ing-Simmons | 1998-07-18 | 1 | -140/+140 |
|/ |
|
* | fix lvalue leaks stemming from failure to free LvTARG(sv) | Gurusamy Sarathy | 1998-07-18 | 1 | -1/+3 |
* | add stub docs for ext/B, other minor tweaks | Gurusamy Sarathy | 1998-07-15 | 1 | -1/+1 |
* | dont use sv_dump() in -DD diagnostic | Gisle Aas | 1998-07-15 | 1 | -1/+1 |
* | added patch, tweaked PERL_OBJECT things | Graham Barr | 1998-07-13 | 1 | -4/+27 |
* | add a few more PURIFY guards | Gurusamy Sarathy | 1998-07-13 | 1 | -2/+2 |
* | make RE engine threadsafe; -Dusethreads builds, tests on Solaris, | Gurusamy Sarathy | 1998-07-12 | 1 | -0/+1 |
* | add patch, along with all the missing bits, and doc tweaks | Ilya Zakharevich | 1998-07-11 | 1 | -2/+3 |
* | manually apply patch with a dependency on unapplied patch | Ilya Zakharevich | 1998-07-09 | 1 | -4/+12 |
* | Faster copying from SvIV/SvNVs in sv_setsv() | Gisle Aas | 1998-07-08 | 1 | -9/+33 |
* | Remove some rendundant SvOOK_on tests | Gisle Aas | 1998-07-08 | 1 | -7/+1 |
* | Re: Inconsistent arithmetics on refs | Stephen McCamant | 1998-07-07 | 1 | -4/+10 |
* | rename s/\bSI_/PERLSI_/ to avoid collisions with sysinfo headers | Gurusamy Sarathy | 1998-07-06 | 1 | -3/+3 |
* | patch to remove assumptions about offset of IV being == sizeof(XPV) | Stephen McCamant | 1998-07-05 | 1 | -4/+4 |
* | avoid race condition (storing ptr to SV before incrementing its | Gurusamy Sarathy | 1998-07-05 | 1 | -4/+1 |
* | various small tweaks (still fails a few taint tests in {taint,locale}.t) | Gurusamy Sarathy | 1998-07-04 | 1 | -1/+1 |
* | fixes for mortalization bug in xsubpp, other efficiency tweaks | Joshua Pritikin | 1998-07-04 | 1 | -14/+17 |
* | PUSHSTACK renovation | Joshua Pritikin | 1998-06-28 | 1 | -2/+2 |
* | IV changes for long long (was Re: 5.004_68 on its way to the CPAN) | Stephen McCamant | 1998-06-28 | 1 | -11/+11 |
* | tweak order of destruction so OBJECTs in GLOBs are visited after those | Gurusamy Sarathy | 1998-06-25 | 1 | -3/+2 |
* | applied patch, regen headers | Ilya Zakharevich | 1998-06-23 | 1 | -1/+9 |