public inbox for glibc-bugs-regex@sourceware.org
help / color / mirror / Atom feed
* [Bug regex/1285] regex code should use 'bool' (plus some bug fixes)
  2005-09-01 18:32 [Bug regex/1285] New: regex code should use 'bool' (plus some bug fixes) eggert at gnu dot org
@ 2005-09-01 18:32 ` eggert at gnu dot org
  2005-09-02 22:52 ` eggert at gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: eggert at gnu dot org @ 2005-09-01 18:32 UTC (permalink / raw)
  To: glibc-bugs-regex


------- Additional Comments From eggert at gnu dot org  2005-09-01 18:32 -------
Created an attachment (id=640)
 --> (http://sources.redhat.com/bugzilla/attachment.cgi?id=640&action=view)
use 'bool' when appropriate


-- 


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

------- 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] 7+ messages in thread

* [Bug regex/1285] New: regex code should use 'bool' (plus some bug fixes)
@ 2005-09-01 18:32 eggert at gnu dot org
  2005-09-01 18:32 ` [Bug regex/1285] " eggert at gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: eggert at gnu dot org @ 2005-09-01 18:32 UTC (permalink / raw)
  To: glibc-bugs-regex

The regex code should use the 'bool' datatype when appropriate.
When used inside glibc we can assume bool; when used outside it,
the gnulib stdbool module can be used.

I went through the regex code replacing all instances of 'int'
with 'bool' when appropriate.  In the process, I found a few
bugs (e.g., storage allocation failures not checked for) so
I fixed them as well.  A patch is attached.

-- 
           Summary: regex code should use 'bool' (plus some bug fixes)
           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=1285

------- 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] 7+ messages in thread

* [Bug regex/1285] regex code should use 'bool' (plus some bug fixes)
  2005-09-01 18:32 [Bug regex/1285] New: regex code should use 'bool' (plus some bug fixes) eggert at gnu dot org
  2005-09-01 18:32 ` [Bug regex/1285] " eggert at gnu dot org
@ 2005-09-02 22:52 ` eggert at gnu dot org
  2005-09-06  7:32 ` eggert at gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: eggert at gnu dot org @ 2005-09-02 22:52 UTC (permalink / raw)
  To: glibc-bugs-regex



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |1291
              nThis|                            |


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

------- 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] 7+ messages in thread

* [Bug regex/1285] regex code should use 'bool' (plus some bug fixes)
  2005-09-01 18:32 [Bug regex/1285] New: regex code should use 'bool' (plus some bug fixes) eggert at gnu dot org
  2005-09-01 18:32 ` [Bug regex/1285] " eggert at gnu dot org
  2005-09-02 22:52 ` eggert at gnu dot org
@ 2005-09-06  7:32 ` eggert at gnu dot org
  2005-09-07  0:29 ` drepper at redhat dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: eggert at gnu dot org @ 2005-09-06  7:32 UTC (permalink / raw)
  To: glibc-bugs-regex



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |1302
              nThis|                            |


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

------- 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] 7+ messages in thread

* [Bug regex/1285] regex code should use 'bool' (plus some bug fixes)
  2005-09-01 18:32 [Bug regex/1285] New: regex code should use 'bool' (plus some bug fixes) eggert at gnu dot org
                   ` (2 preceding siblings ...)
  2005-09-06  7:32 ` eggert at gnu dot org
@ 2005-09-07  0:29 ` drepper at redhat dot com
  2006-04-25 18:21 ` drepper at redhat dot com
  2006-04-25 22:54 ` drepper at redhat dot com
  5 siblings, 0 replies; 7+ messages in thread
From: drepper at redhat dot com @ 2005-09-07  0:29 UTC (permalink / raw)
  To: glibc-bugs-regex


------- Additional Comments From drepper at redhat dot com  2005-09-07 00:29 -------
The patch doesn't apply.  Adjust for the current sources.

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


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

------- 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] 7+ messages in thread

* [Bug regex/1285] regex code should use 'bool' (plus some bug fixes)
  2005-09-01 18:32 [Bug regex/1285] New: regex code should use 'bool' (plus some bug fixes) eggert at gnu dot org
                   ` (3 preceding siblings ...)
  2005-09-07  0:29 ` drepper at redhat dot com
@ 2006-04-25 18:21 ` drepper at redhat dot com
  2006-04-25 22:54 ` drepper at redhat dot com
  5 siblings, 0 replies; 7+ messages in thread
From: drepper at redhat dot com @ 2006-04-25 18:21 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=1285

------- 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] 7+ messages in thread

* [Bug regex/1285] regex code should use 'bool' (plus some bug fixes)
  2005-09-01 18:32 [Bug regex/1285] New: regex code should use 'bool' (plus some bug fixes) eggert at gnu dot org
                   ` (4 preceding siblings ...)
  2006-04-25 18:21 ` drepper at redhat dot com
@ 2006-04-25 22:54 ` drepper at redhat dot com
  5 siblings, 0 replies; 7+ messages in thread
From: drepper at redhat dot com @ 2006-04-25 22:54 UTC (permalink / raw)
  To: glibc-bugs-regex



-- 
Bug 1285 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=1285

------- 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] 7+ messages in thread

end of thread, other threads:[~2006-04-25 22:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-01 18:32 [Bug regex/1285] New: regex code should use 'bool' (plus some bug fixes) eggert at gnu dot org
2005-09-01 18:32 ` [Bug regex/1285] " eggert at gnu dot org
2005-09-02 22:52 ` eggert at gnu dot org
2005-09-06  7:32 ` eggert at gnu dot org
2005-09-07  0:29 ` drepper at redhat dot com
2006-04-25 18:21 ` 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).