Allow poking holes at the UTF-8 decoding strictness.
[p5sagit/p5-mst-13.2.git] / sv.c
2000-10-24 Jarkko Hietaniemi Make the UTF-8 decoding stricter and more verbose when
2000-10-22 Jarkko Hietaniemi Support s?printf parameter reordering.
2000-10-21 John Tobey Re: Creating const subs for constants.
2000-10-17 Jarkko Hietaniemi On output try to downgrade to bytes, croak if impossible,
2000-10-09 Jarkko Hietaniemi Make eq work again with utf8 (disabling the upgrading
2000-10-06 Nick Ing-Simmons Fix in change 7162 was too-late for case where we ...
2000-10-06 Nick Ing-Simmons Make sv_upgrade() undo READONLY|FAKE shared string...
2000-10-03 Olaf Flebbe Epoc update
2000-09-30 Daniel Chetlin Fix some recursion in overload.pm
2000-09-30 Nick Ing-Simmons Re-instate Perl_utf8_to_uv without checking parameter...
2000-09-15 Spider Boardman Multiplicity & ithreads fix for sv.c/Encode.xs
2000-09-15 Jarkko Hietaniemi Botched the #7090 check-in.
2000-09-14 Spider Boardman Re: perl@7078
2000-09-14 Jarkko Hietaniemi We don't need to count the high bit bytes, a boolean...
2000-09-14 Spider Boardman Replace #7084 with
2000-09-14 Jarkko Hietaniemi Compilation warnings and an error.
2000-09-14 Jarkko Hietaniemi Batch of UTF-8 patches from Simon Cozens.
2000-09-03 Nick Ing-Simmons Hash lookup of constant strings optimization:
2000-08-31 Jarkko Hietaniemi Forget about NV_MAX (#6951). Various floating point...
2000-08-31 Jarkko Hietaniemi The #6929 was too skimpy.
2000-08-30 Alan Burlison Heap decorruption.
2000-08-29 Hugo van der Sanden [ID 20000608.006] panic: magic_killbackrefs with blesse...
2000-08-28 Jarkko Hietaniemi Fix for ID 20000828.001, long doubles were not formatted
2000-08-18 Jan Dubois newSVrv() memory leak
2000-08-17 Jarkko Hietaniemi The #6648 wasn't protective enough for limited platforms
2000-08-17 Jarkko Hietaniemi Retract #6645.
2000-08-16 Christian Kirsch The numeric locale was reset to "C" by s?printf and...
2000-08-15 Dominic Dunlop (Retracted by #6660)
2000-08-11 Mike Guy Fixes to looking-like-number to keep behaviour as it...
2000-08-10 Jarkko Hietaniemi Revert 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 Sanden Make bless(REF, REF) a fatal error, add bless tests.
2000-07-29 Simon Cozens Do not upgrade SVs into utf8 just because they participate
2000-07-26 Jarkko Hietaniemi Fix *foo{FORMAT}.
2000-07-15 Jarkko Hietaniemi More docs for sv functions.
2000-07-12 Gurusamy Sarathy fix bugs in processing %v-*d and similar format specs...
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6325..6373 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6252..6260 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6242..6249 into mainline
2000-07-11 M. J. T. Guy Re: "%#p" format specifier: document and test or not?
2000-07-04 Jarkko Hietaniemi Integrate with Sarathy.
2000-07-04 Gurusamy Sarathy fix large memory leak that has been around for ever...
2000-06-28 Doug MacEachern Re: [PATCH] "Constant subroutine redefined" mandatory...
2000-06-27 Doug MacEachern avoid mg_ptr in '*' magic
2000-06-02 Gurusamy Sarathy fix small eval"" memory leaks under USE_ITHREADS
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-05-08 Gurusamy Sarathy fork() failure to create pseudo process sets errno...
2000-05-07 Gurusamy Sarathy concat doesn't preserve utf8-ness, and doesn't invalidate
2000-05-07 Gurusamy Sarathy reverse() and quotemeta() weren't preserving utf8-ness...
2000-05-04 Jarkko Hietaniemi Integrate with Sarathy.
2000-05-04 Gurusamy Sarathy change#5905 wasn't quite right--it's intent only applie...
2000-05-04 Gurusamy Sarathy change#5921 neglected to make eq honor "use bytes"
2000-04-30 Jarkko Hietaniemi Integrate with Sarathy.
2000-04-30 Gurusamy Sarathy unbalanced LEAVE after perl_clone(...,0) (from Doug...
2000-04-28 Jarkko Hietaniemi Do not warn that an infinity does not look like a number.
2000-04-28 Gurusamy Sarathy destructive sv_setsv() can lose UV-ness from source...
2000-04-28 Gurusamy Sarathy numeric conversion of non-number in change#3378 tramples on
2000-04-24 Jarkko Hietaniemi Integrate with Sarathy.
2000-04-24 Gurusamy Sarathy make eq unicode-aware (from Gisle Aas); fix bogus tests...
2000-03-31 Jarkko Hietaniemi Fix for "[ID 20000329.080] quad printing does not work...
2000-03-23 Gurusamy Sarathy fix misplaced OP refcount for eval root
2000-03-21 Gurusamy Sarathy clone awareness for change#5847
2000-03-18 Jarkko Hietaniemi Add newSVuv().
2000-03-17 Gurusamy Sarathy make attributes::reftype(*FOO{IO}) return "IO" instead...
2000-03-08 Gurusamy Sarathy add missing locks for op refcounts
2000-03-07 Gurusamy Sarathy type mismatch
2000-03-07 Gurusamy Sarathy avoid coredump on C<printf "%vd">
2000-03-05 Gurusamy Sarathy thinko in change#4546 that caused variables to lose...
2000-03-05 Gurusamy Sarathy fixes for most warnings identified by gcc -Wall
2000-03-02 Jarkko Hietaniemi A patch on #5407.
2000-03-01 Jarkko Hietaniemi A further patch from Spider Boardman for long doubleness.
2000-03-01 Jarkko Hietaniemi Couple of math functions need to be Perl_ so that
2000-02-29 Gurusamy Sarathy support fetching current interpreter from TLS under...
2000-02-29 Jarkko Hietaniemi Undo the sv_2pv() change of #5329, caused numconvert.t
2000-02-28 Jarkko Hietaniemi Lift the 32-bit straightjacket from bit ops;
2000-02-27 Gurusamy Sarathy avoid compiler warnings (from Dan Sugalski)
2000-02-27 Gurusamy Sarathy propagate utf8ness in sv_setsv() (from Gisle Aas)
2000-02-24 Gisle Aas More UTF8_MAXLEN fixes
2000-02-21 Gurusamy Sarathy type mismatch
2000-02-21 Gurusamy Sarathy generalize "%v" format into a flag for any integral...
2000-02-20 Gurusamy Sarathy lexical warnings update, ability to inspect bitmask...
2000-02-20 Gurusamy Sarathy make change#3386 a build-time option (avoids problems...
2000-02-19 Gurusamy Sarathy char vs U8 warnings
2000-02-19 Gurusamy Sarathy s/croak/Perl_croak/
2000-02-19 Gurusamy Sarathy make comparisons promote to utf8 as necessary (from...
2000-02-15 Gurusamy Sarathy fix memory leak in C<$x = *Y> provoked by change#4198...
2000-02-14 Gurusamy Sarathy fix small interpreter leaks identified by Purify
2000-02-14 Gurusamy Sarathy notes about running Purify
2000-02-14 Gurusamy Sarathy remove outdated -DPURIFY code--it reports bogus errors...
2000-02-13 Gurusamy Sarathy more purification (pp_require() could access free memor...
2000-02-09 Charles Bailey Resync with mainline
2000-02-08 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-07 Gurusamy Sarathy sprintf("%v"...) buffer resizing busted
2000-02-07 Gurusamy Sarathy makefiles now use exetype.pl to make wperl.exe
2000-02-07 Gurusamy Sarathy remove $^U dependent behaviors in runtime; chr() and...
2000-02-06 Gurusamy Sarathy set SvUTF8 on vectors only if there are chars > 127...
2000-02-06 Gurusamy Sarathy support sprintf("v%v", v1.2.3) (works on any string...
2000-02-04 Gurusamy Sarathy change#4970 fallout for useithreads
2000-02-04 Gurusamy Sarathy avoid bad cast warnings (from Robin Barker <rmb1@cise...
2000-01-31 Gurusamy Sarathy introduce $^U, a global bit to indicate whether system
next