public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/3137] New: Incorrect grammar/typos in some strings in glibc
@ 2006-08-26 15:40 malcolm dot parsons at gmail dot com
  2006-08-26 15:41 ` [Bug libc/3137] " malcolm dot parsons at gmail dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: malcolm dot parsons at gmail dot com @ 2006-08-26 15:40 UTC (permalink / raw)
  To: glibc-bugs

In "conversion from `%s' and to `%s' are not supported"
it should say "conversions".

In "no output file produced because warning were issued"
it should say "warnings".

In "`%s' and `%.*s' are no valid names for symbolic range"
it should say "not".

In "cannot safe new repertoire map" "safe"?
I think it should be "save".

In "error getting callers id: %s"
it should say "caller's"

In "Error writing standard output"
there should be a "to"

See attached patch.

-- 
           Summary: Incorrect grammar/typos in some strings in glibc
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: drepper at redhat dot com
        ReportedBy: malcolm dot parsons at gmail dot com
                CC: glibc-bugs at sources dot redhat dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=3137

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libc/3137] Incorrect grammar/typos in some strings in glibc
  2006-08-26 15:40 [Bug libc/3137] New: Incorrect grammar/typos in some strings in glibc malcolm dot parsons at gmail dot com
@ 2006-08-26 15:41 ` malcolm dot parsons at gmail dot com
  2006-09-21  4:26 ` drepper at redhat dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: malcolm dot parsons at gmail dot com @ 2006-08-26 15:41 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From malcolm dot parsons at gmail dot com  2006-08-26 15:41 -------
Created an attachment (id=1253)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=1253&action=view)
Patch fixing strings


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=3137

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libc/3137] Incorrect grammar/typos in some strings in glibc
  2006-08-26 15:40 [Bug libc/3137] New: Incorrect grammar/typos in some strings in glibc malcolm dot parsons at gmail dot com
  2006-08-26 15:41 ` [Bug libc/3137] " malcolm dot parsons at gmail dot com
@ 2006-09-21  4:26 ` drepper at redhat dot com
  2006-11-14 16:56 ` cvs-commit at gcc dot gnu dot org
  2007-07-12 18:22 ` cvs-commit at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: drepper at redhat dot com @ 2006-09-21  4:26 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2006-09-21 04:25 -------
Fixed in cvs.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


http://sourceware.org/bugzilla/show_bug.cgi?id=3137

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libc/3137] Incorrect grammar/typos in some strings in glibc
  2006-08-26 15:40 [Bug libc/3137] New: Incorrect grammar/typos in some strings in glibc malcolm dot parsons at gmail dot com
  2006-08-26 15:41 ` [Bug libc/3137] " malcolm dot parsons at gmail dot com
  2006-09-21  4:26 ` drepper at redhat dot com
@ 2006-11-14 16:56 ` cvs-commit at gcc dot gnu dot org
  2007-07-12 18:22 ` cvs-commit at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2006-11-14 16:56 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2006-11-14 16:56 -------
Subject: Bug 3137

CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	drepper@sourceware.org	2006-11-14 16:56:23

Modified files:
	timezone       : zdump.c 

Log message:
	Redo fix for BZ #3137.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/timezone/zdump.c.diff?cvsroot=glibc&r1=1.15&r2=1.16



-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=3137

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libc/3137] Incorrect grammar/typos in some strings in glibc
  2006-08-26 15:40 [Bug libc/3137] New: Incorrect grammar/typos in some strings in glibc malcolm dot parsons at gmail dot com
                   ` (2 preceding siblings ...)
  2006-11-14 16:56 ` cvs-commit at gcc dot gnu dot org
@ 2007-07-12 18:22 ` cvs-commit at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2007-07-12 18:22 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2007-07-12 18:22 -------
Subject: Bug 3137

CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	fedora-2_5-branch
Changes by:	jakub@sourceware.org	2007-07-12 18:22:34

Modified files:
	.              : ChangeLog 
	time           : tzfile.c 
	timezone       : private.h tzfile.h zdump.c zic.c 

Log message:
	2006-11-14  Ulrich Drepper  <drepper@redhat.com>
	
	* timezone/zdump.c: Redo fix for BZ #3137.
	
	2006-11-10  Ulrich Drepper  <drepper@redhat.com>
	
	* time/tzfile.c (__tzfile_read): Extend to handle new file format
	on machines with 64-bit time_t.
	
	* timezone/private.h: Update from tzcode2006o.
	* timezone/tzfile.h: Likewise.
	* timezone/zdump.c: Likewise.
	* timezone/zic.c: Likewise.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/ChangeLog.diff?cvsroot=glibc&only_with_tag=fedora-2_5-branch&r1=1.8782.2.214.2.4&r2=1.8782.2.214.2.5
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/time/tzfile.c.diff?cvsroot=glibc&only_with_tag=fedora-2_5-branch&r1=1.58.2.2&r2=1.58.2.2.4.1
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/timezone/private.h.diff?cvsroot=glibc&only_with_tag=fedora-2_5-branch&r1=1.7.2.5&r2=1.7.2.5.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/timezone/tzfile.h.diff?cvsroot=glibc&only_with_tag=fedora-2_5-branch&r1=1.1.6.3&r2=1.1.6.3.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/timezone/zdump.c.diff?cvsroot=glibc&only_with_tag=fedora-2_5-branch&r1=1.6.2.8&r2=1.6.2.8.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/timezone/zic.c.diff?cvsroot=glibc&only_with_tag=fedora-2_5-branch&r1=1.17.2.5&r2=1.17.2.5.2.1



-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=3137

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-07-12 18:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-08-26 15:40 [Bug libc/3137] New: Incorrect grammar/typos in some strings in glibc malcolm dot parsons at gmail dot com
2006-08-26 15:41 ` [Bug libc/3137] " malcolm dot parsons at gmail dot com
2006-09-21  4:26 ` drepper at redhat dot com
2006-11-14 16:56 ` cvs-commit at gcc dot gnu dot org
2007-07-12 18:22 ` cvs-commit at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).