This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[win32] merge change#896 from maintbranch
[perl5.git] / sv.c
1998-05-14 Gurusamy Sarathy[win32] merge change#896 from maintbranch
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-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-02-27 Malcolm BeattieIntegrate win32 branch into mainline.
1998-02-27 Malcolm BeattieMake refcounts atomic for threading (dependent on appro...
1998-02-24 Gurusamy Sarathy[win32] fix typos in sv.c
1998-02-20 Gisle Aassv_check_thinkfirst macroized
1998-02-12 Gisle AasAssorted patches to sv.c:
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-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
1997-09-30 Malcolm BeattieMerge maint-5.004 branch (5.004_01) with mainline.
1997-09-29 Malcolm BeattieRe-introduce the changes from change 68 (runops becomes a
1997-09-29 Malcolm BeattieStart merge with maint-5.004 branch by creating an...
1997-09-22 Malcolm Beattierunops becomes a funtion pointer and sv_bless3 created
1997-09-09 Malcolm BeattieRewrite synchronisation of subs/methods and add attrs
1997-09-05 Perl 5 Porters[inseparable changes from patch to perl 5.004_04] perl-5.004_04
1997-08-11 Malcolm BeattieAssorted changes for multi-threading (now works rather...
1997-08-07 Tim Bunce[inseperable differences up to perl 5.004_02] perl-5.004_02
1997-08-06 Stephen McCamantWeirdness in sv_peek()
1997-08-06 Matthias Neerachersv_vcatpvfn hogs memory [Patch included]
1997-08-06 Gisle Aasstringify looses integerness
1997-08-06 Ilya Zakharevich: reduced malloc patch
1997-06-11 Spider Boardman-w interacts badly with -Dt
1997-06-05 Malcolm BeattieMore fixups for thrperl integration.
1997-05-26 Malcolm BeattieIntegrate thrperl 5.003->5.004.
1997-05-15 Chip SalzenbergMake read with <> from a TTY notice EOF
1997-05-15 Jonathan I. KamensMake read with <> from a TTY notice EOF
1997-05-07 Perl 5 Porters[inseparable changes from match from perl-5.003_99...
1997-05-07 Gurusamy SarathyFix for redefined sort subs nastiness
1997-04-26 Perl 5 Porters[inseparable changes from match from perl-5.003_97i...
1997-04-24 Perl 5 Porters[inseparable changes from match from perl-5.003_97h...
1997-04-23 Malcolm BeattieAdded programmer-level condition variables via "condpai...
1997-04-22 Perl 5 Porters[inseparable changes from match from perl-5.003_97g...
1997-04-07 Chip SalzenbergFix assignment from magic SV that becomes a glob
1997-03-28 Malcolm BeattieInitial 3-way merge from (5.001m, thr1m, 5.003) plus...
1997-03-22 Perl 5 Porters[inseparable changes from match from perl-5.003_94...
1997-03-08 Perl 5 Porters[inseparable changes from match from perl-5.003_93...
1997-03-08 Roderick Schertlerprintf format corrections for -DDEBUGGING
1997-03-01 Perl 5 Porters[inseparable changes from match from perl-5.003_91...
1997-02-25 Ilya ZakharevichFix SEGV when debugging with foreach() lvalue patch
1997-02-18 Perl 5 Porters[inseparable changes from patch from perl5.003_26 to...
1997-02-18 Gisle AasBetter looks_like_number() function [sv.c]
1997-02-10 Gisle AasRe: static buffer in not_a_number() [sv.c] might overflow
1997-01-29 Chip SalzenbergDeref old stash when re-blessing
1997-01-25 Perl 5 Porters[inseparable changes from patch from perl5.003_22 to... perl-5.003_23
1997-01-16 Perl 5 Porters[inseparable changes from patch from perl5.003_21 to... perl-5.003_22
1997-01-15 Perl 5 Porters[inseparable changes from patch from perl5.003_20 to...
1997-01-04 Perl 5 Porters[inseparable changes from patch from perl5.003_18 to...
1996-12-31 Perl 5 Porters[inseparable changes from patch from perl5.003_17 to...
1996-12-27 Chip SalzenbergFix {,un}tainting of $1 etc. when C<use locale>
1996-12-24 Perl 5 Porters[inseparable changes from patch from perl5.003_15 to...
1996-12-24 Ilya ZakharevichTry again to improve method caching
1996-12-23 Chip Salzenberg[revert some function caching changes] perl-5.003_15
1996-12-23 Perl 5 Porters[inseparable changes from patch from perl5.003_13 to...
1996-12-19 Chip SalzenbergAllow DESTROY to make refs to dying objects
1996-12-19 Perl 5 Porters[inseparable changes from patch from perl5.003_11 to...
1996-12-19 Greg SeibertLynxOS support
1996-12-06 Perl 5 Porters[inseparable changes from patch from perl5.003_10 to...
1996-11-29 Perl 5 Porters[inseparable changes from patch from perl5.003_09 to...
next