summaryrefslogtreecommitdiff
path: root/ext/B
Commit message (Expand)AuthorAgeFilesLines
* pp_mapstart & pp_grepstart return val (CC.pm)Vishal Bhatia1999-01-211-1/+8
* a few random cleanupsGurusamy Sarathy1999-01-181-1/+1
* Duplicate saved ops (CC.pm)Vishal Bhatia1999-01-181-0/+24
* various tweaks for clean build and test on win32Gurusamy Sarathy1999-01-171-1/+1
* fix change#2602 to not used hard coded constantsGurusamy Sarathy1999-01-172-3/+3
* integrate cfgperl changes into mainline, fix conflictsGurusamy Sarathy1999-01-173-11/+37
|\
| * B::MAGIC::PTR doesnot check for valid length.Vishal Bhatia1999-01-132-5/+24
| * B::CC::pp_rv2cv problemVishal Bhatia1999-01-131-6/+12
| * More minor Fixes in CC.pm/C.pmVishal Bhatia1998-12-293-13/+24
| * Re:perlcc -e 'my $x = shift; print +($x ?...' failureVishal Bhatia1998-12-293-12/+22
| * return value of perlcc/B::CC generated functions.Vishal Bhatia1998-12-291-2/+2
| * pp_next/pp_last/pp_redo problemsVishal Bhatia1998-12-211-2/+3
* | Tone down Makefile.PL so it works on Win32Nick Ing-Simmons1999-01-021-1/+0
* | Export constant subs from B.xs for op.h, cop.h and a few others.Nick Ing-Simmons1999-01-0211-113/+93
* | Integrate ext/B changes from //depot/cfgperlNick Ing-Simmons1999-01-023-16/+35
* | Save _all_ GV's which have SV, AV or HV set.Nick Ing-Simmons1998-12-201-18/+15
* | 1. Fixes the bug reported by Robin Barker <rmb1@cise.npl.co.uk> Vishal Bhatia1998-12-103-13/+23
|/
* fix dup lexicalGurusamy Sarathy1998-12-071-1/+1
* Avoid hard-coding op numbersNick Ing-Simmons1998-12-054-34/+72
* B.xs had its own code to calculate hash() which differed fromNick Ing-Simmons1998-12-052-6/+7
* Snapshot of re-worked B::C which compiles Tk apps at least asNick Ing-Simmons1998-12-041-82/+198
* Vishal Bhatia's patch as a basis.Nick Ing-Simmons1998-12-042-23/+26
* another threads reliability fix: serialize writes to thr->threadsvGurusamy Sarathy1998-11-291-1/+2
* More C.pm tweaksNick Ing-Simmons1998-11-281-3/+15
* s/comment/comment_t/ tweak (suggested by John GormanGurusamy Sarathy1998-11-282-2/+2
* Handle INIT list in C.pmNick Ing-Simmons1998-11-273-8/+25
* B::C tweaks to allow Tk compiles from Nick Ing-SimmonsGurusamy Sarathy1998-11-271-3/+20
* hand-apply whitespace-mutiliated patchVishal Bhatia1998-10-302-2/+14
* remaining PL_foo stragglersGurusamy Sarathy1998-10-301-1/+1
* 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-254-7/+40
* fix bug in B::CC::pp_sassign()Vishal Bhatia1998-10-171-1/+1
* correct bugs exposed in MM_Unix.pm by commenting out SelfloaderGurusamy Sarathy1998-10-151-1/+1
* correct FSF address in various placesGurusamy Sarathy1998-09-241-2/+2
* define PUT_svindex(), PUT_opindex()Gurusamy Sarathy1998-09-231-0/+2
* fixes for pod noisesGurusamy Sarathy1998-08-021-1/+1
* fix up B modules for PL_* changesGurusamy Sarathy1998-07-223-40/+40
* Compiler docs for 5.005Malcolm Beattie1998-07-225-9/+981
* fix bytecode.pl with moved var namesGurusamy Sarathy1998-07-211-0/+20
* B::Deparse 0.56 (first testsuite fixes; big)Stephen McCamant1998-07-211-48/+154
* complete s/foo/PL_foo/ changes (all escaped cases identified withGurusamy Sarathy1998-07-203-27/+7
* PL_ stuff for threadsNick Ing-Simmons1998-07-181-2/+2
* PL_ prefix to all perlvars, part1Nick Ing-Simmons1998-07-181-11/+11
* add stub docs for ext/B, other minor tweaksGurusamy Sarathy1998-07-1513-0/+261
* applied patch, regen headersStephen McCamant1998-07-151-10/+27
* more complete version of change#1421Stephen McCamant1998-07-111-5/+6
* B::Deparse for(1..100000)Gisle Aas1998-07-111-1/+8
* add patch (via PM)Stephen McCamant1998-07-111-464/+928
* UNOP opclass test in B.xsStephen McCamant1998-07-091-5/+5
* Document B::Deparse, add pp_threadsvStephen McCamant1998-07-051-12/+87