diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-05-17 18:59:35 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-05-17 18:59:35 +0000 |
commit | d40eb37aad4145ae4d047b6d7f633f740bf3a610 (patch) | |
tree | c2ff0130b68574a0b45bf63e0653f8c58b5a7bd1 /manual | |
parent | cc24242da7cddba154275547da89516eca6a0f88 (diff) | |
download | glibc-d40eb37aad4145ae4d047b6d7f633f740bf3a610.tar glibc-d40eb37aad4145ae4d047b6d7f633f740bf3a610.tar.gz glibc-d40eb37aad4145ae4d047b6d7f633f740bf3a610.tar.bz2 glibc-d40eb37aad4145ae4d047b6d7f633f740bf3a610.zip |
[BZ #40]
Update.
2004-05-15 Petter Reinholdtsen <pere@hungry.com>
* locale/iso-3166.def: Remove YUGOSLAVIA and insert "SERBIA AND
MONTENEGRO" which have taken over the code 819. Patch from
Danilo Segan. [BZ #40]
2004-05-15 Jakub Jelinek <jakub@redhat.com>
* sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
(SYSCALL_ERROR_HANDLER): Rename __sparc.get_pic.l7 to
__sparc_get_pic_l7.
2004-05-15 Joseph S. Myers <jsm@polyomino.org.uk>
* catgets/gencat.c: Update bug reporting instructions.
* csu/version.c: Likewise.
* debug/catchsegv.sh: Likewise.
* debug/pcprofiledump.c: Likewise.
* debug/xtrace.sh: Likewise.
* elf/ldd.bash.in: Likewise.
* iconv/iconv_prog.c: Likewise.
* iconv/iconvconfig.c: Likewise.
* locale/programs/locale.c: Likewise.
* locale/programs/localedef.c: Likewise.
* login/programs/pt_chown.c: Likewise.
* malloc/memusage.sh: Likewise.
* malloc/memusagestat.c: Likewise.
* malloc/mtrace.pl: Likewise.
* manual/crypt.texi: Likewise.
* manual/install.texi: Likewise.
* nss/makedb.c: Likewise.
2004-05-14 Jakub Jelinek <jakub@redhat.com>
* sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Only
CHECK_STATIC_TLS if sym != NULL.
* sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
* sysdeps/i386/dl-machine.h (elf_machine_rela): Likewise.
2004-05-12 Andreas Schwab <schwab@suse.de>
* posix/regex_internal.c (build_wcs_buffer): Also set pstr->mbs
when translating.
2004-05-13 H.J. Lu <hongjiu.lu@intel.com>
* Rules (xtests): Depend on tests.
Diffstat (limited to 'manual')
-rw-r--r-- | manual/crypt.texi | 4 | ||||
-rw-r--r-- | manual/install.texi | 15 |
2 files changed, 6 insertions, 13 deletions
diff --git a/manual/crypt.texi b/manual/crypt.texi index 1198d6a721..0ea5ff85d4 100644 --- a/manual/crypt.texi +++ b/manual/crypt.texi @@ -79,8 +79,8 @@ royalty for commercial production or sale of any product developed with the source code'' to most countries. The rules in this area are continuously changing. If you know of any -information in this manual that is out-of-date, please report it using -the @code{glibcbug} script. @xref{Reporting Bugs}. +information in this manual that is out-of-date, please report it to +the bug database. @xref{Reporting Bugs}. @node getpass @section Reading Passwords diff --git a/manual/install.texi b/manual/install.texi index efe2a0ffdc..b8f5d6fc41 100644 --- a/manual/install.texi +++ b/manual/install.texi @@ -559,7 +559,7 @@ It is a good idea to verify that the problem has not already been reported. Bugs are documented in two places: The file @file{BUGS} describes a number of well known bugs and the bug tracking system has a WWW interface at -@url{http://www-gnats.gnu.org:8080/cgi-bin/wwwgnats.pl}. The WWW +@url{http://sources.redhat.com/bugzilla/}. The WWW interface gives you access to open and closed reports. A closed report normally includes a patch or a hint on solving the problem. @@ -582,20 +582,13 @@ library, you really only need to narrow it down to one library function call, if possible. This should not be too difficult. The final step when you have a simple test case is to report the bug. -Do this using the @code{glibcbug} script. It is installed with libc, or -if you haven't installed it, will be in your build directory. Send your -test case, the results you got, the results you expected, and what you -think the problem might be (if you've thought of anything). -@code{glibcbug} will insert the configuration information we need to -see, and ship the report off to @email{bugs@@gnu.org}. Don't send -a message there directly; it is fed to a program that expects mail to be -formatted in a particular way. Use the script. +Do this using the WWW interface to the bug database. If you are not sure how a function should behave, and this manual doesn't tell you, that's a bug in the manual. Report that too! If the function's behavior disagrees with the manual, then either the library or the manual has a bug, so report the disagreement. If you find any -errors or omissions in this manual, please report them to the Internet -address @email{bug-glibc-manual@@gnu.org}. If you refer to specific +errors or omissions in this manual, please report them to the +bug database. If you refer to specific sections of the manual, please include the section names for easier identification. |