summaryrefslogtreecommitdiff
path: root/pp_ctl.c
Commit message (Collapse)AuthorAgeFilesLines
* [win32] add AS patch#26 (rename THIS to PERL_OBJEC_THIS to avoid clashGurusamy Sarathy1998-06-051-1/+1
| | | | | with the xsubpp-generated symbol) p4raw-id: //depot/win32/perl@1075
* [asperl] integrate mainline changesGurusamy Sarathy1998-05-291-1/+1
|\ | | | | p4raw-id: //depot/asperl@1055
| * [win32] merge change#1011 from maintbranchGurusamy Sarathy1998-05-231-1/+1
| | | | | | | | | | p4raw-link: @1011 on //depot/maint-5.004/perl: b1b8a6f107d7c2d590be5dde4bedaf8d36872c82 p4raw-id: //depot/win32/perl@1027
* | [asperl] integrate mainline changes (untested)Gurusamy Sarathy1998-05-181-34/+57
|\ \ | |/ | | p4raw-id: //depot/asperl@1010
| * [win32] more whitespace tweaks from maintbranchGurusamy Sarathy1998-05-181-2/+4
| | | | | | p4raw-id: //depot/win32/perl@1009
| * [win32] merge changes#989,990,992 from maintbranchGurusamy Sarathy1998-05-161-1/+1
| | | | | | | | | | | | | | p4raw-link: @992 on //depot/maint-5.004/perl: 939cd61b8f2cacc306672f95f1fdd75c8a467988 p4raw-link: @990 on //depot/maint-5.004/perl: 8025562d4dc1786ce758f6f408dd237fc4eca71e p4raw-link: @989 on //depot/maint-5.004/perl: 7ba7701dce644462ff1139b413d24e4f7004bf2e p4raw-id: //depot/win32/perl@1004
| * [win32] merge change#985 from maintbranchGurusamy Sarathy1998-05-161-19/+23
| | | | | | | | | | p4raw-link: @985 on //depot/maint-5.004/perl: cb99a88456c6181881501e9f4881bc3d3d3e919e p4raw-id: //depot/win32/perl@1002
| * [win32] merge change#905 from maintbranch, minor fixes to getGurusamy Sarathy1998-05-151-3/+8
| | | | | | | | | | | | | | clean build+test on Solaris p4raw-link: @905 on //depot/maint-5.004/perl: 15e73149a8419f18d739227762eab108524cec56 p4raw-id: //depot/win32/perl@976
| * [win32] merge change#904 from maintbranchGurusamy Sarathy1998-05-141-1/+1
| | | | | | | | | | p4raw-link: @904 on //depot/maint-5.004/perl: 0af7994b889ad0dfcacb011f16f9e3c77a9292b9 p4raw-id: //depot/win32/perl@975
| * [win32] merge change#896 from maintbranchGurusamy Sarathy1998-05-141-4/+3
| | | | | | | | | | p4raw-link: @896 on //depot/maint-5.004/perl: 0562b9ae2b0eff79632fc0164c13c34c06a019e2 p4raw-id: //depot/win32/perl@938
| * [win32] merge change#886 from maintbranchGurusamy Sarathy1998-05-141-3/+15
| | | | | | | | | | p4raw-link: @886 on //depot/maint-5.004/perl: 6dba07070c2cb08ffbc6e00eff60e8f5fc9a7ee8 p4raw-id: //depot/win32/perl@936
| * [win32] protect sortcop from C<sort { sort { ... } ... } ...>Gurusamy Sarathy1998-05-091-2/+3
| | | | | | | | | | | | Message-Id: <199805082333.TAA06287@aatma.engin.umich.edu> Subject: [PATCH] Re: double recursion in sort p4raw-id: //depot/win32/perl@918
* | [asperl] add AS patch#17Gurusamy Sarathy1998-04-211-1/+1
| | | | | | p4raw-id: //depot/asperl@893
* | [asperl] integrate mainline changesGurusamy Sarathy1998-04-081-13/+10
|\ \ | |/ | | p4raw-id: //depot/asperl@884
| * [win32] fixes for various noises under PERL_DESTRUCT_LEVELGurusamy Sarathy1998-04-041-1/+3
| | | | | | p4raw-id: //depot/win32/perl@878
| * [win32] implement stack-of-stacks so that magic invocations don'tGurusamy Sarathy1998-04-031-13/+8
| | | | | | | | | | invalidate local stack pointer p4raw-id: //depot/win32/perl@864
* | [asperl] add a part of AS patch#14, backout incomplete variableGurusamy Sarathy1998-03-171-30/+30
| | | | | | | | | | name changes for gcc. Builds and tests under VC/BC once again. p4raw-id: //depot/asperl@830
* | [asperl] various changes to get asperl working under BorlandGurusamy Sarathy1998-03-161-32/+34
| | | | | | | | | | (passes all tests when built under PERL_OBJECT) p4raw-id: //depot/asperl@809
* | [win32] integrate mainline changesGurusamy Sarathy1998-03-071-22/+30
|\ \ | |/ | | p4raw-id: //depot/asperl@799
| * [win32] change all 'sp' to 'SP' in code and in the docs. ExplicitlyGurusamy Sarathy1998-03-071-20/+20
| | | | | | | | | | | | mention that local stack pointer should be called SP. This makes the API safer from source incompatibilities down the line. p4raw-id: //depot/win32/perl@795
| * Compiling with OP_IN_REGISTERGisle Aas1998-03-051-0/+7
| | | | | | p4raw-id: //depot/perl@782
| * print sort {-1} 1..10; hangsHans Mulder1998-03-051-2/+3
| | | | | | p4raw-id: //depot/perl@773
* | [asperl] integrate mainline changesGurusamy Sarathy1998-03-011-2/+12
|\ \ | |/ | | p4raw-id: //depot/asperl@607
| * Re: [PATCH 5.004_60] Fix goto-in-eval segfault (unwrapped!)Robin Houston1998-02-251-2/+12
| | | | | | p4raw-id: //depot/perl@582
* | [asperl] bring ASPerl uptodate with mainline changesGurusamy Sarathy1998-02-141-12/+15
|\ \ | |/ | | p4raw-id: //depot/asperl@524
| * [win32] merge another maint patchGurusamy Sarathy1998-02-121-3/+4
| | | | | | | | | | | | Message-Id: <199802102349.SAA16001@aatma.engin.umich.edu> Subject: Re: after an eval-ed bad require, requiring a string ref gives a SEGV p4raw-id: //depot/win32/perl@500
| * [win32] fix extra LEAVE when require failsGurusamy Sarathy1998-02-121-6/+7
| | | | | | | | | | | | Message-Id: <199802102321.SAA15346@aatma.engin.umich.edu> Subject: Re: evals and requires make seg-fault with bad require file p4raw-id: //depot/win32/perl@498
| * [win32] merge a maint patchGurusamy Sarathy1998-02-121-3/+4
| | | | | | | | | | | | Message-Id: <199802110515.AAA23700@aatma.engin.umich.edu> Subject: Re: "local" can crash perl-4.00[34] on Solaris-x86 & FreeBSD p4raw-id: //depot/win32/perl@497
* | [asperl] added AS patch#5 (patch #4 was intentionally skipped afterGurusamy Sarathy1998-02-141-4/+0
| | | | | | | | | | discussion) p4raw-id: //depot/asperl@521
* | [asperl] integrate win32 branch contentsGurusamy Sarathy1998-02-091-10/+21
|\ \ | |/ | | p4raw-id: //depot/asperl@493
| * More Chip patches:Malcolm Beattie1998-02-061-5/+14
| | | | | | | | | | | | | | | | | | | | Subject: [PATCH] Fix SEGV from combining caller and C<package;> Date: Thu, 5 Feb 1998 21:47:50 -0500 (EST) Subject: [PATCH] Fix line numbers after here documents in eval STRING Date: Thu, 5 Feb 1998 21:50:08 -0500 (EST) Subject: [PATCH] Make recursive lexical analysis more robust Date: Thu, 5 Feb 1998 21:57:02 -0500 (EST) p4raw-id: //depot/perl@464
| * Some Chip patches (some tweaked to match _5x source):Chip Salzenberg1998-02-061-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Subject: [PATCH] local leakage Date: Tue, 3 Feb 1998 09:16:50 -0500 (EST) Subject: [PATCH] NULs in patterns Date: Wed, 4 Feb 1998 01:33:51 -0500 (EST) Subject: [PATCH] Configure on PerlIO Date: Wed, 4 Feb 1998 01:38:43 -0500 (EST) Subject: [PATCH] Avoid core dump on package alias Date: Wed, 4 Feb 1998 15:38:42 -0500 (EST) Subject: [PATCH] Fix name of $Foo::{'Bar::'} Date: Wed, 4 Feb 1998 16:37:51 -0500 (EST) p4raw-id: //depot/perl@462
| * [win32] integrate mainlineGurusamy Sarathy1998-02-031-1/+1
| |\ | | | | | | p4raw-id: //depot/win32/perl@455
| | * Introduced thr->threadsvp and THREADSV() for faster per-threadMalcolm Beattie1998-02-021-1/+1
| | | | | | | | | | | | | | | | | | | | | variables. Moved threadnum to a per-interpreter variable and made dTHR and lock/unlock of sv_mutex bypass the get/lock unless more than one thread may be running. Minor tweaks to Thread.xs. p4raw-id: //depot/perl@453
* | | [asperl] added AS patch#3Douglas Lankshear1998-02-011-27/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-Id: <01BD2EF2.53433A40.dougl@ActiveState.com> To: "'Gurusamy Sarathy'" <gsar@umich.edu> Here's an additional diff against //depot/asperl The field name mg_length was changed back to mg_len The function name mg_len was change to mg_length The need for sort_mutex removed thanks to the code derived from Tom Horsley's work. -- Doug p4raw-id: //depot/asperl@451
* | | [asperl] various tweaksGurusamy Sarathy1998-01-301-8/+2
| | | | | | | | | | | | | | | | | | - add new functions to proto.h - fix up makefile.mk for $(OBJECT) p4raw-id: //depot/asperl@450
* | | [asperl] fix up missing patches from AS patch#2Gurusamy Sarathy1998-01-301-8/+8
| | | | | | | | | p4raw-id: //depot/asperl@449
* | | [asperl] initial merge of latest win32 branch into ASPerlGurusamy Sarathy1998-01-301-48/+723
|\ \ \ | |/ / | | | p4raw-id: //depot/asperl@445
| * | Gisle's av_unshift tweak, two small patches from chipNick Ing-Simmons1998-01-241-0/+11
| | | | | | | | | | | | | | | | | | and check for NULL in hv_delete in case '~' and tie magic are present p4raw-id: //depot/ansiperl@438
| * | tie array changes to core and testsNick Ing-Simmons1998-01-131-13/+13
| |/ | | | | p4raw-id: //depot/ansiperl@418
| * Use Tom Horley's qsort for sorting:Hans Mulder1998-01-081-24/+688
| | | | | | | | | | Subject: Re: [PATCH for 5.004_56] Re: op/sort.t hangs under Solaris 2.5 p4raw-id: //depot/perl@409
* | [asperl] added AS patch#2Gurusamy Sarathy1998-01-301-24/+60
|/ | | p4raw-id: //depot/asperl@443
* [win32] Sync yet another patch (this one manually edited):Gurusamy Sarathy1997-11-261-3/+6
| | | | | | Message-Id: <199710290251.VAA14362@aatma.engin.umich.edu> Subject: [PATCH] Re: local($@) gives core dump p4raw-id: //depot/win32/perl@308
* Fix minor thinkos in hv.c and pp_ctl.c. This is 5.004_55.Malcolm Beattie1997-11-251-4/+5
| | | p4raw-id: //depot/perl@301
* Builds and passes all but english.t on win32 VC++Nick Ing-Simmons1997-11-221-1/+1
| | | p4raw-id: //depot/ansiperl@281
* ansiperl builds with Borland C++ againNick Ing-Simmons1997-11-221-1/+2
| | | p4raw-id: //depot/ansiperl@280
* Resolve ansiperl against win32Nick Ing-Simmons1997-11-221-8/+18
|\ | | | | p4raw-id: //depot/ansiperl@278
| * $_ is now per-thread (rather a lot of changes). Only tested underMalcolm Beattie1997-11-211-8/+18
| | | | | | | | | | *-linux-thread at the moment. p4raw-id: //depot/perl@274
* | Basic integrate of lastest perl into ansiperlNick Ing-Simmons1997-11-211-31/+111
|\ \ | |/ | | p4raw-id: //depot/ansiperl@272
| * Jumbo regexp patch applied (with minor fix-up tweaks):Ilya Zakharevich1997-11-191-29/+109
|/ | | | | Subject: Version 7 of Jumbo RE patch available p4raw-id: //depot/perl@267