summaryrefslogtreecommitdiff
path: root/ext/B/B.xs
Commit message (Expand)AuthorAgeFilesLines
* avoid stash pointers in optree under USE_ITHREADSGurusamy Sarathy1999-11-111-1/+6
* another change towards a shareable optree: avoid pointer to filegvGurusamy Sarathy1999-11-111-4/+8
* more cleanup: avoid unused knowledge of "file GV" notion in CV and GVGurusamy Sarathy1999-10-291-4/+4
* usurp GVOP slot for new PADOP (one small step to making optreeGurusamy Sarathy1999-10-291-13/+29
* Replace change #4100 withRobin Barker1999-09-131-8/+8
* Fix pointer casts.Robin Barker1999-09-071-9/+13
* patch for pp_foo -> Perl_pp_foo changes from Vishal Bhatia;Gurusamy Sarathy1999-07-261-1/+9
* yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADSGurusamy Sarathy1999-07-121-0/+1
* add B::PV::{LEN,CUR}Doug MacEachern1999-07-071-0/+8
* Eliminate CONDOPsStephen McCamant1999-07-071-27/+8
* applied patch after demunging headers with appropriate pathsVishal Bhatia1999-07-061-0/+5
* somewhat untested PERL_OBJECT cleanups (C++isms mostlyGurusamy Sarathy1999-06-271-3/+3
* EXTERN_C declarations for global arrays in variousGurusamy Sarathy1999-06-121-1/+0
* win32 build fixesGurusamy Sarathy1999-06-101-13/+0
* more complete support for implicit thread/interpreter pointer,Gurusamy Sarathy1999-06-091-14/+24
* ByteLoader mark 2Tom Hughes1999-05-281-71/+8
* more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>Gurusamy Sarathy1999-05-101-0/+4
* applied suggested patch, with win32 and PERL_OBJECT additionsTom Hughes1999-05-101-0/+5
* correct places that said newSVpv() when they meant newSVpvn()Gurusamy Sarathy1999-04-041-8/+8
* Compiler needs to know about utf8 SVOP tr///sStephen McCamant1999-03-251-2/+10
* integrate cfgperl changes into mainline, fix conflictsGurusamy Sarathy1999-01-171-2/+13
|\
| * B::MAGIC::PTR doesnot check for valid length.Vishal Bhatia1999-01-131-2/+13
* | Export constant subs from B.xs for op.h, cop.h and a few others.Nick Ing-Simmons1999-01-021-0/+5
|/
* Avoid hard-coding op numbersNick Ing-Simmons1998-12-051-1/+22
* B.xs had its own code to calculate hash() which differed fromNick Ing-Simmons1998-12-051-3/+2
* another threads reliability fix: serialize writes to thr->threadsvGurusamy Sarathy1998-11-291-1/+2
* Handle INIT list in C.pmNick Ing-Simmons1998-11-271-0/+4
* phase 1 of somewhat major rearrangement of PERL_OBJECT stuffGurusamy Sarathy1998-10-301-11/+11
* implement C<goto &func> and other fixes (via private mail)Vishal Bhatia1998-10-251-0/+7
* complete s/foo/PL_foo/ changes (all escaped cases identified withGurusamy Sarathy1998-07-201-1/+1
* PL_ stuff for threadsNick Ing-Simmons1998-07-181-2/+2
* PL_ prefix to all perlvars, part1Nick Ing-Simmons1998-07-181-11/+11
* UNOP opclass test in B.xsStephen McCamant1998-07-091-5/+5
* [win32] add AS patch#25 (allow B build with -DPERL_OBJECT)Gurusamy Sarathy1998-06-041-3/+19
* [win32] various cleanups so that B can be built as "just another extension"Gurusamy Sarathy1998-02-261-16/+0
* Merge perlext/Compiler/... into mainline. Some files move toMalcolm Beattie1998-02-201-0/+1207