This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
erroneous 'none' in lddlflags
[perl5.git] / mg.c
1998-11-29 Gurusamy Sarathyanother threads reliability fix: serialize writes to...
1998-11-28 Ilya ZakharevichChange $#+
1998-11-28 Ilya ZakharevichFinishing off SNOBOL: $1 in (?{})
1998-11-28 Nick Ing-SimmonsImplement $^C to allow perl access to -c flag - I think...
1998-11-18 Gurusamy Sarathyuse PL_mess_sv only during global destruction (fixes...
1998-11-04 Gurusamy Sarathyindeterminate order-of-evaluation fixes
1998-10-30 Gurusamy Sarathyphase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-10-26 Gurusamy Sarathyvarious win32 tweaks; disable new xs_cpp section (it...
1998-10-25 Gurusamy Sarathyintegrate changes#1982,2014,2021 (from maint-5.005)
1998-10-25 Gurusamy Sarathyavoid the circular refcnt logic in magic_mutexfree()
1998-10-23 Jarkko HietaniemiSome C compilers get upset about 8-bit characters in...
1998-10-06 Gurusamy Sarathyfix globals caught by change#1927; builds and tests...
1998-10-06 Ilya ZakharevichCumulative OS/2-related patch
1998-09-28 Gurusamy Sarathyfix various 5.00552 mishaps (fixes suggested by Jan...
1998-09-25 Gurusamy Sarathybump patchlevel to 52; other little tweaks for threads...
1998-09-25 Gurusamy Sarathytweaks to enable PERL_OBJECT to build & test on win32
1998-09-23 Albert DvornikSSNEW() API for allocating memory on the savestack
1998-09-23 Ilya Zakharevichsupport match indices via special variables @- and @+
1998-08-09 Paul Marquesslexical warnings; tweaks to places that didn't apply...
1998-08-08 Gurusamy Sarathyintegrate maint-5.005 changes into mainline
1998-08-02 Ilya Zakharevichtweaked version of suggested patch
1998-08-02 Jarkko Hietaniemisupport OE/MVS
1998-08-02 Andy DoughertyRemove redundant dTHR
1998-07-29 Gurusamy Sarathyfix typo in change#1489 that prevented magic-autovivifi...
1998-07-26 Nick Ing-SimmonsAdd dTHR so that it compiles miniperl in threaded mode
1998-07-24 Larry WallHere are the long-expected Unicode/UTF-8 modifications.
1998-07-20 Gurusamy Sarathycomplete s/foo/PL_foo/ changes (all escaped cases ident...
1998-07-18 Nick Ing-SimmonsPL_ scheme Builds under Minw32 - some SEGFAULT snags
1998-07-18 Nick Ing-SimmonsPL_ stuff for threads
1998-07-18 Nick Ing-SimmonsPL_ prefix to all perlvars, part1
1998-07-18 Gurusamy Sarathyfix lvalue leaks stemming from failure to free LvTARG(sv)
1998-07-14 Gurusamy Sarathyfix function parameter autovivification for pseudohashes
1998-07-06 Gurusamy Sarathyrename s/\bSI_/PERLSI_/ to avoid collisions with sysinf...
1998-07-04 Gurusamy Sarathymerge changes#1210,1211,1270 from maintbranch
1998-06-30 Gisle AasRe: [PATCH] Simplified magic_setisa() and improved...
1998-06-28 Joshua PritikinPUSHSTACK renovation
1998-06-18 Gurusamy Sarathyback out problematic change#1105, tweak perlsub.pod
1998-06-10 Ilya ZakharevichApplied patch, followed by tweaks to *.sym and `perl...
1998-05-18 Gurusamy Sarathy[asperl] integrate mainline changes (untested)
1998-05-17 Gurusamy Sarathy[win32] sundry whitespace cleanups from maintbranch
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-04-08 Gurusamy Sarathy[asperl] integrate mainline changes
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 Stephen PotterRe: doc: perlrun typo
1998-03-17 Gurusamy Sarathy[asperl] add a part of AS patch#14, backout incomplete...
1998-03-16 Gurusamy Sarathy[asperl] various changes to get asperl working under...
1998-03-07 Gurusamy Sarathy[win32] integrate mainline changes
1998-03-07 Gurusamy Sarathy[win32] change all 'sp' to 'SP' in code and in the...
1998-03-03 Hugo van der Sanden[win32] another maintpatch (this one needed adjust...
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-14 Nick Ing-SimmonsTIEARRAY updates - almost works ...
1998-01-13 Nick Ing-Simmonstie array changes to core and tests
1998-01-04 Tye McQueen[win32] Add a tweaked version of:
1997-12-17 Molnar LaszloMajor changes to the DOS/djgpp port (including threading):
1997-11-26 Gurusamy Sarathy[win32] Sync a change from local repository.
1997-11-19 Ilya ZakharevichJumbo regexp patch applied (with minor fix-up tweaks):
1997-11-18 Malcolm Beattiemagic_setisa enhanced to update %FIELDS automatically...
1997-11-13 Malcolm BeattieChange CONTEXT to PERL_CONTEXT throughout source (since...
1997-11-11 Malcolm BeattieInitial integration of ansi branch into mainline (untes...
1997-11-11 Malcolm BeattieFix up $@ (ERRSV now refers to GvSV(errgv) for non...
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 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-23 Malcolm BeattieFix refcounts for lock/magic_mutexfree. Make OP_LOCK...
1997-10-16 Malcolm BeattieMerge maint-5.004 branch (5.004_04) with mainline.
1997-10-08 Malcolm BeattieFix up 5.004_03 merge: remove missing win32 files from...
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 BeattieReliable thread signal handling.
1997-09-30 Malcolm BeattieMerge maint-5.004 branch (5.004_01) with mainline.
1997-09-22 Malcolm BeattieMinor multi-threading patches for VMS.
1997-09-10 Malcolm BeattieDebugging output for lock handling.
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-06-11 Tim Bunce[differences between cumulative patch application and... perl-5.004_01
1997-06-11 Hans MulderENV leaks on win32 (was Re: Comments on ENV patch sought)
1997-06-05 Malcolm BeattieMore fixups for thrperl integration.
1997-05-26 Malcolm BeattieIntegrate thrperl 5.003->5.004.
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 Perl 5 Porters[inseparable changes from match from perl-5.003_97b...
1997-04-04 Perl 5 Porters[inseparable changes from match from perl-5.003_97a...
1997-04-04 Gurusamy Sarathylength($') isn't
1997-04-02 Perl 5 Porters[inseparable changes from match from perl-5.003_97...
1997-04-02 Gurusamy SarathyMinor cleanups
1997-03-28 Malcolm BeattieInitial 3-way merge from (5.001m, thr1m, 5.003) plus...
1997-03-22 Chip SalzenbergAutomatically flush on C< $| = 1 >
1997-03-08 Perl 5 Porters[inseparable changes from match from perl-5.003_93...
1997-03-01 Perl 5 Porters[inseparable changes from match from perl-5.003_91...
1997-02-25 Perl 5 Porters[inseparable changes from match from perl-5.003_90...
1997-02-21 Chip SalzenbergUndo signal patch -- it broke die() in signal
1997-02-18 Perl 5 Porters[inseparable changes from patch from perl5.003_26 to...
next