Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 30 Apr 1998 00:32:43 +0000 (00:32 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 30 Apr 1998 00:32:43 +0000 (00:32 +0000)
1998-04-30  Ulrich Drepper  <drepper@cygnus.com>

* locale/programs/localedef.c: Recognize repertoire-map option.

1998-04-29  Ulrich Drepper  <drepper@cygnus.com>

* locale/programs/linereader.c (get_toplvl_escape): Fix typo in
converting non-hex numbers.
Patch by Won Kyu Park <bird@bird.kitel.co.kr>.

ChangeLog
locale/programs/localedef.c

index 437aa49..39e4021 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+1998-04-30  Ulrich Drepper  <drepper@cygnus.com>
+
+       * locale/programs/localedef.c: Recognize repertoire-map option.
+
+1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
+
+       * locale/programs/linereader.c (get_toplvl_escape): Fix typo in
+       converting non-hex numbers.
+       Patch by Won Kyu Park <bird@bird.kitel.co.kr>.
+
 1998-04-23 07:31  H.J. Lu  <hjl@gnu.org>
 
        * resolv/inet_addr.c (inet_aton): Use __strtoul_internal to
index 3b8a7a5..32437c1 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
 
@@ -101,6 +101,8 @@ static const struct argp_option options[] =
   { "inputfile", 'i', "FILE", 0, N_("Source definitions are found in FILE") },
   { "code-set-name", 'u', "NAME", OPTION_HIDDEN,
     N_("Specify code set for mapping ISO 10646 elements") },
+  { "repertoire-map", 'u', NAME, 0,
+    N_("file containing mapping from symbolic names to UCS4 values") },
 
   { NULL, 0, NULL, 0, N_("Output control:") },
   { "force", 'c', NULL, 0,