phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
[p5sagit/p5-mst-13.2.git] / embed.h
1998-11-22 Gurusamy Sarathy phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
1998-11-17 Gurusamy Sarathy s/Perl_utf8skip/PL_utf8skip/g
1998-11-08 Gurusamy Sarathy integrate changes#2120,2168,2218 from maint-5.005;
1998-10-30 Gurusamy Sarathy phase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-10-25 Gurusamy Sarathy properly restore PL_rsfp_filters after require
1998-10-03 Gurusamy Sarathy make C<use> recognize C<require> overrides; allow C...
1998-09-24 Gurusamy Sarathy move yyglobal decls from perly.c to perlvars.h, regen...
1998-09-23 Albert Dvornik SSNEW() API for allocating memory on the savestack
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-08 Gurusamy Sarathy integrate maint-5.005 changes into mainline
1998-08-04 Gurusamy Sarathy remove useless 'rcsid' (extension of a suggestion by
1998-07-26 Gurusamy Sarathy add new files to MANIFEST; add missing prototypes to...
1998-07-24 Larry Wall Here are the long-expected Unicode/UTF-8 modifications.
1998-07-18 Gurusamy Sarathy fix lvalue leaks stemming from failure to free LvTARG(sv)
1998-07-13 Graham Barr added patch, tweaked PERL_OBJECT things
1998-07-11 Ilya Zakharevich add patch, along with all the missing bits, and doc...
1998-07-09 Gurusamy Sarathy get it building again on win32
1998-07-06 Gurusamy Sarathy undo ck_sysread() changes#1319,1337 in preparation...
1998-07-05 Gurusamy Sarathy add ck_sysread() for better sysread/read/recv sanity
1998-07-04 Gisle Aas applied patch with tweaks to prose
1998-06-29 Ilya Zakharevich added patch for overloading constants, made PERL_OBJECT...
1998-06-23 Ilya Zakharevich applied patch, regen headers
1998-06-20 Joshua Pritikin added patch, tweaked missed files, excised comment...
1998-06-18 Gurusamy Sarathy back out problematic change#1105, tweak perlsub.pod
1998-06-15 Gurusamy Sarathy back out previous change (it breaks PERL_OBJECT)
1998-06-15 Joshua Pritikin added patch, fixed typo, reworked documentation
1998-06-10 Ilya Zakharevich Applied 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 Dubois newCONSTSUB 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 Hietaniemi HP-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-Simmons tie array changes to core and tests
1997-12-02 Gurusamy Sarathy [win32] Revert to keeping (some) constant strings as...
1997-12-01 Nick Ing-Simmons Builds and passes all tests with gcc on Win32 - phew!
1997-12-01 Nick Ing-Simmons Create a struct for all perls globals (as an option)
1997-11-30 Nick Ing-Simmons embed.pl now reads *var*.h to do its stuff.
1997-11-29 Nick Ing-Simmons Sort 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 Zakharevich Jumbo regexp patch applied (with minor fix-up tweaks):
1997-11-18 Joshua Pritikin Separate avhv_foo() key handling into avhv_keys()....
1997-11-12 Gurusamy Sarathy Carry over changes in ansiperl branch. Win32 branch...
1997-11-12 Nick Ing-Simmons Fixup Win32
1997-11-12 Gurusamy Sarathy Minor tweaks to add a thread_intern struct that should...
1997-11-11 Gurusamy Sarathy Initial (untested) integration of mainline changes.
1997-11-11 Malcolm Beattie Fix up ansiperl integration. Back to passing all expect...
1997-11-11 Malcolm Beattie Fix up $@ (ERRSV now refers to GvSV(errgv) for non...
1997-11-10 Gurusamy Sarathy Remove runlevel. It was used to count how many runops...
1997-11-10 Gurusamy Sarathy Initial (untested) merge of all non-ansi changes on...
1997-11-07 Nick Ing-Simmons Reverse integrate Malcolm's chanes into local
1997-11-07 Nick Ing-Simmons Raw integrate of latest perl
1997-11-06 Malcolm Beattie Per-thread magicals now stored in their own thr->magica...
1997-11-05 Malcolm Beattie Per-thread magicals mostly working (and localisable...
1997-11-05 Nick Ing-Simmons Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)
1997-11-05 Nick Ing-Simmons Compile(d) at least once with threads on win32
1997-11-01 Nick Ing-Simmons Integrate mainline @ 18:15 CST 31 Oct 1997
1997-10-31 Nick Ing-Simmons Further ANSI changes now builds and passes (most) tests
1997-10-31 Malcolm Beattie Half way through moving per-thread magicals into per...
1997-10-16 Gurusamy Sarathy Merge changes to Thread and add makefile fixups to...
1997-10-16 Malcolm Beattie Correct threads_mutex locking in main thread destruction.
1997-10-16 Malcolm Beattie Merge maint-5.004 branch (5.004_04) with mainline.
1997-10-13 Gurusamy Sarathy Initial merge of win32 threads patch.
1997-10-10 Malcolm Beattie Took out mystack_foo for good, fixed up interp.sym...
1997-10-08 Malcolm Beattie Merge maint-5.004 branch (5.004_03) with mainline.
1997-10-02 Malcolm Beattie Add Todo.5.005 to MANIFEST and submit remade embed.h.
1997-09-30 Malcolm Beattie Merge maint-5.004 branch (5.004_01) with mainline.
1997-09-09 Malcolm Beattie Rewrite synchronisation of subs/methods and add attrs
1997-09-05 Perl 5 Porters [inseparable changes from patch to perl 5.004_04]
1997-09-03 Malcolm Beattie Run embed.pl and keywords.pl to complete RESTART -...
1997-08-07 Tim Bunce [inseperable differences up to perl 5.004_02]
1997-07-05 Malcolm Beattie Introduce pp_lock.
1997-07-01 Malcolm Beattie Support for op in global register (still buggy)
1997-06-11 Hans Mulder ENV leaks on win32 (was Re: Comments on ENV patch sought)
1997-05-28 Malcolm Beattie Fixups for thrperl integration.
1997-05-26 Malcolm Beattie Integrate 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 Beattie Added 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...
1997-04-01 Perl 5 Porters [inseparable changes from match from perl-5.003_96...
1997-03-28 Malcolm Beattie Initial 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...
next