B && BEGIN handling
[p5sagit/p5-mst-13.2.git] / ext / B / B.xs
2001-08-07 James A. Duncan B && BEGIN handling
2001-06-21 Nick Ing-Simmons Integrate mainline
2001-06-21 Richard Soderberg Step 2: Use the new PM_GETRE/SETRE macros everywhere.
2001-05-10 Robin Houston Extend tr/\0-\377/blah/c support
2001-05-10 Robin Houston Fix tr///ansliteration
2001-04-17 Robin Houston utf8 literal strings (and possibly a unicode/regex...
2001-04-05 Jarkko Hietaniemi Integrate changes #9544,9547,9549(perlio),9550,9551...
2001-04-02 Robin Houston padname values may have bogus SvCUR
2001-02-18 Doug MacEachern [patch] -Wall cleanup round 2
2001-01-24 Charles Bailey SYN SYN
2001-01-16 Stephen McCamant Re: Eliminate op_children
2001-01-15 Jarkko Hietaniemi (Replaced by #8448) Traces of op_children (cleanup...
2001-01-08 Charles Bailey Once again syncing after too long an absence
2000-10-22 John Tobey ripples from constsub patch
2000-10-20 Charles Bailey SYN SYN
2000-08-22 Jarkko Hietaniemi cSVOPo_*v things index into the current PL_curpad
2000-08-22 Jarkko Hietaniemi Bytecompiler patches from Benjamin Stuhl.
2000-08-11 Simon Cozens B::Deparse didn't do sub attributes.
2000-06-07 Jarkko Hietaniemi Mopup for #6204.
2000-06-06 Benjamin Stuhl B::Bytecode patches
2000-02-25 Gurusamy Sarathy more Compiler tweaks for useithreads
2000-02-21 Gurusamy Sarathy detypo
2000-02-21 Gurusamy Sarathy undo accidental delete
2000-02-21 Gurusamy Sarathy get Compiler "working" under useithreads
2000-02-19 Gurusamy Sarathy more B fixups to cope with empty GVs (these can only...
2000-02-18 Gurusamy Sarathy Compiler fixups from Jan Dubois
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-12-07 Gurusamy Sarathy typos in change#4546
1999-11-11 Jarkko Hietaniemi Integrate with Sarathy.
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-11-06 Jarkko Hietaniemi More printf miscasts flushed out.
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-18 Nick Ing-Simmons Re-integrate mainline
1999-09-13 Robin Barker Replace change #4100 with
1999-09-07 Robin Barker Fix pointer casts.
1999-07-26 Gurusamy Sarathy patch for pp_foo -> Perl_pp_foo changes from Vishal...
1999-07-12 Gurusamy Sarathy yet more cleanups of the PERL_OBJECT, MULTIPLICITY...
1999-07-07 Doug MacEachern add B::PV::{LEN,CUR}
1999-07-07 Stephen McCamant Eliminate CONDOPs
1999-07-06 Vishal Bhatia applied patch after demunging headers with appropriate...
1999-06-27 Gurusamy Sarathy somewhat untested PERL_OBJECT cleanups (C++isms mostly
1999-06-12 Gurusamy Sarathy EXTERN_C declarations for global arrays in various
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-10 Gurusamy Sarathy more Compiler patches from Vishal Bhatia <vishalb@my...
1999-05-10 Tom Hughes applied suggested patch, with win32 and PERL_OBJECT...
1999-04-04 Gurusamy Sarathy correct places that said newSVpv() when they meant...
1999-03-25 Stephen McCamant Compiler needs to know about utf8 SVOP tr///s
1999-01-17 Gurusamy Sarathy integrate cfgperl changes into mainline, fix conflicts
1999-01-13 Vishal Bhatia B::MAGIC::PTR doesnot check for valid length.
1999-01-02 Nick Ing-Simmons Export constant subs from B.xs for op.h, cop.h and...
1998-12-05 Nick Ing-Simmons Avoid hard-coding op numbers
1998-12-05 Nick Ing-Simmons B.xs had its own code to calculate hash() which differe...
1998-11-29 Gurusamy Sarathy another threads reliability fix: serialize writes to...
1998-11-27 Nick Ing-Simmons Handle INIT list in C.pm
1998-10-30 Gurusamy Sarathy phase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-10-25 Vishal Bhatia implement C<goto ...
1998-07-20 Gurusamy Sarathy complete s/foo/PL_foo/ changes (all escaped cases ident...
1998-07-18 Nick Ing-Simmons PL_ stuff for threads
1998-07-18 Nick Ing-Simmons PL_ prefix to all perlvars, part1
1998-07-09 Stephen McCamant UNOP opclass test in B.xs
1998-06-04 Gurusamy Sarathy [win32] add AS patch#25 (allow B build with -DPERL_OBJECT)
1998-02-26 Gurusamy Sarathy [win32] various cleanups so that B can be built as...
1998-02-20 Malcolm Beattie Merge perlext/Compiler/... into mainline. Some files...