This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
"Compiled" encode build cleanup
[perl5.git] / sv.c
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.
2000-12-15 Nicholas Clarkstrtoq, strtou(q|ll|l) testing (was [PATCH] faster...
2000-12-14 Nicholas Clarkfaster and 64 bit preserving arithmetic
2000-12-12 Nick Ing-SimmonsIntegrate/merge mainline with further efficiency tweak...
2000-12-12 Nick Ing-SimmonsFix for Tk, and upgrading shared SVs.
2000-12-12 Nick Ing-SimmonsRe: Breadperl & Tk
2000-12-09 Jarkko HietaniemiIntegrate perlio:
2000-12-09 Inaba HirotoAdditional patch for UTF8-keys (Re: perl@8016)
2000-12-09 Nick Ing-SimmonsMake print, syswrite, send, readline, getc honour utf8...
2000-12-09 Nick Ing-SimmonsUTF8 output prework.
2000-12-05 Ilya ZakharevichRe: [PATCH] The largest hoax of all times?
2000-12-05 Jarkko HietaniemiIntegrate perlio:
2000-12-05 Jarkko HietaniemidTHR is a nop in 5.6.0 onwards. Ergo, it can go.
2000-12-04 Nick Ing-SimmonsPERL_IMPLICIT_SYS (almost) works - something odd with...
2000-12-04 Nicholas Clark++ 20% faster
2000-12-03 Jarkko HietaniemiMake uv_to_utf8() to zero-terminate its output buffer,
2000-11-30 Jarkko HietaniemiFix for 20001128.006, be more careful in Perl_sv_utf8_d...
2000-11-29 Jarkko HietaniemiRetract #7921, the patch shouldn't be needed.
2000-11-29 Simon Cozens(Retracted by #7927.)
2000-11-27 Jarkko HietaniemiRestore also the locale test to no-sprintf-taint state.
2000-11-27 Jarkko HietaniemiRetract #7863. It makes more sense not to taint format...
2000-11-26 Benjamin HolzmanRe: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign...
2000-11-26 Jarkko HietaniemiFix locale inconsistencies unearthed by Hugo's work.
2000-11-26 Nicholas ClarkRe: pp_add -> pp_i_add efficiency hack?
2000-11-25 Gurusamy SarathyC<foreach my $x ...> in pseudo-fork()ed process may...
2000-11-22 Jarkko HietaniemiFixes for signedness warnings noticed by VMSperlers.
2000-11-20 Olaf Flebbe[perl 7711: EPOC] updates
2000-11-19 Nick Ing-SimmonsMissing aTHX_
2000-11-18 Jarkko HietaniemiIntroduce Perl_utf8_length(). Use it.
2000-11-18 Nick Ing-SimmonsLexical use open ... support:
2000-11-05 Andrew PimlottFix for
2000-11-04 Jarkko HietaniemiLocale tweakery. Add test case for bug id 20000809...
2000-10-28 Nick Ing-SimmonsFix for sv_2iv() on "shared" value from keys %hash.
2000-10-25 Jarkko HietaniemiContinue the internal UTF-8 API tweaking.
2000-10-24 Jarkko HietaniemiMake the UTF-8 decoding stricter and more verbose when
2000-10-22 Jarkko HietaniemiSupport s?printf parameter reordering.
2000-10-21 John TobeyRe: Creating const subs for constants.
2000-10-20 Charles BaileySYN SYN
2000-10-17 Jarkko HietaniemiOn output try to downgrade to bytes, croak if impossible,
2000-10-09 Jarkko HietaniemiMake eq work again with utf8 (disabling the upgrading
2000-10-06 Nick Ing-SimmonsFix in change 7162 was too-late for case where we ...
2000-10-06 Nick Ing-SimmonsMake sv_upgrade() undo READONLY|FAKE shared string...
2000-10-03 Olaf FlebbeEpoc update
2000-09-30 Daniel ChetlinFix some recursion in overload.pm
2000-09-30 Nick Ing-SimmonsRe-instate Perl_utf8_to_uv without checking parameter...
2000-09-15 Spider BoardmanMultiplicity & ithreads fix for sv.c/Encode.xs
2000-09-15 Jarkko HietaniemiBotched the #7090 check-in.
2000-09-14 Spider BoardmanRe: perl@7078
2000-09-14 Jarkko HietaniemiWe don't need to count the high bit bytes, a boolean...
2000-09-14 Spider BoardmanReplace #7084 with
2000-09-14 Jarkko HietaniemiCompilation warnings and an error.
2000-09-14 Jarkko HietaniemiBatch of UTF-8 patches from Simon Cozens.
2000-09-03 Nick Ing-SimmonsHash lookup of constant strings optimization:
2000-08-31 Jarkko HietaniemiForget about NV_MAX (#6951). Various floating point...
2000-08-31 Jarkko HietaniemiThe #6929 was too skimpy.
2000-08-30 Alan BurlisonHeap decorruption.
2000-08-29 Hugo van der Sanden[ID 20000608.006] panic: magic_killbackrefs with blesse...
2000-08-28 Jarkko HietaniemiFix for ID 20000828.001, long doubles were not formatted
2000-08-18 Jan DuboisnewSVrv() memory leak
2000-08-17 Jarkko HietaniemiThe #6648 wasn't protective enough for limited platforms
2000-08-17 Jarkko HietaniemiRetract #6645.
2000-08-16 Christian KirschThe numeric locale was reset to "C" by s?printf and...
2000-08-15 Dominic Dunlop(Retracted by #6660)
2000-08-11 Mike GuyFixes to looking-like-number to keep behaviour as it...
2000-08-10 Jarkko HietaniemiRevert the sv.c part of #6559, a better fix is needed.
2000-08-09 Christian Kirsch(The fix did work but was not right, retracted in ...
2000-08-07 Hugo van der SandenMake bless(REF, REF) a fatal error, add bless tests.
2000-08-04 Charles BaileyYA resync with mainstem, including VMS patches from...
2000-07-29 Simon CozensDo not upgrade SVs into utf8 just because they participate
2000-07-26 Jarkko HietaniemiFix *foo{FORMAT}.
2000-07-15 Jarkko HietaniemiMore docs for sv functions.
2000-07-12 Gurusamy Sarathyfix bugs in processing %v-*d and similar format specs...
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6325..6373 into mainline
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6252..6260 into mainline
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6242..6249 into mainline
2000-07-11 M. J. T. GuyRe: "%#p" format specifier: document and test or not?
2000-07-04 Jarkko HietaniemiIntegrate with Sarathy.
2000-07-04 Gurusamy Sarathyfix large memory leak that has been around for ever...
2000-06-28 Doug MacEachernRe: [PATCH] "Constant subroutine redefined" mandatory...
2000-06-27 Doug MacEachernavoid mg_ptr in '*' magic
2000-06-02 Gurusamy Sarathyfix small eval"" memory leaks under USE_ITHREADS
2000-05-23 Charles BaileyResync with mainline prior to post-5.6.0 updates
2000-05-08 Gurusamy Sarathyfork() failure to create pseudo process sets errno...
2000-05-07 Gurusamy Sarathyconcat doesn't preserve utf8-ness, and doesn't invalidate
2000-05-07 Gurusamy Sarathyreverse() and quotemeta() weren't preserving utf8-ness...
2000-05-04 Jarkko HietaniemiIntegrate with Sarathy.
2000-05-04 Gurusamy Sarathychange#5905 wasn't quite right--it's intent only applie...
2000-05-04 Gurusamy Sarathychange#5921 neglected to make eq honor "use bytes"
2000-04-30 Jarkko HietaniemiIntegrate with Sarathy.
2000-04-30 Gurusamy Sarathyunbalanced LEAVE after perl_clone(...,0) (from Doug...
2000-04-28 Jarkko HietaniemiDo not warn that an infinity does not look like a number.
2000-04-28 Gurusamy Sarathydestructive sv_setsv() can lose UV-ness from source...
next