diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | iconvdata/testdata/MIK | 28 |
2 files changed, 17 insertions, 15 deletions
@@ -1,5 +1,7 @@ 2006-05-02 Ulrich Drepper <drepper@redhat.com> + * iconvdata/testdate/MIK: Fix format to match expected output. + [BZ #2632] * nscd/connections.c (nscd_init): Correct initialization of in-memory database structure. @@ -176,7 +178,7 @@ * sysdeps/unix/sysv/linux/bits/uio.h: Fix a typo in a comment. * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix typo which caused - bugs not to be reported. + errors not to be reported. * nscd/nscd.h (struct database_dyn): Add propagate field. * nscd/nscd_conf.c (nscd_parse_file): Parse auto-propagate lines. diff --git a/iconvdata/testdata/MIK b/iconvdata/testdata/MIK index b3a5bf4..9ae8d00 100644 --- a/iconvdata/testdata/MIK +++ b/iconvdata/testdata/MIK @@ -1,14 +1,14 @@ - ! " # $ % & ' ( ) * + , - . / - 0 1 2 3 4 5 6 7 8 9 : ; < = > ? - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - - + ! " # $ % & ' ( ) * + , - . / +0 1 2 3 4 5 6 7 8 9 : ; < = > ? +@ A B C D E F G H I J K L M N O +P Q R S T U V W X Y Z [ \ ] ^ _ +` a b c d e f g h i j k l m n o +p q r s t u v w x y z { | } ~ + + + + + + + + |