mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Update.
* charmaps/UTF-8: Add the correct Hangul syllable names. Change the width of format control characters to 0. 2000-09-30 Bruno Haible <haible@clisp.cons.org>
This commit is contained in:
parent
d6040f1781
commit
70440f48d8
@ -84,8 +84,7 @@ typedef int (*__gconv_trans_fct) (struct __gconv_step *,
|
||||
size_t *);
|
||||
|
||||
/* Function to call to provide transliteration module with context. */
|
||||
typedef int (*__gconv_trans_context_fct) (struct __gconv_trans_data *,
|
||||
__const unsigned char *,
|
||||
typedef int (*__gconv_trans_context_fct) (void *, __const unsigned char *,
|
||||
__const unsigned char *,
|
||||
unsigned char *, unsigned char *);
|
||||
|
||||
|
@ -1,3 +1,8 @@
|
||||
2000-09-30 Bruno Haible <haible@clisp.cons.org>
|
||||
|
||||
* charmaps/UTF-8: Add the correct Hangul syllable names. Change the
|
||||
width of format control characters to 0.
|
||||
|
||||
2000-09-30 Bruno Haible <haible@clisp.cons.org>
|
||||
|
||||
* tests-mbwc/tst_wcscmp.c (tst_wcscmp): Take the sign of ret.
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user