From: Jarkko Hietaniemi Date: Fri, 13 Jul 2001 14:30:32 +0000 (+0000) Subject: Update Changes. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=90085e7e85a3937f769ddbc7ff641bd0be508df6;p=p5sagit%2Fp5-mst-13.2.git Update Changes. p4raw-id: //depot/perl@11359 --- diff --git a/Changes b/Changes index 174d241..e989566 100644 --- a/Changes +++ b/Changes @@ -31,6 +31,49 @@ or any other branch. Version v5.7.2 Development release working toward v5.8 -------------- ____________________________________________________________________________ +[ 11358] By: jhi on 2001/07/13 14:26:36 + Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn) + From: SADAHIRO Tomoyuki + Date: Sat, 14 Jul 2001 00:06:30 +0900 + Message-Id: <20010713235522.8406.BQW10602@nifty.com> + Branch: perl + + ext/Encode/Encode/7bit-greek.enc + + ext/Encode/Encode/7bit-latin1.enc + + ext/Encode/Encode/cns11643-1.enc + + ext/Encode/Encode/cns11643-2.enc + + ext/Encode/Encode/iso2022-cn.enc + + ext/Encode/Encode/iso2022-jp1.enc + + ext/Encode/Encode/iso2022-jp2.enc + ! MANIFEST ext/Encode/Encode/Tcl.pm + ! ext/Encode/Encode/iso2022-kr.enc +____________________________________________________________________________ +[ 11357] By: nick on 2001/07/13 14:24:06 + Log: Blind integrate mainline (as of 5.7.2?) + Branch: perlio + !> AUTHORS Changes Porting/config.sh Porting/config_H + !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h + !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile + !> win32/config_H.bc win32/config_H.gc win32/config_H.vc + !> win32/makefile.mk +____________________________________________________________________________ +[ 11355] By: jhi on 2001/07/13 13:13:46 + Log: Snip away the devel patchlevel. + Branch: perl + ! patchlevel.h +____________________________________________________________________________ +[ 11354] By: jhi on 2001/07/13 13:12:01 + Log: Bump the version to 5.7.2. + Branch: perl + ! Porting/config.sh Porting/config_H patchlevel.h + ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile + ! win32/config_H.bc win32/config_H.gc win32/config_H.vc + ! win32/makefile.mk +____________________________________________________________________________ +[ 11353] By: jhi on 2001/07/13 13:00:00 + Log: Update Changes. + Branch: perl + ! Changes +____________________________________________________________________________ [ 11352] By: jhi on 2001/07/13 12:54:49 Log: Reword. Branch: perl diff --git a/patchlevel.h b/patchlevel.h index 0bc9567..28a3ea9 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -70,6 +70,7 @@ #if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT) static char *local_patches[] = { NULL + ,"DEVEL11358" ,NULL };