The tokenizer should expect an operator after qw().
[p5sagit/p5-mst-13.2.git] / bytecode.pl
2005-05-21 Nicholas Clark Move the xpv_pv/xrv_rv member into the SV head, in...
2005-05-20 Nicholas Clark Remove PMROOT and replace it with a small shell script...
2005-05-20 Nicholas Clark Goodbye AvFLAGS
2005-05-11 Rafael Garcia-Suarez Include vim/emacs modelines in generated files to open...
2005-04-22 Steve Peters bytecode.pl, bytecode.h, and sv.h fixes
2005-04-21 Jarkko Hietaniemi Symbian port of Perl
2005-04-20 Steve Peters Refactoring to Sv*_set() macros - patch #6
2004-11-16 Steve Hay Make all scripts run by regen.pl write output with...
2004-02-21 Paul Johnson Re: op_seq (was: Freeing code)
2003-09-04 Adrian M. Enache Re: [PATCH] Re: ByteLoader and MSWin32
2003-08-22 Jarkko Hietaniemi More bytecode patching from Enache.
2003-08-21 Jarkko Hietaniemi Byteloader patching from Enache continues;
2003-08-13 Adrian M. Enache Re: script wanted
2003-07-28 Jarkko Hietaniemi Solaris cc didn't appreciate casting a long to a pointer
2003-07-28 Jarkko Hietaniemi Revert 20233 + s/GvAVn/GvAV/) + rerun 'perl bytecode...
2003-07-27 Jarkko Hietaniemi Further Byteloader tweaks from Enache.
2003-07-27 Jarkko Hietaniemi Regen byterun once more: the incav is not yet right...
2003-07-27 Adrian M. Enache Re: [perl #22984] perl-5.8.1-RC2: TEST -bytecompile...
2003-07-04 Jarkko Hietaniemi line_t is U32, not I32.
2003-07-02 James Jurach line numbers are given % 64k
2003-03-20 Adrian M. Enache Re: Bytecode? Back into service.
2003-03-08 Jarkko Hietaniemi regen_headers tiny tidying:
2002-11-19 Nicholas Clark regen_headers outside Makefile (was Re: [PATCH] embed...
2002-05-07 Gurusamy Sarathy fixes for various warnings identified by Visual C++
2001-12-15 Michael G. Schwern Adding B::Asmdata docs
2001-11-29 Jarkko Hietaniemi Change $=, $., $*, $%, and $- to be IVs instead of...
2001-11-16 Jarkko Hietaniemi Add the fruits of Larry Shatzer's version verifying...
2001-11-13 Richard Soderberg [PATCH] Attack of the C loops, round 1
2001-08-31 Gurusamy Sarathy remove deprecated PERL_OBJECT cruft, it has long since...
2001-01-24 Charles Bailey SYN SYN
2001-01-15 Stephen McCamant [PATCH @8436] Eliminate op_children
2001-01-08 Charles Bailey Once again syncing after too long an absence
2000-12-06 Michael Stevens the dTHR hits
2000-10-20 Charles Bailey SYN SYN
2000-08-22 Jarkko Hietaniemi Bytecompiler patches from Benjamin Stuhl.
2000-06-22 Jarkko Hietaniemi Bytecode patches from Benjamin Stuhl.
2000-06-06 Benjamin Stuhl B::Bytecode patches
2000-03-07 Gurusamy Sarathy get ByteLoader working again
2000-02-15 Gurusamy Sarathy s/use vars/our/ (from Gisle Aas)
2000-01-20 Charles Bailey Quick integration of mainline changes to date
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-29 Charles Bailey resync with mainline
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.