integrate cfgperl changes into mainline
[p5sagit/p5-mst-13.2.git] / sv.c
1999-09-20 Vishal Bhatia add arenas for managing allocations of remaining xpv...
1999-09-17 Michael G. Schwern More descriptive names for operators.
1999-09-13 Jarkko Hietaniemi Integrate with Sarathy.
1999-09-13 Robin Barker Replace change #4100 with
1999-09-13 Gurusamy Sarathy add -DPERL_Y2KWARN build option that will generate...
1999-09-12 Gurusamy Sarathy make sprintf("%g",...) threadsafe; only taint its resul...
1999-09-09 Jarkko Hietaniemi Remove 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 Barker Fix pointer casts.
1999-09-07 Jarkko Hietaniemi Fix a printf thinko: now quads must have the ll L q...
1999-09-04 Jarkko Hietaniemi Warn about numconvert.t in case somebody
1999-08-29 Gurusamy Sarathy deadcode removal
1999-08-16 Jarkko Hietaniemi More paranoia.
1999-08-16 Jarkko Hietaniemi Batch of small 64-bit/long double/large file support...
1999-08-12 Jarkko Hietaniemi Add Configure -Duselongdouble and add a missing semicolon.
1999-08-11 Jarkko Hietaniemi Long double patches from Dan Sugalski.
1999-08-03 Jarkko Hietaniemi Retract #3912, much too many compilation warnings
1999-08-03 Sven Verdoolaege (Retracted). See #3913.
1999-08-02 Jarkko Hietaniemi Fix printf %D %U %O for quads.
1999-08-02 Jarkko Hietaniemi More 64-bit fixing. One known bug of that kind
1999-08-02 Jarkko Hietaniemi Fix printf %d when IV is quad.
1999-08-01 Jarkko Hietaniemi 64-bit work. Now 32-bit platforms get a 100% make...
1999-07-26 Ian Phillipps make reset() behave with high-bit characters
1999-07-26 Gurusamy Sarathy ensure implicitly closed handles don't set $? or $!
1999-07-18 Ilya Zakharevich cache [NIUP]V conversions of defined READONLY values
1999-07-12 Gurusamy Sarathy fixups for sundry warnings about function pointers
1999-07-12 Gurusamy Sarathy yet more cleanups of the PERL_OBJECT, MULTIPLICITY...
1999-07-08 Gurusamy Sarathy more PERL_OBJECT cleanups (changes still untested on...
1999-07-08 Gurusamy Sarathy fixes for logical bugs in the lexwarn patch; other...
1999-07-07 Paul Marquess lexical warnings update (warning.t fails one test
1999-07-06 Jarkko Hietaniemi Integrate with Sarathy.
1999-07-06 Gurusamy Sarathy bug in change#3602 (cpp conditionals not allowed inside...
1999-07-06 Dan Sugalski slightly tweaked version of suggested patch
1999-06-27 Olaf Flebbe EPOC port to Psion5.
1999-06-17 Jarkko Hietaniemi Fixed two long-standing locale bugs.
1999-06-10 Gurusamy Sarathy win32 build fixes
1999-06-09 Gurusamy Sarathy more complete support for implicit thread/interpreter...
1999-06-07 Gurusamy Sarathy initial stub implementation of implicit thread/this
1999-06-02 Gurusamy Sarathy remove _() non-ansism
1999-06-02 Gurusamy Sarathy remove stray K&R-isms
1999-05-11 Gurusamy Sarathy avoid creating spurious subroutine stubs on failed...
1999-05-10 Gurusamy Sarathy "weak" references internals, still needs perlguts docum...
1999-05-10 Ilya Zakharevich Self-consistent numeric conversion again
1999-05-10 Jan Dubois Re: Using existing memory for an SV's PV
1999-05-02 Gurusamy Sarathy add test case for change#3298
1999-05-02 Gurusamy Sarathy close directory handles properly when localized
1999-04-03 Gurusamy Sarathy avoid duplicate code
1999-04-03 Gurusamy Sarathy grow PL_tmps_stack more efficiently; make it more amena...
1999-04-03 Gurusamy Sarathy remove duplicate code and an extra branch in sv_setsv...
1999-03-25 Gurusamy Sarathy fix a few places that said 'int', but meant 'STRLEN'
1999-03-23 Gurusamy Sarathy avoid typeglob persistence in pp_readline()
1999-03-22 Gurusamy Sarathy update copyright years
1999-02-24 Joshua Pritikin improved error message [PATCH _55] [RESEND]
1999-02-15 Gurusamy Sarathy add const qualifier to most char* prototypes, handle...
1999-02-14 Jan Dubois provide SvPV_nolen(sv) to avoid use of PL_na
1999-02-12 Jan Dubois remove OVERLOAD conditionals
1999-02-08 Gurusamy Sarathy make EMBEDMYMALLOC the default and provide PERL_POLLUTE...
1999-02-01 Gurusamy Sarathy various win32-ish changes merged from maint-5.005
1998-12-31 Wilson P. Snyder II REV2: Binary number support
1998-11-29 Gurusamy Sarathy another threads reliability fix: serialize writes to...
1998-11-29 Gurusamy Sarathy backout change#2334
1998-11-28 Gurusamy Sarathy s/Regexp/re/ and clarify policy on lowercased object...
1998-11-27 Gurusamy Sarathy integrate change#2315 from maint-5.005
1998-11-27 Jan Dubois add ext/Devel/Peek
1998-11-05 Jarkko Hietaniemi Integrate from mainperl.
1998-11-05 Gurusamy Sarathy another POPSTACK victim
1998-11-03 Jarkko Hietaniemi (IV) vs (I32) vs I_V()
1998-10-31 Gurusamy Sarathy bump patchlevel; other minor fixes for clean build...
1998-10-30 Ilya Zakharevich Overloaded <> and deref again
1998-10-30 Gurusamy Sarathy phase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-10-25 Graham Barr Re: Auto-incrementing tied scalar causes SEGV
1998-10-25 Gurusamy Sarathy remove FAST_SV_GETS remnant (as suggested by Gisle...
1998-10-17 Jarkko Hietaniemi Integrate mainperl.
1998-10-17 Gisle Aas utf8 substr can access memory outside PVX buffer
1998-10-17 Gurusamy Sarathy skip readonly vars and unref references when doing...
1998-10-02 Scott Henry use Off_t to permit 64-bit seek()
1998-09-25 Gurusamy Sarathy serial access to PL_x[inpr]v_root for USE_THREADS
1998-09-23 Ilya Zakharevich support match indices via special variables @- and @+
1998-08-10 Gurusamy Sarathy various tweaks: fix signed vs. unsigned problems that...
1998-08-09 Gurusamy Sarathy add missing dTHR; notes for test failures due to small...
1998-08-09 Paul Marquess lexical warnings; tweaks to places that didn't apply...
1998-08-08 Gurusamy Sarathy integrate maint-5.005 changes into mainline
1998-08-02 Jarkko Hietaniemi support OE/MVS
1998-08-02 Andy Dougherty Remove redundant dTHR
1998-08-02 Gurusamy Sarathy ensure implicit close on local(*FH) doesn't affect...
1998-07-24 Larry Wall Here are the long-expected Unicode/UTF-8 modifications.
1998-07-21 Ilya Zakharevich disable malloced_size() feedback with -DLEAKTEST
1998-07-19 Nick Ing-Simmons Merge Mainline
1998-07-19 Gisle Aas sv_gets() did not NUL-terminate SV when reading records
1998-07-18 Nick Ing-Simmons PL_ stuff for threads
1998-07-18 Nick Ing-Simmons PL_ prefix to all perlvars, part1
1998-07-18 Gurusamy Sarathy fix lvalue leaks stemming from failure to free LvTARG(sv)
1998-07-15 Gurusamy Sarathy add stub docs for ext/B, other minor tweaks
1998-07-15 Gisle Aas dont use sv_dump() in -DD diagnostic
1998-07-13 Graham Barr added patch, tweaked PERL_OBJECT things
1998-07-13 Gurusamy Sarathy add a few more PURIFY guards
1998-07-12 Gurusamy Sarathy make RE engine threadsafe; -Dusethreads builds, tests...
1998-07-11 Ilya Zakharevich add patch, along with all the missing bits, and doc...
1998-07-09 Ilya Zakharevich manually apply patch with a dependency on unapplied...
1998-07-08 Gisle Aas Faster copying from SvIV/SvNVs in sv_setsv()
next