This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
[perl5.git] / sv.c
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-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...
2000-04-28 Gurusamy Sarathynumeric conversion of non-number in change#3378 tramples on
2000-04-24 Jarkko HietaniemiIntegrate with Sarathy.
2000-04-24 Gurusamy Sarathymake eq unicode-aware (from Gisle Aas); fix bogus tests...
2000-03-31 Jarkko HietaniemiFix for "[ID 20000329.080] quad printing does not work...
2000-03-23 Gurusamy Sarathyfix misplaced OP refcount for eval root
2000-03-21 Gurusamy Sarathyclone awareness for change#5847
2000-03-18 Jarkko HietaniemiAdd newSVuv().
2000-03-17 Gurusamy Sarathymake attributes::reftype(*FOO{IO}) return "IO" instead...
2000-03-08 Gurusamy Sarathyadd missing locks for op refcounts
2000-03-07 Gurusamy Sarathytype mismatch
2000-03-07 Gurusamy Sarathyavoid coredump on C<printf "%vd">
2000-03-05 Gurusamy Sarathythinko in change#4546 that caused variables to lose...
2000-03-05 Gurusamy Sarathyfixes for most warnings identified by gcc -Wall
2000-03-02 Jarkko HietaniemiA patch on #5407.
2000-03-01 Jarkko HietaniemiA further patch from Spider Boardman for long doubleness.
2000-03-01 Jarkko HietaniemiCouple of math functions need to be Perl_ so that
2000-02-29 Gurusamy Sarathysupport fetching current interpreter from TLS under...
2000-02-29 Jarkko HietaniemiUndo the sv_2pv() change of #5329, caused numconvert.t
2000-02-28 Jarkko HietaniemiLift the 32-bit straightjacket from bit ops;
2000-02-27 Gurusamy Sarathyavoid compiler warnings (from Dan Sugalski)
2000-02-27 Gurusamy Sarathypropagate utf8ness in sv_setsv() (from Gisle Aas)
2000-02-24 Gisle AasMore UTF8_MAXLEN fixes
2000-02-21 Gurusamy Sarathytype mismatch
2000-02-21 Gurusamy Sarathygeneralize "%v" format into a flag for any integral...
2000-02-20 Gurusamy Sarathylexical warnings update, ability to inspect bitmask...
2000-02-20 Gurusamy Sarathymake change#3386 a build-time option (avoids problems...
2000-02-19 Gurusamy Sarathychar vs U8 warnings
2000-02-19 Gurusamy Sarathys/croak/Perl_croak/
2000-02-19 Gurusamy Sarathymake comparisons promote to utf8 as necessary (from...
2000-02-15 Gurusamy Sarathyfix memory leak in C<$x = *Y> provoked by change#4198...
2000-02-14 Gurusamy Sarathyfix small interpreter leaks identified by Purify
2000-02-14 Gurusamy Sarathynotes about running Purify
2000-02-14 Gurusamy Sarathyremove outdated -DPURIFY code--it reports bogus errors...
2000-02-13 Gurusamy Sarathymore purification (pp_require() could access free memor...
2000-02-09 Charles BaileyResync with mainline
2000-02-08 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-07 Gurusamy Sarathysprintf("%v"...) buffer resizing busted
2000-02-07 Gurusamy Sarathymakefiles now use exetype.pl to make wperl.exe
2000-02-07 Gurusamy Sarathyremove $^U dependent behaviors in runtime; chr() and...
2000-02-06 Gurusamy Sarathyset SvUTF8 on vectors only if there are chars > 127...
2000-02-06 Gurusamy Sarathysupport sprintf("v%v", v1.2.3) (works on any string...
2000-02-04 Gurusamy Sarathychange#4970 fallout for useithreads
2000-02-04 Gurusamy Sarathyavoid bad cast warnings (from Robin Barker <rmb1@cise...
2000-01-31 Gurusamy Sarathyintroduce $^U, a global bit to indicate whether system
2000-01-31 Gurusamy Sarathyruntime now looks at the SVf_UTF8 bit on the SV to...
2000-01-28 Gurusamy Sarathyautogenerate API listing from comments in the source...
2000-01-26 Gurusamy Sarathys/STOP/CHECK/ blocks
2000-01-22 Gurusamy Sarathyadd patch for printf-style format typechecks (from...
2000-01-20 Gurusamy Sarathysv_true() has a superfluous test
2000-01-20 Charles Bailey Quick integration of mainline changes to date
2000-01-14 Gurusamy Sarathynailed "our" declarations, and better warnings on duplicate
2000-01-02 Gurusamy Sarathydisable optimization in change#3612 for join() and...
1999-12-30 Gurusamy Sarathyenable the PERL_BINMODE_SCRIPTS behavior by default...
1999-12-28 Gurusamy SarathyWindows build tweaks
1999-12-24 Gurusamy Sarathysupport for v5.5.640 style version numbers
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-12-09 Gurusamy SarathyUSE_ITHREADS tweaks and notes
1999-12-08 Larry Wallpatch to fix parser bug in C<${h{${a[0]}}} = 13>
1999-12-08 Gurusamy Sarathyintroduce save_I8() for saving byte values
1999-12-07 Gurusamy Sarathytypos in change#4546
1999-12-06 Gurusamy Sarathytweaks for building with -DUSE_ITHREADS on !WIN32 platf...
1999-12-04 Gurusamy Sarathymake uninitialized value warnings report opcode
1999-12-01 Gurusamy Sarathymore complete pseudo-fork() support for Windows
1999-11-15 Gurusamy Sarathyadd a synchronous stub fork() for USE_ITHREADS to prove...
1999-11-15 Gurusamy Sarathycloning the stack (part 1)
1999-11-14 Gurusamy Sarathycosmetic tweaks
1999-11-14 Gurusamy Sarathyfix problem pointer casts
1999-11-14 Gurusamy Sarathysundry cleanups for cloned interpreters (only known...
1999-11-13 Jarkko HietaniemiIntegrate with Sarathy.
1999-11-13 Gurusamy Sarathycloned interpreters now actually run and pass all but...
1999-11-11 Jarkko HietaniemiTurn on largefileness always if available and
1999-11-11 Jarkko HietaniemiIntegrate with Sarathy.
next