summaryrefslogtreecommitdiff
path: root/ext/B
Commit message (Expand)AuthorAgeFilesLines
* 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
* | More printf miscasts flushed out.Jarkko Hietaniemi1999-11-061-2/+2
|/
* change#4485 didn't do the right thing for B::BytecodeGurusamy Sarathy1999-11-041-2/+3
* implement STOP blocks and fix compiler to use them (minimallyGurusamy Sarathy1999-11-044-6/+6
* more cleanup: avoid unused knowledge of "file GV" notion in CV and GVGurusamy Sarathy1999-10-297-103/+91
* usurp GVOP slot for new PADOP (one small step to making optreeGurusamy Sarathy1999-10-2910-46/+61
* VMS tweak (suggested by Craig A. Berry <craig.berry@metamor.com>)Gurusamy Sarathy1999-10-241-1/+1
* Re: [ID 19991001.005] [_61] [PATCH] tarball fine on win32, zip isn'tAndy Dougherty1999-10-041-1/+0
* Integrate with Sarathy.Jarkko Hietaniemi1999-10-011-3/+6
|\
| * [patch _61] Minor corrections in C.pmVishal Bhatia1999-09-301-3/+6
* | Artistic fine-tuning.Jarkko Hietaniemi1999-09-271-1/+1
|/
* suppress warning (from John Tobey <jtobey@epsilondev.com>)Gurusamy Sarathy1999-09-201-1/+1
* add arenas for managing allocations of remaining xpv*v structuresVishal Bhatia1999-09-201-14/+14
* Change #4149 necessitates also a small code change.Jarkko Hietaniemi1999-09-141-0/+1
* change some filenames to be 8.3-friendlyGurusamy Sarathy1999-09-142-1/+2
* Integrate with Sarathy.Jarkko Hietaniemi1999-09-134-0/+8
|\
| * B::clearsymDoug MacEachern1999-09-124-0/+8
* | Replace change #4100 withRobin Barker1999-09-132-13/+13
|/
* integrate cfgperl contents into mainlineGurusamy Sarathy1999-09-082-14/+18
|\
| * Fix pointer casts.Robin Barker1999-09-072-14/+18
* | applied suggested patch with suitable test to detect MSVCVishal Bhatia1999-09-061-12/+15
|/
* support bytecode and C backends in perlcc (patch suggestedGurusamy Sarathy1999-09-061-1/+2
* Integrate with Nick.Jarkko Hietaniemi1999-08-092-53/+124
|\
| * Will now correctly re-call Nick Ing-Simmons1999-08-081-9/+19
| * Vishal Bhatia <vishalb@my-deja.com>Nick Ing-Simmons1999-08-071-0/+47
| * B::C changes to get simple Tk app. compiling againNick Ing-Simmons1999-08-071-48/+62
| * "use constant" in the compilerVishal Bhatia1999-08-022-4/+19
| * ext/B/B/Disassembler.pm patchNathan Torkington1999-08-011-0/+14
| * fixes from Stephen McCamant that address bugs in change#3612Gurusamy Sarathy1999-08-011-99/+146
| * fix defined(@foo) encarpmentsGurusamy Sarathy1999-08-011-1/+1
* | Fix for Nathan's fix (#3920) from Guy Decoux.Nathan Torkington1999-08-061-1/+1
* | [5.005_60 PATCH] Make B::Bytecode workNathan Torkington1999-08-041-0/+1
* | Integrate with Sarathy.Jarkko Hietaniemi1999-08-022-4/+19
* | Integrate with Sarathy. perl.h and util.c required manual resolving.Jarkko Hietaniemi1999-08-013-100/+161
|/
* here lies 5.005_58Gurusamy Sarathy1999-07-271-103/+0
* change#3762 wasn't neededGurusamy Sarathy1999-07-271-1/+1
* setstate stop-gap from Vishal BhatiaGurusamy Sarathy1999-07-261-1/+1
* patch for pp_foo -> Perl_pp_foo changes from Vishal Bhatia;Gurusamy Sarathy1999-07-269-190/+204
* make CC.pm use a distinct CCPP() macro rather than PP()Gurusamy Sarathy1999-07-171-1/+1
* yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADSGurusamy Sarathy1999-07-121-0/+1
* B::Deparse updateStephen McCamant1999-07-071-54/+294