summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* %g -> NVgf cleanup, based on Schwern's RedHat 7.1/AlphaJarkko Hietaniemi2001-12-181-9/+9
* Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashesNick Ing-Simmons2001-12-181-2/+2
* Silence compiler worries found by Schwern/Digital cc.Jarkko Hietaniemi2001-12-141-2/+2
* Fix odd language in an sv.c commentcoral@eekeek.org2001-12-081-3/+3
* Retract #11156 since Sarathy has found that it breaks code:Jarkko Hietaniemi2001-12-081-3/+3
* shared hash keys and ++/--Nicholas Clark2001-12-031-0/+4
* Really define do_report_used() only if DEBUGGING.Jarkko Hietaniemi2001-11-201-2/+3
* Protect sv_dump() from being included unless DEBUGGING,Jarkko Hietaniemi2001-11-191-0/+4
* Allow dup'ing of PerlIO::Scalar etc.Nick Ing-Simmons2001-11-181-4/+4
* a few typo fixes Jeffrey Friedl2001-11-121-3/+3
* A potential recursion breaker.Jarkko Hietaniemi2001-11-101-1/+1
* Tweak for Cray-friendliness from Nicholas Clark.Jarkko Hietaniemi2001-11-071-1/+1
* Ugly bandaid to stop C<package;> from segfaulting (remember toAbhijit Menon-Sen2001-11-031-4/+15