public inbox for glibc-bugs-regex@sourceware.org
help / color / mirror / Atom feed
* [Bug regex/1231] New: unncessary forward decls in regex_internal.c, regexec.c
@ 2005-08-23 18:27 eggert at gnu dot org
  2005-08-23 18:28 ` [Bug regex/1231] " eggert at gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: eggert at gnu dot org @ 2005-08-23 18:27 UTC (permalink / raw)
  To: glibc-bugs-regex

This patch is like the patch in bug 1224, but applies to different source files.

This is just a minor cleanup to remove declarations
that are no longer needed once function prototypes are used consistently.

-- 
           Summary: unncessary forward decls in regex_internal.c, regexec.c
           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: 1220


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

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

* [Bug regex/1231] unncessary forward decls in regex_internal.c, regexec.c
  2005-08-23 18:27 [Bug regex/1231] New: unncessary forward decls in regex_internal.c, regexec.c eggert at gnu dot org
@ 2005-08-23 18:28 ` eggert at gnu dot org
  2005-09-06 18:11 ` drepper at redhat dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: eggert at gnu dot org @ 2005-08-23 18:28 UTC (permalink / raw)
  To: glibc-bugs-regex


------- Additional Comments From eggert at gnu dot org  2005-08-23 18:26 -------
Created an attachment (id=609)
 --> (http://sources.redhat.com/bugzilla/attachment.cgi?id=609&action=view)
remove unnecessary forward decls


-- 


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

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

* [Bug regex/1231] unncessary forward decls in regex_internal.c, regexec.c
  2005-08-23 18:27 [Bug regex/1231] New: unncessary forward decls in regex_internal.c, regexec.c eggert at gnu dot org
  2005-08-23 18:28 ` [Bug regex/1231] " eggert at gnu dot org
@ 2005-09-06 18:11 ` drepper at redhat dot com
  2005-10-13 20:10 ` drepper at redhat dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: drepper at redhat dot com @ 2005-09-06 18:11 UTC (permalink / raw)
  To: glibc-bugs-regex



-- 
Bug 1231 depends on bug 1220, which changed state.

Bug 1220 Summary: regex uses old-style definitions that cause g++ to fail
http://sourceware.org/bugzilla/show_bug.cgi?id=1220

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

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

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

* [Bug regex/1231] unncessary forward decls in regex_internal.c, regexec.c
  2005-08-23 18:27 [Bug regex/1231] New: unncessary forward decls in regex_internal.c, regexec.c eggert at gnu dot org
  2005-08-23 18:28 ` [Bug regex/1231] " eggert at gnu dot org
  2005-09-06 18:11 ` drepper at redhat dot com
@ 2005-10-13 20:10 ` drepper at redhat dot com
  2006-04-19 17:43 ` bruno at clisp dot org
  2006-04-25 18:01 ` drepper at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: drepper at redhat dot com @ 2005-10-13 20:10 UTC (permalink / raw)
  To: glibc-bugs-regex


------- Additional Comments From drepper at redhat dot com  2005-10-13 20:10 -------
I merged this patch since it only affects static functions.

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


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

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

* [Bug regex/1231] unncessary forward decls in regex_internal.c, regexec.c
  2005-08-23 18:27 [Bug regex/1231] New: unncessary forward decls in regex_internal.c, regexec.c eggert at gnu dot org
                   ` (2 preceding siblings ...)
  2005-10-13 20:10 ` drepper at redhat dot com
@ 2006-04-19 17:43 ` bruno at clisp dot org
  2006-04-25 18:01 ` drepper at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: bruno at clisp dot org @ 2006-04-19 17:43 UTC (permalink / raw)
  To: glibc-bugs-regex



-- 
Bug 1231 depends on bug 1220, which changed state.

Bug 1220 Summary: regex uses old-style definitions that cause g++ to fail
http://sourceware.org/bugzilla/show_bug.cgi?id=1220

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

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

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

* [Bug regex/1231] unncessary forward decls in regex_internal.c, regexec.c
  2005-08-23 18:27 [Bug regex/1231] New: unncessary forward decls in regex_internal.c, regexec.c eggert at gnu dot org
                   ` (3 preceding siblings ...)
  2006-04-19 17:43 ` bruno at clisp dot org
@ 2006-04-25 18:01 ` drepper at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: drepper at redhat dot com @ 2006-04-25 18:01 UTC (permalink / raw)
  To: glibc-bugs-regex



-- 
Bug 1231 depends on bug 1220, which changed state.

Bug 1220 Summary: regex uses old-style definitions that cause g++ to fail
http://sourceware.org/bugzilla/show_bug.cgi?id=1220

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |INVALID

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

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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-08-23 18:27 [Bug regex/1231] New: unncessary forward decls in regex_internal.c, regexec.c eggert at gnu dot org
2005-08-23 18:28 ` [Bug regex/1231] " eggert at gnu dot org
2005-09-06 18:11 ` drepper at redhat dot com
2005-10-13 20:10 ` drepper at redhat dot com
2006-04-19 17:43 ` bruno at clisp dot org
2006-04-25 18:01 ` 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).