This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Slight tweaks.
[perl5.git] / bytecode.pl
2001-08-31 Gurusamy Sarathyremove deprecated PERL_OBJECT cruft, it has long since...
2001-01-24 Charles BaileySYN SYN
2001-01-15 Stephen McCamant[PATCH @8436] Eliminate op_children
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-12-06 Michael Stevensthe dTHR hits
2000-10-20 Charles BaileySYN SYN
2000-08-22 Jarkko HietaniemiBytecompiler patches from Benjamin Stuhl.
2000-06-22 Jarkko HietaniemiBytecode patches from Benjamin Stuhl.
2000-06-06 Benjamin StuhlB::Bytecode patches
2000-03-07 Gurusamy Sarathyget ByteLoader working again
2000-02-15 Gurusamy Sarathys/use vars/our/ (from Gisle Aas)
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-11-11 Gurusamy Sarathyavoid stash pointers in optree under USE_ITHREADS
1999-11-11 Gurusamy Sarathyanother change towards a shareable optree: avoid pointe...
1999-10-29 Gurusamy Sarathymore cleanup: avoid unused knowledge of "file GV" notio...
1999-10-29 Gurusamy Sarathyusurp GVOP slot for new PADOP (one small step to making...
1999-09-29 Charles Baileyresync with mainline
1999-09-06 Gurusamy Sarathymisc tweaks
1999-07-12 Gurusamy Sarathyyet more cleanups of the PERL_OBJECT, MULTIPLICITY...
1999-07-07 Stephen McCamantEliminate CONDOPs
1999-07-06 Jarkko HietaniemiIntegrate with Sarathy.
1999-07-06 Dan Sugalskislightly tweaked version of suggested patch
1999-07-05 Jarkko HietaniemiRemove unnecessary and extraneous my $i = 0.
1999-07-04 Jarkko HietaniemiIntegrate with mainperl.
1999-06-28 Gurusamy Sarathyremove bogus PL_optype_size
1999-06-27 Gurusamy Sarathysomewhat untested PERL_OBJECT cleanups (C++isms mostly
1999-06-10 Gurusamy Sarathywin32 build fixes
1999-06-09 Gurusamy Sarathymore complete support for implicit thread/interpreter...
1999-05-28 Tom HughesByteLoader mark 2
1999-05-25 Jarkko HietaniemiCures for _57 in AIX 4.1.5.0.
1999-05-11 Gurusamy Sarathyvarious fixes for clean build and test on win32; config...
1999-05-10 Tom Hughesapplied suggested patch, with win32 and PERL_OBJECT...
1999-03-22 Gurusamy Sarathyupdate copyright years
1998-11-27 Gurusamy Sarathyensure 'make regen_headers' even without perl installed
1998-07-22 Gurusamy Sarathys/PL_sv/PL_bytecode_sv/ etc., so we have unique, case...
1998-07-21 Gurusamy Sarathyfix bytecode.pl with moved var names
1998-07-20 Gurusamy Sarathycomplete s/foo/PL_foo/ changes (all escaped cases ident...
1998-06-11 Gurusamy Sarathyfix outdated bytecode.pl
1998-03-05 Spider BoardmanAlmost OK: 5.004_61 (threads, perlio)
1998-02-27 Malcolm BeattieChange 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 BeattieMore compiler tweaks.
1998-02-20 Malcolm BeattieRemove compiler files from their old lib/B locations...
1998-02-20 Malcolm BeattieStart getting compiler to work when built with the...
1998-02-20 Malcolm BeattieMerge 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 BeattieStart overhauling compiler. It was working at least...
1997-09-03 Malcolm BeattieMake compiler build/work with devel 5.005
1997-05-03 Malcolm BeattieDevelopment to pre-alpha4
1997-05-03 Malcolm BeattieInitial check-in of perl compiler.