public inbox for gnats-prs@sourceware.org
help / color / mirror / Atom feed
* Re: gnats/62
@ 2001-06-02 15:24 Peter Novodvorsky
0 siblings, 0 replies; 2+ messages in thread
From: Peter Novodvorsky @ 2001-06-02 15:24 UTC (permalink / raw)
To: nobody; +Cc: gnats-prs
The following reply was made to PR gnats/62; it has been noted by GNATS.
From: Peter Novodvorsky <nidd@altlinux.ru>
To: gnats-gnats@sources.redhat.com
Cc:
Subject: Re: gnats/62
Date: 03 Jun 2001 01:58:44 +0400
--=-=-=
I'm including patch that fixes the problem.
--=-=-=
Content-Type: text/x-patch
Content-Disposition: attachment;
filename=gnats-3.999-list-classes.patch
--- gnats/lists.c~ Sun Apr 15 22:11:51 2001
+++ gnats/lists.c Fri May 11 22:44:22 2001
@@ -38,6 +38,7 @@
{ "FieldNames", ListFieldNames, ".fns", NULL },
{ "InitialInputFields", ListInitialInputFields, ".lfn", NULL },
{ "Databases", ListDatabases, ".dbl", NULL },
+ { "Classes", ListClasses, ".cla", "class" },
{ NULL, InvalidListType, NULL, NULL }
};
@@ -152,6 +153,7 @@
case ListStates:
case ListCategories:
case ListSubmitters:
+ case ListClasses:
case ListResponsible:
{
FieldIndex field = findBuiltinField (database,
--- gnats/query.h~ Sat May 20 07:50:20 2000
+++ gnats/query.h Fri May 11 22:44:59 2001
@@ -28,7 +28,7 @@
typedef enum e_lists {
InvalidListType = -1,
ListCategories = 0, ListSubmitters, ListResponsible, ListStates,
- ListFieldNames, ListInitialInputFields, ListDatabases
+ ListFieldNames, ListInitialInputFields, ListDatabases, ListClasses
} ListTypes;
/* The four operations to perform. */
--=-=-=
--
Peter Novodvorsky http://www.altlinux.ru/ AltLinux Team, Russia
Debian.Org http://debian.org/~nidd
Debian --- no need to wait for tomorrow.
--=-=-=--
^ permalink raw reply [flat|nested] 2+ messages in thread
* gnats/62
@ 2001-06-10 10:14 pdm
0 siblings, 0 replies; 2+ messages in thread
From: pdm @ 2001-06-10 10:14 UTC (permalink / raw)
To: nobody; +Cc: gnats-prs
The following reply was made to PR gnats/62; it has been noted by GNATS.
From: pdm@sourceware.cygnus.com
To: gnats-gnats@sources.redhat.com
Cc:
Subject: gnats/62
Date: 10 Jun 2001 17:13:18 -0000
CVSROOT: /cvs/gnats
Module name: gnats
Changes by: pdm@sources.redhat.com 2001-06-10 10:13:18
Modified files:
gnats : query.h lists.c
Log message:
* lists.c (listTypeList): Classes added; fixes PR gnats/62.
(getGnatsFile): Handle ListClasses.
* query.h (e_lists): ListClasses added.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/gnats/gnats/query.h.diff?cvsroot=gnats&r1=1.33&r2=1.34
http://sources.redhat.com/cgi-bin/cvsweb.cgi/gnats/gnats/lists.c.diff?cvsroot=gnats&r1=1.17&r2=1.18
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2001-06-10 10:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-02 15:24 gnats/62 Peter Novodvorsky
2001-06-10 10:14 gnats/62 pdm
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).