summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Patch from Hugo for the 'printf' problem:Jarkko Hietaniemi2002-06-101-7/+55
* [patch] ptr_table_storeDoug MacEachern2002-06-091-1/+0
* Re: unique attribute?Doug MacEachern2002-06-091-3/+4
* Re: unique attribute?Doug MacEachern2002-06-091-1/+2
* Recover some of the #16845.Jarkko Hietaniemi2002-05-291-1/+7
* Retract #16820, #16819, #16810, #16669, #16531, #16530, #16501Jarkko Hietaniemi2002-05-281-20/+4
* Comment nit from Yitzchak.Jarkko Hietaniemi2002-05-271-1/+1
* Fix for the IO::Scalar bug (I think).Nick Ing-Simmons2002-05-271-14/+12
* **** UNSAFE **** partial fix for IO::Scalar and local ties.Nick Ing-Simmons2002-05-261-7/+23
* Integrate mailineNick Ing-Simmons2002-05-191-2/+2
* PERL_HASH() casting games so that our hashed data is "unsignedJarkko Hietaniemi2002-05-171-1/+1
* Purify finding: jperl.t causes a few Array Bounds ReadsJarkko Hietaniemi2002-05-151-1/+2
* Fixed bug where tmpsv would be null after the return of the Artur Bergman2002-05-121-3/+5
* Explicit casts due to #16542.Jarkko Hietaniemi2002-05-111-1/+1
* [PATCH] Re: perl@16433Yitzchak Scott-Thoennes2002-05-081-1/+3
* delete inaccurate commentDave Mitchell2002-05-041-3/+0
* manual integrate of change#16332 from maint-5.6 branchGurusamy Sarathy2002-05-021-1/+7
* Remove sv_setpviv{_,mg}; regen perlapi.Jarkko Hietaniemi2002-05-011-38/+0
* remove macroized bincompat functions Dave Mitchell2002-05-011-132/+0
* More VC5-induced casting found by Nikola Knezevic.Jarkko Hietaniemi2002-04-271-1/+1
* fix typo that caused pseudo-fork() crashes on win64 (we were onlyGurusamy Sarathy2002-04-261-1/+1
* -Wformat cleanups from Robin Barker.Jarkko Hietaniemi2002-04-251-1/+1
* fixes for all the warnings reported by Visual C (most of thisGurusamy Sarathy2002-04-211-17/+19
* Windows 64-bit support:Gurusamy Sarathy2002-04-211-0/+19
* my $utf8here, our $utf8here, and package variable $utf8here.Jarkko Hietaniemi2002-04-161-0/+2
* Fully qualify in warning message the name of a subroutine redefinedRafael Garcia-Suarez2002-04-071-2/+3
* Re: [ID 20020324.003] fairly major problem with qr/.../x (with test PATCH)Jeffrey Friedl2002-03-281-0/+35
* In the spirit of #15464.Jarkko Hietaniemi2002-03-241-4/+2
* tidy sv.[ch] after CRIPPLED_CC removalDave Mitchell2002-03-231-21/+40
* Purify: Unitialized memory read. Too many code pathsJarkko Hietaniemi2002-03-231-1/+1
* Fix for "UTF-8 bug with s///" from Hugo.Jarkko Hietaniemi2002-03-201-0/+1
* For DEBUGGING threaded builds.Jarkko Hietaniemi2002-03-181-0/+6
* Avoid overwrite of un-allocated memory when SvCUR > SvLENNick Ing-Simmons2002-03-171-5/+7
* HP-UX gcc 3 warnings found by Sarathy.Jarkko Hietaniemi2002-03-161-11/+11
* Undocument the use of .*utf8.*{upgrade,downgrade,encode,decode}Jarkko Hietaniemi2002-03-111-0/+9