| Commit message (Expand) | Author | Age | Files | Lines |
* | PUSHSTACK renovation | Joshua Pritikin | 1998-06-28 | 1 | -2/+2 |
* | improve recursive error messages! | Joshua Pritikin | 1998-06-28 | 1 | -1/+2 |
* | applied patch, modified logic to avoid reentering lexer at compile-time | Graham Barr | 1998-06-21 | 1 | -2/+2 |
* | [asperl] integrate mainline changes | Gurusamy Sarathy | 1998-05-29 | 1 | -1/+2 |
|\ |
|
| * | [win32] merge changes#1014,1038 from maintbranch | Gurusamy Sarathy | 1998-05-29 | 1 | -1/+1 |
| * | [win32] fix problematic change#965 from maintbranch | Ilya Zakharevich | 1998-05-21 | 1 | -0/+1 |
* | | [asperl] integrate mainline changes (untested) | Gurusamy Sarathy | 1998-05-18 | 1 | -11/+58 |
|\ \
| |/ |
|
| * | [win32] sundry whitespace cleanups from maintbranch | Gurusamy Sarathy | 1998-05-17 | 1 | -4/+4 |
| * | [win32] merge changes#982,984 from maintbranch | Gurusamy Sarathy | 1998-05-15 | 1 | -2/+2 |
| * | [win32] merge change#981 from maintbranch, add XXX comment about | Gurusamy Sarathy | 1998-05-15 | 1 | -1/+16 |
| * | [win32] merge changes#922,944,949,965,970 from maintbranch | Gurusamy Sarathy | 1998-05-15 | 1 | -6/+38 |
* | | [asperl] integrate mainline changes | Gurusamy Sarathy | 1998-04-08 | 1 | -9/+2 |
|\ \
| |/ |
|
| * | [win32] implement stack-of-stacks so that magic invocations don't | Gurusamy Sarathy | 1998-04-03 | 1 | -9/+2 |
* | | [win32] integrate mainline changes | Gurusamy Sarathy | 1998-03-07 | 1 | -11/+20 |
|\ \
| |/ |
|
| * | [win32] change all 'sp' to 'SP' in code and in the docs. Explicitly | Gurusamy Sarathy | 1998-03-07 | 1 | -1/+1 |
| * | [win32] merge problematic maintpatch to op.c | Chip Salzenberg | 1998-03-03 | 1 | -10/+11 |
| * | [win32] merge another conflicting maintpatch to op.c | Tkil | 1998-03-03 | 1 | -1/+9 |
* | | [asperl] integrate win32 branch contents | Gurusamy Sarathy | 1998-02-09 | 1 | -13/+18 |
|\ \
| |/ |
|
| * | [win32] fix misapplied hunks in 5.004_58 | Gurusamy Sarathy | 1998-02-09 | 1 | -9/+8 |
| * | Fix up problem with gv.c from change 477. | Malcolm Beattie | 1998-02-06 | 1 | -2/+7 |
| * | Faster gv_fetchpv() for nested packages | Malcolm Beattie | 1998-02-06 | 1 | -10/+10 |
| * | Some Chip patches (some tweaked to match _5x source): | Chip Salzenberg | 1998-02-06 | 1 | -8/+9 |
* | | [asperl] initial merge of latest win32 branch into ASPerl | Gurusamy Sarathy | 1998-01-30 | 1 | -2/+4 |
|\ \
| |/ |
|
| * | tie array changes to core and tests | Nick Ing-Simmons | 1998-01-13 | 1 | -2/+4 |
* | | [asperl] added AS patch#2 | Gurusamy Sarathy | 1998-01-30 | 1 | -6/+10 |
|/ |
|
* | Reverse integrate Malcolm's chanes into local | Nick Ing-Simmons | 1997-11-07 | 1 | -1/+0 |
* | Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris) | Nick Ing-Simmons | 1997-11-05 | 1 | -1/+2 |
* | Integrate mainline @ 18:15 CST 31 Oct 1997 | Nick Ing-Simmons | 1997-11-01 | 1 | -1/+0 |
|\ |
|
| * | Half way through moving per-thread magicals into per-thread fields | Malcolm Beattie | 1997-10-31 | 1 | -1/+0 |
* | | Convert miniperl sources to ANSI C. Several passes of | Nick Ing-Simmons | 1997-10-31 | 1 | -81/+28 |
|/ |
|
* | Improve internal threading API. Introduce win32/win32thread.[ch] | Malcolm Beattie | 1997-10-24 | 1 | -1/+1 |
* | Merge maint-5.004 branch (5.004_04) with mainline. | Malcolm Beattie | 1997-10-16 | 1 | -2/+3 |
|\ |
|
| * | [inseparable changes from patch to perl 5.004_04]perl-5.004_04 | Perl 5 Porters | 1997-09-05 | 1 | -2/+3 |
* | | Merge maint-5.004 branch (5.004_03) with mainline. | Malcolm Beattie | 1997-10-08 | 1 | -3/+5 |
|\ \
| |/ |
|
| * | [inseperable differences up to perl 5.004_02]perl-5.004_02 | Tim Bunce | 1997-08-07 | 1 | -2/+2 |
| * | bless file handles as FileHandle if loaded else IO::Handle | Gisle Aas | 1997-08-07 | 1 | -1/+3 |
* | | Assorted changes for multi-threading (now works rather more). | Malcolm Beattie | 1997-08-11 | 1 | -0/+2 |
* | | Support for op in global register (still buggy) | Malcolm Beattie | 1997-07-01 | 1 | -1/+1 |
* | | More fixups for thrperl integration. | Malcolm Beattie | 1997-06-05 | 1 | -0/+3 |
* | | Integrate thrperl 5.003->5.004. | Malcolm Beattie | 1997-05-26 | 1 | -2/+8 |
|\ \
| |/
|/| |
|
| * | Initial 3-way merge from (5.001m, thr1m, 5.003) plus fixups. | Malcolm Beattie | 1997-03-28 | 1 | -2/+9 |
* | | [inseparable changes from match from perl-5.003_97h to perl-5.003_97i] | Perl 5 Porters | 1997-04-25 | 1 | -11/+9 |
* | | [inseparable changes from match from perl-5.003_97g to perl-5.003_97h] | Perl 5 Porters | 1997-04-23 | 1 | -26/+22 |
* | | SECURITY FIX: Buffer overflow in gv_fetchfile() | Chip Salzenberg | 1997-04-18 | 1 | -3/+12 |
* | | Fix for incorrect overloaded assignment | Chip Salzenberg | 1997-04-09 | 1 | -1/+1 |
* | | Fix AUTOLOAD, or kill me | Chip Salzenberg | 1997-04-03 | 1 | -2/+13 |
* | | [inseparable changes from match from perl-5.003_96 to perl-5.003_97] | Perl 5 Porters | 1997-04-01 | 1 | -21/+45 |
* | | [inseperable changes from patch from perl-5.003_95 to perl-5.003_86] | Perl 5 Porters | 1997-03-26 | 1 | -11/+19 |
* | | [inseparable changes from match from perl-5.003_91 to perl-5.003_92] | Perl 5 Porters | 1997-03-01 | 1 | -58/+56 |
* | | [inseparable changes from match from perl-5.003_90 to perl-5.003_91] | Perl 5 Porters | 1997-02-25 | 1 | -0/+3 |