summaryrefslogtreecommitdiff
path: root/ext/B/B.xs
Commit message (Expand)AuthorAgeFilesLines
* remove deprecated PERL_OBJECT cruft, it has long since stoppedGurusamy Sarathy2001-08-311-9/+0
* Changes USE_THREADS to USE_5005THREADS in the entire source.Artur Bergman2001-08-271-1/+1
* B && BEGIN handlingJames A. Duncan2001-08-071-1/+1
* Step 2: Use the new PM_GETRE/SETRE macros everywhere.Richard Soderberg2001-06-211-2/+2
* Extend tr/\0-\377/blah/c supportRobin Houston2001-05-101-5/+14
* Fix tr///ansliterationRobin Houston2001-05-101-2/+4
* utf8 literal strings (and possibly a unicode/regex bug)Robin Houston2001-04-171-0/+1
* Integrate changes #9544,9547,9549(perlio),9550,9551 fromJarkko Hietaniemi2001-04-051-2/+2
* padname values may have bogus SvCURRobin Houston2001-04-021-0/+4
* [patch] -Wall cleanup round 2Doug MacEachern2001-02-181-6/+8
* Re: Eliminate op_childrenStephen McCamant2001-01-161-0/+12
* (Replaced by #8448) Traces of op_children (cleanup of #8442)Jarkko Hietaniemi2001-01-151-6/+0
* ripples from constsub patchJohn Tobey2000-10-221-0/+6
* cSVOPo_*v things index into the current PL_curpadJarkko Hietaniemi2000-08-221-2/+2
* Bytecompiler patches from Benjamin Stuhl.Jarkko Hietaniemi2000-08-221-3/+18
* B::Deparse didn't do sub attributes.Simon Cozens2000-08-111-1/+1
* more Compiler tweaks for useithreadsGurusamy Sarathy2000-02-251-1/+4
* detypoGurusamy Sarathy2000-02-211-1/+1
* undo accidental deleteGurusamy Sarathy2000-02-211-0/+5
* get Compiler "working" under useithreadsGurusamy Sarathy2000-02-211-6/+6
* more B fixups to cope with empty GVs (these can only happen in pads)Gurusamy Sarathy2000-02-191-0/+8
* Compiler fixups from Jan DuboisGurusamy Sarathy2000-02-181-3/+9
* typos in change#4546Gurusamy Sarathy1999-12-071-3/+2
* Integrate with Sarathy.Jarkko Hietaniemi1999-11-111-5/+14
|\
| * 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 printf miscasts flushed out.Jarkko Hietaniemi1999-11-061-2/+2
|/
* 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