diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-07-19 16:37:39 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-07-19 16:37:39 +0000 |
commit | 805e355fd197800e1b62988179a7f7198016cb52 (patch) | |
tree | 5a13ce2360d33154aba7ab1afe55e084f1f40c71 | |
parent | 80caa102656a3fd44d985853ee017036747fe779 (diff) | |
download | perl-805e355fd197800e1b62988179a7f7198016cb52.tar.gz |
Update Changes; mainly to get the DEVELNNNNN stamp back in business.
p4raw-id: //depot/perl@17642
-rw-r--r-- | Changes | 22 | ||||
-rw-r--r-- | patchlevel.h | 1 |
2 files changed, 23 insertions, 0 deletions
@@ -27,3 +27,25 @@ example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/ -------------- Version v5.9.X Development release working toward v5.10 -------------- +____________________________________________________________________________ +[ 17641] By: jhi on 2002/07/19 16:31:08 + Log: Integrate perlio (no changes, but that's fine). + Branch: perl + !> embed.fnc perl.h +____________________________________________________________________________ +[ 17640] By: nick on 2002/07/19 07:09:37 + Log: Integrate mainline@17638, apply couple + of whitespace edits so matches perl5.8.0 exactly. + Branch: perlio + ! embed.fnc perl.h + !> AUTHORS Changes Configure INSTALL NetWare/Makefile + !> NetWare/t/NWScripts.pl Porting/config.sh Porting/config_H + !> lib/File/stat.pm patchlevel.h pod/perldelta.pod + !> pod/perlfunc.pod pod/perlhist.pod pod/perlthrtut.pod + !> pod/perltoc.pod pod/perlvar.pod util.c +____________________________________________________________________________ +[ 17639] By: jhi on 2002/07/19 00:47:18 + Log: It's all yours, Hugo. + Branch: perl + + Changes5.8 + ! Changes MANIFEST diff --git a/patchlevel.h b/patchlevel.h index 164ee0d83c..b6c3c07b4c 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -79,6 +79,7 @@ #if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT) static char *local_patches[] = { NULL + "DEVEL17641", ,NULL }; |