mirror of git://sourceware.org/git/glibc.git
Update.
* locale/programs/ld-ctype.c (allocate_arrays): Correct a comment.
This commit is contained in:
parent
6bca0305ec
commit
9ca237652a
|
|
@ -1,5 +1,7 @@
|
||||||
2000-06-14 Ulrich Drepper <drepper@redhat.com>
|
2000-06-14 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* locale/programs/ld-ctype.c (allocate_arrays): Correct a comment.
|
||||||
|
|
||||||
* misc/syslog.c (vsyslog): Initialize msgoff in all cases.
|
* misc/syslog.c (vsyslog): Initialize msgoff in all cases.
|
||||||
|
|
||||||
2000-06-14 Kazumoto Kojima <kkojima@rr.iij4u.or.jp>
|
2000-06-14 Kazumoto Kojima <kkojima@rr.iij4u.or.jp>
|
||||||
|
|
|
||||||
|
|
@ -3460,11 +3460,10 @@ Computing table size for character classes might take a while..."),
|
||||||
/* The next step is putting all the possible transliteration
|
/* The next step is putting all the possible transliteration
|
||||||
strings in one memory block so that we can write it out.
|
strings in one memory block so that we can write it out.
|
||||||
We need several different blocks:
|
We need several different blocks:
|
||||||
- index to the tfromstring array
|
- index to the from-string array
|
||||||
- from-string array
|
- from-string array
|
||||||
- index to the to-string array
|
- index to the to-string array
|
||||||
- to-string array.
|
- to-string array.
|
||||||
And this all must be available for both endianes variants.
|
|
||||||
*/
|
*/
|
||||||
from_len = to_len = 0;
|
from_len = to_len = 0;
|
||||||
for (cnt = 0; cnt < number; ++cnt)
|
for (cnt = 0; cnt < number; ++cnt)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue