summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* %_ (was Re: [PATCH] operation on `PL_na' may be undefined)Nicholas Clark2003-01-071-4/+5
* Fixes bug #15273, the return of the object causedArtur Bergman2003-01-031-0/+12
* Re: [perl #18257] Attempt to free unreferenced scalar (in 5 lines)Hugo van der Sanden2003-01-031-8/+6
* these variables are not in use anywhere since 5.8.0Gurusamy Sarathy2002-12-281-12/+0
* #18345 was still broken; should be fixed now.Hugo van der Sanden2002-12-251-2/+4
* more on #18344.Hugo van der Sanden2002-12-231-1/+3
* more on #18312: sv.c:ss_dup()Hugo van der Sanden2002-12-231-0/+4
* More documentation of obscure flags is good, even if theArtur Bergman2002-12-161-0/+29
* Proper fix for CvOUTSIDE weak refcountingDave Mitchell2002-12-141-6/+5
* $0 mofifying part IJarkko Hietaniemi2002-12-021-6/+1
* allow evals to see the full lexical scopeDave Mitchell2002-12-021-0/+2
* DESTROY called in scalar context ?Rafael Garcia-Suarez2002-11-271-1/+1
* optional code for debugging leaking scalarsDave Mitchell2002-11-161-1/+23
* Re: [perl #18038] DESTROY change in 5.8.0?Yitzchak Scott-Thoennes2002-11-071-3/+17
* extend #13786 to cover the other four identical chunks of codeHugo van der Sanden2002-11-041-4/+4
* The Inaba patch for tr/// vs. use encodingDan Kogai2002-10-241-26/+36
* PL_curpad == AvARRAY(PL_comppad) alwaysDave Mitchell2002-10-221-3/+3
* Happy chainsaw stories; The removal of the 5005 threadsH.Merijn Brand2002-10-191-9/+0
* Fix bug #17776 : memory corruption in qr/##/xRafael Garcia-Suarez2002-10-101-0/+1
* move all pad-related code to its own src fileDave Mitchell2002-10-021-22/+3
* Re: sv_2pv_flags and ROK and UTF8 flagsYitzchak Scott-Thoennes2002-10-011-6/+10
* Remove package; (Heh heh.)Abhijit Menon-Sen2002-09-291-14/+3
* Re: [REVISED PATCH] Magic v-stringsJohn Peacock2002-09-271-3/+12
* ANSI-clean? (was Re: [PATCH] COW for ithreads)Nicholas Clark2002-09-261-6/+8
* LEAKTEST is dead, RIPH.Merijn Brand2002-09-261-8/+3
* Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.tAllen Smith2002-09-091-79/+63
* Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.tAllen Smith2002-09-081-0/+88
* COW for ithreads (was Re: what copies scalars in ithreads?)Nicholas Clark2002-09-081-2/+29
* sv_2pv_flags and ROK and UTF8 flagsYitzchak Scott-Thoennes2002-09-081-24/+18
* copy on write: fixes and debuggingNicholas Clark2002-09-041-10/+11
* Re: glob names and Regexp type introspectionYitzchak Scott-Thoennes2002-08-301-1/+0
* B::check_av() ; B::Deparse for CHECK blocksRafael Garcia-Suarez2002-08-291-0/+1
* Re: [PATCH] Version object patch #1John Peacock2002-08-221-0/+3
* [REVISED PATCH] Magic v-stringsJohn Peacock2002-08-201-0/+5
* Clean up copy-on-write macros and debug facilities (new flag 'C').Nicholas Clark2002-08-201-17/+19
* Copy On WriteNicholas Clark2002-08-171-62/+255
* Re: sprintf: fix and docsHugo van der Sanden2002-07-171-1/+1
* NI-S' stab at the #17270 mystery.Jarkko Hietaniemi2002-07-171-22/+8
* Also the NetWare breakage was due to #17270, go figure.Jarkko Hietaniemi2002-07-171-2/+6
* DJGPP was broken by #17270. Because of the time crunchJarkko Hietaniemi2002-07-161-2/+15
* sprintf: fix and docsHugo van der Sanden2002-07-161-2/+5
* Squash "uninitialized" warning from gcc.Jarkko Hietaniemi2002-07-151-1/+1
* Re: Core dump in perl_clone (even with 'use threads;' first) [PATCH]Tim Bunce2002-07-151-0/+6
* Re: [ID 20020713.008] %vd eats two argumentsHugo van der Sanden2002-07-141-9/+11
* Core dump in perl_clone (even with 'use threads;' first) [PATCH]Tim Bunce2002-07-121-14/+29
* Call $encoding->decode($sv) without a $chk argument.Nick Ing-Simmons2002-07-091-3/+13
* Inlining to avoid costly UTF-8 calls.Jarkko Hietaniemi2002-06-271-3/+5
* Handle IO error in "slow gets"Nick Ing-Simmons2002-06-171-6/+8
* Spurious empty statements.Jarkko Hietaniemi2002-06-151-1/+1
* Further patch on #17163 for Tru64.Jarkko Hietaniemi2002-06-101-5/+9