| Commit message (Expand) | Author | Age | Files | Lines |
* | back out previous change (it breaks PERL_OBJECT) | Gurusamy Sarathy | 1998-06-15 | 1 | -1/+0 |
* | added patch, fixed typo, reworked documentation | Joshua Pritikin | 1998-06-15 | 1 | -0/+1 |
* | Applied patch, followed by tweaks to *.sym and `perl embed.pl` | Ilya Zakharevich | 1998-06-10 | 1 | -2/+2 |
* | [win32] add AS patch#25 (allow B build with -DPERL_OBJECT) | Gurusamy Sarathy | 1998-06-04 | 1 | -0/+1 |
* | [win32] change#1060 was inexplicably missing some of the "ensure | Gurusamy Sarathy | 1998-05-30 | 1 | -1/+0 |
* | [asperl] integrate mainline changes | Gurusamy Sarathy | 1998-05-29 | 1 | -0/+1 |
|\ |
|
| * | [win32] merge change#1015 from maintbranch (must revisit 1014 later, is | Gurusamy Sarathy | 1998-05-23 | 1 | -0/+1 |
* | | [asperl] integrate mainline changes (untested) | Gurusamy Sarathy | 1998-05-18 | 1 | -0/+5 |
|\ \
| |/ |
|
| * | [win32] merge changes#906,907,909,910 from maintbranch | Gurusamy Sarathy | 1998-05-15 | 1 | -0/+3 |
| * | [win32] merge change#905 from maintbranch, minor fixes to get | Gurusamy Sarathy | 1998-05-15 | 1 | -0/+2 |
* | | [asperl] add AS patch#20 (exposes more global constants) | Gurusamy Sarathy | 1998-05-01 | 1 | -0/+3 |
* | | [asperl] integrate mainline changes | Gurusamy Sarathy | 1998-04-08 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | [win32] implement stack-of-stacks so that magic invocations don't | Gurusamy Sarathy | 1998-04-03 | 1 | -0/+1 |
| * | newCONSTSUB added (XSUB equivalent for inlinable sub () { 123 }). | Jan Dubois | 1998-03-16 | 1 | -0/+1 |
* | | [win32] integrate mainline changes | Gurusamy Sarathy | 1998-03-07 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | [win32] this one with adjusted test numbers | Stephen McCamant | 1998-03-02 | 1 | -0/+2 |
* | | [asperl] integrate mainline changes | Gurusamy Sarathy | 1998-03-01 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | [win32] various cleanups so that B can be built as "just another extension" | Gurusamy Sarathy | 1998-02-26 | 1 | -0/+2 |
| * | HP-UX hints and AIX global.sym changes (with Makefile.SH rule) | Jarkko Hietaniemi | 1998-02-25 | 1 | -0/+1 |
* | | [asperl] added AS patch#5 (patch #4 was intentionally skipped after | Gurusamy Sarathy | 1998-02-14 | 1 | -1/+1 |
|/ |
|
* | [win32] enhancements to previous patch for XSUB OUTPUT args | Gurusamy Sarathy | 1998-02-09 | 1 | -0/+14 |
* | tie array changes to core and tests | Nick Ing-Simmons | 1998-01-13 | 1 | -0/+2 |
* | [win32] Revert to keeping (some) constant strings as globals | Gurusamy Sarathy | 1997-12-02 | 1 | -5/+0 |
* | Builds and passes all tests with gcc on Win32 - phew! | Nick Ing-Simmons | 1997-12-01 | 1 | -0/+2 |
* | Create a struct for all perls globals (as an option) | Nick Ing-Simmons | 1997-12-01 | 1 | -110/+0 |
* | embed.pl now reads *var*.h to do its stuff. | Nick Ing-Simmons | 1997-11-30 | 1 | -486/+7 |
* | Sort out malloc_mutex for perl's malloc | Nick Ing-Simmons | 1997-11-29 | 1 | -47/+33 |
* | [win32] Various changes to make it build cleanly and pass all tests: | Gurusamy Sarathy | 1997-11-26 | 1 | -1/+2 |
* | $_ is now per-thread (rather a lot of changes). Only tested under | Malcolm Beattie | 1997-11-21 | 1 | -1/+3 |
* | Jumbo regexp patch applied (with minor fix-up tweaks): | Ilya Zakharevich | 1997-11-19 | 1 | -24/+3 |
* | Separate avhv_foo() key handling into avhv_keys(). Slightly tweaked | Joshua Pritikin | 1997-11-18 | 1 | -0/+1 |
* | Carry over changes in ansiperl branch. Win32 branch is now | Gurusamy Sarathy | 1997-11-12 | 1 | -1/+1 |
* | Minor tweaks to add a thread_intern struct that should ultimately | Gurusamy Sarathy | 1997-11-12 | 1 | -0/+3 |
* | Initial (untested) integration of mainline changes. | Gurusamy Sarathy | 1997-11-11 | 1 | -6/+3 |
|\ |
|
| * | Fix up ansiperl integration. Back to passing all expected tests | Malcolm Beattie | 1997-11-11 | 1 | -6/+3 |
| * | Reverse integrate Malcolm's chanes into local | Nick Ing-Simmons | 1997-11-07 | 1 | -3/+8 |
| * | Raw integrate of latest perl | Nick Ing-Simmons | 1997-11-07 | 1 | -0/+1 |
| |\ |
|
| * | | Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris) | Nick Ing-Simmons | 1997-11-05 | 1 | -24/+8 |
| * | | Compile(d) at least once with threads on win32 | Nick Ing-Simmons | 1997-11-05 | 1 | -0/+1 |
| * | | Integrate mainline @ 18:15 CST 31 Oct 1997 | Nick Ing-Simmons | 1997-11-01 | 1 | -3/+19 |
| |\ \ |
|
| * | | | Further ANSI changes now builds and passes (most) tests | Nick Ing-Simmons | 1997-10-31 | 1 | -0/+5 |
* | | | | Remove runlevel. It was used to count how many runops() calls | Gurusamy Sarathy | 1997-11-10 | 1 | -3/+0 |
* | | | | Initial (untested) merge of all non-ansi changes on ansiperl branch | Gurusamy Sarathy | 1997-11-10 | 1 | -4/+7 |
| |_|/
|/| | |
|
* | | | Per-thread magicals now stored in their own thr->magicals and keyed | Malcolm Beattie | 1997-11-06 | 1 | -2/+0 |
* | | | Per-thread magicals mostly working (and localisable). Now getting | Malcolm Beattie | 1997-11-05 | 1 | -9/+1 |
| |/
|/| |
|
* | | Half way through moving per-thread magicals into per-thread fields | Malcolm Beattie | 1997-10-31 | 1 | -3/+22 |
|/ |
|
* | Correct threads_mutex locking in main thread destruction. | Malcolm Beattie | 1997-10-16 | 1 | -0/+3 |
* | Merge maint-5.004 branch (5.004_04) with mainline. | Malcolm Beattie | 1997-10-16 | 1 | -0/+2 |
|\ |
|
| * | [inseparable changes from patch to perl 5.004_04]perl-5.004_04 | Perl 5 Porters | 1997-09-05 | 1 | -0/+2 |
* | | Took out mystack_foo for good, fixed up interp.sym and win32/makedef.pl | Malcolm Beattie | 1997-10-10 | 1 | -13/+1 |