| Commit message (Expand) | Author | Age | Files | Lines |
* | fix small interpreter leaks identified by Purify | Gurusamy Sarathy | 2000-02-14 | 1 | -9/+21 |
* | documentation patches (from Michael Schwern and Yitzchak | Gurusamy Sarathy | 2000-02-08 | 1 | -4/+4 |
* | set SvUTF8 on vectors only if there are chars > 127; update copyright | Gurusamy Sarathy | 2000-02-06 | 1 | -1/+1 |
* | autogenerate API listing from comments in the source (from Benjamin | Gurusamy Sarathy | 2000-01-28 | 1 | -0/+200 |
* | leak in change#4694 spotted by Larry | Gurusamy Sarathy | 1999-12-17 | 1 | -2/+2 |
* | delete() should return the value as is, not a copy thereof | Gurusamy Sarathy | 1999-12-17 | 1 | -4/+8 |
* | more complete pseudo-fork() support for Windows | Gurusamy Sarathy | 1999-12-01 | 1 | -1/+9 |
* | preliminary support for perl_clone() (still needs work in | Gurusamy Sarathy | 1999-11-08 | 1 | -21/+38 |
* | lexical warnings update (warning.t fails one test | Paul Marquess | 1999-07-07 | 1 | -2/+5 |
* | more complete support for implicit thread/interpreter pointer, | Gurusamy Sarathy | 1999-06-09 | 1 | -10/+10 |
* | initial stub implementation of implicit thread/this | Gurusamy Sarathy | 1999-06-07 | 1 | -42/+35 |
* | remove _() non-ansism | Gurusamy Sarathy | 1999-06-02 | 1 | -5/+5 |
* | hv.c calling negative malloc() | Ilya Zakharevich | 1999-05-25 | 1 | -1/+3 |
* | various fixes for clean build and test on win32; configpm broken, | Gurusamy Sarathy | 1999-05-11 | 1 | -18/+32 |
* | applied non-conflicting parts of suggested patch | Charles Bailey | 1999-05-05 | 1 | -12/+34 |
* | correct places that said newSVpv() when they meant newSVpvn() | Gurusamy Sarathy | 1999-04-04 | 1 | -11/+11 |
* | update copyright years | Gurusamy Sarathy | 1999-03-22 | 1 | -1/+1 |
* | add const qualifier to most char* prototypes, handle ripple effect | Gurusamy Sarathy | 1999-02-15 | 1 | -8/+9 |
* | typo in newHVhv() | Gurusamy Sarathy | 1998-11-08 | 1 | -3/+2 |
* | integrate changes#1982,2014,2021 (from maint-5.005) | Gurusamy Sarathy | 1998-10-25 | 1 | -2/+2 |
* | lock sv_mutex in new_he() and del_he() for USE_THREADS | Drago Goricanec | 1998-09-25 | 1 | -10/+12 |
* | provide locked access to string table for USE_THREADS | Gurusamy Sarathy | 1998-09-24 | 1 | -0/+4 |
* | complete s/foo/PL_foo/ changes (all escaped cases identified with | Gurusamy Sarathy | 1998-07-20 | 1 | -4/+4 |
* | PL_ for perl's malloc | Nick Ing-Simmons | 1998-07-19 | 1 | -2/+2 |
* | PL_ prefix to all perlvars, part1 | Nick Ing-Simmons | 1998-07-18 | 1 | -28/+28 |
* | applied suggested fix for xhv_array sizing, with portability tweaks | Gisle Aas | 1998-07-05 | 1 | -18/+19 |
* | patchlevel up to 5.004_70, various tweaks | Gurusamy Sarathy | 1998-07-05 | 1 | -29/+33 |
* | simplify xhv_array sizing | Gisle Aas | 1998-07-04 | 1 | -19/+6 |
* | added patch for overloading constants, made PERL_OBJECT-aware | Ilya Zakharevich | 1998-06-29 | 1 | -0/+39 |
* | applied patch, regen headers | Ilya Zakharevich | 1998-06-23 | 1 | -4/+3 |
* | [asperl] integrate mainline changes (untested) | Gurusamy Sarathy | 1998-05-18 | 1 | -1/+1 |
|\ |
|
| * | [win32] make hv_iterinit() return HvKEYS() | SynaptiCAD, Inc. | 1998-05-03 | 1 | -1/+1 |
* | | [asperl] integrate mainline changes | Gurusamy Sarathy | 1998-04-08 | 1 | -9/+13 |
|\ \
| |/ |
|
| * | [win32] change 866 was incomplete | Gurusamy Sarathy | 1998-04-04 | 1 | -1/+1 |
| * | [win32] fixup hv_free_ent() to not fail on null HeVAL() | Gurusamy Sarathy | 1998-04-03 | 1 | -2/+5 |
| * | Missing dTHR in hv_fetch_ent when statics moved to thread struct. | Malcolm Beattie | 1998-03-16 | 1 | -0/+1 |
| * | [win32] merge C<local $tied{foo}> patch, also moved statics in | Gurusamy Sarathy | 1998-03-09 | 1 | -9/+7 |
* | | [asperl] added AS patch#5 (patch #4 was intentionally skipped after | Gurusamy Sarathy | 1998-02-14 | 1 | -4/+2 |
* | | [asperl] integrate win32 branch contents | Gurusamy Sarathy | 1998-02-09 | 1 | -1/+17 |
|\ \
| |/ |
|
| * | nomemok | Gisle Aas | 1998-02-06 | 1 | -0/+16 |
| * | Newer -DLEAKTEST patch | Ilya Zakharevich | 1998-02-06 | 1 | -1/+1 |
* | | [asperl] initial merge of latest win32 branch into ASPerl | Gurusamy Sarathy | 1998-01-30 | 1 | -27/+41 |
|\ \
| |/ |
|
| * | Gisle's av_unshift tweak, two small patches from chip | Nick Ing-Simmons | 1998-01-24 | 1 | -4/+4 |
| * | [win32] change#398 breaks ENV_IS_CASELESS, fix it | Gurusamy Sarathy | 1998-01-08 | 1 | -12/+12 |
| * | Fix hv_delete for 'm'-magic. Based on following patch, modified | Owen Taylor | 1998-01-08 | 1 | -16/+30 |
* | | [asperl] added AS patch#2 | Gurusamy Sarathy | 1998-01-30 | 1 | -7/+9 |
|/ |
|
* | [win32] tweak case-insensitive ENV implementation | Gurusamy Sarathy | 1998-01-07 | 1 | -11/+23 |
* | [win32] Support case-tolerant %ENV | Gurusamy Sarathy | 1998-01-05 | 1 | -19/+80 |
* | Merge win32 and ansiperl branches post _55 tweaks from Sarathy. | Nick Ing-Simmons | 1997-11-27 | 1 | -2/+2 |
|\ |
|
| * | [win32] Various changes to make it build cleanly and pass all tests: | Gurusamy Sarathy | 1997-11-26 | 1 | -6/+3 |