summaryrefslogtreecommitdiff
path: root/ext/B
Commit message (Expand)AuthorAgeFilesLines
* Fix B::Terse indentationDaniel Chetlin2000-12-282-4/+5
* Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failingSimon Cozens2000-12-111-1/+5
* The walkoptree confusion rages; walkoptree() seems to be comingJarkko Hietaniemi2000-12-101-5/+7
* the dTHR hitsMichael Stevens2000-12-061-1/+0
* Undo #7848. Some of the code seems to use walkoptree(),Jarkko Hietaniemi2000-11-253-15/+16
* [ID 20001124.001] B exports "walkoptree" but does not define itSimon Cozens2000-11-241-6/+7
* C.pm part ofJarkko Hietaniemi2000-11-011-1/+1
* ripples from constsub patchJohn Tobey2000-10-223-0/+13
* -MO=C falls over on package <none>Hugo van der Sanden2000-10-222-2/+2
* Fix of sorts for bug id 20000901.092. There seems to be no traceJarkko Hietaniemi2000-10-191-1/+0
* [ID 20001003.006] B::Debug not -w cleanNicholas Clark2000-10-031-1/+1
* [ID 20000928.002] perlcc & ByteCode.pm option mismatchNicholas Clark2000-10-021-5/+5
* Re: [ID 20000915.010] Infinite loop with -MO=DeparseSpider Boardman2000-09-301-1/+1
* Warnings in B::DeparseAbigail2000-08-291-1/+1
* Bad makefile.Jarkko Hietaniemi2000-08-231-1/+1
* VMS MMS (make) wants null action.Jarkko Hietaniemi2000-08-231-6/+8
* Be portable.Jarkko Hietaniemi2000-08-221-4/+12
* cSVOPo_*v things index into the current PL_curpadJarkko Hietaniemi2000-08-221-2/+2
* B:: missing dependencyHugo van der Sanden2000-08-221-0/+2
* Bytecompiler patches from Benjamin Stuhl.Jarkko Hietaniemi2000-08-227-314/+483
* Typo in pp_complement().Peter Scott2000-08-181-1/+1
* B::Deparse didn't do sub attributes.Simon Cozens2000-08-113-1/+10
* Do away with array context, from Daniel Chetlin <daniel@chetlin.com>Jarkko Hietaniemi2000-08-081-2/+2
* integrate cfgperl changes#6293..6324 into mainlineGurusamy Sarathy2000-07-111-0/+8
* B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)Gurusamy Sarathy2000-04-282-2/+9
* add testsuite for B backends, fix bug in B::Deparse (fromGurusamy Sarathy2000-04-272-2/+2
* Consolidated B::Deparse fixes (from Stephen McCamant)Gurusamy Sarathy2000-04-241-48/+49
* documentation fixes from p5pGurusamy Sarathy2000-03-171-1/+3
* omit XSLoader from bytecode dumpsGurusamy Sarathy2000-03-073-3/+3
* get ByteLoader working againGurusamy Sarathy2000-03-073-10/+13
* more Compiler tweaks for useithreadsGurusamy Sarathy2000-02-252-3/+7
* detypoGurusamy Sarathy2000-02-211-1/+1
* undo accidental deleteGurusamy Sarathy2000-02-212-0/+7
* get Compiler "working" under useithreadsGurusamy Sarathy2000-02-215-46/+134
* more B fixups to cope with empty GVs (these can only happen in pads)Gurusamy Sarathy2000-02-193-10/+30
* Compiler fixups from Jan DuboisGurusamy Sarathy2000-02-183-62/+118
* various pod nits identified by installhtml (all fixed exceptGurusamy Sarathy2000-01-271-0/+2
* pod typos and warnings (from Abigail <abigail@delanet.com>)Gurusamy Sarathy2000-01-261-2/+2
* s/STOP/CHECK/ blocksGurusamy Sarathy2000-01-263-5/+5
* s/use vars/our/g modules that aren't independently maintained on CPANGurusamy Sarathy2000-01-231-1/+1
* fix various C-backend shenanigansGurusamy Sarathy2000-01-061-22/+17
* various nits identified by warnings unmasked by recent changesGurusamy Sarathy2000-01-051-1/+1
* add missing new opsGurusamy Sarathy1999-12-171-1/+8
* typos in change#4546Gurusamy Sarathy1999-12-073-5/+3
* support -a switch to append bytecode to an existing file and makeGurusamy Sarathy1999-12-031-0/+8
* applied suggested patch; removed $VERSION = $VERSION hackIlya Zakharevich1999-12-031-3/+3
* more complete pseudo-fork() support for WindowsGurusamy Sarathy1999-12-011-2/+2
* Integrate with Sarathy.Jarkko Hietaniemi1999-11-1110-104/+113
|\
| * avoid stash pointers in optree under USE_ITHREADSGurusamy Sarathy1999-11-116-11/+15
| * another change towards a shareable optree: avoid pointer to filegvGurusamy Sarathy1999-11-1110-96/+101