about summary refs log tree commit diff
path: root/manual
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-08-17 19:36:13 +0000
committerUlrich Drepper <drepper@redhat.com>2000-08-17 19:36:13 +0000
commit0f6b172f72efea7cd99a9b790df75045f6c85dba (patch)
treef201868c8c1b9532e0023b38e6ae1a99062a25fa /manual
parent522554b15962927f372e4bf60e72ea7e0ae0b71f (diff)
downloadglibc-0f6b172f72efea7cd99a9b790df75045f6c85dba.tar.gz
glibc-0f6b172f72efea7cd99a9b790df75045f6c85dba.tar.xz
glibc-0f6b172f72efea7cd99a9b790df75045f6c85dba.zip
Update.
2000-08-17  Ulrich Drepper  <drepper@redhat.com>

	* stdio-common/printf_fp.c: Fix chars_needed computation.
	Patch by Greg McGary <greg@mcgary.org>.

2000-08-17  Jakub Jelinek  <jakub@redhat.com>

	* elf/dl-load.c (_dl_map_object): Don't crash if both loader and
	_dl_loaded are NULL.

2000-08-17  Jakub Jelinek  <jakub@redhat.com>

	* manual/arith.texi (feholdexcept): Returns 0 on success.

2000-08-17  Andreas Jaeger  <aj@suse.de>

	* sysdeps/gnu/net/if.h (struct ifreq): Add ifru_newname.
	(ifr_newname): New.
	Reported by Andi Kleen <ak@suse.de>.

2000-08-17  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/alpha/fpu/fedisblxcpt.c: New file.
	* sysdeps/alpha/fpu/feenablxcpt.c: New file.
	* sysdeps/alpha/fpu/fegetexcept.c: New file.

2000-08-16  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/unix/sysv/linux/xstatconv.c (xstat32_conv): Test sizes
	of buf->st_ino and kbuf->st_ino, not __st_ino.
	If _HAVE_STAT64___ST_INO is not defined, don't use __st_ino at all.
	* sysdeps/unix/sysv/linux/getdents64.c: Change path in #include
	directive so that only linux/getdents.c is used, not some
	architecture specific one.

2000-08-16  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/i386/fpu/fegetexcept.c (fegetexcept): Return currently
	enabled, not disabled exceptions.
	* sysdeps/i386/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
	* sysdeps/i386/fpu/feenablxcpt.c (feenableexcept): Likewise.

	($(addprefix $(objpfx),$(tests)),
	$(addprefix $(objpfx),$(librt-tests))):
	* include/link.h: Undo last patches.  Hurd now has stat64.
Diffstat (limited to 'manual')
-rw-r--r--manual/arith.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/arith.texi b/manual/arith.texi
index c967bc670c..5ab6a14fef 100644
--- a/manual/arith.texi
+++ b/manual/arith.texi
@@ -1018,8 +1018,8 @@ non-zero value otherwise.
 Store the current floating-point environment in the object pointed to by
 @var{envp}.  Then clear all exception flags, and set the FPU to trap no
 exceptions.  Not all FPUs support trapping no exceptions; if
-@code{feholdexcept} cannot set this mode, it returns zero.  If it
-succeeds, it returns a nonzero value.
+@code{feholdexcept} cannot set this mode, it returns nonzero value.  If it
+succeeds, it returns zero.
 @end deftypefun
 
 The functions which restore the floating-point environment can take two