This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix installperl typo
[perl5.git] / sv.c
1998-07-09 Ilya Zakharevichmanually apply patch with a dependency on unapplied...
1998-07-08 Gisle AasFaster copying from SvIV/SvNVs in sv_setsv()
1998-07-08 Gisle AasRemove some rendundant SvOOK_on tests
1998-07-07 Stephen McCamantRe: Inconsistent arithmetics on refs
1998-07-06 Gurusamy Sarathyrename s/\bSI_/PERLSI_/ to avoid collisions with sysinf...
1998-07-05 Stephen McCamantpatch to remove assumptions about offset of IV being...
1998-07-05 Gurusamy Sarathyavoid race condition (storing ptr to SV before incremen...
1998-07-04 Gurusamy Sarathyvarious small tweaks (still fails a few taint tests...
1998-07-04 Joshua Pritikinfixes for mortalization bug in xsubpp, other efficiency...
1998-06-28 Joshua PritikinPUSHSTACK renovation
1998-06-28 Stephen McCamantIV changes for long long (was Re: 5.004_68 on its way...
1998-06-25 Gurusamy Sarathytweak order of destruction so OBJECTs in GLOBs are...
1998-06-23 Ilya Zakharevichapplied patch, regen headers
1998-06-22 Gurusamy Sarathybackout change#1178 as it was dependent on an unapplied...
1998-06-21 Ilya Zakharevichprint study /re/ broken
1998-06-18 Gurusamy Sarathyback out problematic change#1105, tweak perlsub.pod
1998-06-18 Gurusamy Sarathyfix memory leaks and uninitialized memory accesses...
1998-06-11 Ilya Zakharevichback out change#1111 and add alternative patch:
1998-06-10 Ilya ZakharevichApplied patch, followed by tweaks to *.sym and `perl...
1998-06-10 Hans MulderMangled 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-SimmonsIntegrate 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-SimmonsChanges to allow compiler with gcc-2.8.1 in C++ mode,
1998-05-14 Malcolm BeattieIntegrate 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 CornetPerl 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 CornetRe: [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 ZakharevichMake 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 BeattieIntegrate win32 branch into mainline.
1998-02-27 Malcolm BeattieMake 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 Aassv_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 AasAssorted 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 ZakharevichNewer -DLEAKTEST patch
1998-02-06 Malcolm BeattieMore Chip patches (tweaked for _5x). The final one...
1998-02-06 Malcolm BeattieMore Chip patches:
1998-02-06 Chip SalzenbergSome Chip patches (some tweaked to match _5x source):
1998-02-03 Gurusamy Sarathy[win32] integrate mainline
1998-02-02 Malcolm BeattieIntroduced 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 Boardman5.004_56 threaded and "CONFIG key 'exe_ext' does not...
1998-01-17 Robin BarkerMessage-Id: <26260.9712191719@lightning.cise.npl.co.uk>
1998-01-13 Nick Ing-Simmonstie array changes to core and tests
1997-12-23 Gurusamy Sarathy[win32] Trivial bugfix#3 from local repository
1997-12-10 Malcolm BeattieFix perl_os_thread typedef for pthreads. Tweak SvTAINT...
1997-11-27 Andreas KönigFix prototypes of sv_vsetpvfn and sv_vcatpvfn:
1997-11-27 Owen TaylorFix newSVrv so sv_setref_foo work better:
1997-11-27 Malcolm BeattieFix PVLV case in sv_setsv (plus tests in op/pat.t).
1997-11-21 Nick Ing-SimmonsBasic integrate of lastest perl into ansiperl
1997-11-19 Ilya ZakharevichJumbo regexp patch applied (with minor fix-up tweaks):
1997-11-10 Gurusamy SarathyWin32 branch now contains all non-ansification changes...
1997-11-07 Nick Ing-SimmonsReverse integrate Malcolm's chanes into local
1997-11-05 Nick Ing-SimmonsBuilds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)
1997-11-01 Nick Ing-SimmonsIntegrate mainline @ 18:15 CST 31 Oct 1997
1997-10-31 Nick Ing-SimmonsFurther ANSI changes now builds and passes (most) tests
1997-10-31 Malcolm BeattieHalf way through moving per-thread magicals into per...
1997-10-31 Nick Ing-SimmonsConvert miniperl sources to ANSI C. Several passes of
1997-10-16 Malcolm BeattieMerge maint-5.004 branch (5.004_04) with mainline.
1997-10-08 Malcolm BeattieMerge maint-5.004 branch (5.004_03) with mainline.
1997-10-03 Malcolm BeattieRemove last traces of "tokenbuf as temp buffer" and...
1997-10-03 Malcolm BeattieBack out sv_bless3 change which made pp_bless zap ...
1997-10-03 Malcolm BeattieFixed sv_mutex locking for new_SV, del_SV and nice_chunks.
1997-10-02 Malcolm BeattieConfigure -Dusethreads hints for dec_osf and solaris_2 and
next