public inbox for glibc-bugs-regex@sourceware.org
help / color / mirror / Atom feed
* [Bug regex/1287] re_string_context_at problem (assuming previous 64-bit patch)
  2005-09-01 22:09 [Bug regex/1287] New: re_string_context_at problem (assuming previous 64-bit patch) eggert at gnu dot org
@ 2005-09-01 22:09 ` eggert at gnu dot org
  2005-09-07  0:50 ` drepper at redhat dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: eggert at gnu dot org @ 2005-09-01 22:09 UTC (permalink / raw)
  To: glibc-bugs-regex


------- Additional Comments From eggert at gnu dot org  2005-09-01 22:09 -------
Created an attachment (id=642)
 --> (http://sources.redhat.com/bugzilla/attachment.cgi?id=642&action=view)
don't assume signed comparison


-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=1287

------- 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 regex/1287] New: re_string_context_at problem (assuming previous 64-bit patch)
@ 2005-09-01 22:09 eggert at gnu dot org
  2005-09-01 22:09 ` [Bug regex/1287] " eggert at gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: eggert at gnu dot org @ 2005-09-01 22:09 UTC (permalink / raw)
  To: glibc-bugs-regex

I missed an occurrence of a signed comparison in my patch to bug 1281.
Attached is a further patch to fix the problem.  Sorry about that.
I found this by turning on lots of mostly-spurious GCC warnings
and inspecting each one by hand.

-- 
           Summary: re_string_context_at problem (assuming previous 64-bit
                    patch)
           Product: glibc
           Version: 2.3.5
            Status: NEW
          Severity: normal
          Priority: P2
         Component: regex
        AssignedTo: gotom at debian dot or dot jp
        ReportedBy: eggert at gnu dot org
                CC: glibc-bugs-regex at sources dot redhat dot com,glibc-
                    bugs at sources dot redhat dot com
 BugsThisDependsOn: 1281


http://sources.redhat.com/bugzilla/show_bug.cgi?id=1287

------- 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 regex/1287] re_string_context_at problem (assuming previous 64-bit patch)
  2005-09-01 22:09 [Bug regex/1287] New: re_string_context_at problem (assuming previous 64-bit patch) eggert at gnu dot org
  2005-09-01 22:09 ` [Bug regex/1287] " eggert at gnu dot org
@ 2005-09-07  0:50 ` drepper at redhat dot com
  2006-04-25 18:22 ` drepper at redhat dot com
  2006-04-25 22:54 ` drepper at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: drepper at redhat dot com @ 2005-09-07  0:50 UTC (permalink / raw)
  To: glibc-bugs-regex


------- Additional Comments From drepper at redhat dot com  2005-09-07 00:49 -------
Doesn't apply since the other patches are not acceptable.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


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

------- 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 regex/1287] re_string_context_at problem (assuming previous 64-bit patch)
  2005-09-01 22:09 [Bug regex/1287] New: re_string_context_at problem (assuming previous 64-bit patch) eggert at gnu dot org
  2005-09-01 22:09 ` [Bug regex/1287] " eggert at gnu dot org
  2005-09-07  0:50 ` drepper at redhat dot com
@ 2006-04-25 18:22 ` drepper at redhat dot com
  2006-04-25 22:54 ` drepper at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: drepper at redhat dot com @ 2006-04-25 18:22 UTC (permalink / raw)
  To: glibc-bugs-regex


------- Additional Comments From drepper at redhat dot com  2006-04-25 18:21 -------
No update in 6+ months.  Closing.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |WONTFIX


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

------- 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 regex/1287] re_string_context_at problem (assuming previous 64-bit patch)
  2005-09-01 22:09 [Bug regex/1287] New: re_string_context_at problem (assuming previous 64-bit patch) eggert at gnu dot org
                   ` (2 preceding siblings ...)
  2006-04-25 18:22 ` drepper at redhat dot com
@ 2006-04-25 22:54 ` drepper at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: drepper at redhat dot com @ 2006-04-25 22:54 UTC (permalink / raw)
  To: glibc-bugs-regex



-- 
Bug 1287 depends on bug 1281, which changed state.

Bug 1281 Summary: support 64-bit hosts when regex code when used outside glibc
http://sourceware.org/bugzilla/show_bug.cgi?id=1281

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |WONTFIX

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

------- 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:[~2006-04-25 22:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-01 22:09 [Bug regex/1287] New: re_string_context_at problem (assuming previous 64-bit patch) eggert at gnu dot org
2005-09-01 22:09 ` [Bug regex/1287] " eggert at gnu dot org
2005-09-07  0:50 ` drepper at redhat dot com
2006-04-25 18:22 ` drepper at redhat dot com
2006-04-25 22:54 ` drepper at redhat dot com

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).