platform/upstream/perl.git
2003-12-09 Audrey TangImplicit upgrading docs
2003-12-09 Adrian M. Enachetemporary fix to avoid t/op/tie.t failures on Win32
2003-12-08 Rafael Garcia... Upgrade to Digest-MD5 2.33.
2003-12-08 Rafael Garcia... Integrate change #21862 from maint-5.8 :
2003-12-08 Tassilo von... iterator reset moved to hv.c (was: [PATCH] SCALAR/FIRST...
2003-12-08 Adrian M. Enacheyet another leak. bigger fish still swimming around.
2003-12-08 Adrian M. Enacheyet another 2 leaks. example for the second:
2003-12-08 Adrian M. Enacheplumb a leak with pos().
2003-12-07 Tassilo von... documenting SCALAR gotcha
2003-12-07 Craig A. Berrysetenv tweak for VMS
2003-12-06 Rafael Garcia... Missing thingies.
2003-12-06 TelsMath::BigInt v1.67 (pre-release)
2003-12-06 Rafael Garcia... Forgot to update the MANIFEST.
2003-12-06 Rafael Garcia... Math::BigInt::Scalar is only for tests.
2003-12-06 Craig A. Berrycasting bug in VMS part of Perl_start_glob
2003-12-06 Rafael Garcia... Remove the "Can't provide tied hash usage" error from...
2003-12-06 Rafael Garcia... Clarify the description of SCALAR in perltie
2003-12-06 Tassilo von... SCALAR/FIRSTKEY for tied hashes in scalar context
2003-12-06 Nicholas ClarkMake sv_force_normal_flags cope with shared hash key...
2003-12-05 Nicholas ClarkBack out the Makefile.PL part of 21808 as requested...
2003-12-05 Gisle AasConfigure gets d_u32align wrong
2003-12-05 chromatic[REPATCH lib/AutoLoader.t] Test can() with AutoLoader
2003-12-05 Craig A. Berryanother ext/SDBM_File/sdbm build fix
2003-12-05 Paul Johnson$^P, eval and caller
2003-12-04 Steve HayFix File::Copy with hard links on Windows.
2003-12-04 Alan BurlisonRe: a2p.pod not being installed in 5.8.2?
2003-12-03 Stas BekmanRe: XS modules having problems with CLONE and ithreads...
2003-12-02 Rafael Garcia... The prove utility should also be installed on VMS and...
2003-12-02 Rafael Garcia... FAQ sync.
2003-12-02 Slaven RezicRe: [perl #24574] find2perl provides different results...
2003-12-02 Jan Duboissetting $0 still broken
2003-12-02 Elizabeth MattijsenBetter docs for the special code blocks, based on :
2003-11-30 Rafael Garcia... Fix the test boilerplate in lib/if.t, so it can be run
2003-11-30 Rafael Garcia... Keep installing xsubpp in lib/ExtUtils,
2003-11-30 Rafael Garcia... Upgrade to Test::Harness 2.38.
2003-11-30 SADAHIRO TomoyukiRe: [perl #24554] Segfault in POSIX module
2003-11-29 Nicholas ClarkIntegrate if.pm 0.0401
2003-11-29 Nicholas ClarkRemove whitespace from ends of lines (simply because...
2003-11-29 Nicholas ClarkUpdate Unicode::Normalize to 0.28
2003-11-29 Nicholas ClarkD'oh! This has been moved to lib/Digest/t/digest.t...
2003-11-29 Nicholas ClarkUpdate Unicode::Collate to 0.31 (Only the .pm version...
2003-11-29 Nicholas ClarkD'oh! Forgot to lib/Digest/base.pm
2003-11-29 Nicholas ClarkUpdate to Digest::MD5 2.31
2003-11-29 Nicholas ClarkUpdate Digest to 1.03
2003-11-29 Nicholas ClarkWhen Gconvert is a macro around sprintf with a .* forma...
2003-11-29 Nicholas ClarkSilence gcc 2.95 warning
2003-11-29 Nicholas ClarkGconvert actually takes type NV, while nv may be either...
2003-11-29 Rafael Garcia... POSIX::isXXX(undef) segfaulted. (bug #24554.)
2003-11-28 Rafael Garcia... Fix a regression introduced by change #21694 on sprintf()
2003-11-28 Stas Bekman[patch pod/perlsec.pod] (was Re: why PERL5LIB is ignore...
2003-11-28 Fergal DalyImplement C<use Exporter 'import'> :
2003-11-28 Slaven RezicRe: [perl #24245] File::Copy::copy damages hard linked...
2003-11-28 Paul GreenFix perl 5.8 and 5.9 to build on latest VOS
2003-11-28 Nicholas ClarkArguments to skip were the wrong way round, hence why...
2003-11-27 Rafael Garcia... Marcus Holland-Moritz is now the maintainer of Devel...
2003-11-25 Nicholas ClarkAdd Torsten Foertsch to AUTHORS (patches plus tests...
2003-11-25 Torsten FoertschRe: bug or a feature?
2003-11-24 Yitzchak Scott... remove hardcoded version number from cygwin/perlld.in
2003-11-24 Nicholas ClarkShould fix the infinite loop on a dynamic %ENV fetch
2003-11-24 Nicholas ClarkTweak the order of initialisation of oentry in hv_fetch...
2003-11-23 Andy DoughertyRe: [perl #24439] 64 bit build failure on Solaris 9
2003-11-22 Nicholas ClarkD'oh. Mistake in the DYNAMIC_ENV_FETCH conditional...
2003-11-22 Nicholas Clarkrestore_magic needs to undo COW
2003-11-22 Nicholas ClarkDon't COW if the destination has magic.
2003-11-22 Nicholas ClarkReorder functions in hv.c so that callers of hv_fetch_c...
2003-11-22 Nicholas Clark"Space Is a Province of Brazil"
2003-11-22 Nicholas ClarkFarewell hv_exists_common - exists is now a call to...
2003-11-22 Nicholas ClarkShift negative klen/flags games from hv_store_common...
2003-11-22 Nicholas ClarkShift negative klen/flags games from hv_exists_common...
2003-11-21 Nicholas ClarkCheck that the key is present before a delete, and...
2003-11-21 Nicholas ClarkMove the negative key -> utf8 flag conversion out to...
2003-11-21 Nicholas ClarkTweaks to S_hv_delete_common:
2003-11-21 Nicholas ClarkIntegrate:
2003-11-20 Nicholas ClarkShift negative klen/flags games from hv_fetch_common...
2003-11-20 Nicholas ClarkMerge sv_store_flags and sv_store_ent into sv_store_common
2003-11-20 Alan Burlisonpromote hv_clear_placeholders to perl API
2003-11-19 Rafael Garcia... Regenerate perlapi and perltoc.
2003-11-19 Iain Truskett[docpatch] PerlIO layers in perlrun.pod and PerlIO.pm
2003-11-19 Nicholas Clarkmerge hv_fetch and hv_fetch_ent into hv_fetch_common
2003-11-19 Rafael Garcia... Fix bug [perl #24508] Wrong assignment in nested assignment
2003-11-19 Rafael Garcia... Update the runops stuff in perlguts
2003-11-19 Nicholas Clarkintegrate hv_delete and hv_delete_ent into hv_delete_common
2003-11-19 Alan Burlisonclear of empty locked hash SEGVs
2003-11-19 Nicholas Clarkmerge hv_exists and hv_exists_ent into S_hv_exists_common
2003-11-19 Nicholas ClarkRun regen.pl (for hv_assert)
2003-11-19 Nicholas ClarkIntegrate:
2003-11-19 Rafael Garcia... Restore errno after having read $^E (like for $!)
2003-11-18 Nicholas ClarkWhoops. We weren't actually testing hv_store_ent
2003-11-17 Rafael Garcia... Complement of change #21740 for Windows.
2003-11-17 Rafael Garcia... Install instmodsh and xsubpp in bin/ along the other...
2003-11-17 Slaven RezicRe: [perl #24493] install.html not working
2003-11-16 Nicholas ClarkOoops. left an XXX comment in, and worse still it's...
2003-11-16 Nicholas Clarkutf8 keys now work for tied hashes via hv_fetch, hv_sto...
2003-11-16 Nicholas ClarkAccessing unicode keys in tie hashes via hv_exists...
2003-11-16 Elizabeth MattijsenRe:ext/threads/t/problem.t (was: Problems with mod_perl...
2003-11-16 Elizabeth Mattijsenconfigpm, our $summary : unique
2003-11-15 Nicholas ClarkRe: Storable Error
2003-11-15 Rafael Garcia... Update perlhist with 5.6.2.
2003-11-14 Rafael Garcia... Add more complete tests for the "variable masks earlier
2003-11-14 Rafael Garcia... Include "SCCS" in the list of directory names that...
next