aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-01-24 17:11:55 +0000
committerUlrich Drepper <drepper@redhat.com>1999-01-24 17:11:55 +0000
commit4487e30b40031d789f50f684a58b46fd2ea813cd (patch)
treedf385f7ed77483088480bb8e43cdd979f6af1df3 /ChangeLog
parent6a3b5b5c7149b75fcb85d053ad993e9dff0e39a4 (diff)
downloadglibc-4487e30b40031d789f50f684a58b46fd2ea813cd.tar
glibc-4487e30b40031d789f50f684a58b46fd2ea813cd.tar.gz
glibc-4487e30b40031d789f50f684a58b46fd2ea813cd.tar.bz2
glibc-4487e30b40031d789f50f684a58b46fd2ea813cd.zip
Update.
* po/sv.po: Update from translation team. * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add __vfork as alias. * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise. 1999-01-24 Andreas Jaeger <aj@arthur.rhein-neckar.de> * ctype/ctype.h (toupper,tolower): Use __inline instead of inline, define inline functions only when optimizing for speed and __USE_EXTERN_INLINES is set. 1999-01-24 Ulrich Drepper <drepper@cygnus.com> * ctype/ctype.c (toupper): Correct variable names from last change.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b122f3386..4301cb2d26 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
1999-01-24 Ulrich Drepper <drepper@cygnus.com>
+ * po/sv.po: Update from translation team.
+
+ * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add __vfork
+ as alias.
+ * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
+
+1999-01-24 Andreas Jaeger <aj@arthur.rhein-neckar.de>
+
+ * ctype/ctype.h (toupper,tolower): Use __inline instead of inline,
+ define inline functions only when optimizing for speed and
+ __USE_EXTERN_INLINES is set.
+
+1999-01-24 Ulrich Drepper <drepper@cygnus.com>
+
* scripts/config.sub: Update from latest autoconf release.
* scripts/config.guess: Likewise.
@@ -41,7 +55,7 @@
1999-01-24 Ulrich Drepper <drepper@cygnus.com>
- * ctype/ctype.c (toupper): Correct variable names from lat change.
+ * ctype/ctype.c (toupper): Correct variable names from last change.
(tolower): Likewise.
1999-01-23 Ulrich Drepper <drepper@cygnus.com>