This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Debian patch that skips podless modules
[perl5.git] / sv.c
2003-07-29 Jarkko HietaniemiOops.
2003-07-29 Jarkko HietaniemiCleanup the sv_gets() logic for platforms with small...
2003-07-28 Jarkko HietaniemiMake Storable work with blead/maint by making PL_sv_pla...
2003-07-27 Marcus Holland-MoritzRe: [PATCH] Re: Storing &PL_sv_undef as a hash key...
2003-07-24 Stas BekmanRe: [typo] sv.c pod/perlapi.pod
2003-07-24 Dave MitchellRe: Reference to tied elements results in lvalue.
2003-07-17 Anton Berezinfix $^N-related coredump
2003-07-03 Jarkko HietaniemiAdd at least meager beginnings of assertion checks for
2003-07-03 Dave MitchellRe: ext/List/Util/t/weak.t panic
2003-07-02 Jarkko HietaniemiFix for [perl #22759 insufficient format string checking];
2003-06-26 Jarkko HietaniemiBite the bullet and apply the hash randomisation patch.
2003-06-24 Dave MitchellRe: [perl #22719] ISA cache problem with blessed stash...
2003-06-20 Jarkko HietaniemiMore Perl malloc debugging magic from Ilya. Seems...
2003-06-15 Marcus Holland-MoritzRe: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()
2003-06-14 Jarkko HietaniemiFollowup on #19779: make the helper function static,
2003-06-14 Marcus Holland-Moritzstrchr() running amok in sv_vcatpvfn()
2003-06-12 Robin BarkerAdd a new warning, "Newline in left-justified string...
2003-06-11 Marcus Holland-MoritzIntegrate from maint:
2003-05-31 Jarkko HietaniemiBetter patch from Inaba Hiroto for
2003-05-31 Adrian M. EnacheRe: [perl #22372] [PATCH] sv_chop() broken
2003-05-30 Jarkko HietaniemiFix for "#22375 'split'/'index' problem for utf8".
2003-05-12 Alex VandiverRe: Bug stomping fun. [PATCH: bug #1016]
2003-05-12 Jarkko HietaniemiMore moves to intrpvar.h.
2003-05-11 Jarkko HietaniemiMove the thread *hook into interpreter.
2003-05-03 Jarkko HietaniemiTru64: PerlIO_tell() was returning about one _megabyte_ for
2003-04-28 Jarkko HietaniemiFeel-good cleanup.
2003-04-21 Artur BergmanFix bug 17964 by properly refcounting the gv top.
2003-04-20 Adrian M. EnacheRe: [perl #22000] AutoReply: [PATCH] Naughty sv_gets...
2003-04-19 Dave Mitchellallow recursive FETCHes
2003-04-19 Artur BergmanDon't use the stack to allocate a SV that we hand out...
2003-04-17 Artur BergmanAnother needle in the voodoo doll.
2003-04-17 Artur BergmanExtreme Voodoo programming, by not pinching the SV...
2003-04-16 Jarkko HietaniemiFix up Larry's copyright statements to my best knowledge.
2003-04-02 Artur BergmanAdd packname->stash cache before the check if a packnam...
2003-04-01 Ilya ZakharevichIntegrate:
2003-03-30 Nicholas ClarkCOW formats (was Re: Smoke [5.9.0] 19044 FAIL(F) linux...
2003-03-26 Nicholas ClarkBetter version of change #19069
2003-03-26 Nicholas ClarkRe: [perl #21614] 5.8.0 Unbalanced string table refcount
2003-03-12 Jarkko HietaniemiAnother finding by IRIX cc: non-void function
2003-03-11 Hugo van der Sandentypo for utf8locale in #18907
2003-03-11 Jarkko HietaniemiAdd missing intrpvar clonings to perl_clone.
2003-03-11 Stas Bekman[patch] PL_taint_warn falls between chairs in perl_clone()
2003-03-09 Jarkko HietaniemiAt Sarathy's request restore the bin5005compat Perl_foo...
2003-03-09 Adrian M. EnacheRe: [perl #21498] printf behaviour changes 5.6.1(and...
2003-03-04 Adrian M. EnacheRe: [perl #21395] rcatline doesn't grok utf8
2003-03-03 Jarkko HietaniemiUse a macro for abs() to avoid the possible truncation...
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2003-02-26 Adrian M. EnacheRe: [perl #20683] [fix] Better Patch
2003-02-24 Jarkko HietaniemiPatching magic from Inaba-san's keyboard: fix for ...
2003-02-18 Nicholas ClarkRe: [PATCH] Re: [PATCH] Copy on write for $& and $1...
2003-02-17 Nicholas ClarkRe: [PATCH] Copy on write for $& and $1...
2003-02-17 Hugo van der Sandenfix typo in sv.c and regenerate perlapi.pod
2003-02-16 Salvador Fandiñoadd support for assertions. Updated form of:
2003-02-16 Nicholas ClarkCOW regexps:
2003-02-16 Nicholas Clarkinline SvREFCNT_dec:
2003-02-11 Robin Barker[perl #20654] %*v02x considered invalid in printf
2003-02-11 H.Merijn BrandMore code cleanup.
2003-02-11 Mark MielkePATCH: sv_rvweaken() deficiency (against 5.8.0)
2003-02-10 Hugo van der Sandenfix comment in change #18689
2003-02-10 Hugo van der SandenFix for [perl #20339]: "%lf" rejected as invalid by...
2003-02-06 Artur BergmanPatch from Richard Soderberg, cleanup the code a bit...
2003-02-05 Inaba Hiroto[Patch] parsing under encoding (Re: [Encode] HEADS...
2003-02-01 Nick Ing-SimmonsPerlIO friendly version of speed up of $/ = undef case.
2003-01-30 Adrian M. Enache[FIX] Re: UTF-8 failures (surprise!)
2003-01-26 Jarkko HietaniemiMissing (STRLEN)casts.
2003-01-26 Adrian M. Enachepatch to speed up Perl's slurp mode
2003-01-22 Nicholas ClarkRe: [perl #9394] Re: [ID 20020525.002] coredump/ bad...
2003-01-22 Jarkko HietaniemiContinuation of #18542.
2003-01-22 Hugo van der Sanden#18530 misses a couple of pTHX definitions
2003-01-21 Hugo van der Sandenintegrate (by hand) #18353 and #18359 from maint-5.8:
2003-01-16 Jarkko HietaniemiFix 'use encoding' I/O for code points 0x80..0xFF;
2003-01-07 Nicholas Clark%_ (was Re: [PATCH] operation on `PL_na' may be undefined)
2003-01-03 Artur BergmanFixes bug #15273, the return of the object caused
2003-01-03 Hugo van der SandenRe: [perl #18257] Attempt to free unreferenced scalar...
2002-12-28 Gurusamy Sarathythese variables are not in use anywhere since 5.8.0
2002-12-25 Hugo van der Sanden#18345 was still broken; should be fixed now.
2002-12-23 Hugo van der Sandenmore on #18344.
2002-12-23 Hugo van der Sandenmore on #18312: sv.c:ss_dup()
2002-12-16 Artur BergmanMore documentation of obscure flags is good, even if the
2002-12-14 Dave MitchellProper fix for CvOUTSIDE weak refcounting
2002-12-02 Jarkko Hietaniemi$0 mofifying part I
2002-12-02 Dave Mitchellallow evals to see the full lexical scope
2002-11-27 Rafael Garcia-SuarezDESTROY called in scalar context ?
2002-11-16 Dave Mitchelloptional code for debugging leaking scalars
2002-11-07 Yitzchak Scott-Tho... Re: [perl #18038] DESTROY change in 5.8.0?
2002-11-04 Hugo van der Sandenextend #13786 to cover the other four identical chunks...
2002-10-24 Dan KogaiThe Inaba patch for tr/// vs. use encoding
2002-10-22 Dave MitchellPL_curpad == AvARRAY(PL_comppad) always
2002-10-19 H.Merijn BrandHappy chainsaw stories; The removal of the 5005 threads
2002-10-10 Rafael Garcia-SuarezFix bug #17776 : memory corruption in qr/##/x
2002-10-02 Dave Mitchellmove all pad-related code to its own src file
2002-10-01 Yitzchak Scott-Tho... Re: sv_2pv_flags and ROK and UTF8 flags
2002-09-29 Abhijit Menon-SenRemove package; (Heh heh.)
2002-09-27 John PeacockRe: [REVISED PATCH] Magic v-strings
2002-09-26 Nicholas ClarkANSI-clean? (was Re: [PATCH] COW for ithreads)
2002-09-26 H.Merijn BrandLEAKTEST is dead, RIP
2002-09-09 Allen SmithRe: [PATCH: perl #17849] (corrected) Long double bugs...
2002-09-08 Allen SmithRe: [PATCH: perl #17849] (corrected) Long double bugs...
2002-09-08 Nicholas ClarkCOW for ithreads (was Re: what copies scalars in ithreads?)
2002-09-08 Yitzchak Scott-Tho... sv_2pv_flags and ROK and UTF8 flags
next