hush warnings about malformed EBCDIC text
[p5sagit/p5-mst-13.2.git] / Changes
diff --git a/Changes b/Changes
index 7c51de6..1b2729e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -32,6 +32,413 @@ Version v5.7.0              Development release working toward v5.8
 --------------
 
 ____________________________________________________________________________
+[  7673] By: jhi                                   on 2000/11/13  14:42:42
+        Log: Remove the new two tests of lib/io_xs for now, they seem to
+             fail under perlio on some platforms.
+     Branch: perl
+          ! t/lib/io_xs.t
+____________________________________________________________________________
+[  7672] By: jhi                                   on 2000/11/13  13:57:53
+        Log: Make PerlIO_getpos() to behave like fgetpos() on return.
+     Branch: perl
+          ! perlio.c
+____________________________________________________________________________
+[  7671] By: jhi                                   on 2000/11/13  05:30:48
+        Log: Placate nervous compilers that see longer than ints switch()ing.
+     Branch: perl
+          ! utf8.c
+____________________________________________________________________________
+[  7670] By: jhi                                   on 2000/11/13  05:14:21
+        Log: fputs() does return EOF on error but here we don't care.
+     Branch: perl
+          ! perlio.c
+____________________________________________________________________________
+[  7669] By: jhi                                   on 2000/11/13  05:02:45
+        Log: Declare reg_data like reg_substr_data.
+     Branch: perl
+          ! regexp.h
+____________________________________________________________________________
+[  7668] By: jhi                                   on 2000/11/13  04:54:34
+        Log: Typos in #7667.
+     Branch: perl
+          ! perl.h
+____________________________________________________________________________
+[  7667] By: jhi                                   on 2000/11/13  04:49:49
+        Log: Cleanup messy #ifdef.
+     Branch: perl
+          ! perl.h
+____________________________________________________________________________
+[  7666] By: jhi                                   on 2000/11/13  04:17:34
+        Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
+             From: Nicholas Clark <nick@talking.bollo.cx>
+             Date: Sun, 12 Nov 2000 21:14:11 +0000
+             Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
+             
+             Note: only one breakage of the two reported is fixed by this patch.
+     Branch: perl
+          ! perlio.c
+____________________________________________________________________________
+[  7665] By: jhi                                   on 2000/11/13  04:05:07
+        Log: Tweak the definition of the bit complement on UTF-8 data:
+             if none of the characters in the string are > 0xff,
+             the result is a complemented byte string, not a (UTF-8)
+             char string.  Based on the summary in
+             
+             Subject: Re: [ID 20000918.005] ~ on wide chars
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
+             Date: Fri, 10 Nov 2000 09:47:15 -0800
+             Message-ID: <jSDD6gzkgi/T092yn@efn.org>
+             
+             This should give us the maximum backward (pre-char string)
+             compatibility and utf8 compatibility.  The other alternative
+             would be to limit the bit complement to be always byte only,
+             taking the least significant byte of the chars.
+     Branch: perl
+          ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
+____________________________________________________________________________
+[  7664] By: jhi                                   on 2000/11/13  00:23:44
+        Log: Couple of tests from #7660 salvaged.
+     Branch: perl
+          - t/op/tell.t
+          ! MANIFEST t/io/tell.t
+____________________________________________________________________________
+[  7663] By: jhi                                   on 2000/11/13  00:02:48
+        Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
+             From: Nicholas Clark <nick@talking.bollo.cx>
+             Date: Sun, 12 Nov 2000 21:23:43 +0000
+             Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
+     Branch: perl
+          ! perlsfio.h
+____________________________________________________________________________
+[  7662] By: jhi                                   on 2000/11/13  00:01:39
+        Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
+             From: Nicholas Clark <nick@talking.bollo.cx>
+             Date: Sun, 12 Nov 2000 21:30:04 +0000
+             Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
+     Branch: perl
+          ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
+____________________________________________________________________________
+[  7661] By: jhi                                   on 2000/11/12  23:57:29
+        Log: Document tell() on special streams.
+     Branch: perl
+          ! pod/perlfunc.pod
+____________________________________________________________________________
+[  7660] By: jhi                                   on 2000/11/12  23:54:22
+        Log: (Subsumed by #7664)
+     Branch: perl
+          + t/op/tell.t
+          ! MANIFEST
+____________________________________________________________________________
+[  7659] By: jhi                                   on 2000/11/12  22:55:25
+        Log: Many subdocumented return values of the IO extension now documented.
+             ungetc and write still left subdocumented.
+             
+             Subject: [PATCH] (was Re: IO::Handle::ungetc)
+             From: Nicholas Clark <nick@talking.bollo.cx>
+             Date: Sun, 12 Nov 2000 21:35:53 +0000
+             Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
+     Branch: perl
+          ! ext/IO/lib/IO/Handle.pm
+____________________________________________________________________________
+[  7658] By: jhi                                   on 2000/11/12  21:37:06
+        Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
+             From: Nicholas Clark <nick@talking.bollo.cx>
+             Date: Sun, 12 Nov 2000 20:03:22 +0000
+             Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
+     Branch: perl
+          ! pod/perlfunc.pod
+____________________________________________________________________________
+[  7657] By: jhi                                   on 2000/11/12  20:34:55
+        Log: Integrate perlio.
+     Branch: perl
+         !> perlio.c
+____________________________________________________________________________
+[  7653] By: jhi                                   on 2000/11/12  19:00:01
+        Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
+     Branch: perl
+          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
+          ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
+          ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
+          ! vos/config.ga.h win32/config.bc win32/config.gc
+          ! win32/config.vc
+____________________________________________________________________________
+[  7652] By: jhi                                   on 2000/11/11  21:12:01
+        Log: Copy the s// information of README.hpux also to the perlrun.
+     Branch: perl
+          ! README.hpux pod/perlrun.pod
+____________________________________________________________________________
+[  7651] By: jhi                                   on 2000/11/11  21:03:13
+        Log: More README.solaris updates from Andy Dougherty.
+     Branch: perl
+          ! README.solaris
+____________________________________________________________________________
+[  7650] By: jhi                                   on 2000/11/11  18:38:57
+        Log: More descriptive error for unknown perlio layers.
+             
+             Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
+             From: Dominic Dunlop <domo@computer.org> 
+             Date: Sat, 11 Nov 2000 18:20:32 +0100             
+             Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
+     Branch: perl
+          ! perlio.c pod/perldiag.pod
+____________________________________________________________________________
+[  7649] By: jhi                                   on 2000/11/11  18:37:52
+        Log: MachTen doesn't really do mmap() and munmap().
+             
+             Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
+             From: Dominic Dunlop <domo@computer.org> 
+             Date: Sat, 11 Nov 2000 18:20:32 +0100             
+             Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
+     Branch: perl
+          ! hints/machten.sh
+____________________________________________________________________________
+[  7648] By: jhi                                   on 2000/11/11  18:36:46
+        Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
+             From: rspier@pobox.com (Robert Spier)
+             Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
+             Message-ID: <14861.32839.491271.985797@rls.cx>
+     Branch: perl
+          ! Porting/Contract pod/perltoot.pod
+____________________________________________________________________________
+[  7646] By: jhi                                   on 2000/11/11  18:33:23
+        Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
+     Branch: perl
+          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
+          ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
+          ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
+          ! vos/config.ga.h win32/config.bc win32/config.gc
+          ! win32/config.vc
+____________________________________________________________________________
+[  7645] By: jhi                                   on 2000/11/11  16:45:15
+        Log: Use sysconf() or getpagesize() to find out the pagesize.
+     Branch: perl
+          ! perlio.c
+____________________________________________________________________________
+[  7644] By: jhi                                   on 2000/11/11  15:46:08
+        Log: Integrate perlio.
+     Branch: perl
+         !> perlio.c
+____________________________________________________________________________
+[  7643] By: jhi                                   on 2000/11/11  15:33:36
+        Log: Subject: Re: [PATCH] README.solaris
+             From: Lupe Christoph <lupe@lupe-christoph.de>
+             Date: Sat, 11 Nov 2000 14:08:10 +0100
+             Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
+     Branch: perl
+          ! README.solaris
+____________________________________________________________________________
+[  7642] By: jhi                                   on 2000/11/11  15:22:12
+        Log: Subject: [PATCH perl@7638] cygwin port
+             From: "Eric Fifer" <egf7@columbia.edu>            
+             Date: Fri, 10 Nov 2000 19:30:30 -0000
+             Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
+     Branch: perl
+          ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
+____________________________________________________________________________
+[  7640] By: jhi                                   on 2000/11/11  02:05:02
+        Log: Add more encoding tables.
+     Branch: perl
+          + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
+          + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
+          + ext/Encode/Encode/iso8859-10.enc
+          + ext/Encode/Encode/iso8859-13.enc
+          + ext/Encode/Encode/iso8859-14.enc
+          + ext/Encode/Encode/iso8859-15.enc
+          ! MANIFEST
+____________________________________________________________________________
+[  7639] By: jhi                                   on 2000/11/10  18:49:25
+        Log: Subject: [PATCH] README.solaris
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
+             Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
+     Branch: perl
+          + README.solaris
+          ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
+          ! pod/perl.pod pod/perltoc.pod
+____________________________________________________________________________
+[  7638] By: jhi                                   on 2000/11/10  15:04:15
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  7637] By: jhi                                   on 2000/11/10  14:14:28
+        Log: Explain better why certain regex tests are skipped.
+             
+             Subject: Re: tests skipped: unknown reason
+             From: Lupe Christoph <lupe@lupe-christoph.de>
+             Date: Fri, 10 Nov 2000 09:08:56 +0100
+             Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
+     Branch: perl
+          ! t/op/regexp.t
+____________________________________________________________________________
+[  7635] By: nick                                  on 2000/11/10  13:25:52
+        Log: Re-instate stdio large file support via perlio.
+     Branch: perl
+          ! perlio.c
+____________________________________________________________________________
+[  7634] By: jhi                                   on 2000/11/10  04:49:55
+        Log: Amdahl UTS hints updates.
+             
+             Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
+             From: hom00@utsglobal.com (Harold O Morris)
+             Date: Thu, 9 Nov 2000 20:02 PST
+             Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
+     Branch: perl
+          ! hints/uts.sh
+____________________________________________________________________________
+[  7633] By: jhi                                   on 2000/11/09  23:33:28
+        Log: Subject: [PATCH] IO::Seekable pod
+             From: Nicholas Clark <nick@talking.bollo.cx>
+             Date: Thu, 9 Nov 2000 20:29:45 +0000
+             Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
+     Branch: perl
+          ! ext/IO/lib/IO/Handle.pm
+____________________________________________________________________________
+[  7632] By: jhi                                   on 2000/11/09  21:55:41
+        Log: Various doc oddball characters.
+             
+             Subject: [ID 20001106.004] Perl 5.6.0 bugs  
+             From: Michael Somos <somos@grail.cba.csuohio.edu>
+             Date: Mon, 6 Nov 2000 17:44:20 -0500
+             Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
+     Branch: perl
+          ! emacs/cperl-mode.el lib/unicode/syllables.txt
+          ! win32/bin/search.pl
+____________________________________________________________________________
+[  7631] By: jhi                                   on 2000/11/09  21:12:29
+        Log: Subject: Re: bash -c exit and linux hints 
+             From: "John P. Linderman" <jpl@research.att.com>
+             Date: Thu, 02 Nov 2000 09:37:25 -0500
+             Message-Id: <200011021437.JAA63199@raptor.research.att.com>
+     Branch: perl
+          ! hints/linux.sh
+____________________________________________________________________________
+[  7629] By: jhi                                   on 2000/11/09  19:46:31
+        Log: Missing dTHXs.
+             
+             Subject: RE: perl@7595 builds not on cygwin
+             From: "Eric Fifer" <egf7@columbia.edu>
+             Date: Thu, 9 Nov 2000 19:26:50 -0000
+             Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
+     Branch: perl
+          ! ext/Devel/Peek/Peek.xs
+____________________________________________________________________________
+[  7628] By: jhi                                   on 2000/11/09  14:48:27
+        Log: Disable only the tests 99 and 166 for UTF-8 locales.
+     Branch: perl
+          ! t/pragma/locale.t
+____________________________________________________________________________
+[  7627] By: jhi                                   on 2000/11/09  14:40:27
+        Log: There's no =head3.
+     Branch: perl
+          ! pod/perlhack.pod
+____________________________________________________________________________
+[  7626] By: jhi                                   on 2000/11/09  13:54:26
+        Log: The generated boot_* headers are wrong.  Pickier compiler,
+             such as KAI C++ will refuse to compile the resulting perlmain.
+             
+             Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
+             From: Harri Pasanen <harri.pasanen@trema.com>
+             Date: Thu, 09 Nov 2000 14:23:28 +0100
+             Message-Id: <3A0AA550.26D548A3@trema.com>
+     Branch: perl
+          ! minimod.pl
+____________________________________________________________________________
+[  7625] By: jhi                                   on 2000/11/09  13:50:44
+        Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
+             From: Prymmer/Kahn <pvhp@best.com>
+             Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
+             Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
+             
+             All except the "cow orker" change.
+     Branch: perl
+          ! Porting/pumpkin.pod
+____________________________________________________________________________
+[  7624] By: jhi                                   on 2000/11/09  13:45:33
+        Log: Fix for
+             
+             Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
+             Date: Thu, 09 Nov 2000 11:05:52 +0100
+             Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
+     Branch: perl
+          ! pod/perldiag.pod t/pragma/warn/pp_sys
+____________________________________________________________________________
+[  7623] By: jhi                                   on 2000/11/09  13:37:16
+        Log: Typo in an ifndef.
+             
+             Subject: Re: [PATCH 5.7.0] better messages from malloc()
+             From: Joe Smith <jms@inwap.com>         
+             Date: Thu, 09 Nov 2000 01:33:14 -0800
+             Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
+     Branch: perl
+          ! malloc.c
+____________________________________________________________________________
+[  7622] By: jhi                                   on 2000/11/09  13:31:18
+        Log: Remove unused extra arguments.
+     Branch: metaconfig/U/perl
+          ! perlxv.U
+     Branch: perl
+          ! Configure config_h.SH
+____________________________________________________________________________
+[  7621] By: jhi                                   on 2000/11/09  13:16:36
+        Log: More VMS moves on environment handling, from Charles Lane.
+     Branch: perl
+          ! t/pragma/locale.t
+____________________________________________________________________________
+[  7620] By: jhi                                   on 2000/11/09  04:42:38
+        Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
+             From: David Dyck <dcd@tc.fluke.com>
+             Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
+             Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
+     Branch: perl
+          ! pp_sys.c
+____________________________________________________________________________
+[  7619] By: jhi                                   on 2000/11/09  04:36:21
+        Log: Forgot from #7618.
+     Branch: perl
+          ! lib/File/stat.pm
+____________________________________________________________________________
+[  7618] By: jhi                                   on 2000/11/09  04:28:44
+        Log: Make deleting for %ENV work for (newer versions of) VMS,
+             from Craig A. Berry.
+     Branch: perl
+          ! vms/vms.c
+____________________________________________________________________________
+[  7617] By: jhi                                   on 2000/11/09  04:25:05
+        Log: Subject: [PATCH] Class::Struct at compile time
+             From: "Casey R. Tweten" <crt@kiski.net>
+             Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
+             Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
+     Branch: perl
+          ! lib/Class/Struct.pm
+____________________________________________________________________________
+[  7616] By: jhi                                   on 2000/11/09  04:15:17
+        Log: Subject: [ID 20001108.013] spelling
+             From: "Todd T. Fries" <todd@fries.int.mrleng.com>
+             Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
+             Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
+     Branch: perl
+          ! lib/ftp.pl
+____________________________________________________________________________
+[  7615] By: jhi                                   on 2000/11/09  04:12:42
+        Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
+             From: Peter Prymmer <pvhp@forte.com>
+             Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
+             Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
+     Branch: perl
+          ! configure.com
+____________________________________________________________________________
+[  7614] By: jhi                                   on 2000/11/08  22:42:55
+        Log: A missing aTHX_.
+     Branch: perl
+          ! ext/IPC/SysV/SysV.xs
+____________________________________________________________________________
+[  7613] By: jhi                                   on 2000/11/08  19:30:21
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
 [  7612] By: jhi                                   on 2000/11/08  18:35:25
         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
              From: David Dyck <dcd@tc.fluke.com>