This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Avoid temporaries on recursion
[perl5.git] / embed.h
1998-06-20 Joshua Pritikinadded patch, tweaked missed files, excised comment...
1998-06-18 Gurusamy Sarathyback out problematic change#1105, tweak perlsub.pod
1998-06-15 Gurusamy Sarathyback out previous change (it breaks PERL_OBJECT)
1998-06-15 Joshua Pritikinadded patch, fixed typo, reworked documentation
1998-06-10 Ilya ZakharevichApplied patch, followed by tweaks to *.sym and `perl...
1998-06-04 Gurusamy Sarathy[win32] add AS patch#25 (allow B build with -DPERL_OBJECT)
1998-05-30 Gurusamy Sarathy[win32] change#1060 was inexplicably missing some of...
1998-05-29 Gurusamy Sarathy[asperl] integrate mainline changes
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 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-01 Gurusamy Sarathy[asperl] add AS patch#20 (exposes more global constants)
1998-04-08 Gurusamy Sarathy[asperl] integrate mainline changes
1998-04-03 Gurusamy Sarathy[win32] implement stack-of-stacks so that magic invocat...
1998-03-16 Jan DuboisnewCONSTSUB added (XSUB equivalent for inlinable sub...
1998-03-07 Gurusamy Sarathy[win32] integrate mainline changes
1998-03-02 Stephen McCamant[win32] this one with adjusted test numbers
1998-03-01 Gurusamy Sarathy[asperl] integrate mainline changes
1998-02-26 Gurusamy Sarathy[win32] various cleanups so that B can be built as...
1998-02-25 Jarkko HietaniemiHP-UX hints and AIX global.sym changes (with Makefile...
1998-02-14 Gurusamy Sarathy[asperl] added AS patch#5 (patch #4 was intentionally...
1998-02-09 Gurusamy Sarathy[win32] enhancements to previous patch for XSUB OUTPUT...
1998-01-13 Nick Ing-Simmonstie array changes to core and tests
1997-12-02 Gurusamy Sarathy[win32] Revert to keeping (some) constant strings as...
1997-12-01 Nick Ing-SimmonsBuilds and passes all tests with gcc on Win32 - phew!
1997-12-01 Nick Ing-SimmonsCreate a struct for all perls globals (as an option)
1997-11-30 Nick Ing-Simmonsembed.pl now reads *var*.h to do its stuff.
1997-11-29 Nick Ing-SimmonsSort out malloc_mutex for perl's malloc
1997-11-26 Gurusamy Sarathy[win32] Various changes to make it build cleanly and...
1997-11-21 Malcolm Beattie$_ is now per-thread (rather a lot of changes). Only...
1997-11-19 Ilya ZakharevichJumbo regexp patch applied (with minor fix-up tweaks):
1997-11-18 Joshua PritikinSeparate avhv_foo() key handling into avhv_keys()....
1997-11-12 Gurusamy SarathyCarry over changes in ansiperl branch. Win32 branch...
1997-11-12 Nick Ing-SimmonsFixup Win32
1997-11-12 Gurusamy SarathyMinor tweaks to add a thread_intern struct that should...
1997-11-11 Gurusamy SarathyInitial (untested) integration of mainline changes.
1997-11-11 Malcolm BeattieFix up ansiperl integration. Back to passing all expect...
1997-11-11 Malcolm BeattieFix up $@ (ERRSV now refers to GvSV(errgv) for non...
1997-11-10 Gurusamy SarathyRemove runlevel. It was used to count how many runops...
1997-11-10 Gurusamy SarathyInitial (untested) merge of all non-ansi changes on...
1997-11-07 Nick Ing-SimmonsReverse integrate Malcolm's chanes into local
1997-11-07 Nick Ing-SimmonsRaw integrate of latest perl
1997-11-06 Malcolm BeattiePer-thread magicals now stored in their own thr->magica...
1997-11-05 Malcolm BeattiePer-thread magicals mostly working (and localisable...
1997-11-05 Nick Ing-SimmonsBuilds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)
1997-11-05 Nick Ing-SimmonsCompile(d) at least once with threads on win32
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-16 Gurusamy SarathyMerge changes to Thread and add makefile fixups to...
1997-10-16 Malcolm BeattieCorrect threads_mutex locking in main thread destruction.
1997-10-16 Malcolm BeattieMerge maint-5.004 branch (5.004_04) with mainline.
1997-10-13 Gurusamy SarathyInitial merge of win32 threads patch.
1997-10-10 Malcolm BeattieTook out mystack_foo for good, fixed up interp.sym...
1997-10-08 Malcolm BeattieMerge maint-5.004 branch (5.004_03) with mainline.
1997-10-02 Malcolm BeattieAdd Todo.5.005 to MANIFEST and submit remade embed.h.
1997-09-30 Malcolm BeattieMerge maint-5.004 branch (5.004_01) with mainline.
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-09-03 Malcolm BeattieRun embed.pl and keywords.pl to complete RESTART -...
1997-08-07 Tim Bunce[inseperable differences up to perl 5.004_02] perl-5.004_02
1997-07-05 Malcolm BeattieIntroduce pp_lock.
1997-07-01 Malcolm BeattieSupport for op in global register (still buggy)
1997-06-11 Hans MulderENV leaks on win32 (was Re: Comments on ENV patch sought)
1997-05-28 Malcolm BeattieFixups for thrperl integration.
1997-05-26 Malcolm BeattieIntegrate thrperl 5.003->5.004.
1997-05-15 Perl 5 Porters[inseparable changes from match from perl-5.003_99a...
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-18 Perl 5 Porters[inseparable changes from match from perl-5.003_97f...
1997-04-14 Perl 5 Porters[inseparable changes from patch from perl-5.003_97d... perl-5.003_97e
1997-04-01 Perl 5 Porters[inseparable changes from match from perl-5.003_96...
1997-03-28 Malcolm BeattieInitial devel changes.
1997-03-25 Perl 5 Porters[inseperable changes from patch from perl-5.003_95...
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-02-25 Perl 5 Porters[inseparable changes from match from perl-5.003_90...
1997-02-04 Perl 5 Porters[inseparable changes from patch from perl5.003_24 to... perl-5.003_25
1997-01-29 Perl 5 Porters[inseparable changes from patch from perl5.003_23 to... perl-5.003_24
1997-01-15 Perl 5 Porters[inseparable changes from patch from perl5.003_20 to...
1996-12-31 Perl 5 Porters[inseparable changes from patch from perl5.003_17 to...
1996-12-23 Perl 5 Porters[inseparable changes from patch from perl5.003_13 to...
1996-12-19 Perl 5 Porters[inseparable changes from patch from perl5.003_11 to...
1996-11-29 Perl 5 Porters[inseparable changes from patch from perl5.003_09 to...
1996-11-26 Perl 5 Porters[inseparable changes from patch from perl5.003_08 to...
1996-11-19 Perl 5 Porters[inseparable changes from patch from perl5.003_07 to...
1996-10-06 Perl 5 Portersperl 5.003_06: dump.c embed.h gv.c run.c
1996-07-16 Perl 5 Portersperl 5.003_01: embed.h
1996-03-11 Perl 5 Portersperl 5.002_01: embed.h
1996-02-08 Perl 5 PortersRegenerated.
1996-02-03 Perl 5 Portersperl5.002beta3
1996-01-12 Perl 5 PortersUpdates from Tim's -m/-M/-V patch.
1996-08-25 Perl 5 PortersAuto-generated.
1996-08-10 Larry Wallperl 5.003_02: [no incremental changelog available]
1996-01-04 Perl 5 PortersAuto-generated from global.sym and interp.sym.
1995-11-20 Larry Wall5.002 beta 1
1995-10-31 Andy DoughertyThis is my patch patch.1n for perl5.001. perl-5.001n
1995-06-22 Andy DoughertyThis is my patch patch.1m for perl5.001.
next