diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-11-10 23:17:14 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-11-10 23:17:14 +0000 |
commit | 7fa0e18061ff9b5407b662eac8dec56bf7c30939 (patch) | |
tree | 1069cca71b17c9ca6cae1e8c55a3a6d4ad7689e0 | |
parent | 2a186912f2c291d67bf02d4a40e459b70410947c (diff) | |
download | glibc-7fa0e18061ff9b5407b662eac8dec56bf7c30939.tar glibc-7fa0e18061ff9b5407b662eac8dec56bf7c30939.tar.gz glibc-7fa0e18061ff9b5407b662eac8dec56bf7c30939.tar.bz2 glibc-7fa0e18061ff9b5407b662eac8dec56bf7c30939.zip |
Update.
2002-11-10 Ulrich Drepper <drepper@redhat.com>
* po/da.po: Update from translation team.
* sysdeps/mach/hurd/i386/ioperm.c (ioperm): Correct off by one
error in range calculation.
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2002-11-10 Ulrich Drepper <drepper@redhat.com> + + * po/da.po: Update from translation team. + 2002-11-10 Roland McGrath <roland@redhat.com> * config.make.in (includedir): New variable, substituted by configure. @@ -27,8 +31,8 @@ 2002-11-09 Marcus Brinkmann <marcus@gnu.org> - * sysdeps/mach/hurd/i386/ioperm.c (ioperm): Correct off by one - error in range calculation. + * sysdeps/mach/hurd/i386/ioperm.c (ioperm): Correct off by one + error in range calculation. 2002-10-09 Jakub Jelinek <jakub@redhat.com> |