diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-02-14 01:37:36 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-02-14 01:37:36 +0000 |
commit | be8c46fcefee7528d3a25171b1a189e1ae111337 (patch) | |
tree | d2a0059b8c837b18529371e9edfa08c9813a2c8f /ChangeLog | |
parent | 9adc32d814b7cd29711f9e35272a1265b99cd297 (diff) | |
download | glibc-be8c46fcefee7528d3a25171b1a189e1ae111337.tar.gz glibc-be8c46fcefee7528d3a25171b1a189e1ae111337.tar.xz glibc-be8c46fcefee7528d3a25171b1a189e1ae111337.zip |
Update.
* locale/programs/ld-paper.c (paper_output): Pretty printing. * sysdeps/generic/glob.c: Likewise. Convert results of gl_readdir * sysdeps/generic/utmp_file.c: Use LFS functions and types.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 5e2324d498..ec981dfa35 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2001-02-13 Ulrich Drepper <drepper@redhat.com> + * locale/programs/ld-paper.c (paper_output): Pretty printing. + * iconvdata/Makefile (modules): Add GBBIG5. (distribute): Add gbbig5.c. * iconvdata/gconv-modules: Add entries for GBBIG5 module. @@ -19,7 +21,7 @@ * io/ftw64.c: Likewise. * sysdeps/unix/sysv/linux/ttyname.c: Likewise. * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise. - * sysdeps/generic/glob.c: Likewise. Convert results if gl_readdir + * sysdeps/generic/glob.c: Likewise. Convert results of gl_readdir callback to dirent. Still allow compiling outside glibc. * sysdeps/gnu/glob64.c: Define COMPILE_GLOB64. * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise. @@ -40,7 +42,7 @@ * include/unistd.h: Declare __ftruncate64. - * sysdeps/generic/utmp_file.c: Use LFS functions and type. + * sysdeps/generic/utmp_file.c: Use LFS functions and types. * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use __lseek64 instead of __lseek. |