tweak exports list on Windows
[p5sagit/p5-mst-13.2.git] / bytecode.pl
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-11-11 Gurusamy Sarathy avoid stash pointers in optree under USE_ITHREADS
1999-11-11 Gurusamy Sarathy another change towards a shareable optree: avoid pointe...
1999-10-29 Gurusamy Sarathy more cleanup: avoid unused knowledge of "file GV" notio...
1999-10-29 Gurusamy Sarathy usurp GVOP slot for new PADOP (one small step to making...
1999-09-06 Gurusamy Sarathy misc tweaks
1999-07-12 Gurusamy Sarathy yet more cleanups of the PERL_OBJECT, MULTIPLICITY...
1999-07-07 Stephen McCamant Eliminate CONDOPs
1999-07-06 Jarkko Hietaniemi Integrate with Sarathy.
1999-07-06 Dan Sugalski slightly tweaked version of suggested patch
1999-07-05 Jarkko Hietaniemi Remove unnecessary and extraneous my $i = 0.
1999-07-04 Jarkko Hietaniemi Integrate with mainperl.
1999-06-28 Gurusamy Sarathy remove bogus PL_optype_size
1999-06-27 Gurusamy Sarathy somewhat untested PERL_OBJECT cleanups (C++isms mostly
1999-06-10 Gurusamy Sarathy win32 build fixes
1999-06-09 Gurusamy Sarathy more complete support for implicit thread/interpreter...
1999-05-28 Tom Hughes ByteLoader mark 2
1999-05-25 Jarkko Hietaniemi Cures for _57 in AIX 4.1.5.0.
1999-05-11 Gurusamy Sarathy various fixes for clean build and test on win32; config...
1999-05-10 Tom Hughes applied suggested patch, with win32 and PERL_OBJECT...
1999-03-22 Gurusamy Sarathy update copyright years
1998-11-27 Gurusamy Sarathy ensure 'make regen_headers' even without perl installed
1998-07-22 Gurusamy Sarathy s/PL_sv/PL_bytecode_sv/ etc., so we have unique, case...
1998-07-21 Gurusamy Sarathy fix bytecode.pl with moved var names
1998-07-20 Gurusamy Sarathy complete s/foo/PL_foo/ changes (all escaped cases ident...
1998-06-11 Gurusamy Sarathy fix outdated bytecode.pl
1998-03-05 Spider Boardman Almost OK: 5.004_61 (threads, perlio)
1998-02-27 Malcolm Beattie Change FREAD/FGETC to BGET_FREAD/BGET_FGETC to avoid...
1998-02-26 Gurusamy Sarathy [win32] various cleanups so that B can be built as...
1998-02-25 Malcolm Beattie More compiler tweaks.
1998-02-20 Malcolm Beattie Remove compiler files from their old lib/B locations...
1998-02-20 Malcolm Beattie Start getting compiler to work when built with the...
1998-02-20 Malcolm Beattie Merge perlext/Compiler/... into mainline. Some files...
1998-02-20 Malcolm Beattie [compiler] Win32 changes from Sarathy, tweaked slightly...
1998-02-17 Malcolm Beattie [perlext] Assorted changes to the compiler
1997-12-10 Malcolm Beattie Start overhauling compiler. It was working at least...
1997-09-03 Malcolm Beattie Make compiler build/work with devel 5.005
1997-05-03 Malcolm Beattie Development to pre-alpha4
1997-05-03 Malcolm Beattie Initial check-in of perl compiler.