| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Fixup _55 for Win32: | Nick Ing-Simmons | 1997-11-26 | 1 | -4/+2 |
|/ |
|
* | Fix minor thinkos in hv.c and pp_ctl.c. This is 5.004_55. | Malcolm Beattie | 1997-11-25 | 1 | -1/+0 |
* | Make hv_ functions cope better with 'm'-magic: | Owen Taylor | 1997-11-25 | 1 | -23/+45 |
* | Reverse integrate Malcolm's chanes into local | Nick Ing-Simmons | 1997-11-07 | 1 | -1/+1 |
* | Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris) | Nick Ing-Simmons | 1997-11-05 | 1 | -1/+1 |
* | Integrate mainline @ 18:15 CST 31 Oct 1997 | Nick Ing-Simmons | 1997-11-01 | 1 | -1/+1 |
|\ |
|
| * | Half way through moving per-thread magicals into per-thread fields | Malcolm Beattie | 1997-10-31 | 1 | -1/+1 |
* | | Convert miniperl sources to ANSI C. Several passes of | Nick Ing-Simmons | 1997-10-31 | 1 | -100/+32 |
|/ |
|
* | Merge maint-5.004 branch (5.004_04) with mainline. | Malcolm Beattie | 1997-10-16 | 1 | -2/+5 |
|\ |
|
| * | [inseparable changes from patch to perl 5.004_04]perl-5.004_04 | Perl 5 Porters | 1997-09-05 | 1 | -2/+5 |
* | | Fixed sv_mutex locking for new_SV, del_SV and nice_chunks. | Malcolm Beattie | 1997-10-03 | 1 | -6/+6 |
* | | More fixups for thrperl integration. | Malcolm Beattie | 1997-06-05 | 1 | -0/+2 |
* | | Integrate thrperl 5.003->5.004. | Malcolm Beattie | 1997-05-26 | 1 | -0/+2 |
|\ \
| |/
|/| |
|
| * | Initial 3-way merge from (5.001m, thr1m, 5.003) plus fixups. | Malcolm Beattie | 1997-03-28 | 1 | -0/+2 |
* | | [inseparable changes from match from perl-5.003_93 to perl-5.003_94] | Perl 5 Porters | 1997-03-09 | 1 | -35/+35 |
* | | [inseparable changes from match from perl-5.003_91 to perl-5.003_92] | Perl 5 Porters | 1997-03-01 | 1 | -1/+1 |
* | | [inseparable changes from match from perl-5.003_90 to perl-5.003_91] | Perl 5 Porters | 1997-02-25 | 1 | -5/+8 |
* | | [inseparable changes from patch from perl5.003_27 to perl5.003_28] | Perl 5 Porters | 1997-02-22 | 1 | -7/+13 |
* | | [inseparable changes from patch from perl5.003_20 to perl5.003_21] | Perl 5 Porters | 1997-01-16 | 1 | -15/+17 |
* | | [inseparable changes from patch from perl5.003_18 to perl5.003_19] | Perl 5 Porters | 1997-01-04 | 1 | -1/+1 |