This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
The fudge factor is no more needed. I hope.
[perl5.git] / sv.c
2001-06-04 Jarkko HietaniemiSigh. This is what #10424 was supposed to check in.
2001-06-03 Jarkko HietaniemiPotential buffer overrun if the radix separator is...
2001-05-31 Nick Ing-SimmonsIntegrate mainline.
2001-05-31 Abhijit Menon-Sen[PATCH] DEBUG_* macro cleanups
2001-05-31 Jarkko HietaniemiSalvage bits and pieces from the experimental 'utf8...
2001-05-30 Jarkko HietaniemiMore -Wall sweeping.
2001-05-28 Hugo van der SandenRe: [ID 20010526.004] Taint looses value
2001-05-26 Jarkko Hietaniemireturn clauses are nice.
2001-05-26 Doug MacEachernchange 10199 backwards?
2001-05-26 Hugo van der SandenRe: 5.6.*, bleadperl: bugs in pp_concat
2001-05-26 John PeacockRe: [ID 20010426.005] Magic not being removed at scope...
2001-05-24 Richard SoderbergRE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc...
2001-05-20 Dave Mitchell[LARGE!] symbolic magic
2001-04-30 Hugo van der SandenRe: [PATCH bleadperl] [ID 20010426.002] Word boundry...
2001-04-30 Jarkko HietaniemiChange PL_numeric_radix to PL_numeric_radix_sv (and...
2001-04-23 Mark-Jason DominusRe: PATCH 5.7.1
2001-04-22 Simon CozensRe: [ID 20010422.003] Core dump in overloaded bool...
2001-04-09 Jarkko HietaniemiThinko in manual patch applying.
2001-04-09 Robin BarkerRe: [PATCH perl@9424] isn't numeric warning
2001-04-07 Robin Barkerisn't numeric warning
2001-04-06 Jarkko HietaniemiIntegrate changes #9584,9587 from maintperl into mainline.
2001-04-01 Jarkko HietaniemiIntegrate changes #9493,9494,9495,9496 from maintperl
2001-03-29 Nick Ing-SimmonsNoticed that two tests were skipped as perlio:: package
2001-03-27 Gisle AasRe: perl@9359 breaks HTML::Parser
2001-03-27 Jarkko Hietaniemisv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
2001-03-20 Nick Ing-SimmonsMore EBCDIC stuff:
2001-03-19 Nick Ing-SimmonsIntegrate mainline.
2001-03-19 Nick Ing-SimmonsMore EBCDIC fixes.
2001-03-19 Jarkko HietaniemiIntegrate change #9233 from maintperl into mainline.
2001-03-18 Jarkko HietaniemiIntegrate change #9197 from maintperl to mainline.
2001-03-18 Nick Ing-SimmonsPrefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED...
2001-03-16 Nick Ing-SimmonsEBCDIC Fixes.
2001-03-13 Jarkko HietaniemiIntegrate perlio:
2001-03-12 Nick Ing-SimmonsIntegrate mainline.
2001-03-12 Nick Ing-Simmons#ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
2001-03-12 Jarkko HietaniemiIntegrate change #9108 from maintperl to mainline.
2001-03-11 Nick Ing-SimmonsPut utf8_downgrade in CRIPPLED_CC versions of SvPVbyte...
2001-03-10 Nick Ing-SimmonsEBCDIC sanity - phase I
2001-03-09 Dave MitchellRe: [ PATCH perl@8956 ] new debug option -DR shows...
2001-03-09 Peter PrymmerRe: Unicode/EBCDIC
2001-03-05 Nick Ing-SimmonsLong-standing "defined but not used" SvPVbyte*() are...
2001-02-28 Tim JennessRe: sync sync sync: have I missed any patches?
2001-02-24 Nick Ing-SimmonsEncode API documentation nd tidy up.
2001-02-21 Jarkko HietaniemiIntegrate change #8868 from pureperl to mainline.
2001-02-21 Jarkko HietaniemiPut back the #8840, it was innocent.
2001-02-20 Jarkko HietaniemiDon't do casting between pointers pointing to different...
2001-02-20 Jarkko HietaniemiRetract the #8838 and #8840 for now because of
2001-02-19 Doug MacEachern[patch] add sv_setref_uv
2001-02-18 Jarkko HietaniemiUTF-8 tweaks.
2001-02-17 Nick Ing-SimmonsIntegrate mainline
2001-02-17 Doug MacEachern[patch] -Wall
2001-02-10 Doug MacEachern[patch] GvSHARED
2001-02-08 Charles BaileySYN SYN
2001-02-08 Nicholas Clark[ID 20010206.010] S_ functions not declared STATIC
2001-02-08 Doug MacEachernRe: [patch] Re: PL_ptr_table
2001-02-01 Jarkko HietaniemiIntegrate changes #8641,8644,8649,8654,8662,8663,8664...
2001-01-31 Olaf FlebbeAll the uses of PL_numeric_radix must be protected by
2001-01-30 Jarkko HietaniemiFix for the fa_IR locale failure. The reason for the...
2001-01-30 Jarkko HietaniemiSignedness nit.
2001-01-28 Jarkko HietaniemiPatch from Inaba Hiroto:
2001-01-27 Jarkko HietaniemiNo point in checking the length before we know whether...
2001-01-24 Charles BaileySYN SYN
2001-01-22 Jarkko HietaniemiAdd sv_force_normal() to sv_utf8_downgrade() as suggested
2001-01-21 Jarkko HietaniemiIntegrate perlio:
2001-01-21 Hugo van der SandenRe: 8482 busted for $^V sprintf()s on OS/390
2001-01-21 Nick Ing-SimmonsFixup after integrate:
2001-01-20 Jarkko HietaniemiSignedness nit plus few memcpy/Copy nits.
2001-01-19 Hugo van der SandenRe: new feature: s?printf parameter reordering
2001-01-18 Nick Ing-SimmonsWin32 "safe signals" co-existance fix.
2001-01-17 Jarkko HietaniemiDefine SIG_SIZE, the number of elements in the sig_name and
2001-01-16 Nick Ing-SimmonsProvide infrastructure for PERL_ASYNC_CHECK() style...
2001-01-15 Jarkko HietaniemiMore UTF-8 patches from Inaba Hiroto.
2001-01-12 Jarkko HietaniemiUse UVXf.
2001-01-12 Robin Barker-Wformat
2001-01-10 Jarkko HietaniemiRe: [ID 20010109.003] Patch 8138 broke a test in libwww
2001-01-08 Nick Ing-SimmonsFix "scalars leaked" bugs caused by overload magic
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2001-01-08 Nicholas Clark[ID 20010107.012] [PATCH] 18446744073709551616e0 was...
2001-01-05 Jarkko HietaniemiUTF-8 cleanup.
2001-01-05 Jarkko HietaniemiUnify UTF-8 malformedness handling.
2001-01-02 Jarkko HietaniemiVariable naming tweak.
2001-01-01 Jarkko HietaniemiBump up Larry's copyright.
2000-12-31 Craig A. BerryPacify picky VMS compiler.
2000-12-30 Nick Ing-SimmonsIntegrate mainline
2000-12-30 Inaba Hirotomore UTF8 test suites and an UTF8 patch
2000-12-30 Jarkko HietaniemiThe sv_catsv() fix, take two.
2000-12-30 Jarkko HietaniemiUndo all the join-related changes since #8248: relevant
2000-12-30 Jarkko Hietaniemi(Retracted by #8264) Tweak sv_catsv() some more.
2000-12-29 Jarkko Hietaniemi(Retracted by #8264) More fixing for #8251.
2000-12-29 Jarkko Hietaniemi(Retracted by #8264)
2000-12-29 Jarkko Hietaniemi(Retracted by #8264) Externally: join() was still...
2000-12-20 Nicholas Clarkobscure timing knowledge
2000-12-20 Spider Boardman[ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on...
2000-12-19 Nick Ing-SimmonsIntegrate mainline.
2000-12-17 Jarkko HietaniemiPolymorphic regexps.
2000-12-15 Jarkko HietaniemiOne more IVUV tweak from Nicholas Clark.
2000-12-15 Jarkko HietaniemiReturn of the IVUV-preservation, now seems to be happy...
2000-12-15 Ilya Zakharevichspeeding up object creation/destruction 4x times
2000-12-15 Jarkko HietaniemiSomething is really wonky.
2000-12-15 Jarkko HietaniemiFixes for the IV UV patches to compile in Digital UNIX.
next