diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-10-08 17:52:07 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-10-08 17:52:07 +0000 |
commit | 0f5219d4faac675565064b264d9fe43bd15fc921 (patch) | |
tree | 2a01e5f0dc18e867c1502bcc2fe93046e13834cf | |
parent | b5c6276a6ea23cf92e30132b92cf14119235b257 (diff) | |
download | glibc-0f5219d4faac675565064b264d9fe43bd15fc921.tar.gz glibc-0f5219d4faac675565064b264d9fe43bd15fc921.tar.xz glibc-0f5219d4faac675565064b264d9fe43bd15fc921.zip |
Update.
* po/cs.po: Fix typos. handling of empty entries. [PR libc/1345]
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | debug/pcprofiledump.c | 4 | ||||
-rw-r--r-- | linuxthreads/ChangeLog | 5 | ||||
-rw-r--r-- | linuxthreads_db/ChangeLog | 8 | ||||
-rw-r--r-- | po/cs.po | 16 |
5 files changed, 26 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog index 4950a18d91..fd7b5416a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,9 @@ 1999-10-08 Ulrich Drepper <drepper@cygnus.com> + * po/cs.po: Fix typos. + * nis/nss_nisplus/nisplus-parser.c (_nss_nisplus_parse_spent): Fix - handling of empty entries. + handling of empty entries. [PR libc/1345] Patch by Thorsten Kukuk <kukuk@suse.de>. 1999-10-08 Andreas Schwab <schwab@suse.de> diff --git a/debug/pcprofiledump.c b/debug/pcprofiledump.c index 2d20a88b9f..a5dad71e0a 100644 --- a/debug/pcprofiledump.c +++ b/debug/pcprofiledump.c @@ -1,4 +1,4 @@ -/* Dump information generating by PC profiling. +/* Dump information generated by PC profiling. Copyright (C) 1999 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999. @@ -53,7 +53,7 @@ static const struct argp_option options[] = }; /* Short description of program. */ -static const char doc[] = N_("Dump information generating by PC profiling."); +static const char doc[] = N_("Dump information generated by PC profiling."); /* Strings for arguments in help texts. */ static const char args_doc[] = N_("[FILE]"); diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 872d17e84b..bd70b19ad7 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,8 @@ +1999-10-08 Andreas Schwab <schwab@suse.de> + + * sysdeps/pthread/Subdirs: New file. + * Implies: Removed. + 1999-10-07 Ulrich Drepper <drepper@cygnus.com> * Implies: New file. diff --git a/linuxthreads_db/ChangeLog b/linuxthreads_db/ChangeLog index 86261473f2..befb611a4f 100644 --- a/linuxthreads_db/ChangeLog +++ b/linuxthreads_db/ChangeLog @@ -1,3 +1,11 @@ +1999-10-08 Andreas Jaeger <aj@suse.de> + + * thread_db.h: Fix typos in comments. + + * td_ta_get_nthreads.c (td_ta_get_nthreads): Don't hardcode + libpthread library name, get it from <gnu/lib-names.h> instead. + * td_ta_new.c (td_ta_new): Likewise. + 1999-10-08 Ulrich Drepper <drepper@cygnus.com> * shlib-versions: New file. diff --git a/po/cs.po b/po/cs.po index 636d23e854..f4a8f08b8a 100644 --- a/po/cs.po +++ b/po/cs.po @@ -2433,16 +2433,16 @@ msgid "Unmatched [ or [^" msgstr "Nepárová [ or [^" #: posix/regex.c:1020 -msgid "Unmatched ( or \(" -msgstr "Nepárová ( or \(" +msgid "Unmatched ( or \\(" +msgstr "Nepárová ( or \\(" #: posix/regex.c:1021 -msgid "Unmatched \{" -msgstr "Nepárová \{" +msgid "Unmatched \\{" +msgstr "Nepárová \\{" #: posix/regex.c:1022 -msgid "Invalid content of \{\}" -msgstr "Nepřípustný obsah \{\}" +msgid "Invalid content of \\{\\}" +msgstr "Nepřípustný obsah \\{\\}" #: posix/regex.c:1023 msgid "Invalid range end" @@ -2465,8 +2465,8 @@ msgid "Regular expression too big" msgstr "Regulární výraz je příliš velký" #: posix/regex.c:1028 -msgid "Unmatched ) or \)" -msgstr "Nepárová ) or \)" +msgid "Unmatched ) or \\)" +msgstr "Nepárová ) or \\)" #: posix/regex.c:5515 msgid "No previous regular expression" |