| Commit message (Expand) | Author | Age | Files | Lines |
* | More Chip patches: | Malcolm Beattie | 1998-02-06 | 1 | -5/+14 |
* | Some Chip patches (some tweaked to match _5x source): | Chip Salzenberg | 1998-02-06 | 1 | -4/+6 |
* | [win32] integrate mainline | Gurusamy Sarathy | 1998-02-03 | 1 | -1/+1 |
|\ |
|
| * | Introduced thr->threadsvp and THREADSV() for faster per-thread | Malcolm Beattie | 1998-02-02 | 1 | -1/+1 |
* | | Gisle's av_unshift tweak, two small patches from chip | Nick Ing-Simmons | 1998-01-24 | 1 | -0/+11 |
* | | tie array changes to core and tests | Nick Ing-Simmons | 1998-01-13 | 1 | -13/+13 |
|/ |
|
* | Use Tom Horley's qsort for sorting: | Hans Mulder | 1998-01-08 | 1 | -24/+688 |
* | [win32] Sync yet another patch (this one manually edited): | Gurusamy Sarathy | 1997-11-26 | 1 | -3/+6 |
* | Fix minor thinkos in hv.c and pp_ctl.c. This is 5.004_55. | Malcolm Beattie | 1997-11-25 | 1 | -4/+5 |
* | Builds and passes all but english.t on win32 VC++ | Nick Ing-Simmons | 1997-11-22 | 1 | -1/+1 |
* | ansiperl builds with Borland C++ again | Nick Ing-Simmons | 1997-11-22 | 1 | -1/+2 |
* | Resolve ansiperl against win32 | Nick Ing-Simmons | 1997-11-22 | 1 | -8/+18 |
|\ |
|
| * | $_ is now per-thread (rather a lot of changes). Only tested under | Malcolm Beattie | 1997-11-21 | 1 | -8/+18 |
* | | Basic integrate of lastest perl into ansiperl | Nick Ing-Simmons | 1997-11-21 | 1 | -31/+111 |
|\ \
| |/ |
|
| * | Jumbo regexp patch applied (with minor fix-up tweaks): | Ilya Zakharevich | 1997-11-19 | 1 | -29/+109 |
|/ |
|
* | Integrate mainline changes into win32 branch. Now would be a good time | Gurusamy Sarathy | 1997-11-14 | 1 | -25/+25 |
|\ |
|
| * | Change CONTEXT to PERL_CONTEXT throughout source (since the #define | Malcolm Beattie | 1997-11-13 | 1 | -25/+25 |
* | | Initial (untested) integration of mainline changes. | Gurusamy Sarathy | 1997-11-11 | 1 | -87/+61 |
|\ \
| |/ |
|
| * | Initial integration of ansi branch into mainline (untested). | Malcolm Beattie | 1997-11-11 | 1 | -76/+50 |
| |\ |
|
| | * | Reverse integrate Malcolm's chanes into local | Nick Ing-Simmons | 1997-11-07 | 1 | -11/+11 |
| | * | Raw integrate of latest perl | Nick Ing-Simmons | 1997-11-07 | 1 | -15/+0 |
| | |\ |
|
| | * | | Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris) | Nick Ing-Simmons | 1997-11-05 | 1 | -44/+44 |
| | * | | Integrate mainline @ 18:15 CST 31 Oct 1997 | Nick Ing-Simmons | 1997-11-01 | 1 | -12/+12 |
| | |\ \ |
|
| | * | | | Convert miniperl sources to ANSI C. Several passes of | Nick Ing-Simmons | 1997-10-31 | 1 | -45/+19 |
| * | | | | Fix up $@ (ERRSV now refers to GvSV(errgv) for non-threaded perl and | Malcolm Beattie | 1997-11-11 | 1 | -11/+11 |
| | |_|/
| |/| | |
|
* | | | | Remove runlevel. It was used to count how many runops() calls | Gurusamy Sarathy | 1997-11-10 | 1 | -4/+1 |
|/ / / |
|
* | | | Remove #ifdef DEPRECATED stuff: newXSUB, pp_entersubr, FREE_TMPS(). | Malcolm Beattie | 1997-11-06 | 1 | -15/+0 |
* | | | Per-thread magicals now stored in their own thr->magicals and keyed | Malcolm Beattie | 1997-11-06 | 1 | -1/+1 |
| |/
|/| |
|
* | | Half way through moving per-thread magicals into per-thread fields | Malcolm Beattie | 1997-10-31 | 1 | -12/+12 |
|/ |
|
* | Merge maint-5.004 branch (5.004_04) with mainline. | Malcolm Beattie | 1997-10-16 | 1 | -0/+1 |
|\ |
|
| * | Re: "perl -d" dumps core when loading syslog.ph | Tim Bunce | 1997-09-05 | 1 | -0/+1 |
* | | Merge maint-5.004 branch (5.004_03) with mainline. | Malcolm Beattie | 1997-10-08 | 1 | -4/+43 |
|\ \
| |/ |
|
| * | Some perldb -> PERLDB_* macro changes were missed | Ilya Zakharevich | 1997-09-05 | 1 | -2/+2 |
| * | [inseperable differences up to perl 5.004_02]perl-5.004_02 | Tim Bunce | 1997-08-07 | 1 | -2/+37 |
| * | $\1 and serious bug in evalling | Ilya Zakharevich | 1997-08-07 | 1 | -1/+2 |
| * | Win32 UNC path causes autoload to fail | Warren Jones | 1997-08-07 | 1 | -0/+3 |
* | | Merge maint-5.004 branch (5.004_01) with mainline. | Malcolm Beattie | 1997-09-30 | 1 | -1/+13 |
|\ \
| |/ |
|
| * | [differences between cumulative patch application and perl5.004_01]perl-5.004_01 | Tim Bunce | 1997-06-11 | 1 | -1/+13 |
| |\ |
|
| | * | Patch to show @INC when require dies | Jim Avera | 1997-06-11 | 1 | -0/+10 |
| |/ |
|
* | | Rewrite synchronisation of subs/methods and add attrs | Malcolm Beattie | 1997-09-09 | 1 | -2/+0 |
* | | Assorted changes for multi-threading (now works rather more). | Malcolm Beattie | 1997-08-11 | 1 | -8/+17 |
* | | Start support for fake threads. | Malcolm Beattie | 1997-07-24 | 1 | -2/+2 |
* | | Add missing reset of eval_owner if doeval() fails to parse. | Malcolm Beattie | 1997-07-24 | 1 | -0/+6 |
* | | Fix multiple problems with lexical @_. | Malcolm Beattie | 1997-07-17 | 1 | -6/+29 |
* | | Introduce pp_lock. | Malcolm Beattie | 1997-07-05 | 1 | -46/+0 |
* | | 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/+1 |
* | | Integrate thrperl 5.003->5.004. | Malcolm Beattie | 1997-05-26 | 1 | -19/+98 |
|\ \
| |/
|/| |
|
| * | Added programmer-level condition variables via "condpair" magic. | Malcolm Beattie | 1997-04-23 | 1 | -0/+46 |
| * | Tweaks to allow compilation without -DUSE_THREADS and fix | Malcolm Beattie | 1997-04-10 | 1 | -0/+4 |