diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-08-28 22:34:29 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-08-28 22:34:29 +0000 |
commit | d01d63190bf60f378406ea2846a35790a1d144f6 (patch) | |
tree | ffe7b3396a6ea4a3749b24779c37a5dcb19bf37a /manual/locale.texi | |
parent | a125d9b46eb8e57cd67542c992d7d1c84e563b58 (diff) | |
download | glibc-d01d63190bf60f378406ea2846a35790a1d144f6.tar glibc-d01d63190bf60f378406ea2846a35790a1d144f6.tar.gz glibc-d01d63190bf60f378406ea2846a35790a1d144f6.tar.bz2 glibc-d01d63190bf60f378406ea2846a35790a1d144f6.zip |
Update.
1999-08-28 Ulrich Drepper <drepper@cygnus.com>
* malloc/malloc.c (ptmalloc_init): Don't use variables to set
thresholds for SUID binaries. [PR libc/1277]
1999-08-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* manual/install.texi (Running make install): Give examples for
timezone and locale installation.
1999-08-28 Zack Weinberg <zack@bitmover.com>
* glibcbug.in: Get CCVERSION from autoconf substitution.
* configure.in: Calculate and substitute CCVERSION.
1999-08-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Fix sa_flags,
partially reverting a patch from 1998-12-29. We just can't change
the flags, kernels with different flags lead to
incompatibilities.
Diffstat (limited to 'manual/locale.texi')
-rw-r--r-- | manual/locale.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/locale.texi b/manual/locale.texi index 096ac48105..9d1dd8cf21 100644 --- a/manual/locale.texi +++ b/manual/locale.texi @@ -914,7 +914,7 @@ selected when the program runs. If the user selects the locale correctly there should never be a misunderstanding over the time and date format. -@node Formatting Numbers, Locale Information, Locales +@node Formatting Numbers, , Locale Information, Locales @section A dedicated function to format numbers We have seen that the structure returned by @code{localeconv} as well as |