summaryrefslogtreecommitdiff
path: root/pp_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* [win32] merge changes#989,990,992 from maintbranchGurusamy Sarathy1998-05-161-1/+1
* [win32] merge change#985 from maintbranchGurusamy Sarathy1998-05-161-19/+23
* [win32] merge change#905 from maintbranch, minor fixes to getGurusamy Sarathy1998-05-151-3/+8
* [win32] merge change#904 from maintbranchGurusamy Sarathy1998-05-141-1/+1
* [win32] merge change#896 from maintbranchGurusamy Sarathy1998-05-141-4/+3
* [win32] merge change#886 from maintbranchGurusamy Sarathy1998-05-141-3/+15
* [win32] protect sortcop from C<sort { sort { ... } ... } ...>Gurusamy Sarathy1998-05-091-2/+3
* [win32] fixes for various noises under PERL_DESTRUCT_LEVELGurusamy Sarathy1998-04-041-1/+3
* [win32] implement stack-of-stacks so that magic invocations don'tGurusamy Sarathy1998-04-031-13/+8
* [win32] change all 'sp' to 'SP' in code and in the docs. ExplicitlyGurusamy Sarathy1998-03-071-20/+20
* Compiling with OP_IN_REGISTERGisle Aas1998-03-051-0/+7
* print sort {-1} 1..10; hangsHans Mulder1998-03-051-2/+3
* Re: [PATCH 5.004_60] Fix goto-in-eval segfault (unwrapped!)Robin Houston1998-02-251-2/+12
* [win32] merge another maint patchGurusamy Sarathy1998-02-121-3/+4
* [win32] fix extra LEAVE when require failsGurusamy Sarathy1998-02-121-6/+7
* [win32] merge a maint patchGurusamy Sarathy1998-02-121-3/+4
* More Chip patches:Malcolm Beattie1998-02-061-5/+14
* Some Chip patches (some tweaked to match _5x source):Chip Salzenberg1998-02-061-4/+6
* [win32] integrate mainlineGurusamy Sarathy1998-02-031-1/+1
|\
| * Introduced thr->threadsvp and THREADSV() for faster per-threadMalcolm Beattie1998-02-021-1/+1
* | Gisle's av_unshift tweak, two small patches from chipNick Ing-Simmons1998-01-241-0/+11
* | tie array changes to core and testsNick Ing-Simmons1998-01-131-13/+13
|/
* Use Tom Horley's qsort for sorting:Hans Mulder1998-01-081-24/+688
* [win32] Sync yet another patch (this one manually edited):Gurusamy Sarathy1997-11-261-3/+6
* Fix minor thinkos in hv.c and pp_ctl.c. This is 5.004_55.Malcolm Beattie1997-11-251-4/+5
* Builds and passes all but english.t on win32 VC++Nick Ing-Simmons1997-11-221-1/+1
* ansiperl builds with Borland C++ againNick Ing-Simmons1997-11-221-1/+2
* Resolve ansiperl against win32Nick Ing-Simmons1997-11-221-8/+18
|\
| * $_ is now per-thread (rather a lot of changes). Only tested underMalcolm Beattie1997-11-211-8/+18
* | Basic integrate of lastest perl into ansiperlNick Ing-Simmons1997-11-211-31/+111
|\ \ | |/
| * Jumbo regexp patch applied (with minor fix-up tweaks):Ilya Zakharevich1997-11-191-29/+109
|/
* Integrate mainline changes into win32 branch. Now would be a good timeGurusamy Sarathy1997-11-141-25/+25
|\
| * Change CONTEXT to PERL_CONTEXT throughout source (since the #defineMalcolm Beattie1997-11-131-25/+25
* | Initial (untested) integration of mainline changes.Gurusamy Sarathy1997-11-111-87/+61
|\ \ | |/
| * Initial integration of ansi branch into mainline (untested).Malcolm Beattie1997-11-111-76/+50
| |\
| | * Reverse integrate Malcolm's chanes into localNick Ing-Simmons1997-11-071-11/+11
| | * Raw integrate of latest perlNick Ing-Simmons1997-11-071-15/+0
| | |\
| | * | Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)Nick Ing-Simmons1997-11-051-44/+44
| | * | Integrate mainline @ 18:15 CST 31 Oct 1997Nick Ing-Simmons1997-11-011-12/+12
| | |\ \
| | * | | Convert miniperl sources to ANSI C. Several passes ofNick Ing-Simmons1997-10-311-45/+19
| * | | | Fix up $@ (ERRSV now refers to GvSV(errgv) for non-threaded perl andMalcolm Beattie1997-11-111-11/+11
| | |_|/ | |/| |
* | | | Remove runlevel. It was used to count how many runops() callsGurusamy Sarathy1997-11-101-4/+1
|/ / /
* | | Remove #ifdef DEPRECATED stuff: newXSUB, pp_entersubr, FREE_TMPS().Malcolm Beattie1997-11-061-15/+0
* | | Per-thread magicals now stored in their own thr->magicals and keyedMalcolm Beattie1997-11-061-1/+1
| |/ |/|
* | Half way through moving per-thread magicals into per-thread fieldsMalcolm Beattie1997-10-311-12/+12
|/
* Merge maint-5.004 branch (5.004_04) with mainline.Malcolm Beattie1997-10-161-0/+1
|\
| * Re: "perl -d" dumps core when loading syslog.phTim Bunce1997-09-051-0/+1
* | Merge maint-5.004 branch (5.004_03) with mainline.Malcolm Beattie1997-10-081-4/+43
|\ \ | |/
| * Some perldb -> PERLDB_* macro changes were missedIlya Zakharevich1997-09-051-2/+2
| * [inseperable differences up to perl 5.004_02]perl-5.004_02Tim Bunce1997-08-071-2/+37