mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-05 09:01:07 +00:00
Update.
2002-04-06 Ulrich Drepper <drepper@redhat.com> * iconvdata/tcvn5712-1.c (MAX_NEEDED_INPUT): Define for from direction. Reported by H . J . Lu <hjl@lucon.org>.
This commit is contained in:
parent
b344de2a1c
commit
8b76d7726f
@ -1,3 +1,8 @@
|
|||||||
|
2002-04-06 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* iconvdata/tcvn5712-1.c (MAX_NEEDED_INPUT): Define for from
|
||||||
|
direction. Reported by H . J . Lu <hjl@lucon.org>.
|
||||||
|
|
||||||
2002-04-05 Ulrich Drepper <drepper@redhat.com>
|
2002-04-05 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* intl/tst-gettext.sh: Set GCONV_PATH and LOCPATH to values for the
|
* intl/tst-gettext.sh: Set GCONV_PATH and LOCPATH to values for the
|
||||||
|
@ -357,6 +357,7 @@ static const struct
|
|||||||
|
|
||||||
/* First define the conversion function from TCVN5712-1 to UCS4. */
|
/* First define the conversion function from TCVN5712-1 to UCS4. */
|
||||||
#define MIN_NEEDED_INPUT MIN_NEEDED_FROM
|
#define MIN_NEEDED_INPUT MIN_NEEDED_FROM
|
||||||
|
#define MAX_NEEDED_INPUT MAX_NEEDED_FROM
|
||||||
#define MIN_NEEDED_OUTPUT MIN_NEEDED_TO
|
#define MIN_NEEDED_OUTPUT MIN_NEEDED_TO
|
||||||
#define MAX_NEEDED_OUTPUT MAX_NEEDED_TO
|
#define MAX_NEEDED_OUTPUT MAX_NEEDED_TO
|
||||||
#define LOOPFCT FROM_LOOP
|
#define LOOPFCT FROM_LOOP
|
||||||
|
Loading…
Reference in New Issue
Block a user