public inbox for gnats-prs@sourceware.org
help / color / mirror / Atom feed
From: Peter Novodvorsky <nidd@altlinux.ru>
To: nobody@sourceware.cygnus.com
Cc: gnats-prs@sourceware.cygnus.com
Subject: Re: gnats/62
Date: Sat, 02 Jun 2001 15:24:00 -0000	[thread overview]
Message-ID: <20010602222401.6523.qmail@sourceware.cygnus.com> (raw)

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


             reply	other threads:[~2001-06-02 15:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-06-02 15:24 Peter Novodvorsky [this message]
2001-06-10 10:14 gnats/62 pdm

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20010602222401.6523.qmail@sourceware.cygnus.com \
    --to=nidd@altlinux.ru \
    --cc=gnats-prs@sourceware.cygnus.com \
    --cc=nobody@sourceware.cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).