This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
NetWare changeover from Watcom to Codewarrior, from C Aditya.
[perl5.git] / ext / B / B.xs
2002-04-16 Rafael Garcia-SuarezB::walkoptree bugfix (see also #15850)
2002-03-18 Rafael Garcia-SuarezB::perlstring and unicode
2002-03-18 Jarkko HietaniemiForgot from #15288.
2002-01-28 Jarkko HietaniemiThe shift key is important.
2002-01-27 Jarkko HietaniemiB::cstring() and B::Deparse EBCDIC fixes from Rafael...
2002-01-13 Mattia BarbonRe: Warning in B.xs
2002-01-12 Mattia BarbonB::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs
2002-01-06 Mattia BarbonB, B::C, perlcc, t/TEST
2001-10-26 Jarkko HietaniemiIntegrate maintperl changes #12268 and #12669;
2001-10-25 Jarkko HietaniemiIntegrate changes #12652 and #12653 from maintperl;
2001-08-31 Gurusamy Sarathyremove deprecated PERL_OBJECT cruft, it has long since...
2001-08-27 Artur BergmanChanges USE_THREADS to USE_5005THREADS in the entire...
2001-08-07 James A. DuncanB && BEGIN handling
2001-06-21 Nick Ing-SimmonsIntegrate mainline
2001-06-21 Richard SoderbergStep 2: Use the new PM_GETRE/SETRE macros everywhere.
2001-05-10 Robin HoustonExtend tr/\0-\377/blah/c support
2001-05-10 Robin HoustonFix tr///ansliteration
2001-04-17 Robin Houstonutf8 literal strings (and possibly a unicode/regex...
2001-04-05 Jarkko HietaniemiIntegrate changes #9544,9547,9549(perlio),9550,9551...
2001-04-02 Robin Houstonpadname values may have bogus SvCUR
2001-02-18 Doug MacEachern[patch] -Wall cleanup round 2
2001-01-24 Charles BaileySYN SYN
2001-01-16 Stephen McCamantRe: Eliminate op_children
2001-01-15 Jarkko Hietaniemi(Replaced by #8448) Traces of op_children (cleanup...
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-10-22 John Tobeyripples from constsub patch
2000-10-20 Charles BaileySYN SYN
2000-08-22 Jarkko HietaniemicSVOPo_*v things index into the current PL_curpad
2000-08-22 Jarkko HietaniemiBytecompiler patches from Benjamin Stuhl.
2000-08-11 Simon CozensB::Deparse didn't do sub attributes.
2000-06-07 Jarkko HietaniemiMopup for #6204.
2000-06-06 Benjamin StuhlB::Bytecode patches
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-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-12-07 Gurusamy Sarathytypos in change#4546
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-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-09-29 Charles Baileyresync with mainline
1999-09-18 Nick Ing-SimmonsRe-integrate mainline
1999-09-13 Robin BarkerReplace change #4100 with
1999-09-07 Robin BarkerFix pointer casts.
1999-07-26 Gurusamy Sarathypatch for pp_foo -> Perl_pp_foo changes from Vishal...
1999-07-12 Gurusamy Sarathyyet more cleanups of the PERL_OBJECT, MULTIPLICITY...
1999-07-07 Doug MacEachernadd B::PV::{LEN,CUR}
1999-07-07 Stephen McCamantEliminate CONDOPs
1999-07-06 Vishal Bhatiaapplied patch after demunging headers with appropriate...
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 Sarathywin32 build fixes
1999-06-09 Gurusamy Sarathymore complete support for implicit thread/interpreter...
1999-05-28 Tom HughesByteLoader mark 2
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-04-04 Gurusamy Sarathycorrect places that said newSVpv() when they meant...
1999-03-25 Stephen McCamantCompiler needs to know about utf8 SVOP tr///s
1999-01-17 Gurusamy Sarathyintegrate cfgperl changes into mainline, fix conflicts
1999-01-13 Vishal BhatiaB::MAGIC::PTR doesnot check for valid length.
1999-01-02 Nick Ing-SimmonsExport constant subs from B.xs for op.h, cop.h and...
1998-12-05 Nick Ing-SimmonsAvoid hard-coding op numbers
1998-12-05 Nick Ing-SimmonsB.xs had its own code to calculate hash() which differe...
1998-11-29 Gurusamy Sarathyanother threads reliability fix: serialize writes to...
1998-11-27 Nick Ing-SimmonsHandle INIT list in C.pm
1998-10-30 Gurusamy Sarathyphase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-10-25 Vishal Bhatiaimplement C<goto &func> and other fixes (via private...
1998-07-20 Gurusamy Sarathycomplete s/foo/PL_foo/ changes (all escaped cases ident...
1998-07-18 Nick Ing-SimmonsPL_ stuff for threads
1998-07-18 Nick Ing-SimmonsPL_ prefix to all perlvars, part1
1998-07-09 Stephen McCamantUNOP opclass test in B.xs
1998-06-04 Gurusamy Sarathy[win32] add AS patch#25 (allow B build with -DPERL_OBJECT)
1998-02-26 Gurusamy Sarathy[win32] various cleanups so that B can be built as...
1998-02-20 Malcolm BeattieMerge perlext/Compiler/... into mainline. Some files...