summaryrefslogtreecommitdiff
path: root/pp_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * $\1 and serious bug in evallingIlya Zakharevich1997-08-071-1/+2
| * Win32 UNC path causes autoload to failWarren Jones1997-08-071-0/+3
* | Merge maint-5.004 branch (5.004_01) with mainline.Malcolm Beattie1997-09-301-1/+13
|\ \ | |/
| * [differences between cumulative patch application and perl5.004_01]perl-5.004_01Tim Bunce1997-06-111-1/+13
| |\
| | * Patch to show @INC when require diesJim Avera1997-06-111-0/+10
| |/
* | Rewrite synchronisation of subs/methods and add attrsMalcolm Beattie1997-09-091-2/+0
* | Assorted changes for multi-threading (now works rather more).Malcolm Beattie1997-08-111-8/+17
* | Start support for fake threads.Malcolm Beattie1997-07-241-2/+2
* | Add missing reset of eval_owner if doeval() fails to parse.Malcolm Beattie1997-07-241-0/+6
* | Fix multiple problems with lexical @_.Malcolm Beattie1997-07-171-6/+29
* | Introduce pp_lock.Malcolm Beattie1997-07-051-46/+0
* | Support for op in global register (still buggy)Malcolm Beattie1997-07-011-1/+1
* | More fixups for thrperl integration.Malcolm Beattie1997-06-051-0/+1
* | Integrate thrperl 5.003->5.004.Malcolm Beattie1997-05-261-19/+98
|\ \ | |/ |/|
| * Added programmer-level condition variables via "condpair" magic.Malcolm Beattie1997-04-231-0/+46
| * Tweaks to allow compilation without -DUSE_THREADS and fixMalcolm Beattie1997-04-101-0/+4
| * Initial 3-way merge from (5.001m, thr1m, 5.003) plus fixups.Malcolm Beattie1997-03-281-18/+48
* | [inseparable changes from match from perl-5.003_99a to perl5.004]Perl 5 Porters1997-05-161-5/+76
* | Fix wantarray() in sort subs [fixes metaconfig]Chip Salzenberg1997-05-081-5/+17
* | Handle tainted values in lists returned from subs, evalsChip Salzenberg1997-05-011-9/+26
* | [inseparable changes from match from perl-5.003_97h to perl-5.003_97i]Perl 5 Porters1997-04-251-16/+24
* | [inseparable changes from match from perl-5.003_97g to perl-5.003_97h]Perl 5 Porters1997-04-231-39/+42