diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-12-19 23:02:01 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-12-19 23:02:01 +0000 |
commit | 9d5bc5c9a6514811a14b91afa53cf4babef9889b (patch) | |
tree | 037b3ac9fc699aaa2d0e5c9fd9d662d0ccb0a035 | |
parent | 3b0e0cb610a437b422e9557a50cdb439557976dd (diff) | |
download | perl-9d5bc5c9a6514811a14b91afa53cf4babef9889b.tar.gz |
Update Changes.
p4raw-id: //depot/perl@8205
-rw-r--r-- | Changes | 27 | ||||
-rw-r--r-- | patchlevel.h | 2 |
2 files changed, 28 insertions, 1 deletions
@@ -32,6 +32,33 @@ Version v5.7.1 Development release working toward v5.8 -------------- ____________________________________________________________________________ +[ 8204] By: jhi on 2000/12/19 22:58:18 + Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff]) + using the \xHH notation. No more inlined UTF-8, sigh, but easier + on editors and diffing/patching. + Branch: perl + ! t/op/utf8decode.t +____________________________________________________________________________ +[ 8203] By: nick on 2000/12/19 21:36:16 + Log: Integrate mainline (forgot my own change...) + Branch: perlio + !> ext/Encode/compile +____________________________________________________________________________ +[ 8202] By: nick on 2000/12/19 21:34:42 + Log: Integrate mainline. + Branch: perlio + !> (integrate 61 files) +____________________________________________________________________________ +[ 8201] By: nick on 2000/12/19 21:34:06 + Log: Avoid looking for File::Glob when we don't need it. + Branch: perl + ! ext/Encode/compile +____________________________________________________________________________ +[ 8200] By: jhi on 2000/12/19 18:35:49 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ [ 8199] By: jhi on 2000/12/19 18:35:07 Log: Microperl tweaks. Branch: perl diff --git a/patchlevel.h b/patchlevel.h index d0d21ffbc8..37ed85d5e7 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -70,7 +70,7 @@ #if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT) static char *local_patches[] = { NULL - ,"DEVEL8199" + ,"DEVEL8204" ,NULL }; |