From 0f5219d4faac675565064b264d9fe43bd15fc921 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 8 Oct 1999 17:52:07 +0000 Subject: [PATCH] Update. * po/cs.po: Fix typos. handling of empty entries. [PR libc/1345] --- ChangeLog | 4 +++- debug/pcprofiledump.c | 4 ++-- linuxthreads/ChangeLog | 5 +++++ linuxthreads_db/ChangeLog | 8 ++++++++ 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 + * 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 . 1999-10-08 Andreas Schwab 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 , 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 + + * sysdeps/pthread/Subdirs: New file. + * Implies: Removed. + 1999-10-07 Ulrich Drepper * 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 + + * 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 instead. + * td_ta_new.c (td_ta_new): Likewise. + 1999-10-08 Ulrich Drepper * 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" -- 2.11.4.GIT