This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Be more lenient in the case libsunmath cannot be found.
[perl5.git] / ext / B /
2000-03-17 Gurusamy Sarathydocumentation fixes from p5p
2000-03-07 Gurusamy Sarathyomit XSLoader from bytecode dumps
2000-03-07 Gurusamy Sarathyget ByteLoader working again
2000-02-25 Gurusamy Sarathymore Compiler tweaks for useithreads
2000-02-21 Gurusamy Sarathydetypo
2000-02-21 Gurusamy Sarathyundo accidental delete
2000-02-21 Gurusamy Sarathyget Compiler "working" under useithreads
2000-02-19 Gurusamy Sarathymore B fixups to cope with empty GVs (these can only...
2000-02-18 Gurusamy SarathyCompiler fixups from Jan Dubois
2000-02-09 Charles BaileyResync with mainline
2000-01-27 Gurusamy Sarathyvarious pod nits identified by installhtml (all fixed...
2000-01-26 Gurusamy Sarathypod typos and warnings (from Abigail <abigail@delanet...
2000-01-26 Gurusamy Sarathys/STOP/CHECK/ blocks
2000-01-23 Gurusamy Sarathys/use vars/our/g modules that aren't independently...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
2000-01-06 Gurusamy Sarathyfix various C-backend shenanigans
2000-01-05 Gurusamy Sarathyvarious nits identified by warnings unmasked by recent...
1999-12-17 Gurusamy Sarathyadd missing new ops
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-12-07 Gurusamy Sarathytypos in change#4546
1999-12-03 Gurusamy Sarathysupport -a switch to append bytecode to an existing...
1999-12-03 Ilya Zakharevichapplied suggested patch; removed $VERSION = $VERSION...
1999-12-01 Gurusamy Sarathymore complete pseudo-fork() support for Windows
1999-11-11 Jarkko HietaniemiIntegrate with Sarathy.
1999-11-11 Gurusamy Sarathyavoid stash pointers in optree under USE_ITHREADS
1999-11-11 Gurusamy Sarathyanother change towards a shareable optree: avoid pointe...
1999-11-06 Jarkko HietaniemiMore printf miscasts flushed out.
1999-11-04 Gurusamy Sarathychange#4485 didn't do the right thing for B::Bytecode
1999-11-04 Gurusamy Sarathyimplement STOP blocks and fix compiler to use them...
1999-10-29 Gurusamy Sarathymore cleanup: avoid unused knowledge of "file GV" notio...
1999-10-29 Gurusamy Sarathyusurp GVOP slot for new PADOP (one small step to making...
1999-10-24 Nick Ing-SimmonsFollow that camel ... another sync.
1999-10-24 Gurusamy SarathyVMS tweak (suggested by Craig A. Berry <craig.berry...
1999-10-04 Andy DoughertyRe: [ID 19991001.005] [_61] [PATCH] tarball fine on...
1999-10-01 Jarkko HietaniemiIntegrate with Sarathy.
1999-09-30 Vishal Bhatia[patch _61] Minor corrections in C.pm
1999-09-29 Charles Baileyresync with mainline
1999-09-27 Jarkko HietaniemiArtistic fine-tuning.
1999-09-20 Gurusamy Sarathysuppress warning (from John Tobey <jtobey@epsilondev...
1999-09-20 Vishal Bhatiaadd arenas for managing allocations of remaining xpv...
1999-09-18 Nick Ing-SimmonsRe-integrate mainline
1999-09-14 Jarkko HietaniemiChange #4149 necessitates also a small code change.
1999-09-14 Gurusamy Sarathychange some filenames to be 8.3-friendly
1999-09-13 Jarkko HietaniemiIntegrate with Sarathy.
1999-09-13 Robin BarkerReplace change #4100 with
1999-09-12 Doug MacEachernB::clearsym
1999-09-08 Gurusamy Sarathyintegrate cfgperl contents into mainline
1999-09-07 Robin BarkerFix pointer casts.
1999-09-06 Vishal Bhatiaapplied suggested patch with suitable test to detect...
1999-09-06 Gurusamy Sarathysupport bytecode and C backends in perlcc (patch suggested
1999-08-09 Jarkko HietaniemiIntegrate with Nick.
1999-08-08 Nick Ing-SimmonsWill now correctly re-call
1999-08-07 Nick Ing-SimmonsVishal Bhatia <vishalb@my-deja.com>
1999-08-07 Nick Ing-SimmonsB::C changes to get simple Tk app. compiling again
1999-08-06 Nathan TorkingtonFix for Nathan's fix (#3920) from Guy Decoux.
1999-08-04 Nathan Torkington[5.005_60 PATCH] Make B::Bytecode work
1999-08-02 Jarkko HietaniemiIntegrate with Sarathy.
1999-08-02 Vishal Bhatia"use constant" in the compiler
1999-08-01 Jarkko HietaniemiIntegrate with Sarathy. perl.h and util.c required...
1999-08-01 Nathan Torkingtonext/B/B/Disassembler.pm patch
1999-08-01 Gurusamy Sarathyfixes from Stephen McCamant that address bugs in change...
1999-08-01 Gurusamy Sarathyfix defined(@foo) encarpments
1999-07-27 Gurusamy Sarathyhere lies 5.005_58
1999-07-27 Gurusamy Sarathychange#3762 wasn't needed
1999-07-26 Gurusamy Sarathysetstate stop-gap from Vishal Bhatia
1999-07-26 Gurusamy Sarathypatch for pp_foo -> Perl_pp_foo changes from Vishal...
1999-07-17 Gurusamy Sarathymake CC.pm use a distinct CCPP() macro rather than...
1999-07-12 Gurusamy Sarathyyet more cleanups of the PERL_OBJECT, MULTIPLICITY...
1999-07-07 Jarkko HietaniemiIntegrate with Sarathy. perldiag.pod required manual...
1999-07-07 Stephen McCamantB::Deparse update
1999-07-07 Vishal BhatiaCompiler and XSUBS
1999-07-07 Doug MacEachernadd B::PV::{LEN,CUR}
1999-07-07 Paul Marquesslexical warnings update (warning.t fails one test
1999-07-07 Stephen McCamantEliminate CONDOPs
1999-07-07 Vishal BhatiaMinor bug fix in pp_require
1999-07-06 Vishal Bhatiaapplied patch after demunging headers with appropriate...
1999-07-05 Vishal Bhatiaapplied parts not duplicated by previous patches
1999-07-05 Vishal BhatiaRe: [PATCH 5.005_57] pp_sort sorted out
1999-06-27 Gurusamy Sarathysomewhat untested PERL_OBJECT cleanups (C++isms mostly
1999-06-12 Gurusamy SarathyEXTERN_C declarations for global arrays in various
1999-06-10 Gurusamy Sarathyfix small nits
1999-06-10 Gurusamy Sarathywin32 build fixes
1999-06-09 Gurusamy Sarathymore complete support for implicit thread/interpreter...
1999-06-02 Gurusamy Sarathyremove _() non-ansism
1999-05-28 Tom HughesByteLoader mark 2
1999-05-12 Gurusamy Sarathytypo in change#3400
1999-05-12 Albert Dvornikdeparse \&func() as \(&func()) for clarity
1999-05-11 Gurusamy Sarathyvarious fixes for clean build and test on win32; config...
1999-05-10 Gurusamy Sarathymore Compiler patches from Vishal Bhatia <vishalb@my...
1999-05-10 Tom Hughesapplied suggested patch, with win32 and PERL_OBJECT...
1999-05-09 Stephen McCamantRe: pdt: Perl Development Tools?
1999-05-06 Gurusamy Sarathycompiler fixes from Vishal Bhatia <vishalb@hotmail...
1999-05-05 Charles Baileyapplied non-conflicting parts of suggested patch
1999-04-04 Gurusamy Sarathycorrect places that said newSVpv() when they meant...
1999-03-25 Vishal Bhatiaapplied needful parts of suggested patch
1999-03-25 Gurusamy Sarathyfix refcnt on PL_main_cv (variant of suggestion by...
1999-03-25 Stephen McCamantCompiler needs to know about utf8 SVOP tr///s
1999-03-25 Gurusamy SarathyB::Deparse update from Stephen McCamant <smccam@uclink4...
1999-03-24 Charles Baileyapplied suggested patch, modulo superseded parts
1999-03-24 Vishal Bhatiaapplied suggested patch, modulo bogus hunk
next