This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change the IV to a union.
[perl5.git] / ext /
2005-05-26 Nicholas ClarkIt helps to set the total keys correctly when duplicati...
2005-05-25 Nicholas ClarkTrack the mapping between source shared hash keys and...
2005-05-25 Nicholas ClarkReplace all uses of HvNAME with the appropriate HvNAME_...
2005-05-24 Rafael Garcia-Suarezext/B/t/deparse.t was failing with t/TEST but not with...
2005-05-24 Yves OrtonRe: [perl #35857] [PATCH] B::Deparse doesnt handle...
2005-05-23 Abhijit Menon-SenAssorted 2.15 fixes.
2005-05-23 Abhijit Menon-SenRemove one const to ensure that the universe doesn...
2005-05-23 Andy DoughertyRe: [perl #35938] [PATCH] SDBM_File fails to build...
2005-05-23 Graham BarrUpdate to Scalar-List-Utils-1.17
2005-05-23 Nicholas ClarkBytecode mustn't save the NVX for hashes now that the...
2005-05-23 Rafael Garcia-SuarezFix [perl #35929] : PerlIO::scalar didn't understand...
2005-05-21 Nicholas ClarkAdd a union in place of xnv_nv, which allows AVs and...
2005-05-21 Dave Mitchelladd access to Perl_croak() via 'mycroak' in XS::APItest
2005-05-21 Nicholas ClarkMove the xpv_pv/xrv_rv member into the SV head, in...
2005-05-21 Nicholas ClarkMove hv_name, hv_eiter and hv_riter into a new aux...
2005-05-21 Nicholas ClarkMove placeholders into a new rhash magic type.
2005-05-20 Nicholas ClarkRemove PMROOT and replace it with a small shell script...
2005-05-20 Nicholas ClarkUpdate XS code to declare PERL_UNUSED_DECL conditionally
2005-05-20 Nicholas ClarkUpdaate ppport.h to get a conditional PERL_UNUSED_DECL
2005-05-20 Nicholas ClarkNeed to make PERL_UNUSED_DECL conditional as xlc on...
2005-05-20 Nicholas ClarkGoodbye AvFLAGS
2005-05-20 Abhijit Menon-SenDamnable applypatch nonsense.
2005-05-20 Abhijit Menon-SenPreviously overlooked $SIG{DIE} patch from Slaven Rezic.
2005-05-19 yves orton[perl #35857] [PATCH] B::Deparse doesnt handle warnings...
2005-05-18 Nicholas ClarkB::Disassembler.pm
2005-05-16 Nicholas ClarkUpgrade to Encode 2.10
2005-05-16 Rafael Garcia-SuarezThis seems to be the right thing to do to iterate over...
2005-05-16 Rafael Garcia-SuarezUpgrade to Time::HiRes 1.68
2005-05-15 Andy LesterMinor tweak to via
2005-05-13 Graham BarrUpdate to Scalar-List-Utils-1.15
2005-05-12 Dave Mitchellmake join.t threadsafe!
2005-05-11 Rafael Garcia-SuarezInclude vim/emacs modelines in generated files to open...
2005-05-10 Nicholas Clarks/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/
2005-05-10 Nicholas ClarkExperiment with using the ptr_table code to hold the...
2005-05-10 Nicholas ClarkSimplify the debug and assert logic.
2005-05-10 Nicholas ClarkChange 24165 missed one s/class/classname/ in the debug...
2005-05-06 Rafael Garcia-SuarezUpgrade to PathTools 3.07
2005-05-05 Nicholas ClarkBump version numbers
2005-05-05 Nicholas ClarkBump B version numbers
2005-05-02 Nicholas ClarkA slightly better layout for the diagram.
2005-05-02 Nicholas ClarkChange inheritance hierarchy of B subclassses :
2005-05-02 Rafael Garcia-SuarezRe: [perl #31793] Data::Dumper: Useqq interacts badly...
2005-04-26 H.Merijn Brandfor AIX problems? RE: [PATCH] Symbian port of Perl
2005-04-25 Abhijit Menon-SenAdd STORABLE_attach hook (Adam Kennedy).
2005-04-22 Nicholas ClarkFor now, TODO the 2 tests that fail on 5.8.x
2005-04-22 Steve Petersbytecode.pl, bytecode.h, and sv.h fixes
2005-04-21 Jarkko HietaniemiSymbian port of Perl
2005-04-20 Dave MitchellIn change 24266 I failed to actually change anything...
2005-04-20 Steve PetersRefactoring to Sv*_set() macros - patch #6
2005-04-19 Dave Mitchellrun regen_headers after addition of FOO_set() macros
2005-04-19 Nicholas ClarkForce RVALUE macros when in PERL_DEBUG_COW
2005-04-19 Steve PetersRefactoring to Sv*_set() macros - patch #5
2005-04-19 Dave MitchellAdd CLONE_SKIP() class method to allow individual class...
2005-04-18 Nicholas ClarkPERL_DEBUG_COW for SvUVX and SvPVX
2005-04-18 Nicholas ClarkTwo more uses of lvalue SvIVX()
2005-04-18 Steve PetersRefactoring to Sv*_set() macros - patch #4
2005-04-13 H.Merijn BrandH.Merijn changed e-mail
2005-04-12 Rafael Garcia-SuarezUpgrade to Encode 2.0902
2005-04-12 Steve PetersRefactoring to Sv*_set() macros - patch #3
2005-04-08 Nicholas ClarkMangle the expected output correctly for both 5.9 and 5.8
2005-04-08 Steve PetersRefactoring to Sv*_set() macros - patch #2
2005-04-08 Steve PetersRefactoring to Sv*_set() macros - patch #1
2005-04-06 Nicholas ClarkCasting to/from (void *) sufficient to make a C++ compi...
2005-04-05 Nicholas ClarkAdd casting to allow g++ (3.3.5) to compile the core...
2005-04-05 Rafael Garcia-SuarezUpgrade to Unicode::Normalize 0.32
2005-04-05 Nicholas ClarkDown with C++ reserved names
2005-04-05 Nicholas ClarkDown with more K&R prototypes
2005-04-05 Nicholas ClarkDown with K&R function arguments
2005-04-05 Rafael Garcia-SuarezAdaptations to the Makefile.PL of Math::BigInt/FastCalc...
2005-04-05 TelsNew core module, Math::BigInt::FastCalc
2005-03-30 Brendan O'Deaext/Errno/Errno_pm.PL: fix for GNU hurd
2005-03-30 Rafael Garcia-SuarezMinor POD nits.
2005-03-30 Steven SchubigerRe: [PATCH] 5.6 File::Glob documentation insufficient...
2005-03-29 Rafael Garcia-SuarezFix Peek.t to work with and without DEBUG_LEAKING_SCALARS
2005-03-28 Dave Mitchellexpand -DDEBUG_LEAKING_SCALARS to instrument the creati...
2005-03-25 Andy LesterConsting five
2005-03-22 Rafael Garcia-SuarezUpgrade to PathTools 3.05
2005-03-21 Alexey TourbinRe: bugzilla.redhat bug #101767 (threads, threads:...
2005-03-18 Yves OrtonRe: Reworked Trie Patch
2005-03-18 Gisle AasRe: sitecustomize.pl [PATCH]
2005-03-18 Rafael Garcia-SuarezDon't use vars in DynaLoader
2005-03-18 Alexey Tourbin$B::Disassembler::VERSION
2005-03-12 Rafael Garcia-SuarezUpgrade to DB_File 1.811, by Paul Marquess
2005-03-10 Rafael Garcia-SuarezDoc patch for Devel::DProf (from Debian)
2005-02-26 Dave Mitchellithreads: cond_signal() on a non-shared object coredumped
2005-02-26 Dave MitchellFix leaks in List::Util::reduce,first
2005-02-18 Stephen McCamant[perl #32968] [PATCH] Re: B::walkoptree segfaults
2005-02-18 Gisle AasRe: Bug in Socket::IO::INET Version 1.27
2005-02-17 Rafael Garcia-SuarezUpgrade to PathTools 3.04
2005-02-17 Rafael Garcia-SuarezUpgrade 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-MoritzRemove 2 unused variables from APItest.xs.
2005-02-02 Marcus Holland-MoritzUpgrade to Devel::PPPort 3.06.
2005-02-02 Marcus Holland-MoritzAttempt to fix problems with new exception handling...
2005-02-02 Dave Mitchellfix POSIX::strtod error handling documentation
2005-02-02 H.Merijn BrandPicky compilers (e.g. vac on AIX 5.2) do not accept...
2005-01-31 Marcus Holland-MoritzUpgrade to Devel::PPPort 3.05.
2005-01-31 Marcus Holland-MoritzAdd simple exception handling macros for XS writers.
2005-01-31 Robert Millan[perl #33998] [PATCH] Support for GNU/kFreeBSD
next