summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Unicode: add ToFold mapping. Not used yet; but basicallyJarkko Hietaniemi2001-11-021-0/+1
* Extend the effect of the encoding pragma to chr() and ord().Jarkko Hietaniemi2001-10-311-1/+1
* More documentation for the encode pragma.Jarkko Hietaniemi2001-10-311-1/+2
* Thinko in #12783.Jarkko Hietaniemi2001-10-311-1/+1
* Make sv_recode_to_utf8() a real API: the encodingJarkko Hietaniemi2001-10-311-35/+40
* Enable -Mencoding=foobar also for string literals.Jarkko Hietaniemi2001-10-311-28/+48
* Add the encoding pragma to control the "upgrade"Jarkko Hietaniemi2001-10-281-21/+49
* Make the "isn't numeric" warning to show Unicode as Unicode.Jarkko Hietaniemi2001-10-231-49/+58
* Change #12607 introduced a bug, seems like some MAGICAL SVsArtur Bergman2001-10-231-1/+5
* Call setmagic on the referent we are blessing.Artur Bergman2001-10-231-0/+2
* Convert rest of PerlIO's memory tables to per-interp and add clone functionsNick Ing-Simmons2001-10-211-2/+2
* PerlIO layer table as PL_perlio (per-interpreter)Nick Ing-Simmons2001-10-211-1/+4
* Fix gross win32 build issuesNick Ing-Simmons2001-10-191-1/+2
* Builds under ithreads (but fails all threads tests)Nick Ing-Simmons2001-10-161-13/+13
* Skeleton of "PerlIO_dup" coded.Nick Ing-Simmons2001-10-161-10/+10
* Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]Andy Dougherty2001-10-121-2/+9
* Fixes coredump introduced by 11755 and 11790. Thanks to Doug forArtur Bergman2001-09-171-4/+10
* [patch] ithreads+PL_beginav_saveDoug MacEachern2001-09-151-0/+1
* Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{C...Hugo van der Sanden2001-09-151-4/+10
* may be uninitialized warning forperl@12003Robin Barker2001-09-121-2/+2
* PATCH Resubmission - was Re: [ID 20010902.001] v strings over 2*31 barfJohn Peacock2001-09-101-11/+16
* Silence some more warnings INT2PTR.Artur Bergman2001-09-101-2/+2