compiler awareness week
[p5sagit/p5-mst-13.2.git] / ext /
2005-05-26 Nicholas Clark It helps to set the total keys correctly when duplicati...
2005-05-25 Nicholas Clark Track the mapping between source shared hash keys and...
2005-05-25 Nicholas Clark Replace all uses of HvNAME with the appropriate HvNAME_...
2005-05-24 Rafael Garcia-Suarez ext/B/t/deparse.t was failing with t/TEST but not with...
2005-05-24 Yves Orton Re: [perl #35857] [PATCH] B::Deparse doesnt handle...
2005-05-23 Abhijit Menon-Sen Assorted 2.15 fixes.
2005-05-23 Abhijit Menon-Sen Remove one const to ensure that the universe doesn...
2005-05-23 Andy Dougherty Re: [perl #35938] [PATCH] SDBM_File fails to build...
2005-05-23 Graham Barr Update to Scalar-List-Utils-1.17
2005-05-23 Nicholas Clark Bytecode mustn't save the NVX for hashes now that the...
2005-05-23 Rafael Garcia-Suarez Fix [perl #35929] : PerlIO::scalar didn't understand...
2005-05-21 Nicholas Clark Add a union in place of xnv_nv, which allows AVs and...
2005-05-21 Dave Mitchell add access to Perl_croak() via 'mycroak' in XS::APItest
2005-05-21 Nicholas Clark Move the xpv_pv/xrv_rv member into the SV head, in...
2005-05-21 Nicholas Clark Move hv_name, hv_eiter and hv_riter into a new aux...
2005-05-21 Nicholas Clark Move placeholders into a new rhash magic type.
2005-05-20 Nicholas Clark Remove PMROOT and replace it with a small shell script...
2005-05-20 Nicholas Clark Update XS code to declare PERL_UNUSED_DECL conditionally
2005-05-20 Nicholas Clark Updaate ppport.h to get a conditional PERL_UNUSED_DECL
2005-05-20 Nicholas Clark Need to make PERL_UNUSED_DECL conditional as xlc on...
2005-05-20 Nicholas Clark Goodbye AvFLAGS
2005-05-20 Abhijit Menon-Sen Damnable applypatch nonsense.
2005-05-20 Abhijit Menon-Sen Previously overlooked $SIG{DIE} patch from Slaven Rezic.
2005-05-19 yves orton [perl #35857] [PATCH] B::Deparse doesnt handle warnings...
2005-05-18 Nicholas Clark B::Disassembler.pm
2005-05-16 Nicholas Clark Upgrade to Encode 2.10
2005-05-16 Rafael Garcia-Suarez This seems to be the right thing to do to iterate over...
2005-05-16 Rafael Garcia-Suarez Upgrade to Time::HiRes 1.68
2005-05-15 Andy Lester Minor tweak to via
2005-05-13 Graham Barr Update to Scalar-List-Utils-1.15
2005-05-12 Dave Mitchell make join.t threadsafe!
2005-05-11 Rafael Garcia-Suarez Include vim/emacs modelines in generated files to open...
2005-05-10 Nicholas Clark s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/
2005-05-10 Nicholas Clark Experiment with using the ptr_table code to hold the...
2005-05-10 Nicholas Clark Simplify the debug and assert logic.
2005-05-10 Nicholas Clark Change 24165 missed one s/class/classname/ in the debug...
2005-05-06 Rafael Garcia-Suarez Upgrade to PathTools 3.07
2005-05-05 Nicholas Clark Bump version numbers
2005-05-05 Nicholas Clark Bump B version numbers
2005-05-02 Nicholas Clark A slightly better layout for the diagram.
2005-05-02 Nicholas Clark Change inheritance hierarchy of B subclassses :
2005-05-02 Rafael Garcia-Suarez Re: [perl #31793] Data::Dumper: Useqq interacts badly...
2005-04-26 H.Merijn Brand for AIX problems? RE: [PATCH] Symbian port of Perl
2005-04-25 Abhijit Menon-Sen Add STORABLE_attach hook (Adam Kennedy).
2005-04-22 Nicholas Clark For now, TODO the 2 tests that fail on 5.8.x
2005-04-22 Steve Peters bytecode.pl, bytecode.h, and sv.h fixes
2005-04-21 Jarkko Hietaniemi Symbian port of Perl
2005-04-20 Dave Mitchell In change 24266 I failed to actually change anything...
2005-04-20 Steve Peters Refactoring to Sv*_set() macros - patch #6
2005-04-19 Dave Mitchell run regen_headers after addition of FOO_set() macros
2005-04-19 Nicholas Clark Force RVALUE macros when in PERL_DEBUG_COW
2005-04-19 Steve Peters Refactoring to Sv*_set() macros - patch #5
2005-04-19 Dave Mitchell Add CLONE_SKIP() class method to allow individual class...
2005-04-18 Nicholas Clark PERL_DEBUG_COW for SvUVX and SvPVX
2005-04-18 Nicholas Clark Two more uses of lvalue SvIVX()
2005-04-18 Steve Peters Refactoring to Sv*_set() macros - patch #4
2005-04-13 H.Merijn Brand H.Merijn changed e-mail
2005-04-12 Rafael Garcia-Suarez Upgrade to Encode 2.0902
2005-04-12 Steve Peters Refactoring to Sv*_set() macros - patch #3
2005-04-08 Nicholas Clark Mangle the expected output correctly for both 5.9 and 5.8
2005-04-08 Steve Peters Refactoring to Sv*_set() macros - patch #2
2005-04-08 Steve Peters Refactoring to Sv*_set() macros - patch #1
2005-04-06 Nicholas Clark Casting to/from (void *) sufficient to make a C++ compi...
2005-04-05 Nicholas Clark Add casting to allow g++ (3.3.5) to compile the core...
2005-04-05 Rafael Garcia-Suarez Upgrade to Unicode::Normalize 0.32
2005-04-05 Nicholas Clark Down with C++ reserved names
2005-04-05 Nicholas Clark Down with more K&R prototypes
2005-04-05 Nicholas Clark Down with K&R function arguments
2005-04-05 Rafael Garcia-Suarez Adaptations to the Makefile.PL of Math::BigInt/FastCalc...
2005-04-05 Tels New core module, Math::BigInt::FastCalc
2005-03-30 Brendan O'Dea ext/Errno/Errno_pm.PL: fix for GNU hurd
2005-03-30 Rafael Garcia-Suarez Minor POD nits.
2005-03-30 Steven Schubiger Re: [PATCH] 5.6 File::Glob documentation insufficient...
2005-03-29 Rafael Garcia-Suarez Fix Peek.t to work with and without DEBUG_LEAKING_SCALARS
2005-03-28 Dave Mitchell expand -DDEBUG_LEAKING_SCALARS to instrument the creati...
2005-03-25 Andy Lester Consting five
2005-03-22 Rafael Garcia-Suarez Upgrade to PathTools 3.05
2005-03-21 Alexey Tourbin Re: bugzilla.redhat bug #101767 (threads, threads:...
2005-03-18 Yves Orton Re: Reworked Trie Patch
2005-03-18 Gisle Aas Re: sitecustomize.pl [PATCH]
2005-03-18 Rafael Garcia-Suarez Don't use vars in DynaLoader
2005-03-18 Alexey Tourbin $B::Disassembler::VERSION
2005-03-12 Rafael Garcia-Suarez Upgrade to DB_File 1.811, by Paul Marquess
2005-03-10 Rafael Garcia-Suarez Doc patch for Devel::DProf (from Debian)
2005-02-26 Dave Mitchell ithreads: cond_signal() on a non-shared object coredumped
2005-02-26 Dave Mitchell Fix leaks in List::Util::reduce,first
2005-02-18 Stephen McCamant [perl #32968] [PATCH] Re: B::walkoptree segfaults
2005-02-18 Gisle Aas Re: Bug in Socket::IO::INET Version 1.27
2005-02-17 Rafael Garcia-Suarez Upgrade to PathTools 3.04
2005-02-17 Rafael Garcia-Suarez Upgrade to Time::HiRes 1.66
2005-02-17 Steve Peters [perl #31730] [PATCH] IO::File reads garbage from direc...
2005-02-16 Yitzchak Scott-Tho... Re: [PATCH] Re: perl winpid?
2005-02-02 Marcus Holland-Moritz Remove 2 unused variables from APItest.xs.
2005-02-02 Marcus Holland-Moritz Upgrade to Devel::PPPort 3.06.
2005-02-02 Marcus Holland-Moritz Attempt to fix problems with new exception handling...
2005-02-02 Dave Mitchell fix POSIX::strtod error handling documentation
2005-02-02 H.Merijn Brand Picky compilers (e.g. vac on AIX 5.2) do not accept...
2005-01-31 Marcus Holland-Moritz Upgrade to Devel::PPPort 3.05.
2005-01-31 Marcus Holland-Moritz Add simple exception handling macros for XS writers.
2005-01-31 Robert Millan [perl #33998] [PATCH] Support for GNU/kFreeBSD
next