summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Collapse)AuthorAgeFilesLines
* More documentation of obscure flags is good, even if theArtur Bergman2002-12-161-0/+29
| | | | | | documentation might be not so good. Atleast it's not false! Documents the flags one can give to perl_clone p4raw-id: //depot/perl@18306
* Proper fix for CvOUTSIDE weak refcountingDave Mitchell2002-12-141-6/+5
| | | | | Message-ID: <20021210012644.A7843@fdgroup.com> p4raw-id: //depot/perl@18302
* $0 mofifying part IJarkko Hietaniemi2002-12-021-6/+1
| | | | | | Subject: [PATCH] $0 modifying Message-ID: <20021130181651.GA5876@kosh.hut.fi> p4raw-id: //depot/perl@18229
* allow evals to see the full lexical scopeDave Mitchell2002-12-021-0/+2
| | | | | Message-ID: <20021124221906.A25386@fdgroup.com> p4raw-id: //depot/perl@18220
* DESTROY called in scalar context ?Rafael Garcia-Suarez2002-11-271-1/+1
| | | | | Message-Id: <20021029220423.6f8e6600.rgarciasuarez@free.fr> p4raw-id: //depot/perl@18186
* optional code for debugging leaking scalarsDave Mitchell2002-11-161-1/+23
| | | | | Message-ID: <20021114230300.B18614@fdgroup.com> p4raw-id: //depot/perl@18150
* Re: [perl #18038] DESTROY change in 5.8.0?Yitzchak Scott-Thoennes2002-11-071-3/+17
| | | | | Message-ID: <CXbx9gzkgS8W092yn@efn.org> p4raw-id: //depot/perl@18121
* extend #13786 to cover the other four identical chunks of codeHugo van der Sanden2002-11-041-4/+4
| | | | | to avoid looping under overload. p4raw-id: //depot/perl@18090
* The Inaba patch for tr/// vs. use encodingDan Kogai2002-10-241-26/+36
| | | | | Message-Id: <218B4434-E4D0-11D6-A668-0003939A104C@dan.co.jp> p4raw-id: //depot/perl@18058
* PL_curpad == AvARRAY(PL_comppad) alwaysDave Mitchell2002-10-221-3/+3
| | | | | Message-ID: <20021018133640.A19172@fdgroup.com> p4raw-id: //depot/perl@18048
* Happy chainsaw stories; The removal of the 5005 threadsH.Merijn Brand2002-10-191-9/+0
| | | | | Still imcomplete. Configure will follow p4raw-id: //depot/perl@18030
* Fix bug #17776 : memory corruption in qr/##/xRafael Garcia-Suarez2002-10-101-0/+1
| | | p4raw-id: //depot/perl@17994
* move all pad-related code to its own src fileDave Mitchell2002-10-021-22/+3
| | | | | Message-ID: <20020925234023.A20044@fdgroup.com> p4raw-id: //depot/perl@17953
* Re: sv_2pv_flags and ROK and UTF8 flagsYitzchak Scott-Thoennes2002-10-011-6/+10
| | | | | Message-ID: <lSCg9gzkgymX092yn@efn.org> p4raw-id: //depot/perl@17947
* Remove package; (Heh heh.)Abhijit Menon-Sen2002-09-291-14/+3
| | | p4raw-id: //depot/perl@17942
* Re: [REVISED PATCH] Magic v-stringsJohn Peacock2002-09-271-3/+12
| | | | | Message-ID: <3D8A8862.3000602@rowman.com> p4raw-id: //depot/perl@17937
* ANSI-clean? (was Re: [PATCH] COW for ithreads)Nicholas Clark2002-09-261-6/+8
| | | | | Message-ID: <20020914174909.GG285@Bagpuss.unfortu.net> p4raw-id: //depot/perl@17924
* LEAKTEST is dead, RIPH.Merijn Brand2002-09-261-8/+3
| | | | | | | Subject: Re: [perl #17197] SIGSEGV in perl 5.8.0 multithread build with -DLEAKTEST From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Message-Id: <20020923182824.C7B6.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@17920
* Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.tAllen Smith2002-09-091-79/+63
| | | | | | From: "Allen Smith" <easmith@beatrice.rutgers.edu> Message-Id: <10209090148.ZM1555835@puck2.rutgers.edu> p4raw-id: //depot/perl@17881
* Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.tAllen Smith2002-09-081-0/+88
| | | | | | From: "Allen Smith" <easmith@beatrice.rutgers.edu> Message-Id: <10209070525.ZM1584639@puck2.rutgers.edu> p4raw-id: //depot/perl@17874
* COW for ithreads (was Re: what copies scalars in ithreads?)Nicholas Clark2002-09-081-2/+29
| | | | | Message-ID: <20020906232052.GB901@Bagpuss.unfortu.net> p4raw-id: //depot/perl@17873
* sv_2pv_flags and ROK and UTF8 flagsYitzchak Scott-Thoennes2002-09-081-24/+18
| | | | | | | | Date: Wed, 04 Sep 2002 21:09:01 -0700 Message-ID: <djtd9gzkgyLd092yn@efn.org> Date: Fri, 06 Sep 2002 09:23:03 -0700 Message-ID: <nZNe9gzkgKdH092yn@efn.org> p4raw-id: //depot/perl@17864
* copy on write: fixes and debuggingNicholas Clark2002-09-041-10/+11
| | | | | | Subject: what copies scalars in ithreads? Message-ID: <20020904205247.GA280@Bagpuss.unfortu.net> p4raw-id: //depot/perl@17847
* Re: glob names and Regexp type introspectionYitzchak Scott-Thoennes2002-08-301-1/+0
| | | | | Message-ID: <jzrb9gzkgO7W092yn@efn.org> p4raw-id: //depot/perl@17813
* B::check_av() ; B::Deparse for CHECK blocksRafael Garcia-Suarez2002-08-291-0/+1
| | | | | Message-Id: <20020827233653.535bc211.rgarciasuarez@free.fr> p4raw-id: //depot/perl@17804
* Re: [PATCH] Version object patch #1John Peacock2002-08-221-0/+3
| | | | | | | | | | | Date: Tue, 20 Aug 2002 22:51:46 -0400 (Wed 03:51 BST) Message-id: <3D630042.6020407@rowman.com> Subject: Re: [REVISED PATCH] Magic v-strings From: John Peacock <jpeacock@rowman.com> Date: Wed, 21 Aug 2002 15:08:34 -0400 (20:08 BST) Message-id: <3D63E532.7020305@rowman.com> p4raw-id: //depot/perl@17747
* [REVISED PATCH] Magic v-stringsJohn Peacock2002-08-201-0/+5
| | | | | | Message-id: <3D556FE6.6000404@rowman.com> plus a bit of cleanup p4raw-id: //depot/perl@17742
* Clean up copy-on-write macros and debug facilities (new flag 'C').Nicholas Clark2002-08-201-17/+19
| | | | | | | Handle CoW in hashes: Subject: Re: why would tr/// be performing hash copies? Message-id: <20020818221700.GD294@Bagpuss.unfortu.net> p4raw-id: //depot/perl@17740
* Copy On WriteNicholas Clark2002-08-171-62/+255
| | | | | | Message-id: <20020815001035.A69079@plum.flirble.org> specify "-Accflags='-DPERL_COPY_ON_WRITE'" to use p4raw-id: //depot/perl@17728
* Re: sprintf: fix and docsHugo van der Sanden2002-07-171-1/+1
| | | | | Message-Id: <200207172236.g6HMaKU16388@crypt.compulink.co.uk> p4raw-id: //depot/perl@17614
* NI-S' stab at the #17270 mystery.Jarkko Hietaniemi2002-07-171-22/+8
| | | p4raw-id: //depot/perl@17601
* Also the NetWare breakage was due to #17270, go figure.Jarkko Hietaniemi2002-07-171-2/+6
| | | p4raw-id: //depot/perl@17593
* DJGPP was broken by #17270. Because of the time crunchJarkko Hietaniemi2002-07-161-2/+15
| | | | | | | | we may not have time to investigate how that is possible, since the #17270 was trying to protect against illegal memory accesses... (the breakage of the DJGPP build was manifested by configpm eating up all the available memory) p4raw-id: //depot/perl@17583
* sprintf: fix and docsHugo van der Sanden2002-07-161-2/+5
| | | | | Message-Id: <200207161501.g6GF1CN00635@crypt.compulink.co.uk> p4raw-id: //depot/perl@17576
* Squash "uninitialized" warning from gcc.Jarkko Hietaniemi2002-07-151-1/+1
| | | p4raw-id: //depot/perl@17548
* Re: Core dump in perl_clone (even with 'use threads;' first) [PATCH]Tim Bunce2002-07-151-0/+6
| | | | | Message-ID: <20020715121454.F20682@dansat.data-plan.com> p4raw-id: //depot/perl@17546
* Re: [ID 20020713.008] %vd eats two argumentsHugo van der Sanden2002-07-141-9/+11
| | | | | Message-Id: <200207141800.g6EI0CA14256@crypt.compulink.co.uk> p4raw-id: //depot/perl@17538
* Core dump in perl_clone (even with 'use threads;' first) [PATCH]Tim Bunce2002-07-121-14/+29
| | | | | Message-ID: <20020712172509.B568@dansat.data-plan.com> p4raw-id: //depot/perl@17505
* Call $encoding->decode($sv) without a $chk argument.Nick Ing-Simmons2002-07-091-3/+13
| | | | | | This fixes modification of readonly value under use encoding(). Not a final fix as it does not warn on failed decode. p4raw-id: //depot/perlio@17435
* Inlining to avoid costly UTF-8 calls.Jarkko Hietaniemi2002-06-271-3/+5
| | | p4raw-id: //depot/perl@17372
* Handle IO error in "slow gets"Nick Ing-Simmons2002-06-171-6/+8
| | | p4raw-id: //depot/perlio@17267
* Spurious empty statements.Jarkko Hietaniemi2002-06-151-1/+1
| | | p4raw-id: //depot/perl@17251
* Further patch on #17163 for Tru64.Jarkko Hietaniemi2002-06-101-5/+9
| | | p4raw-id: //depot/perl@17164
* Patch from Hugo for the 'printf' problem:Jarkko Hietaniemi2002-06-101-7/+55
| | | | | | | - for SV-style calling, we can only get NV - for C-style calling, we assume %f is double; - for simplicity we allow any of %Lf, %llf, %qf for long double p4raw-id: //depot/perl@17163
* [patch] ptr_table_storeDoug MacEachern2002-06-091-1/+0
| | | | | Message-ID: <Pine.LNX.4.33.0206091700110.26891-100000@mako.covalent.net> p4raw-id: //depot/perl@17154
* Re: unique attribute?Doug MacEachern2002-06-091-3/+4
| | | | | Message-ID: <Pine.LNX.4.33.0206091645330.26891-100000@mako.covalent.net> p4raw-id: //depot/perl@17153
* Re: unique attribute?Doug MacEachern2002-06-091-1/+2
| | | | | Message-ID: <Pine.LNX.4.33.0206091356210.26891-100000@mako.covalent.net> p4raw-id: //depot/perl@17146
* Recover some of the #16845.Jarkko Hietaniemi2002-05-291-1/+7
| | | p4raw-id: //depot/perl@16858
* Retract #16820, #16819, #16810, #16669, #16531, #16530, #16501Jarkko Hietaniemi2002-05-281-20/+4
| | | | | to restore some level of sanity in the tied scalars can of worms. p4raw-id: //depot/perl@16845
* Comment nit from Yitzchak.Jarkko Hietaniemi2002-05-271-1/+1
| | | p4raw-id: //depot/perl@16819