diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-27 23:48:31 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-27 23:48:31 +0000 |
commit | f838ca521d1b13fee389f5bb12f25af577d512b6 (patch) | |
tree | 355b39cb61bd38e0e66ecc05ad9436741ae116b2 | |
parent | d8b6afd3d119b21b9c373c553672871c0c5fd1e2 (diff) | |
download | perl-f838ca521d1b13fee389f5bb12f25af577d512b6.tar.gz |
Update Changes.
p4raw-id: //depot/perl@16826
-rw-r--r-- | Changes | 62 | ||||
-rw-r--r-- | patchlevel.h | 2 |
2 files changed, 63 insertions, 1 deletions
@@ -28,6 +28,68 @@ example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/ Version v5.7.X Development release working toward v5.8 -------------- ____________________________________________________________________________ +[ 16824] By: jhi on 2002/05/27 20:58:48 + Log: Todo update. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 16823] By: jhi on 2002/05/27 20:55:45 + Log: Don't assume sh and true. + Branch: perl + ! Makefile.micro uconfig.h +____________________________________________________________________________ +[ 16822] By: jhi on 2002/05/27 20:42:47 + Log: Subject: Re: [PATCH] Version tango + From: sthoenna@efn.org (Yitzchak Scott-Thoennes) + Date: Mon, 27 May 2002 13:20:56 -0700 + Message-ID: <oUp88gzkgy+T092yn@efn.org> + Branch: perl + ! ext/Devel/Peek/Peek.pm ext/Errno/Errno_pm.PL + ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm + ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm + ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm + ! ext/IPC/SysV/SysV.pm ext/List/Util/lib/List/Util.pm + ! ext/Time/HiRes/HiRes.pm lib/Tie/RefHash.pm lib/attributes.pm +____________________________________________________________________________ +[ 16821] By: rgs on 2002/05/27 20:25:30 + Log: Fix a warning bug in Perl_report_evil_fh (didn't report + stashes correctly.) Partial info is better than wrong info. + Branch: perl + ! t/lib/warnings/pp_hot util.c +____________________________________________________________________________ +[ 16820] By: jhi on 2002/05/27 20:09:27 + Log: A shot in the dark. + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 16819] By: jhi on 2002/05/27 19:10:14 + Log: Comment nit from Yitzchak. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 16818] By: nick on 2002/05/27 18:47:58 + Log: Integrate mainline + Branch: perlio + +> NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat NetWare/sv_nw.c + !> Changes MANIFEST NetWare/bat/Setwatcom.bat README.cygwin + !> README.netware ext/B/B/Deparse.pm ext/B/B/Lint.pm + !> ext/B/t/lint.t ext/Storable/ChangeLog ext/Storable/Storable.pm + !> ext/Storable/Storable.xs ext/Storable/t/downgrade.t + !> hints/darwin.sh hints/hpux.sh lib/ExtUtils/MM_NW5.pm + !> patchlevel.h pod/perldelta.pod pod/perlfaq5.pod + !> pod/perlfaq6.pod pod/perlfunc.pod pod/perlipc.pod + !> pod/perlsub.pod +____________________________________________________________________________ +[ 16817] By: jhi on 2002/05/27 18:15:32 + Log: POD cleanup and rewrapping. + Branch: perl + ! README.netware +____________________________________________________________________________ +[ 16816] By: jhi on 2002/05/27 16:55:53 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ [ 16815] By: jhi on 2002/05/27 16:49:06 Log: More NetWare. Branch: perl diff --git a/patchlevel.h b/patchlevel.h index 8f958d38f3..6931a48a43 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 - ,"DEVEL16815" + ,"DEVEL16824" ,NULL }; |