From: Jarkko Hietaniemi Date: Tue, 4 Dec 2001 14:56:22 +0000 (+0000) Subject: Update Changes. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8f991cd5861b181f2d40198d8e0c361f22f8c97b;p=p5sagit%2Fp5-mst-13.2.git Update Changes. p4raw-id: //depot/perl@13462 --- diff --git a/Changes b/Changes index 09bdc3d..a09e83f 100644 --- a/Changes +++ b/Changes @@ -31,6 +31,144 @@ or any other branch. Version v5.7.2 Development release working toward v5.8 -------------- ____________________________________________________________________________ +[ 13461] By: jhi on 2001/12/04 14:49:45 + Log: Must wipe out the memory of real Socket before starting + to use the old one. + Branch: perl + ! lib/Net/t/config.t +____________________________________________________________________________ +[ 13460] By: jhi on 2001/12/04 14:40:28 + Log: LC_ALL might trump LANG. + Branch: perl + ! lib/open.t +____________________________________________________________________________ +[ 13459] By: jhi on 2001/12/04 14:39:38 + Log: Make the eval runtime. + Branch: perl + ! lib/open.pm +____________________________________________________________________________ +[ 13458] By: jhi on 2001/12/04 14:08:17 + Log: Make the Langinfo test both more lenient (allow + for any symbol not to exists) and stricter (add + more symbols). + Branch: perl + ! ext/I18N/Langinfo/Langinfo.t +____________________________________________________________________________ +[ 13457] By: gsar on 2001/12/04 14:07:01 + Log: integrate change#13453 from maint-5.6 + + tweak change#11399 to use an explicit flag rather than + ass_u_ming w32_pseudo_id will only be zero for the real + toplevel interpreter; avoids multiple hosts from diddling + the environment at the same time + Branch: perl + !> win32/perlhost.h +____________________________________________________________________________ +[ 13456] By: jhi on 2001/12/04 13:35:58 + Log: Subject: [PATCH] VMS update for perldelta.pod + From: "Craig A. Berry" + Date: Tue, 4 Dec 2001 00:23:12 -0600 + Message-Id: + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 13455] By: jhi on 2001/12/04 13:23:19 + Log: NetWare tweak from Ananth Kesari. + Branch: perl + ! NetWare/Makefile +____________________________________________________________________________ +[ 13454] By: jhi on 2001/12/04 13:17:38 + Log: Upgrade to Net::Ping 2.07, from Rob Brown. + Not adding the test suite because of its many assumptions. + Branch: perl + ! lib/Net/Ping.pm +____________________________________________________________________________ +[ 13452] By: jhi on 2001/12/04 04:28:29 + Log: Add hints file for SUPER-UX: the UNIX of NEC SX series, + from Len Makin. + Branch: perl + + hints/super-ux.sh + ! MANIFEST +____________________________________________________________________________ +[ 13451] By: jhi on 2001/12/04 01:58:03 + Log: Add Mac OS X known failures to perldelta. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 13450] By: jhi on 2001/12/04 01:26:38 + Log: I think it's time to call the utf8 code non-test. + Branch: perl + ! utf8.c +____________________________________________________________________________ +[ 13449] By: jhi on 2001/12/04 00:59:27 + Log: Retract #13303, need rethink. + Branch: perl + ! utf8.c +____________________________________________________________________________ +[ 13448] By: jhi on 2001/12/03 22:40:22 + Log: Subject: [PATCH perl@13440] VMS install fix-ups: add libnetcfg and xsubpp as utility commands + From: "Craig A. Berry" + Date: Mon, 03 Dec 2001 16:28:06 -0600 + Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01> + Branch: perl + ! configure.com lib/File/Basename.pm vms/descrip_mms.template +____________________________________________________________________________ +[ 13447] By: jhi on 2001/12/03 22:37:12 + Log: Subject: [PATCH] Solaris/longdouble needs /opt/SUNWspro/lib + From: Andy Dougherty + Date: Mon, 3 Dec 2001 15:48:26 -0500 (EST) + Message-ID: + Branch: perl + ! hints/solaris_2.sh +____________________________________________________________________________ +[ 13446] By: jhi on 2001/12/03 22:29:58 + Log: This test is not very robust on 8.3-constrained systems: + all the "with truncated name" lines between "Autosplitting ..." + and "some names are not unique" lines are unexpected, + and the truncation message becomes: + testtest.al, testtest.al truncate to testtest + Branch: perl + ! lib/AutoSplit.t +____________________________________________________________________________ +[ 13445] By: jhi on 2001/12/03 22:13:07 + Log: DOS/DJGPP has nl_langinfo() but nothing much in it. + Branch: perl + ! ext/I18N/Langinfo/Langinfo.t +____________________________________________________________________________ +[ 13444] By: jhi on 2001/12/03 22:02:52 + Log: Test::Morify UCD.t + Branch: perl + ! lib/Unicode/UCD.t +____________________________________________________________________________ +[ 13443] By: jhi on 2001/12/03 21:50:13 + Log: If Socket has not been built (e.g. DJGPP) the libnet + tests fall over with (too) much noise. + Branch: perl + ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t + ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t + ! lib/Net/t/smtp.t lib/Net/t/time.t +____________________________________________________________________________ +[ 13442] By: jhi on 2001/12/03 17:22:08 + Log: Subject: [PATCH] shared hash keys and ++/-- + From: Nicholas Clark + Date: Mon, 3 Dec 2001 16:37:16 +0000 + Message-ID: <20011203163716.C21702@plum.flirble.org> + Branch: perl + ! pp.c pp_hot.c sv.c t/op/inc.t +____________________________________________________________________________ +[ 13441] By: jhi on 2001/12/03 17:15:52 + Log: Subject: [PATCH lib/Term/Cap.pm] was Re: [PATCH] Shared hash keys + From: Jonathan Stowe + Date: Mon, 3 Dec 2001 15:48:38 +0000 (GMT) + Message-ID: + Branch: perl + ! lib/Term/Cap.pm +____________________________________________________________________________ +[ 13440] By: jhi on 2001/12/03 14:26:58 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ [ 13439] By: jhi on 2001/12/03 14:22:05 Log: perldelta tweaks. Branch: perl diff --git a/patchlevel.h b/patchlevel.h index 2a7f08a..83abff9 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -70,7 +70,7 @@ #if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT) static char *local_patches[] = { NULL - ,"DEVEL13439" + ,"DEVEL13461" ,NULL };