summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* more warnings tidyupPaul Marquess2002-03-111-14/+14
* Renaming tweaks, and split off the reentrant "superbuffer"Jarkko Hietaniemi2002-03-101-2/+1
* Re[2]: [ID 20020307.006] [BUG][use encoding] use encoding 'greek'; print "not...Anton Tagunov2002-03-081-44/+29
* As suggested by Anton Tagunov, eq and cmp now obey theJarkko Hietaniemi2002-03-071-29/+82
* Retract #14985, #14899, and #14990, following the principlesJarkko Hietaniemi2002-03-071-22/+59
* sv_cmp and friendsIlya Zakharevich2002-03-041-59/+22
* Re: [PATCH] Re: Copying PV only with possible UTF-8 charactersJohn Peacock2002-02-251-1/+3
* SvSetSV() is not returnable, but that's okay sinceJarkko Hietaniemi2002-02-251-3/+3
* Re: Copying PV only with possible UTF-8 charactersJohn Peacock2002-02-241-0/+37