clean up some stray "global" symbols
[p5sagit/p5-mst-13.2.git] / sv.c
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()
1998-07-08 Gisle Aas Remove some rendundant SvOOK_on tests
1998-07-07 Stephen McCamant Re: Inconsistent arithmetics on refs
1998-07-06 Gurusamy Sarathy rename s/\bSI_/PERLSI_/ to avoid collisions with sysinf...
1998-07-05 Stephen McCamant patch to remove assumptions about offset of IV being...
1998-07-05 Gurusamy Sarathy avoid race condition (storing ptr to SV before incremen...
1998-07-04 Gurusamy Sarathy various small tweaks (still fails a few taint tests...
1998-07-04 Joshua Pritikin fixes for mortalization bug in xsubpp, other efficiency...
1998-06-28 Joshua Pritikin PUSHSTACK renovation
1998-06-28 Stephen McCamant IV changes for long long (was Re: 5.004_68 on its way...
1998-06-25 Gurusamy Sarathy tweak order of destruction so OBJECTs in GLOBs are...
1998-06-23 Ilya Zakharevich applied patch, regen headers
1998-06-22 Gurusamy Sarathy backout change#1178 as it was dependent on an unapplied...
1998-06-21 Ilya Zakharevich print study /re/ broken
1998-06-18 Gurusamy Sarathy back out problematic change#1105, tweak perlsub.pod
1998-06-18 Gurusamy Sarathy fix memory leaks and uninitialized memory accesses...
1998-06-11 Ilya Zakharevich back out change#1111 and add alternative patch:
1998-06-10 Ilya Zakharevich Applied patch, followed by tweaks to *.sym and `perl...
1998-06-10 Hans Mulder Mangled patch, needed hand-tweaks, along with binmode...
1998-06-09 Gurusamy Sarathy [win32] undo change#1077
1998-06-06 Gurusamy Sarathy [win32] make sv_setsv() treat freed SVs like SVt_NULL
1998-05-29 Gurusamy Sarathy [asperl] integrate mainline changes
1998-05-29 Gurusamy Sarathy [win32] misc changes
1998-05-29 Gurusamy Sarathy [win32] merge changes#1014,1038 from maintbranch
1998-05-26 Gurusamy Sarathy [asperl] more changes to satisfy non-debug VC build...
1998-05-23 Gurusamy Sarathy [win32] merge change#1015 from maintbranch (must revisi...
1998-05-18 Gurusamy Sarathy [asperl] integrate mainline changes (untested)
1998-05-15 Nick Ing-Simmons Integrate win32
1998-05-15 Gurusamy Sarathy [win32] merge changes#906,907,909,910 from maintbranch
1998-05-15 Gurusamy Sarathy [win32] merge change#905 from maintbranch, minor fixes...
1998-05-14 Gurusamy Sarathy [win32] integrate mainline
1998-05-14 Nick Ing-Simmons Changes to allow compiler with gcc-2.8.1 in C++ mode,
1998-05-14 Malcolm Beattie Integrate win32 branch into mainline
1998-05-14 Ilya Zakharevich [PATCH 5.004_64] newSV
1998-05-14 Gurusamy Sarathy [win32] merge change#896 from maintbranch
1998-04-08 Gurusamy Sarathy [asperl] integrate mainline changes
1998-04-05 Gurusamy Sarathy [win32] fix memory leaks in offer_nice_chunk()
1998-04-04 Gurusamy Sarathy [win32] fix refcounting of GvSTASH() when glob becomes...
1998-04-03 Jan-Pieter Cornet Perl 5.005b1t2/perl5.004_63 (resend)
next