summaryrefslogtreecommitdiff
path: root/pp.c
Commit message (Collapse)AuthorAgeFilesLines
* [asperl] integrate mainline changesGurusamy Sarathy1998-05-291-1/+1
|\ | | | | p4raw-id: //depot/asperl@1055
| * [win32] merge change#1015 from maintbranch (must revisit 1014 later, isGurusamy Sarathy1998-05-231-1/+1
| | | | | | | | | | | | | | incomplete) p4raw-link: @1015 on //depot/maint-5.004/perl: 64d1d4c7d00380b54e18db9c0a16ddef0f41b0a2 p4raw-id: //depot/win32/perl@1029
* | [asperl] integrate mainline changes (untested)Gurusamy Sarathy1998-05-181-13/+73
|\ \ | |/ | | p4raw-id: //depot/asperl@1010
| * [win32] merge changes#906,907,909,910 from maintbranchGurusamy Sarathy1998-05-151-3/+15
| | | | | | | | | | | | | | | | 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#897 from maintbranchGurusamy Sarathy1998-05-141-6/+30
| | | | | | | | | | p4raw-link: @897 on //depot/maint-5.004/perl: f06f9b6fc5a686f0169ee2a91b32d5e7125a44ae p4raw-id: //depot/win32/perl@974
| * [win32] integrate mainlineGurusamy Sarathy1998-05-141-1/+1
| | | | | | p4raw-id: //depot/win32/perl@973
| * [win32] merge change#896 from maintbranchGurusamy Sarathy1998-05-141-1/+20
| | | | | | | | | | p4raw-link: @896 on //depot/maint-5.004/perl: 0562b9ae2b0eff79632fc0164c13c34c06a019e2 p4raw-id: //depot/win32/perl@938
| * [win32] fix C<print "foo ${\()}"> (pp_refgen fumbles when G_SCALAR, no args)Gurusamy Sarathy1998-05-071-2/+7
| | | | | | p4raw-id: //depot/win32/perl@916
* | [asperl] integrate mainline changesGurusamy Sarathy1998-04-081-5/+11
|\ \ | |/ | | p4raw-id: //depot/asperl@884
| * Re: Odd number of elements in hash list.Tom Phoenix1998-04-021-1/+1
| | | | | | p4raw-id: //depot/perl@858
| * Stale SP in pp_substrStephen McCamant1998-04-021-0/+2
| | | | | | p4raw-id: //depot/perl@848
| * Andy Dougherty's configuration patches (Config_63-01 up to 04).Malcolm Beattie1998-04-021-1/+5
| | | | | | p4raw-id: //depot/perl@845
| * Bump patchlevel.h to 63.Malcolm Beattie1998-03-161-4/+4
| |\ | | | | | | p4raw-id: //depot/perl@822
| * | VMS updates (direct)Charles Bailey1998-03-161-3/+3
| | | | | | | | | | | | | | | | | | [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-22/+22
| | | | | | | | | | | | | | | 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-22/+22
| | | | | | | | | | | | | | | (passes all tests when built under PERL_OBJECT) p4raw-id: //depot/asperl@809
* | | [win32] integrate mainline changesGurusamy Sarathy1998-03-071-6/+6
|\ \ \ | | |/ | |/| p4raw-id: //depot/asperl@799
| * | [win32] change all 'sp' to 'SP' in code and in the docs. ExplicitlyGurusamy Sarathy1998-03-071-4/+4
| |/ | | | | | | | | | | 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] integrate mainline changesGurusamy Sarathy1998-03-011-3/+7
|\ \ | |/ | | p4raw-id: //depot/asperl@607
| * Re: ANNOUNCE: perl5.004_60 Configure patch is availableAndy Dougherty1998-02-251-3/+7
| | | | | | p4raw-id: //depot/perl@575
* | [asperl] integrate latest win32 branchGurusamy Sarathy1998-02-221-2/+1
|\ \ | |/ | | p4raw-id: //depot/asperl@569
| * Missing PUSHMARK in unshift TIEARRAY hookNick Ing-Simmons1998-02-161-2/+1
| | | | | | p4raw-id: //depot/perl@528
* | [asperl] integrate win32 branch contentsGurusamy Sarathy1998-02-091-2/+47
|\ \ | |/ | | p4raw-id: //depot/asperl@493
| * Re: 5.004_04 vec() fails with 32-bit valuesM. J. T. Guy1998-02-061-1/+1
| | | | | | p4raw-id: //depot/perl@471
| * 5.004_56: patch for `use Fatal' againIlya Zakharevich1998-02-061-0/+45
| | | | | | p4raw-id: //depot/perl@467
| * [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-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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] initial merge of latest win32 branch into ASPerlGurusamy Sarathy1998-01-301-105/+183
|\ \ \ | |/ / | | | p4raw-id: //depot/asperl@445
| * | [win32] foo() -> PerlGroup_foo() patch from ActiveStateGurusamy Sarathy1998-01-191-6/+6
| | | | | | | | | p4raw-id: //depot/win32/perl@433
| * | First working TIEARRAY and other misc tie fixesNick Ing-Simmons1998-01-151-100/+101
| | | | | | | | | p4raw-id: //depot/ansiperl@426
| * | Not working yet - split problems ...Nick Ing-Simmons1998-01-141-20/+51
| | | | | | | | | p4raw-id: //depot/ansiperl@425
| * | TIEARRAY updates - almost works ...Nick Ing-Simmons1998-01-141-20/+27
| | | | | | | | | p4raw-id: //depot/ansiperl@424
| * | tie array changes to core and testsNick Ing-Simmons1998-01-131-16/+55
| |/ | | | | p4raw-id: //depot/ansiperl@418
* | [asperl] added AS patch#2Gurusamy Sarathy1998-01-301-21/+23
| | | | | | p4raw-id: //depot/asperl@443
* | [asperl] Created new branch from win32@396, added AS patch#1Gurusamy Sarathy1998-01-301-6/+6
|/ | | | | p4raw-link: @396 on //depot/win32/perl: e7152ba2733b9227708ca768b222144415c13c66 p4raw-id: //depot/asperl@441
* Lots of VMS changes. vms/gen_shrfls.pl (which parses header files)Charles Bailey1997-12-171-1/+1
| | | | | | needs rewriting now that we use perlvars.h and foovar.h: Subject: [PATCH] 5.004_54 under VMS (fwd) p4raw-id: //depot/perl@374
* Fix not-reached warning for pp_threadsv.Malcolm Beattie1997-12-171-1/+1
| | | p4raw-id: //depot/perl@367
* $_ is now per-thread (rather a lot of changes). Only tested underMalcolm Beattie1997-11-211-7/+4
| | | | | *-linux-thread at the moment. p4raw-id: //depot/perl@274
* Jumbo regexp patch applied (with minor fix-up tweaks):Ilya Zakharevich1997-11-191-7/+18
| | | | | Subject: Version 7 of Jumbo RE patch available p4raw-id: //depot/perl@267
* Fix up ansiperl integration. Back to passing all expected testsMalcolm Beattie1997-11-111-1/+1
| | | | | with usethreads. Untested with non-threaded perl. p4raw-id: //depot/perl@231
* Initial integration of ansi branch into mainline (untested).Malcolm Beattie1997-11-111-141/+140
|\ | | | | p4raw-id: //depot/perl@230
| * Merge changes as of 18:00 CSTNick Ing-Simmons1997-11-071-1/+1
| |\ | | | | | | p4raw-id: //depot/ansiperl@211
| * | Reverse integrate Malcolm's chanes into localNick Ing-Simmons1997-11-071-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | repository, then import result back into my view of Malcolm's repository. Builds and passes (most) tests with GNU C++/Solaris and Borland C++, Win32. p4raw-id: //depot/ansiperl@210
| * | Raw integrate of latest perlNick Ing-Simmons1997-11-071-1/+17
| |\ \ | | | | | | | | p4raw-id: //depot/ansiperl@208
| * | | Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)Nick Ing-Simmons1997-11-051-140/+121
| | | | | | | | | | | | p4raw-id: //depot/ansiperl@203
| * | | Integrate mainline @ 18:15 CST 31 Oct 1997Nick Ing-Simmons1997-11-011-1/+12
| |\ \ \ | | | | | | | | | | p4raw-id: //depot/ansiperl@199
| * | | | Convert miniperl sources to ANSI C. Several passes ofNick Ing-Simmons1997-10-311-21/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GNU C's 'protoize' plus a few hand edits. Will compile miniperl with gcc -x c++ (i.e. treat .c a C++ files) Does not link seems gcc's C++ does not define a symbol for const char foo[] = "...."; i.e. with empty []. p4raw-id: //depot/ansiperl@194
* | | | | Change name of OP_SPECIFIC to OP_THREADSV. Fixed perl_get_sv whenMalcolm Beattie1997-11-111-3/+3
| |_|_|/ |/| | | | | | | | | | | | | | | getting per-thread magicals. Fixed thr->errsv initialisation. p4raw-id: //depot/perl@229