p5sagit/p5-mst-13.2.git
2007-09-28 Nicholas Clark Change 31987 forgot to re-run embed.pl
2007-09-28 Jim Cromie [patch] s/thinngy/thingy/
2007-09-27 Rafael Garcia... I forgot to patch for the threaded case
2007-09-27 Nicholas Clark Move the bool v_string_ok into the U16-sized gap in...
2007-09-27 Rafael Garcia... Hopefully fix test failures with -C
2007-09-27 Steve Hay Fix test introduced in #31973 that failed on Win32
2007-09-27 Craig A. Berry Make large file support the default on VMS systems...
2007-09-26 Rafael Garcia... API spelling patch, by Jerry D. Hedden
2007-09-26 Rafael Garcia... Maybe the default order of directories in @INC should...
2007-09-26 Nicholas Clark Change 31977 introduced a bug (failing to set the retur...
2007-09-26 Jerry D. Hedden Check rename() under Cygwin
2007-09-26 Jerry D. Hedden No more ld2 and perlld under Cygwin
2007-09-26 Robin Barker RE: [PATCH] use 5.010 is ugly; use 5.10.0 warns
2007-09-26 Nicholas Clark Change the way of determining the MRO algorithm used...
2007-09-26 Rafael Garcia... Option spelling nit for AIX
2007-09-26 Rafael Garcia... On VAX, feeding a bare "NaN" to nawk causes nawk to...
2007-09-26 Rafael Garcia... Assume NetBSD has touch
2007-09-26 Jim Cromie Re: [patch] improve B::Concise -src support
2007-09-26 Rafael Garcia... Update to README.cygwin by Jerry D. Hedden
2007-09-25 Dave Mitchell extend PL_veto_cleanup to all platforms
2007-09-25 Dave Mitchell make PERL_SYS_INIT/INIT3/TERM into functions
2007-09-25 Rafael Garcia... Hey, but "or" is low-prec. So this statement never...
2007-09-25 Rafael Garcia... DragonflyBSD is a BSD too
2007-09-25 Slaven Rezic Re: [perl #45513] Test failures on amd64-freebsd 6.2
2007-09-25 Rafael Garcia... Upgrade to Test::Simple 0.72
2007-09-25 Rick Delaney Re: [PATCH 5.10] Improve diagnostic for reloads of...
2007-09-25 Rafael Garcia... Make OptreeCheck.pm more forgiving about parent pad...
2007-09-25 Sébastien Aperghis... Trans.: CPAN Upload: S/SA/SAPER/constant-1.11.tar.gz
2007-09-25 Abe Timmerman Re: Smoke [5.10.0] 31938 FAIL(F) netbsd 3.1 (i386/1...
2007-09-25 Tels Re: [perl #45605] Regexp failure with utf8-flagged...
2007-09-25 Sébastien Aperghis... [patch] Dual-lifing constant.pm
2007-09-25 Slaven Rezic stop lib/perl5db.t failure if Term::ReadLine::Perl...
2007-09-25 Jerry D. Hedden README.cygwin update
2007-09-25 Jerry D. Hedden $^E is not Win32::GetLastError under Cygwin
2007-09-25 Jerry D. Hedden Re: Change 31935: Upgrade to Win32-0.32
2007-09-24 Jim Cromie [patch] improve B::Concise -src support
2007-09-24 Dave Mitchell sixth attempt to silence S_emulate_eaccess compiler...
2007-09-24 Rafael Garcia... Upgrade to Compress::Zlib 2.007
2007-09-24 Rafael Garcia... Upgrade to threads::shared 1.14
2007-09-24 Tels Re: BigInt bug with non-integer accuracy/precision
2007-09-24 H.Merijn Brand Announce plans for -Duse32bit* options for Configure...
2007-09-24 Craig A. Berry Allow IEEE math to be deselected on OpenVMS I64 (but...
2007-09-24 Dave Mitchell silence a spurious compiler warning in regcomp.c
2007-09-24 Dave Mitchell fifth attempt to silence S_emulate_eaccess compiler...
2007-09-23 Craig A. Berry And some more VMS-specific additions to PL_bincompat_op...
2007-09-23 Nicholas Clark Add USE_IEEE to PL_bincompat_options, as use_ieee in...
2007-09-23 Craig A. Berry Record IEEE usage in config.h on VMS.
2007-09-23 H.Merijn Brand Revert #31942, as it was inconsistent between threaded and
2007-09-23 Abe Timmerman netbsd's setlocale () doesn't support LC_COLLATE and...
2007-09-23 Nicholas Clark Under -DDEBUGGING (on gcc), assert that SvRV(sv) is...
2007-09-22 Nicholas Clark Fix bug 45607 - for the corner case *{"BONK"} = \...
2007-09-22 Marcus Holland... Upgrade to Devel::PPPort 3.12
2007-09-21 Nicholas Clark hv_stores() on a literal string is now fractionally...
2007-09-21 Steve Hay Fix Win32 breakage caused by #31926
2007-09-21 Rafael Garcia... Silence a load of "value computed is not used" warnings
2007-09-21 Steve Hay Upgrade to Win32-0.32
2007-09-21 John Peacock version-0.73 (was Re: Change 31920: Don't use ~0 as...
2007-09-20 Nicholas Clark Get mad compiling as C++. (At least for me)
2007-09-20 Nicholas Clark Remove now-unnecessary =cuts where POD is now adjacent...
2007-09-20 Nicholas Clark Add a new function Perl_hv_common_key_len(), which...
2007-09-20 Nicholas Clark Move the SV dereference of Perl_hv_fetch()/Perl_hv_store()/
2007-09-20 Steve Peters ext/XS/APITest/APITest.xs was suffering casting issues...
2007-09-20 Jos I. Boumans Archive::Extract 0.24 (was Re: Archive::Extract test...
2007-09-20 Steve Peters Casts needed in mathoms.c to make it compile with g...
2007-09-20 Nicholas Clark Switch Perl_hv_common() to returning void * rather...
2007-09-20 Nicholas Clark Change 31919 forgot to add Perl_hv_common to global.sym
2007-09-20 Nicholas Clark Convert hv_delete_ent(), hv_exists_ent(), hv_fetch_ent...
2007-09-20 Nicholas Clark Use Perl_hv_common() to test disabling the key conversi...
2007-09-20 Nicholas Clark assert that what is passed into the hash functions...
2007-09-20 Nicholas Clark SVs know their length, so avoid 2 calls to strlen().
2007-09-20 Rafael Garcia... Don't use ~0 as a version number -- it could overflow.
2007-09-20 Nicholas Clark Make hv_fetch_common() non-static, and change its name...
2007-09-19 Nicholas Clark Change 31849 forgot to regenerate the documentation...
2007-09-19 Nicholas Clark Inline and abolish S_hv_magic_uvar_xkey().
2007-09-19 Nicholas Clark Send all delete()/delete_ent() calls via S_hv_fetch_com...
2007-09-19 Nicholas Clark Lots more tests with many permuations of 7, 8 and ...
2007-09-19 Nicholas Clark Parameterise the code that tests the rot13 hash, and...
2007-09-19 Nicholas Clark ext/XS/APItest/t/hash.t was failing because the fieldha...
2007-09-19 Nicholas Clark Call the key transformation function for hv_exists...
2007-09-19 Rafael Garcia... Fix failing Test::Simple test
2007-09-19 Steve Hay Updates to AUTHORS etc.
2007-09-19 Steve Hay Fix whitespace in Changes to keep Porting/checkAUTHORS...
2007-09-19 Rafael Garcia... Fix file name in MANIFEST
2007-09-19 Steve Peters Update to Test-Simple-0.71
2007-09-19 Nicholas Clark Mark utils/Makefile as read/write in perforce.
2007-09-19 Nicholas Clark Call the key transformation function for hv_delete().
2007-09-19 Steve Hay Clean up test files left behind (on Win32, at least...
2007-09-19 David Landgren minor changes to File::Path (and more tests)
2007-09-19 Nicholas Clark More tests for when fieldhash magic (doesn't) trigger.
2007-09-19 Nicholas Clark Correct test descriptions. bless didn't trigger. ever...
2007-09-19 Dmitry Karasik Re: [perl #45493] [patch] ext/Win32/Win32.xs compilatio...
2007-09-19 Jarkko Hietaniemi Re: [PATCH] Cray XT4/Catamount build
2007-09-19 Nicholas Clark For an LVALUE fetch, "hv_fetch()" will recurse into...
2007-09-19 Jerry D. Hedden threads 1.67
2007-09-19 Michael G.... t/TEST doesn't check exit (was Re: Test::More bug?)
2007-09-19 Michael G.... Re: [PATCH] Re: Unintentional base.pm behavior change
2007-09-18 Rafael Garcia... Prevent the pragmas from ${^OPEN} propagated to %^H...
2007-09-18 Robin Barker document [PATCH] lib/feature.pm
2007-09-18 Rafael Garcia... More work and modernization of INSTALL
2007-09-18 Steve Hay Change #31889 forgot to regen global.sym
next