diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-07-18 13:03:43 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-07-18 13:03:43 +0000 |
commit | e6009fe82811f1508a1650afdb4ef7ac70164bb6 (patch) | |
tree | 30d8f8a3df252188dbef7b80c4240c4b5837b728 /Changes | |
parent | fe23a901a4c4ab5a8b6c7c622fce000acbbedbe5 (diff) | |
download | perl-e6009fe82811f1508a1650afdb4ef7ac70164bb6.tar.gz |
Update Changes.
p4raw-id: //depot/perl@17622
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 154 |
1 files changed, 154 insertions, 0 deletions
@@ -28,6 +28,160 @@ example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/ Version v5.7.X Development release working toward v5.8 -------------- ____________________________________________________________________________ +[ 17621] By: jhi on 2002/07/18 12:49:48 + Log: Subject: [PATCH] AUTHORS and INSTALL + From: Richard.Foley@t-online.de + Date: Thu, 18 Jul 2002 14:31:16 +0200 + Message-ID: <17VBSS-29nwUCC@fwd03.sul.t-online.com> + Branch: perl + ! AUTHORS INSTALL +____________________________________________________________________________ +[ 17620] By: jhi on 2002/07/18 12:43:16 + Log: NetWare tweaks from Ananth Kesari + (the #17601 helped also NetWare) + Branch: perl + ! NetWare/Makefile NetWare/t/NWScripts.pl +____________________________________________________________________________ +[ 17619] By: jhi on 2002/07/18 12:35:28 + Log: Update on OS/2 status. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 17618] By: nick on 2002/07/18 07:31:01 + Log: Integrate mainline + Branch: perlio + !> hints/darwin.sh makedef.pl pod/perldelta.pod pod/perlfunc.pod + !> pod/perlnumber.pod pod/perltoc.pod pp_sys.c sv.c +____________________________________________________________________________ +[ 17617] By: jhi on 2002/07/18 04:42:13 + Log: It would seem that Mac OS X has fixed the INT32_MIN INT64_MIN. + Branch: perl + ! hints/darwin.sh +____________________________________________________________________________ +[ 17616] By: jhi on 2002/07/18 04:01:33 + Log: Subject: [perl #15015] truncate incorrectly calls ftruncate w/ Linux w/+largefiles + From: Leif Huhn (via RT) <perlbug@perl.org> + Date: 17 Jul 2002 20:56:55 -0000 + Message-Id: <rt-15015-30041.8.70975172593674@perl> + + Popping off an Off_t tested for sizeof(size_t), + when it was supposed to be testing for sizeof(off_t). + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 17615] By: jhi on 2002/07/18 03:26:10 + Log: Further OS/2 symbol tweaking. + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 17614] By: jhi on 2002/07/17 21:51:10 + Log: Subject: Re: sprintf: fix and docs + From: Hugo van der Sanden <hv@crypt.compulink.co.uk> + Date: Wed, 17 Jul 2002 23:36:20 +0100 + Message-Id: <200207172236.g6HMaKU16388@crypt.compulink.co.uk> + Branch: perl + ! pod/perlfunc.pod sv.c +____________________________________________________________________________ +[ 17613] By: jhi on 2002/07/17 21:10:16 + Log: Reintroduce #17486, but this time with Sebastian Wittmeier's + <Sebastian.Wittmeier@ginko.de> tweak, now OS/2 is happier + (affects only OS/2) + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 17612] By: jhi on 2002/07/17 21:07:10 + Log: Regen toc. + Branch: perl + ! pod/perltoc.pod +____________________________________________________________________________ +[ 17611] By: jhi on 2002/07/17 21:05:16 + Log: Document the DJGPP status. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 17610] By: jhi on 2002/07/17 20:16:56 + Log: UTF-8 news tweak. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 17609] By: jhi on 2002/07/17 20:07:04 + Log: Subject: [DOCPATCH] perlnum.pod is wrong + From: Nicholas Clark <nick@unfortu.net> + Date: Wed, 17 Jul 2002 22:02:54 +0100 + Message-ID: <20020717210254.GC402@Bagpuss.unfortu.net> + Branch: perl + ! pod/perlnumber.pod +____________________________________________________________________________ +[ 17608] By: rgs on 2002/07/17 19:30:55 + Log: Typo. + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 17607] By: nick on 2002/07/17 19:30:39 + Log: Integrate mainline + Branch: perlio + !> AUTHORS Changes README.cygwin ext/Encode/Encode.pm + !> lib/Config.t patchlevel.h pod/perldebug.pod pod/perldelta.pod + !> pod/perlport.pod pod/perltoc.pod sv.c t/op/glob.t + !> utils/perlbug.PL +____________________________________________________________________________ +[ 17605] By: jhi on 2002/07/17 16:47:32 + Log: Mac OS X dyld problems: be less destructive. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 17604] By: jhi on 2002/07/17 16:26:34 + Log: DJGPP reclaimed. + Branch: perl + ! pod/perldelta.pod pod/perlport.pod +____________________________________________________________________________ +[ 17603] By: jhi on 2002/07/17 15:08:14 + Log: Subject: AUTHORS + From: Hugo van der Sanden <hv@crypt.compulink.co.uk> + Date: Wed, 17 Jul 2002 17:04:44 +0100 + Message-Id: <200207171604.g6HG4iO03603@crypt.compulink.co.uk> + + Correct Hugo's email address. + Branch: perl + ! AUTHORS utils/perlbug.PL +____________________________________________________________________________ +[ 17602] By: jhi on 2002/07/17 14:43:49 + Log: Integrate change #17588 from macperl: + + Small test fixes for Mac OS + + $Config{cc} is generated dynamically on MacPerl, + so looking at raw config_sh() fails + + op/glob.t never worked before, oops :-) + Branch: perl + !> lib/Config.t t/op/glob.t +____________________________________________________________________________ +[ 17601] By: jhi on 2002/07/17 14:08:48 + Log: NI-S' stab at the #17270 mystery. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 17600] By: jhi on 2002/07/17 13:58:54 + Log: Add a pointer to the utf8 pragma doc. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 17599] By: jhi on 2002/07/17 13:35:29 + Log: Regen toc. + Branch: perl + ! pod/perltoc.pod +____________________________________________________________________________ +[ 17598] By: jhi on 2002/07/17 13:34:21 + Log: Update AUTHORS. + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 17597] By: jhi on 2002/07/17 12:57:42 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ [ 17596] By: jhi on 2002/07/17 12:46:20 Log: Ivan Kurmanov pointed out that the whole "use utf8" semantics change was missing from Incompatible Changes. |