more complete support for implicit thread/interpreter pointer,
[p5sagit/p5-mst-13.2.git] / ext / B / B.xs
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...