use SETERRNO() to reset errno (suggested by Charles Bailey)
[p5sagit/p5-mst-13.2.git] / sv.c
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)
1998-04-03 Gurusamy Sarathy [win32] integrate mainline
1998-04-03 Gurusamy Sarathy [win32] implement stack-of-stacks so that magic invocat...
1998-04-02 Jan-Pieter Cornet Re: [PATCH] [BUG 5.004_63] define/set of PERL_DESTRUCT_...
1998-03-16 Gurusamy Sarathy [asperl] various changes to get asperl working under...
1998-03-07 Gurusamy Sarathy [win32] integrate mainline changes
1998-03-05 Ilya Zakharevich Make autouse -w-safe
1998-03-03 Hugo van der Sanden [win32] still another maintpatch
1998-03-02 Chip Salzenberg [win32] apply missing pieces from:
1998-03-01 Gurusamy Sarathy [asperl] integrate mainline changes
1998-02-27 Malcolm Beattie Integrate win32 branch into mainline.
1998-02-27 Malcolm Beattie Make refcounts atomic for threading (dependent on appro...
1998-02-25 Gurusamy Sarathy [asperl] added AS patch#8
1998-02-24 Gurusamy Sarathy [win32] fix typos in sv.c
1998-02-22 Gurusamy Sarathy [asperl] integrate latest win32 branch
1998-02-20 Gisle Aas sv_check_thinkfirst macroized
1998-02-14 Gurusamy Sarathy [asperl] bring ASPerl uptodate with mainline changes
1998-02-14 Douglas Lankshear [asperl] added AS patch#6
1998-02-14 Gurusamy Sarathy [asperl] added AS patch#5 (patch #4 was intentionally...
1998-02-12 Gisle Aas Assorted patches to sv.c:
1998-02-09 Gurusamy Sarathy [asperl] integrate win32 branch contents
1998-02-09 Gurusamy Sarathy [win32] enhancements to previous patch for XSUB OUTPUT...
1998-02-09 Gurusamy Sarathy [win32] fix for bugs in handling DESTROY (adjusted...
1998-02-09 Gurusamy Sarathy [win32] ansify prototype for my_safemalloc(), avoid...
1998-02-06 Matthias Ulrich... adding the newSVpvn API function
1998-02-06 Ilya Zakharevich Newer -DLEAKTEST patch
1998-02-06 Malcolm Beattie More Chip patches (tweaked for _5x). The final one...
1998-02-06 Malcolm Beattie More Chip patches:
1998-02-06 Chip Salzenberg Some Chip patches (some tweaked to match _5x source):
1998-02-03 Gurusamy Sarathy [win32] integrate mainline
1998-02-02 Malcolm Beattie Introduced thr->threadsvp and THREADSV() for faster...
1998-02-01 Douglas Lankshear [asperl] added AS patch#3
1998-01-30 Gurusamy Sarathy [asperl] initial merge of latest win32 branch into...
1998-01-30 Gurusamy Sarathy [asperl] added AS patch#2
1998-01-30 Gurusamy Sarathy [asperl] Created new branch from win32@396, added AS...
1998-01-19 Gurusamy Sarathy [win32] foo() -> PerlGroup_foo() patch from ActiveState
1998-01-19 Gurusamy Sarathy [win32] integrate changes in winansi
1998-01-19 Gurusamy Sarathy [win32] Fix autovivification problems with XSUB OUTPUT...
1998-01-17 Spider Boardman 5.004_56 threaded and "CONFIG key 'exe_ext' does not...
next