This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add libscheck for IRIX.
[perl5.git] / sv.c
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-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-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.
1999-11-11 Gurusamy Sarathyavoid stash pointers in optree under USE_ITHREADS
1999-11-11 Gurusamy Sarathyanother change towards a shareable optree: avoid pointe...
1999-11-09 Gurusamy SarathyIoDIRP may be fake when used in source filters, mark...
1999-11-09 Gurusamy Sarathysmall nits in changes#4538,4539
1999-11-08 Gurusamy Sarathypreliminary support for perl_clone() (still needs work in
1999-11-04 Jarkko HietaniemiIntegrate with Sarathy.
1999-11-04 Jarkko HietaniemiIncremental Mac integration from Matthias.
1999-11-04 Gurusamy Sarathyremove VIRTUAL tag, PERL_OBJECT doesn't need it anymore
1999-11-02 Jarkko HietaniemiInitial integration of the MacPerl changes form Matthias.
1999-10-29 Jarkko HietaniemiRemove quad logic from perl.h; regen Configure;
1999-10-27 Jarkko HietaniemiIntegrate with Sarathy; manual resolve on regcomp.c...
1999-10-27 Gurusamy Sarathymore GCC v2.95 induced adjustments
1999-10-26 Gurusamy Sarathywarnings and const violations identified by compiling...
1999-10-24 Gurusamy Sarathyremove inconsistent tainting behavior of sprintf("...
1999-10-23 Jarkko HietaniemiMore printf-fixes (see also #4426).
1999-10-23 Jarkko HietaniemiIntegrate with Sarathy.
1999-10-23 Jarkko HietaniemiFix the printfing nits pointed out by using gcc -Wall and
1999-10-22 Gurusamy Sarathysv_vcatpvfn() bug: fell through to assuming intsize...
1999-10-06 Gurusamy Sarathyfix typos in change#4288
1999-10-06 Gurusamy Sarathyintegrate cfgperl contents into mainline
1999-10-06 Gurusamy Sarathymake die/warn and other diagnostics go to wherever...
1999-10-02 Jarkko HietaniemiUntangle the IV_IS_QUAD jungle by introduding
1999-09-20 Vishal Bhatiaadd arenas for managing allocations of remaining xpv...
1999-09-18 Nick Ing-SimmonsRe-integrate mainline
1999-09-17 Michael G. SchwernMore descriptive names for operators.
1999-09-13 Jarkko HietaniemiIntegrate with Sarathy.
1999-09-13 Robin BarkerReplace change #4100 with
1999-09-13 Gurusamy Sarathyadd -DPERL_Y2KWARN build option that will generate...
1999-09-12 Gurusamy Sarathymake sprintf("%g",...) threadsafe; only taint its resul...
1999-09-09 Jarkko HietaniemiRemove ill-designed %B introduced by change #4111.
1999-09-09 Jarkko Hietaniemi%#b in particular and %B in general were kaputt.
1999-09-07 Robin BarkerFix pointer casts.
1999-09-07 Jarkko HietaniemiFix a printf thinko: now quads must have the ll L q...
1999-09-04 Jarkko HietaniemiWarn about numconvert.t in case somebody
1999-08-29 Gurusamy Sarathydeadcode removal
1999-08-16 Jarkko HietaniemiMore paranoia.
1999-08-16 Jarkko HietaniemiBatch of small 64-bit/long double/large file support...
1999-08-12 Jarkko HietaniemiAdd Configure -Duselongdouble and add a missing semicolon.
1999-08-11 Jarkko HietaniemiLong double patches from Dan Sugalski.
1999-08-03 Jarkko HietaniemiRetract #3912, much too many compilation warnings
1999-08-03 Sven Verdoolaege(Retracted). See #3913.
1999-08-02 Jarkko HietaniemiFix printf %D %U %O for quads.
1999-08-02 Jarkko HietaniemiMore 64-bit fixing. One known bug of that kind
1999-08-02 Jarkko HietaniemiFix printf %d when IV is quad.
1999-08-01 Jarkko Hietaniemi64-bit work. Now 32-bit platforms get a 100% make...
1999-07-26 Ian Phillippsmake reset() behave with high-bit characters
1999-07-26 Gurusamy Sarathyensure implicitly closed handles don't set $? or $!
1999-07-18 Ilya Zakharevichcache [NIUP]V conversions of defined READONLY values
1999-07-12 Gurusamy Sarathyfixups for sundry warnings about function pointers
1999-07-12 Gurusamy Sarathyyet more cleanups of the PERL_OBJECT, MULTIPLICITY...
1999-07-08 Gurusamy Sarathymore PERL_OBJECT cleanups (changes still untested on...
next