summaryrefslogtreecommitdiff
path: root/pp_ctl.c
Commit message (Collapse)AuthorAgeFilesLines
* support OE/MVSJarkko Hietaniemi1998-08-021-5/+3
| | | | | | Message-Id: <199808010903.MAA09371@alpha.hut.fi> Subject: [PATCH] 5.005_01: OE MVS p4raw-id: //depot/maint-5.005/perl@1697
* fix off-by-one in change#623 that broke lexical lookups in eval''Gurusamy Sarathy1998-07-211-1/+1
| | | | | p4raw-link: @623 on //depot/maint-5.004/perl: e811c00b2f4acecfa354c70062bc82a1157cebc4 p4raw-id: //depot/perl@1614
* part 1 of PERL_OBJECT fixes for new var namesGurusamy Sarathy1998-07-211-1/+1
| | | p4raw-id: //depot/perl@1607
* Compile (?{}) into a correct packageIlya Zakharevich1998-07-211-0/+4
| | | | | Message-Id: <199807192216.SAA10482@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@1601
* complete s/foo/PL_foo/ changes (all escaped cases identified withGurusamy Sarathy1998-07-201-14/+14
| | | | | | brute force search script). Result builds and passes all tests on Solaris. win32 and PERL_OBJECT are still untested. p4raw-id: //depot/perl@1578
* integrate ansi branch to get s/foo/PL_foo/ changesGurusamy Sarathy1998-07-201-391/+391
|\ | | | | p4raw-id: //depot/perl@1575
| * PL_ stuff for threadsNick Ing-Simmons1998-07-181-93/+93
| | | | | | p4raw-id: //depot/ansiperl@1534
| * PL_ prefix to all perlvars, part1Nick Ing-Simmons1998-07-181-305/+305
| | | | | | | | | | Builds and passes all tests at one limit i.e. -DPERL_GLOBAL_STRUCT p4raw-id: //depot/ansiperl@1532
* | fix C<$1 .. $2> coredump under debuggerGurusamy Sarathy1998-07-201-0/+1
|/ | | p4raw-id: //depot/perl@1574
* typecast long vs. IV compares in pp_flip/pp_flopGurusamy Sarathy1998-07-151-2/+2
| | | p4raw-id: //depot/perl@1509
* make RE engine threadsafe; -Dusethreads builds, tests on Solaris,Gurusamy Sarathy1998-07-121-0/+1
| | | | | | and runs regexes in 1000s of threads without crashing; also fixed statcache not being thread-local p4raw-id: //depot/perl@1448
* fix pp_caller() to fully traverse stacklevelsGurusamy Sarathy1998-07-121-11/+28
| | | p4raw-id: //depot/perl@1445
* add patch, along with all the missing bits, and doc tweaksIlya Zakharevich1998-07-111-0/+12
| | | | | | Message-Id: <199807092247.SAA06314@monk.mps.ohio-state.edu> Subject: Re: [PATCH 5.004_71] Secure RE update p4raw-id: //depot/perl@1444
* misc tweaks to docs and qsortsv() warningGurusamy Sarathy1998-07-101-1/+1
| | | p4raw-id: //depot/perl@1405
* undo problematic change#1367Gurusamy Sarathy1998-07-091-1/+0
| | | | | p4raw-link: @1367 on //depot/perl: d426b052dee31c20224ef2893d5c969ad5a2c617 p4raw-id: //depot/perl@1398
* get it building again on win32Gurusamy Sarathy1998-07-091-2/+2
| | | p4raw-id: //depot/perl@1394
* add patch for C<use re 'debug'>Ilya Zakharevich1998-07-081-2/+2
| | | | | | Message-Id: <199807070224.WAA10318@monk.mps.ohio-state.edu> Subject: Re: _70 and Devel::RE p4raw-id: //depot/perl@1371
* Faster foreach integer rangeGisle Aas1998-07-081-0/+1
| | | | | Message-ID: <m3k95qm1pg.fsf@furu.g.aas.no> p4raw-id: //depot/perl@1367
* rename s/\bSI_/PERLSI_/ to avoid collisions with sysinfo headersGurusamy Sarathy1998-07-061-2/+2
| | | p4raw-id: //depot/perl@1339
* patchlevel up to 5.004_70, various tweaksGurusamy Sarathy1998-07-051-10/+9
| | | | | | | | * fix taint problems due to maintbranch regression * PERL_OBJECT now builds again * deal with C++ strong-typing problems in hv.c * fix mismatch in "reserved word" diagnostic p4raw-id: //depot/perl@1311
* merge changes#1210,1211,1270 from maintbranchGurusamy Sarathy1998-07-041-3/+13
| | | | | | | p4raw-link: @1270 on //depot/maint-5.004/perl: 413603941653f55130af336b8e990052b26673a6 p4raw-link: @1211 on //depot/maint-5.004/perl: 247620c138019426962998dd7edc0157874220f0 p4raw-link: @1210 on //depot/maint-5.004/perl: 4522f71f5c16bf8892b1952004accec53aab868e p4raw-id: //depot/perl@1277
* added patch for overloading constants, made PERL_OBJECT-awareIlya Zakharevich1998-06-291-3/+3
| | | | | Message-Id: <199806270328.XAA21088@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@1259
* applied patch, tweak for threads awarenessAlbert Dvornik1998-06-291-0/+22
| | | | | | Subject: [PATCH]5.004_04-m4 (CORE) fix for broken "goto &xsub" Message-Id: <tq4sxawf2h.fsf@puma.genscan.com> p4raw-id: //depot/perl@1257
* PUSHSTACK renovationJoshua Pritikin1998-06-281-3/+3
| | | | | Message-Id: <H00000e500081d23@MHS> p4raw-id: //depot/perl@1254
* Optimize foreach (1..1000000)Gisle Aas1998-06-281-5/+20
| | | | | Message-ID: <m3lnqmwt93.fsf@furu.g.aas.no> p4raw-id: //depot/perl@1239
* Avoid temporaries on recursionIlya Zakharevich1998-06-221-4/+16
| | | | | Message-Id: <199806210145.VAA21629@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@1187
* back out problematic change#1105, tweak perlsub.podGurusamy Sarathy1998-06-181-3/+2
| | | | | p4raw-link: @1105 on //depot/perl: e2d46a1de163ba101bb4392a8fa6d97ca3c9a323 p4raw-id: //depot/perl@1146
* back out previous change (it breaks PERL_OBJECT)Gurusamy Sarathy1998-06-151-7/+7
| | | p4raw-id: //depot/perl@1136
* added patch, fixed typo, reworked documentationJoshua Pritikin1998-06-151-7/+7
| | | | | | Message-Id: <H00000e500071aa3@MHS> Subject: [PATCH 5.004_66] JMPENV! p4raw-id: //depot/perl@1135
* Applied patch, followed by tweaks to *.sym and `perl embed.pl`Ilya Zakharevich1998-06-101-2/+3
| | | | | | Message-Id: <199806090216.WAA02041@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_66] Resend of RE cache patch (modified) p4raw-id: //depot/perl@1105
* [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