| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris) | Nick Ing-Simmons | 1997-11-05 | 1 | -39/+4 |
| * | | | Integrate mainline @ 18:15 CST 31 Oct 1997 | Nick Ing-Simmons | 1997-11-01 | 1 | -4/+39 |
| |\ \ \ |
|
| * | | | | Convert miniperl sources to ANSI C. Several passes of | Nick Ing-Simmons | 1997-10-31 | 1 | -330/+126 |
* | | | | | Change name of OP_SPECIFIC to OP_THREADSV. Fixed perl_get_sv when | Malcolm Beattie | 1997-11-11 | 1 | -11/+7 |
* | | | | | Fix up $@ (ERRSV now refers to GvSV(errgv) for non-threaded perl and | Malcolm Beattie | 1997-11-11 | 1 | -2/+2 |
| |_|_|/
|/| | | |
|
* | | | | Change pp_tie and pp_dbmopen to use perl_call_sv instead of a | Malcolm Beattie | 1997-11-07 | 1 | -1/+1 |
| |_|/
|/| | |
|
* | | | Remove #ifdef DEPRECATED stuff: newXSUB, pp_entersubr, FREE_TMPS(). | Malcolm Beattie | 1997-11-06 | 1 | -16/+1 |
* | | | Per-thread magicals now stored in their own thr->magicals and keyed | Malcolm Beattie | 1997-11-06 | 1 | -1/+1 |
* | | | Per-thread magicals mostly working (and localisable). Now getting | Malcolm Beattie | 1997-11-05 | 1 | -15/+59 |
| |/
|/| |
|
* | | Half way through moving per-thread magicals into per-thread fields | Malcolm Beattie | 1997-10-31 | 1 | -4/+39 |
|/ |
|
* | Change peep() to optimise away unneeded rv2av in lval->[] and lval->{} | Malcolm Beattie | 1997-10-29 | 1 | -0/+18 |
* | Fix refcounts for lock/magic_mutexfree. Make OP_LOCK auto-ref | Malcolm Beattie | 1997-10-23 | 1 | -1/+1 |
* | Fix up merge with 5.004_04. | Malcolm Beattie | 1997-10-16 | 1 | -2/+10 |
* | Merge maint-5.004 branch (5.004_04) with mainline. | Malcolm Beattie | 1997-10-16 | 1 | -26/+35 |
|\ |
|
| * | [inseparable changes from patch to perl 5.004_04]perl-5.004_04 | Perl 5 Porters | 1997-09-05 | 1 | -17/+34 |
* | | Merge maint-5.004 branch (5.004_03) with mainline. | Malcolm Beattie | 1997-10-08 | 1 | -7/+19 |
|\ \
| |/ |
|
| * | [inseperable differences up to perl 5.004_02]perl-5.004_02 | Tim Bunce | 1997-08-07 | 1 | -6/+6 |
| * | Do not constant-fold ops that depend on locale if C<use locale> | Chip Salzenberg | 1997-08-07 | 1 | -0/+10 |
| * | Band-aid fix for local([@%]$x) | Stephen McCamant | 1997-08-07 | 1 | -1/+3 |
* | | Merge maint-5.004 branch (5.004_01) with mainline. | Malcolm Beattie | 1997-09-30 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | [differences between cumulative patch application and perl5.004_01]perl-5.004_01 | Tim Bunce | 1997-06-11 | 1 | -0/+2 |
* | | Rewrite synchronisation of subs/methods and add attrs | Malcolm Beattie | 1997-09-09 | 1 | -11/+0 |
* | | Rename RESTART to INIT and associated changes | Malcolm Beattie | 1997-09-03 | 1 | -8/+8 |
* | | Assorted changes for multi-threading (now works rather more). | Malcolm Beattie | 1997-08-11 | 1 | -6/+8 |
* | | Start support for fake threads. | Malcolm Beattie | 1997-07-24 | 1 | -6/+6 |
* | | Fix multiple problems with lexical @_. | Malcolm Beattie | 1997-07-17 | 1 | -5/+18 |
* | | Support for op in global register (still buggy) | Malcolm Beattie | 1997-07-01 | 1 | -1/+1 |
* | | corrected bad_type() prototype. | Malcolm Beattie | 1997-06-20 | 1 | -2/+2 |
* | | More fixups for thrperl integration. | Malcolm Beattie | 1997-06-05 | 1 | -6/+10 |
* | | Fixups for thrperl integration. | Malcolm Beattie | 1997-05-28 | 1 | -40/+40 |
* | | Integrate thrperl 5.003->5.004. | Malcolm Beattie | 1997-05-26 | 1 | -704/+805 |
|\ \ |
|
| * | | Tweaks to allow compilation without -DUSE_THREADS and fix | Malcolm Beattie | 1997-04-10 | 1 | -0/+1 |
| * | | Initial 3-way merge from (5.001m, thr1m, 5.003) plus fixups. | Malcolm Beattie | 1997-03-28 | 1 | -662/+768 |
* | | | First stab at 5.003 -> 5.004 integration. | Malcolm Beattie | 1997-05-25 | 1 | -388/+1026 |
|\ \ \
| | |/
| |/| |
|
| * | | [inseparable changes from match from perl-5.003_99a to perl5.004] | Perl 5 Porters | 1997-05-16 | 1 | -3/+9 |
| * | | [inseparable changes from match from perl-5.003_99 to perl-5.003_99a] | Perl 5 Porters | 1997-05-08 | 1 | -0/+3 |
| * | | Forget prototype of subroutine after C<undef &subr> | Chip Salzenberg | 1997-05-01 | 1 | -0/+1 |
| * | | [inseparable changes from match from perl-5.003_97h to perl-5.003_97i] | Perl 5 Porters | 1997-04-25 | 1 | -3/+3 |
| * | | [inseparable changes from match from perl-5.003_97g to perl-5.003_97h] | Perl 5 Porters | 1997-04-23 | 1 | -60/+71 |
| * | | Before 'BEGIN not safe', explain why | Chip Salzenberg | 1997-04-09 | 1 | -2/+11 |
| * | | [inseparable changes from match from perl-5.003_97 to perl-5.003_97a] | Perl 5 Porters | 1997-04-03 | 1 | -12/+9 |
| * | | [inseperable changes from patch from perl-5.003_95 to perl-5.003_86] | Perl 5 Porters | 1997-03-26 | 1 | -51/+119 |
| * | | [inseparable changes from match from perl-5.003_94 to perl-5.003_95] | Perl 5 Porters | 1997-03-22 | 1 | -12/+89 |
| * | | [inseparable changes from match from perl-5.003_93 to perl-5.003_94] | Perl 5 Porters | 1997-03-09 | 1 | -29/+44 |
| * | | [inseparable changes from match from perl-5.003_92 to perl-5.003_93] | Perl 5 Porters | 1997-03-07 | 1 | -2/+16 |
| * | | [inseparable changes from match from perl-5.003_91 to perl-5.003_92] | Perl 5 Porters | 1997-03-01 | 1 | -18/+22 |
| * | | Silence bogus typo warning on $DB::postponed | Gurusamy Sarathy | 1997-02-25 | 1 | -1/+1 |
| * | | [inseparable changes from patch from perl5.003_27 to perl5.003_28] | Perl 5 Porters | 1997-02-22 | 1 | -11/+20 |
| * | | [inseparable changes from patch from perl5.003_26 to perl5.003_27] | Perl 5 Porters | 1997-02-18 | 1 | -6/+9 |
| * | | [inseparable changes from patch from perl5.003_25 to perl5.003_26]perl-5.003_26 | Perl 5 Porters | 1997-02-11 | 1 | -16/+23 |