summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Re: Prototype checking on assignment of coderef to typeglobRafael Garcia-Suarez2002-02-221-2/+3
* Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.Nick Ing-Simmons2002-02-031-0/+3
* Integrate mainlineNick Ing-Simmons2002-01-251-23/+1
* Nearly-working threads re-structuring. Do not integrate,Nick Ing-Simmons2002-01-191-17/+20
* Split out core of sv_magic() into sv_magicext().Nick Ing-Simmons2002-01-181-69/+113
* Integrate rest of mainlineNick Ing-Simmons2002-01-151-14/+16
|\
| * Move the UTF-8 conversion code earlier so thatJarkko Hietaniemi2002-01-131-14/+16
| * Grow the buffer in case Unicode caused size changesJarkko Hietaniemi2002-01-131-3/+3
* | Use PerlMemShared for CopSTASHPV and CopFILE. MUCH harder than it sounds!Nick Ing-Simmons2002-01-141-5/+18
|/
* Integrate perlio:Jarkko Hietaniemi2002-01-121-71/+44
|\
| * Abstract out the cloning of SvPVX and handle shared pv in a Nick Ing-Simmons2002-01-121-71/+44
* | Fix forAndreas König2002-01-111-13/+35
|/
* malloc() things must be free()d, not Safefree()d (bug in change#11280Gurusamy Sarathy2002-01-111-3/+4
* PL_debug_pad wasn't initialized to zeroes which brokeJarkko Hietaniemi2002-01-061-1/+2
* Missed the =head1 additions.Jarkko Hietaniemi2002-01-031-0/+4
* Avoid un-init perl_debug_pad in clonesNick Ing-Simmons2002-01-021-0/+1
* Correct checking code which Ilya spotted was tripped by CR at EOF.Nick Ing-Simmons2001-12-221-1/+5
* Re: [ID 20011213.001] Segfault with overload and TestHugo van der Sanden2001-12-191-1/+1