summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Collapse)AuthorAgeFilesLines
* manually apply patch with a dependency on unapplied patchIlya Zakharevich1998-07-091-4/+12
| | | | | | Message-Id: <199807081103.HAA25145@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_70] make quoted RE embeddable p4raw-id: //depot/perl@1383
* Faster copying from SvIV/SvNVs in sv_setsv()Gisle Aas1998-07-081-9/+33
| | | | | Message-ID: <m3vhp9z7v8.fsf@furu.g.aas.no> p4raw-id: //depot/perl@1374
* Remove some rendundant SvOOK_on testsGisle Aas1998-07-081-7/+1
| | | | | Message-ID: <m3vhp94q7f.fsf@furu.g.aas.no> p4raw-id: //depot/perl@1366
* Re: Inconsistent arithmetics on refsStephen McCamant1998-07-071-4/+10
| | | | | Message-ID: <13729.33816.311236.995647@alias-2.pr.mcs.net> p4raw-id: //depot/perl@1361
* rename s/\bSI_/PERLSI_/ to avoid collisions with sysinfo headersGurusamy Sarathy1998-07-061-3/+3
| | | p4raw-id: //depot/perl@1339
* patch to remove assumptions about offset of IV being == sizeof(XPV)Stephen McCamant1998-07-051-4/+4
| | | | | | Message-ID: <13727.63831.95324.696098@alias-2.pr.mcs.net> Subject: [PATCH] alignment in X[IN]V allocation p4raw-id: //depot/perl@1329
* avoid race condition (storing ptr to SV before incrementing itsGurusamy Sarathy1998-07-051-4/+1
| | | | | REFCNT) and warning in newRV() p4raw-id: //depot/perl@1314
* various small tweaks (still fails a few taint tests in {taint,locale}.t)Gurusamy Sarathy1998-07-041-1/+1
| | | p4raw-id: //depot/perl@1309
* fixes for mortalization bug in xsubpp, other efficiency tweaksJoshua Pritikin1998-07-041-14/+17
| | | | | | Message-Id: <H00000e500086fb3@MHS> Subject: [PATCH _69] sv_2mortal fix p4raw-id: //depot/perl@1306
* PUSHSTACK renovationJoshua Pritikin1998-06-281-2/+2
| | | | | Message-Id: <H00000e500081d23@MHS> p4raw-id: //depot/perl@1254
* IV changes for long long (was Re: 5.004_68 on its way to the CPAN)Stephen McCamant1998-06-281-11/+11
| | | | | Message-Id: <m0yq2fr-000EalC@alias-2.pr.mcs.net> p4raw-id: //depot/perl@1253
* tweak order of destruction so OBJECTs in GLOBs are visited after thoseGurusamy Sarathy1998-06-251-3/+2
| | | | | in RVs p4raw-id: //depot/perl@1216
* applied patch, regen headersIlya Zakharevich1998-06-231-1/+9
| | | | | | Message-Id: <199806220819.EAA03295@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_67] Malloc size feedback p4raw-id: //depot/perl@1201
* backout change#1178 as it was dependent on an unapplied patch,Gurusamy Sarathy1998-06-221-1/+1
| | | | | | | fix filespec.t to know its @INC p4raw-link: @1178 on //depot/perl: a21df721bd2b1f6f6000b965978d9b9377c04298 p4raw-id: //depot/perl@1190
* print study /re/ brokenIlya Zakharevich1998-06-211-1/+1
| | | | | Message-Id: <199806200104.VAA11343@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@1178
* back out problematic change#1105, tweak perlsub.podGurusamy Sarathy1998-06-181-1/+0
| | | | | p4raw-link: @1105 on //depot/perl: e2d46a1de163ba101bb4392a8fa6d97ca3c9a323 p4raw-id: //depot/perl@1146
* fix memory leaks and uninitialized memory accesses found by PurifyGurusamy Sarathy1998-06-181-9/+9
| | | p4raw-id: //depot/perl@1143
* back out change#1111 and add alternative patch:Ilya Zakharevich1998-06-111-2/+15
| | | | | | | | Message-Id: <199806101538.LAA07293@monk.mps.ohio-state.edu> Subject: Re: PATCH for study/foo/ p4raw-link: @1111 on //depot/perl: 20e9db593ef4f0b3ec4e4dbedd03ab5782525eaf p4raw-id: //depot/perl@1114
* Applied patch, followed by tweaks to *.sym and `perl embed.pl`Ilya Zakharevich1998-06-101-0/+1
| | | | | | 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
* Mangled patch, needed hand-tweaks, along with binmode for rs.t:Hans Mulder1998-06-101-0/+25
| | | | | | Message-Id: <3.0.5.32.19980605110840.009e12b0@ous.edu> Subject: Re: [PATCH 5.004_66]Add record read capability to <> p4raw-id: //depot/perl@1099
* [asperl] integrate mainline changesGurusamy Sarathy1998-05-291-71/+12
|\ | | | | p4raw-id: //depot/asperl@1055
| * [win32] misc changesGurusamy Sarathy1998-05-291-77/+6
| | | | | | | | | | | | - remove code that works around lack of I_STDARG (we're a happy ANSI family) - leave dump_foo() stubs when not -DDEBUGGING for consistent symbol exports p4raw-id: //depot/win32/perl@1053
| * [win32] merge changes#1014,1038 from maintbranchGurusamy Sarathy1998-05-291-2/+2
| | | | | | | | | | | | 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] merge change#1015 from maintbranch (must revisit 1014 later, isGurusamy Sarathy1998-05-231-5/+10
| | | | | | | | | | | | | | incomplete) p4raw-link: @1015 on //depot/maint-5.004/perl: 64d1d4c7d00380b54e18db9c0a16ddef0f41b0a2 p4raw-id: //depot/win32/perl@1029
* | [asperl] more changes to satisfy non-debug VC build (C-API doesn'tGurusamy Sarathy1998-05-261-13/+6
| | | | | | | | | | build, and the testsuite still won't run) p4raw-id: //depot/asperl@1035
* | [asperl] integrate mainline changes (untested)Gurusamy Sarathy1998-05-181-9/+20
|\ \ | |/ | | p4raw-id: //depot/asperl@1010
| * Integrate win32Nick Ing-Simmons1998-05-151-9/+20
| |\ | | | | | | p4raw-id: //depot/ansiperl@987
| | * [win32] merge changes#906,907,909,910 from maintbranchGurusamy Sarathy1998-05-151-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | 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-1/+1
| | | | | | | | | | | | | | | | | | | | | 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-4/+0
| | | | | | | | | p4raw-id: //depot/win32/perl@973
| | * [win32] merge change#896 from maintbranchGurusamy Sarathy1998-05-141-3/+11
| | | | | | | | | | | | | | | p4raw-link: @896 on //depot/maint-5.004/perl: 0562b9ae2b0eff79632fc0164c13c34c06a019e2 p4raw-id: //depot/win32/perl@938
| * | Changes to allow compiler with gcc-2.8.1 in C++ mode,Nick Ing-Simmons1998-05-141-3/+1
| |/ | | | | | | | | Remove K&R style functions, avoid struct/typedef clash. p4raw-id: //depot/ansiperl@972
* | [asperl] integrate mainline changesGurusamy Sarathy1998-04-081-8/+41
|\ \ | |/ | | p4raw-id: //depot/asperl@884
| * [win32] fix memory leaks in offer_nice_chunk()Gurusamy Sarathy1998-04-051-0/+4
| | | | | | p4raw-id: //depot/win32/perl@882
| * [win32] fix refcounting of GvSTASH() when glob becomes noughtGurusamy Sarathy1998-04-041-0/+4
| | | | | | | | | | (this takes care of the "unbalanced strtab refcount" problem) p4raw-id: //depot/win32/perl@880
| * Perl 5.005b1t2/perl5.004_63 (resend)Jan-Pieter Cornet1998-04-031-2/+13
| | | | | | p4raw-id: //depot/perl@869
| * [win32] integrate mainlineGurusamy Sarathy1998-04-031-4/+16
| |\ | | | | | | p4raw-id: //depot/win32/perl@865
| | * Re: [PATCH] [BUG 5.004_63] define/set of PERL_DESTRUCT_LEVELJan-Pieter Cornet1998-04-021-4/+16
| | | | | | | | | | | | | | | | | | | | | Date: Fri, 27 Mar 1998 02:11:21 +0100 (MET) Subject: [PATCH] another destruct_level fix Date: Mon, 30 Mar 1998 23:48:12 +0200 (MET DST) p4raw-id: //depot/perl@855
| * | [win32] implement stack-of-stacks so that magic invocations don'tGurusamy Sarathy1998-04-031-2/+4
| |/ | | | | | | | | invalidate local stack pointer p4raw-id: //depot/win32/perl@864
* | [asperl] various changes to get asperl working under BorlandGurusamy Sarathy1998-03-161-4/+4
| | | | | | | | | | (passes all tests when built under PERL_OBJECT) p4raw-id: //depot/asperl@809
* | [win32] integrate mainline changesGurusamy Sarathy1998-03-071-8/+20
|\ \ | |/ | | p4raw-id: //depot/asperl@799
| * Make autouse -w-safeIlya Zakharevich1998-03-051-3/+8
| | | | | | p4raw-id: //depot/perl@781
| * [win32] still another maintpatchHugo van der Sanden1998-03-031-2/+8
| | | | | | | | | | | | Message-Id: <199711021331.NAA01826@crypt.compulink.co.uk> Subject: [PATCH] assorted sprintf bugs p4raw-id: //depot/win32/perl@631
| * [win32] apply missing pieces from:Chip Salzenberg1998-03-021-3/+4
| | | | | | | | | | | | Message-Id: <199711272044.PAA12102@nielsenmedia.com> Subject: [PATCH] Improved LVALUE patch p4raw-id: //depot/win32/perl@609
* | [asperl] integrate mainline changesGurusamy Sarathy1998-03-011-4/+7
|\ \ | |/ | | p4raw-id: //depot/asperl@607
| * Integrate win32 branch into mainline.Malcolm Beattie1998-02-271-2/+2
| |\ | | | | | | p4raw-id: //depot/perl@599
| | * [win32] fix typos in sv.cGurusamy Sarathy1998-02-241-2/+2
| | | | | | | | | p4raw-id: //depot/win32/perl@574
| * | Make refcounts atomic for threading (dependent on appropriateMalcolm Beattie1998-02-271-2/+5
| |/ | | | | | | | | | | arch-dependent and compiler-dependent definitions in atomic.h or else falls back to a global mutex to protect refcounts). p4raw-id: //depot/perl@598
* | [asperl] added AS patch#8Gurusamy Sarathy1998-02-251-2/+2
| | | | | | p4raw-id: //depot/asperl@587
* | [asperl] integrate latest win32 branchGurusamy Sarathy1998-02-221-18/+18
|\ \ | |/ | | p4raw-id: //depot/asperl@569