From: Jarkko Hietaniemi Date: Tue, 11 Jun 2002 14:09:14 +0000 (+0000) Subject: Update Changes. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5184172cd16e682d1b6ca6d1b32296a264b3022c;p=p5sagit%2Fp5-mst-13.2.git Update Changes. p4raw-id: //depot/perl@17190 --- diff --git a/Changes b/Changes index 76d433f..7c7c3e5 100644 --- a/Changes +++ b/Changes @@ -28,6 +28,192 @@ example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/ Version v5.7.X Development release working toward v5.8 -------------- ____________________________________________________________________________ +[ 17189] By: jhi on 2002/06/11 13:55:12 + Log: Trying to printf Perl-specific datatypes using printf + (with perlio or stdio) is folly, says Hugo. + Branch: perl + ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs + ! ext/XS/APItest/t/printf.t +____________________________________________________________________________ +[ 17188] By: jhi on 2002/06/11 13:54:31 + Log: Be more specific. + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 17187] By: jhi on 2002/06/11 13:03:13 + Log: Subject: [PATCH INSTALL] warn about gcc 3.1 + usemorebits + From: Rafael Garcia-Suarez + Date: Tue, 11 Jun 2002 12:21:01 +0200 + Message-ID: <3D05CF0D.9060409@hexaflux.com> + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 17186] By: nick on 2002/06/11 10:44:04 + Log: Integrate mainline + Branch: perlio + +> ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs + +> ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL + +> ext/XS/APItest/README ext/XS/APItest/t/printf.t + +> lib/Math/BigInt/t/upgradef.t + !> MANIFEST NetWare/Makefile Porting/repository.pod + !> djgpp/config.over ext/Digest/MD5/t/files.t ext/Encode/t/CJKT.t + !> ext/Encode/t/guess.t ext/PerlIO/t/fallback.t + !> ext/Storable/t/malice.t lib/Math/BigFloat.pm + !> lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm + !> lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigintpm.inc + !> lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbi_rand.t + !> lib/Math/BigInt/t/sub_mbi.t locale.c perl.h pod/perldelta.pod + !> pod/perlfunc.pod pod/perlhack.pod pod/perluniintro.pod + !> win32/Makefile +____________________________________________________________________________ +[ 17185] By: gsar on 2002/06/11 05:02:43 + Log: sanity-check the windows section in perldelta and add some missing + entries + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 17184] By: jhi on 2002/06/11 03:45:44 + Log: Obviously time to get some sleep. + Branch: perl + ! ext/XS/APItest/t/printf.t +____________________________________________________________________________ +[ 17183] By: jhi on 2002/06/11 03:41:35 + Log: #17179 wasn't quite right. + Branch: perl + ! ext/XS/APItest/t/printf.t +____________________________________________________________________________ +[ 17182] By: gsar on 2002/06/11 03:27:41 + Log: fix outdated info about how the patches in the APC are generated; + mention the perlbrowse repository gateway; add a pointer to + perlhack.pod in repository.pod + Branch: perl + ! Porting/repository.pod pod/perlhack.pod +____________________________________________________________________________ +[ 17181] By: jhi on 2002/06/11 03:27:24 + Log: Subject: Detype locale.c comment + From: Philip Newton + Date: Tue, 11 Jun 2002 06:28:08 +0200 + Message-ID: + Branch: perl + ! locale.c +____________________________________________________________________________ +[ 17180] By: jhi on 2002/06/11 03:21:53 + Log: Make UTF-8 locales effective only if PerlIO has been + defined (ignore UTF-8 locales silently if no PerlIO). + Branch: perl + ! locale.c pod/perldelta.pod pod/perluniintro.pod +____________________________________________________________________________ +[ 17179] By: jhi on 2002/06/11 02:53:34 + Log: Can't printf Perl specific datatypes without perlio + (in other words, stdio doesn't do the %V...) + Branch: perl + ! ext/XS/APItest/t/printf.t +____________________________________________________________________________ +[ 17178] By: jhi on 2002/06/11 01:54:05 + Log: Document XS::APItest. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 17177] By: jhi on 2002/06/11 01:49:38 + Log: Add XS::APItest to Win32/DJGPP/NetWare. + Branch: perl + ! NetWare/Makefile djgpp/config.over win32/Makefile +____________________________________________________________________________ +[ 17176] By: jhi on 2002/06/11 01:37:39 + Log: Add XS::APItest 0.01 from Tim Jenness. + + The perl.h change is needed by non-gcc (non-__attribute__) + compilers: without it non-gccs won't have printf() mapped + to PerlIO_stdoutf (when perlio, of course). This means that + non-gccs would not be able to print the Perl specific datatypes. + Branch: perl + + ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs + + ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL + + ext/XS/APItest/README ext/XS/APItest/t/printf.t + ! MANIFEST perl.h +____________________________________________________________________________ +[ 17175] By: jhi on 2002/06/10 23:24:42 + Log: Now that binmode(FH) does implicit ":bytes" revisit + the failing tests. The worrisome one is the Digest::MD5 + test-- how will it fare in CRLF lands now? + Branch: perl + ! ext/Digest/MD5/t/files.t ext/Encode/t/CJKT.t + ! ext/Encode/t/guess.t ext/PerlIO/t/fallback.t + ! ext/Storable/t/malice.t +____________________________________________________________________________ +[ 17174] By: jhi on 2002/06/10 20:55:00 + Log: Upgrade to Math::BigInt 1.59. + Branch: perl + + lib/Math/BigInt/t/upgradef.t + ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm + ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t + ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t + ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbi.t +____________________________________________________________________________ +[ 17173] By: jhi on 2002/06/10 20:16:30 + Log: Document the implicit :bytes of binmode(FH). + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 17172] By: jhi on 2002/06/10 19:27:23 + Log: Integrate perlio; + + binmode(FH); to act like binmode(FH,":bytes") as well as + turning off CRLF features. + Branch: perl + !> perlio.c t/io/utf8.t +____________________________________________________________________________ +[ 17171] By: nick on 2002/06/10 18:40:22 + Log: binmode(FH); to act like binmode(FH,":bytes") as well as + turning off CRLF features. + Branch: perlio + ! perlio.c t/io/utf8.t +____________________________________________________________________________ +[ 17170] By: nick on 2002/06/10 17:04:28 + Log: Integrate mainline + Branch: perlio + !> Changes ext/Encode/t/CJKT.t ext/Encode/t/guess.t + !> ext/threads/shared/queue.pm ext/threads/shared/shared.xs + !> locale.c patchlevel.h perl.c pod/perldebtut.pod + !> pod/perldelta.pod sv.c +____________________________________________________________________________ +[ 17169] By: jhi on 2002/06/10 14:47:28 + Log: Subject: [DOC PATCH] perldebtut + From: Elizabeth Mattijsen + Date: Mon, 10 Jun 2002 17:47:14 +0200 + Message-Id: <4.2.0.58.20020610174710.05123760@mickey.dijkmat.nl> + Branch: perl + ! pod/perldebtut.pod +____________________________________________________________________________ +[ 17168] By: jhi on 2002/06/10 14:04:31 + Log: Document the UTF-8 env issue. Now NI-S just needs + to fix binmode() to comply with the documentation... + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 17167] By: jhi on 2002/06/10 13:47:21 + Log: Subject: Re: Change 17108: Document the do BAREWORD change, from Rafael. + From: Philip Newton + Date: Mon, 10 Jun 2002 07:56:41 +0200 + Message-ID: + + Subject: Re: Change 17110: Add deprecations. + From: Philip Newton + Date: Mon, 10 Jun 2002 07:56:22 +0200 + Message-ID: + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 17166] By: jhi on 2002/06/10 13:44:49 + Log: NI-S doesn't need these comments :-) but I'm commenting anyway. + Branch: perl + ! locale.c perl.c +____________________________________________________________________________ +[ 17165] By: jhi on 2002/06/10 13:07:57 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ [ 17164] By: jhi on 2002/06/10 13:01:17 Log: Further patch on #17163 for Tru64. Branch: perl diff --git a/patchlevel.h b/patchlevel.h index 7f1ad85..8b5b66d 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -79,7 +79,7 @@ #if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT) static char *local_patches[] = { NULL - ,"DEVEL17164" + ,"DEVEL17189" ,NULL };