summaryrefslogtreecommitdiff
path: root/pp_hot.c
Commit message (Collapse)AuthorAgeFilesLines
* avoid reusing foreach itervar if magic got tacked onto itStephen McCamant1998-08-021-2/+6
| | | | | | Message-ID: <13758.36756.215424.719750@alias-2.pr.mcs.net> Subject: [PATCH] Re: pos() resetting changed with 5.005? p4raw-id: //depot/maint-5.005/perl@1682
* fix buggy detection of failed glob()Gurusamy Sarathy1998-08-011-1/+1
| | | p4raw-id: //depot/maint-5.005/perl@1674
* applied patch, add new message to perldetaStephen McCamant1998-07-221-0/+2
| | | | | | Message-Id: <13749.910.83378.949909@alias-2.pr.mcs.net> Subject: [PATCH] Band-aid patch for local($avhv->{a}) p4raw-id: //depot/perl@1619
* complete s/foo/PL_foo/ changes (all escaped cases identified withGurusamy Sarathy1998-07-201-1/+1
| | | | | | brute force search script). Result builds and passes all tests on Solaris. win32 and PERL_OBJECT are still untested. p4raw-id: //depot/perl@1578
* Add PL_ to merged fileNick Ing-Simmons1998-07-191-1/+1
| | | p4raw-id: //depot/ansiperl@1567
* Merge MainlineNick Ing-Simmons1998-07-191-3/+5
|\ | | | | p4raw-id: //depot/ansiperl@1566
| * fix flawed substitution-loop detection on zero-length matchesIlya Zakharevich1998-07-191-1/+3
| | | | | | | | | | | | Message-Id: <199807171755.NAA27720@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_72] Substitution loop in devel branch p4raw-id: //depot/perl@1560
| * make failed matches return empty list in list contextGurusamy Sarathy1998-07-191-2/+2
| | | | | | p4raw-id: //depot/perl@1542
* | PL_ scheme Builds under Minw32 - some SEGFAULT snagsNick Ing-Simmons1998-07-181-20/+20
| | | | | | p4raw-id: //depot/ansiperl@1537
* | PL_ stuff for threadsNick Ing-Simmons1998-07-181-53/+53
| | | | | | p4raw-id: //depot/ansiperl@1534
* | PL_ prefix to all perlvars, part1Nick Ing-Simmons1998-07-181-148/+148
|/ | | | | Builds and passes all tests at one limit i.e. -DPERL_GLOBAL_STRUCT p4raw-id: //depot/ansiperl@1532
* don't copy foreach itervar when no external refs existGisle Aas1998-07-151-10/+28
| | | | | | Message-ID: <m33ec3nbfm.fsf@furu.g.aas.no> Subject: Re: Testcase for 1..n closure change p4raw-id: //depot/perl@1508
* added patch, tweaked PERL_OBJECT thingsGraham Barr1998-07-131-0/+10
| | | | | | Message-Id: <19980712195747.C493@pobox.com> Subject: [ PATCH perl5.004_72] patch to add qr// p4raw-id: //depot/perl@1461
* Update os2's OS2::ProcessIlya Zakharevich1998-07-111-2/+11
| | | | | Message-Id: <199807112221.SAA03221@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@1441
* undo problematic change#1367Gurusamy Sarathy1998-07-091-8/+1
| | | | | p4raw-link: @1367 on //depot/perl: d426b052dee31c20224ef2893d5c969ad5a2c617 p4raw-id: //depot/perl@1398
* merge changes from maintbranch (1354, and relevant part of 1356); allGurusamy Sarathy1998-07-091-1/+3
| | | | | maintenance changes upto 1356 merged p4raw-id: //depot/perl@1397
* get it building again on win32Gurusamy Sarathy1998-07-091-5/+5
| | | p4raw-id: //depot/perl@1394
* add patch for C<use re 'debug'>Ilya Zakharevich1998-07-081-5/+5
| | | | | | 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-1/+8
| | | | | Message-ID: <m3k95qm1pg.fsf@furu.g.aas.no> p4raw-id: //depot/perl@1367
* fix accidental RE-de-optimizationGurusamy Sarathy1998-07-071-1/+1
| | | | | | | | | | | | | From: larry@wall.org (Larry Wall) Date: Mon, 6 Jul 1998 17:49:31 -0700 Message-Id: <199807070049.RAA23475@wall.org> Subject: Re: before you deluge us with patches -- From: Ilya Zakharevich <ilya@math.ohio-state.edu> Date: Tue, 7 Jul 1998 03:10:56 -0400 (EDT) Message-Id: <199807070710.DAA25399@monk.mps.ohio-state.edu> Subject: Re: before you deluge us with patches p4raw-id: //depot/perl@1359
* Evaluation of AVHVs in scalar contextGisle Aas1998-07-071-1/+2
| | | | | Message-ID: <m33ecedaxx.fsf@furu.g.aas.no> p4raw-id: //depot/perl@1358
* patchlevel up to 5.004_70, various tweaksGurusamy Sarathy1998-07-051-2/+6
| | | | | | | | * 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
* fix C<local $tied{foo} = $tied{foo}>, add testsGurusamy Sarathy1998-07-041-4/+22
| | | p4raw-id: //depot/perl@1307
* fixes for mortalization bug in xsubpp, other efficiency tweaksJoshua Pritikin1998-07-041-1/+1
| | | | | | Message-Id: <H00000e500086fb3@MHS> Subject: [PATCH _69] sv_2mortal fix p4raw-id: //depot/perl@1306
* allow a flags args to fbm_instr() for future needsIlya Zakharevich1998-07-041-2/+2
| | | | | | Message-Id: <199807020749.DAA12379@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_68] mORE FBM_ CHANGES FOR FUTURE p4raw-id: //depot/perl@1297
* merge changes#1210,1211,1270 from maintbranchGurusamy Sarathy1998-07-041-3/+9
| | | | | | | 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
* fix C<@a = (%a = 1)> bizarrenessGurusamy Sarathy1998-07-011-9/+23
| | | p4raw-id: //depot/perl@1272
* Optimize foreach (1..1000000)Gisle Aas1998-06-281-0/+25
| | | | | Message-ID: <m3lnqmwt93.fsf@furu.g.aas.no> p4raw-id: //depot/perl@1239
* Avoid temporaries on recursionIlya Zakharevich1998-06-221-3/+13
| | | | | Message-Id: <199806210145.VAA21629@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@1187
* merge relevant portions from maintbranch change#1155Gurusamy Sarathy1998-06-221-2/+6
| | | | | p4raw-link: @1155 on //depot/maint-5.004/perl: c7664d5b6ade225b1576289e62712eec26808f84 p4raw-id: //depot/perl@1186
* [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 changes (untested)Gurusamy Sarathy1998-05-181-29/+41
|\ | | | | p4raw-id: //depot/asperl@1010
| * [win32] fix misplaced SPAGAIN that caused successful s/// to fail toGurusamy Sarathy1998-05-161-1/+1
| | | | | | | | | | return a value on the stack p4raw-id: //depot/win32/perl@1000
| * [win32] merge changes#906,907,909,910 from maintbranchGurusamy Sarathy1998-05-151-0/+1
| | | | | | | | | | | | | | | | p4raw-link: @910 on //depot/maint-5.004/perl: ae941ac0da8f453f0d31df7b7293e50b3e5a46f1 p4raw-link: @909 on //depot/maint-5.004/perl: 8b3d696ffd11cf2e49f6eaa575b829ab0a55352d p4raw-link: @907 on //depot/maint-5.004/perl: 3cb3c1abada5765ba4166ebe59e2e20d737ec21b p4raw-link: @906 on //depot/maint-5.004/perl: ae389c8a29b487f4434c465442dfb611507a4a38 p4raw-id: //depot/win32/perl@977
| * [win32] merge change#905 from maintbranch, minor fixes to getGurusamy Sarathy1998-05-151-11/+13
| | | | | | | | | | | | | | clean build+test on Solaris p4raw-link: @905 on //depot/maint-5.004/perl: 15e73149a8419f18d739227762eab108524cec56 p4raw-id: //depot/win32/perl@976
| * [win32] integrate mainlineGurusamy Sarathy1998-05-141-2/+3
| | | | | | p4raw-id: //depot/win32/perl@973
| * [win32] merge change#886 from maintbranchGurusamy Sarathy1998-05-141-15/+23
| | | | | | | | | | p4raw-link: @886 on //depot/maint-5.004/perl: 6dba07070c2cb08ffbc6e00eff60e8f5fc9a7ee8 p4raw-id: //depot/win32/perl@936
* | [asperl] add AS patch#17Gurusamy Sarathy1998-04-211-1/+1
| | | | | | p4raw-id: //depot/asperl@893
* | [asperl] integrate mainline changesGurusamy Sarathy1998-04-081-3/+13
|\ \ | |/ | | p4raw-id: //depot/asperl@884
| * Re: Odd number of elements in hash list.Tom Phoenix1998-04-021-2/+9
| | | | | | p4raw-id: //depot/perl@858
| * Re: doc: perlrun typo Stephen Potter1998-04-021-2/+2
| | | | | | | | | | | | | | Date: Wed, 18 Mar 1998 10:06:55 -0600 Subject: Re: [PATCH 5.004_63] PerlLIO abstraction cleanup Date: Tue, 24 Mar 1998 21:20:51 -0600 p4raw-id: //depot/perl@842
| * Bump patchlevel.h to 63.Malcolm Beattie1998-03-161-13/+13
| |\ | | | | | | p4raw-id: //depot/perl@822
| * | VMS updates (direct)Charles Bailey1998-03-161-1/+4
| | | | | | | | | | | | | | | | | | [Needed manual tweaks on vms/config.vms since it clashed with other patches. I may have got it wrong.] p4raw-id: //depot/perl@817
* | | [asperl] add a part of AS patch#14, backout incomplete variableGurusamy Sarathy1998-03-171-111/+111
| | | | | | | | | | | | | | | 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-111/+111
| | | | | | | | | | | | | | | (passes all tests when built under PERL_OBJECT) p4raw-id: //depot/asperl@809
* | | [win32] integrate mainline changesGurusamy Sarathy1998-03-071-15/+15
|\ \ \ | | |/ | |/| p4raw-id: //depot/asperl@799
| * | [win32] change all 'sp' to 'SP' in code and in the docs. ExplicitlyGurusamy Sarathy1998-03-071-13/+13
| |/ | | | | | | | | | | 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
| * [win32] this one with adjusted test numbersStephen McCamant1998-03-021-2/+2
| | | | | | | | | | | | Message-Id: <m0xjWFq-000EZeC@alias-2.pr.mcs.net> Subject: [PERL] [PATCH] Fix local $a[0] and local $h{a} p4raw-id: //depot/win32/perl@614
* | [asperl] bring ASPerl uptodate with mainline changesGurusamy Sarathy1998-02-141-2/+0
|\ \ | |/ | | p4raw-id: //depot/asperl@524
| * _58: wantarray in void context brokenNorton T. Allen1998-02-131-2/+0
| | | | | | p4raw-id: //depot/perl@517