diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-06-12 07:36:49 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-06-12 07:36:49 +0000 |
commit | ecdc196cac5e9e4b783cd77bb709eb6742a0184e (patch) | |
tree | de17c14556d0a4ffbeff5649a27ef2283fff60c7 /sysdeps/libm-ieee754 | |
parent | b07d03e000b5c073e7768a6ca2e30578ac51f318 (diff) | |
download | glibc-ecdc196cac5e9e4b783cd77bb709eb6742a0184e.tar glibc-ecdc196cac5e9e4b783cd77bb709eb6742a0184e.tar.gz glibc-ecdc196cac5e9e4b783cd77bb709eb6742a0184e.tar.bz2 glibc-ecdc196cac5e9e4b783cd77bb709eb6742a0184e.zip |
Update.
1998-06-11 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* sysdeps/generic/getenv.c: Fix last change.
1998-06-10 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* sysdeps/generic/backtrace.c: Provide generic implementation.
1998-06-10 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* configure.in: Give visual feedback of the default directories we
added.
1998-06-11 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* io/fts.c (fts_build): Define oflag only if needed.
1998-06-11 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* sysdeps/libm-ieee754/w_exp10.c: Add missing close comment.
Diffstat (limited to 'sysdeps/libm-ieee754')
-rw-r--r-- | sysdeps/libm-ieee754/w_exp10.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/libm-ieee754/w_exp10.c b/sysdeps/libm-ieee754/w_exp10.c index cb27159e4f..bf0d361f52 100644 --- a/sysdeps/libm-ieee754/w_exp10.c +++ b/sysdeps/libm-ieee754/w_exp10.c @@ -1,5 +1,7 @@ /* @(#)w_exp10.c * Conversion to exp10 by Ulrich Drepper <drepper@cygnus.com>. + */ + /* * ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |