summaryrefslogtreecommitdiff
path: root/gv.c
Commit message (Collapse)AuthorAgeFilesLines
* Implement $^C to allow perl access to -c flag - I think this Nick Ing-Simmons1998-11-281-0/+1
| | | | | was agreed once... p4raw-id: //depot/perl@2352
* fix a location affected by change#2191, add note about POPSTACKGurusamy Sarathy1998-11-051-0/+1
| | | | | p4raw-link: @2191 on //depot/perl: de616352556f5da70790ceef0ca8b92726d7761a p4raw-id: //depot/perl@2196
* s/sv_upgrade/SvUPGRADE/ a couple of placesGurusamy Sarathy1998-11-041-2/+2
| | | p4raw-id: //depot/perl@2187
* Overloaded <> and deref againIlya Zakharevich1998-10-301-0/+9
| | | | | Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@2150
* phase 1 of somewhat major rearrangement of PERL_OBJECT stuffGurusamy Sarathy1998-10-301-14/+14
| | | | | | | | | | (objpp.h is gone, embed.pl now does some of that); objXSUB.h should soon be automated also; the global variables that escaped the PL_foo conversion are now reined in; renamed MAGIC in regcomp.h to REG_MAGIC to avoid collision with the type of same name; duplicated lists of pp_things in various places is now gone; result has only been tested on win32 p4raw-id: //depot/perl@2133
* various win32 tweaks; disable new xs_cpp section (it createsGurusamy Sarathy1998-10-261-1/+3
| | | | | ambiguous inference graph for %.xs --> %.o) p4raw-id: //depot/perl@2086
* avoid "mysterious" compile-time failures without messagesGurusamy Sarathy1998-10-251-1/+1
| | | p4raw-id: //depot/perl@2049
* Program with utf8 identifiers fails to compileLarry Wall1998-10-231-1/+1
| | | p4raw-id: //depot/perl@2038
* check in all confperl changes as of change#1964 into cfgperlGurusamy Sarathy1998-10-151-2/+3
| | | | | p4raw-link: @1964 on //depot/confperl: 2d85315bb227e0962a693eaaadc3f40ca2fbf49b p4raw-id: //depot/cfgperl@1971
* support match indices via special variables @- and @+Ilya Zakharevich1998-09-231-2/+19
| | | | | | Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_76] @- and @+ p4raw-id: //depot/perl@1800
* add missing dTHR; notes for test failures due to small stacksizeGurusamy Sarathy1998-08-091-0/+2
| | | p4raw-id: //depot/perl@1774
* lexical warnings; tweaks to places that didn't apply correctlyPaul Marquess1998-08-091-7/+10
| | | | | | Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk> Subject: lexical warnings patch for 5.005_50 p4raw-id: //depot/perl@1773
* remove useless 'rcsid' (extension of a suggestion byGurusamy Sarathy1998-08-041-2/+0
| | | | | Stephen McCamant) p4raw-id: //depot/maint-5.005/perl@1727
* support OE/MVSJarkko Hietaniemi1998-08-021-18/+12
| | | | | | Message-Id: <199808010903.MAA09371@alpha.hut.fi> Subject: [PATCH] 5.005_01: OE MVS p4raw-id: //depot/maint-5.005/perl@1697
* fixes for overloading bugs and docs, tweaked someIlya Zakharevich1998-08-011-9/+32
| | | | | | Message-Id: <199807260128.VAA10543@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_76] better overloading p4raw-id: //depot/maint-5.005/perl@1677
* 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
* PL_ stuff for threadsNick Ing-Simmons1998-07-181-3/+3
| | | p4raw-id: //depot/ansiperl@1534
* PL_ prefix to all perlvars, part1Nick Ing-Simmons1998-07-181-65/+65
| | | | | Builds and passes all tests at one limit i.e. -DPERL_GLOBAL_STRUCT p4raw-id: //depot/ansiperl@1532
* fix another CvMUTEXP() leakGurusamy Sarathy1998-07-181-1/+2
| | | p4raw-id: //depot/perl@1526
* add more correct version of change#1350 (as yet untested)Joshua Pritikin1998-07-101-2/+8
| | | | | | | | Message-Id: <H00000e50008f277@MHS> Subject: Re: [PATCH _70] cache missing methods p4raw-link: @1350 on //depot/perl: a4bb25971c379e48da873823e220bdef09e90ab9 p4raw-id: //depot/perl@1404
* change#1350 breaks things, back it outGurusamy Sarathy1998-07-081-8/+2
| | | | | p4raw-link: @1350 on //depot/perl: a4bb25971c379e48da873823e220bdef09e90ab9 p4raw-id: //depot/perl@1376
* add patch to improve method caching, regen headersJoshua Pritikin1998-07-061-2/+8
| | | | | | Message-Id: <H00000e50008a518@MHS> Subject: [PATCH _70] cache missing methods p4raw-id: //depot/perl@1350
* rename s/\bSI_/PERLSI_/ to avoid collisions with sysinfo headersGurusamy Sarathy1998-07-061-1/+1
| | | p4raw-id: //depot/perl@1339
* add comments on GV_FOO constants, s/8/GV_ADDINEVAL/Gurusamy Sarathy1998-07-051-2/+2
| | | p4raw-id: //depot/perl@1322
* PUSHSTACK renovationJoshua Pritikin1998-06-281-2/+2
| | | | | Message-Id: <H00000e500081d23@MHS> p4raw-id: //depot/perl@1254
* improve recursive error messages!Joshua Pritikin1998-06-281-1/+2
| | | | | Message-Id: <H00000e500081d28@MHS> p4raw-id: //depot/perl@1245
* applied patch, modified logic to avoid reentering lexer at compile-timeGraham Barr1998-06-211-2/+2
| | | | | | Message-ID: <19980619113104.S9711@asic.sc.ti.com> Subject: Re: [PATCH perl5.004_67] Add Errno in ext/ p4raw-id: //depot/perl@1173
* [asperl] integrate mainline changesGurusamy Sarathy1998-05-291-1/+2
|\ | | | | p4raw-id: //depot/asperl@1055
| * [win32] merge changes#1014,1038 from maintbranchGurusamy Sarathy1998-05-291-1/+1
| | | | | | | | | | | | p4raw-link: @1038 on //depot/maint-5.004/perl: c3cf4c2be38f0215f451c3dd6cb13089e5f2329f p4raw-link: @1014 on //depot/maint-5.004/perl: d14230f9721c31ac6e9e2fdb706c7fc95118b4e6 p4raw-id: //depot/win32/perl@1052
| * [win32] fix problematic change#965 from maintbranchIlya Zakharevich1998-05-211-0/+1
| | | | | | | | | | | | | | | | Message-Id: <199805162145.RAA02552@monk.mps.ohio-state.edu> Subject: Re: Not OK (after all) : perl 5.00404 +MAINT_TRIAL_3 on sun4-solaris 2.5 p4raw-link: @965 on //depot/maint-5.004/perl: 8472ac73d6d802946d766b5459d2d9c334889a3f p4raw-id: //depot/win32/perl@1023
* | [asperl] integrate mainline changes (untested)Gurusamy Sarathy1998-05-181-11/+58
|\ \ | |/ | | p4raw-id: //depot/asperl@1010
| * [win32] sundry whitespace cleanups from maintbranchGurusamy Sarathy1998-05-171-4/+4
| | | | | | p4raw-id: //depot/win32/perl@1008
| * [win32] merge changes#982,984 from maintbranchGurusamy Sarathy1998-05-151-2/+2
| | | | | | | | | | | | p4raw-link: @984 on //depot/maint-5.004/perl: aaffd3c27a04135bbc287616252cc5830b7c5543 p4raw-link: @982 on //depot/maint-5.004/perl: c5ed518aab0e5c6006080a87273e79a1b8e0d48b p4raw-id: //depot/win32/perl@997
| * [win32] merge change#981 from maintbranch, add XXX comment aboutGurusamy Sarathy1998-05-151-1/+16
| | | | | | | | | | | | | | supporting %! for usethreads case p4raw-link: @981 on //depot/maint-5.004/perl: 46d9186cfa8aceca37f3cc539b5e08e8f8b72412 p4raw-id: //depot/win32/perl@994
| * [win32] merge changes#922,944,949,965,970 from maintbranchGurusamy Sarathy1998-05-151-6/+38
| | | | | | | | | | | | | | | | | | p4raw-link: @970 on //depot/maint-5.004/perl: 5362f8886d6c3fb908c863d910b1a158479419e2 p4raw-link: @965 on //depot/maint-5.004/perl: 8472ac73d6d802946d766b5459d2d9c334889a3f p4raw-link: @949 on //depot/maint-5.004/perl: 4b161ae29769b4a3eb304314bbbfe5969417c8ec p4raw-link: @944 on //depot/maint-5.004/perl: fa366f5fbba3f21113f9677105663454a3e0b678 p4raw-link: @922 on //depot/maint-5.004/perl: 68daf0ababdc0e913335a90c4361b792b2715301 p4raw-id: //depot/win32/perl@978
* | [asperl] integrate mainline changesGurusamy Sarathy1998-04-081-9/+2
|\ \ | |/ | | p4raw-id: //depot/asperl@884
| * [win32] implement stack-of-stacks so that magic invocations don'tGurusamy Sarathy1998-04-031-9/+2
| | | | | | | | | | invalidate local stack pointer p4raw-id: //depot/win32/perl@864
* | [win32] integrate mainline changesGurusamy Sarathy1998-03-071-11/+20
|\ \ | |/ | | p4raw-id: //depot/asperl@799
| * [win32] change all 'sp' to 'SP' in code and in the docs. ExplicitlyGurusamy Sarathy1998-03-071-1/+1
| | | | | | | | | | | | 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] merge problematic maintpatch to op.cChip Salzenberg1998-03-031-10/+11
| | | | | | | | | | | | #77: "Eliminate double warnings under C<package;>" Files: gv.c op.c toke.c p4raw-id: //depot/win32/perl@641
| * [win32] merge another conflicting maintpatch to op.cTkil1998-03-031-1/+9
| | | | | | | | | | | | | | #17: "Enhanced "use strict" warning" Msg-ID: <199712040938.CAA07628@reptile.scrye.com> Files: gv.c t/pragma/strict-subs t/pragma/strict-vars p4raw-id: //depot/win32/perl@640
* | [asperl] integrate win32 branch contentsGurusamy Sarathy1998-02-091-13/+18
|\ \ | |/ | | p4raw-id: //depot/asperl@493
| * [win32] fix misapplied hunks in 5.004_58Gurusamy Sarathy1998-02-091-9/+8
| | | | | | | | | | | | Message-Id: <199802080718.CAA18115@aatma.engin.umich.edu> Subject: [PATCH] fixes for test failures in 5.004_58 p4raw-id: //depot/win32/perl@488
| * Fix up problem with gv.c from change 477.Malcolm Beattie1998-02-061-2/+7
| | | | | | | | | | Fix up Config.pm use in t/lib/ph.t from change 478. p4raw-id: //depot/perl@484
| * Faster gv_fetchpv() for nested packagesMalcolm Beattie1998-02-061-10/+10
| | | | | | | | | | | | | | | | | | Date: 04 Feb 1998 14:49:46 +0100 From: Gisle Aas <gisle@aas.no> as modified by From: chip@atlantic.net Date: Wed, 4 Feb 1998 11:46:49 -0500 (EST) p4raw-id: //depot/perl@477
| * Some Chip patches (some tweaked to match _5x source):Chip Salzenberg1998-02-061-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | [asperl] initial merge of latest win32 branch into ASPerlGurusamy Sarathy1998-01-301-2/+4
|\ \ | |/ | | p4raw-id: //depot/asperl@445
| * tie array changes to core and testsNick Ing-Simmons1998-01-131-2/+4
| | | | | | p4raw-id: //depot/ansiperl@418
* | [asperl] added AS patch#2Gurusamy Sarathy1998-01-301-6/+10
|/ | | p4raw-id: //depot/asperl@443
* Reverse integrate Malcolm's chanes into localNick Ing-Simmons1997-11-071-1/+0
| | | | | | | | 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