gnats-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to gnats/gnats/gen-closed-date.c


From: Milan Zamazal
Subject: Changes to gnats/gnats/gen-closed-date.c
Date: Sun, 28 Jul 2002 15:21:02 -0400

Index: gnats/gnats/gen-closed-date.c
diff -c gnats/gnats/gen-closed-date.c:1.20 gnats/gnats/gen-closed-date.c:1.21
*** gnats/gnats/gen-closed-date.c:1.20  Sun Apr 15 14:11:51 2001
--- gnats/gnats/gen-closed-date.c       Sun Jul 28 15:21:02 2002
***************
*** 1,6 ****
  /* Generate the Closed-Date field for an existing GNATS database.
!    Copyright (C) 2001 Milan Zamazal
!    Copyright (C) 1993, 1995 Free Software Foundation, Inc.
     Contributed by Rick Macdonald (address@hidden).
     Further hacked by Milan Zamazal (address@hidden).
  
--- 1,5 ----
  /* Generate the Closed-Date field for an existing GNATS database.
!    Copyright (C) 1993, 1995, 2001, 2002 Free Software Foundation, Inc.
     Contributed by Rick Macdonald (address@hidden).
     Further hacked by Milan Zamazal (address@hidden).
  
***************
*** 52,59 ****
    -o --outfile=FILENAME   output the date to FILENAME\n\
    -t --test               report changes to be made, but don't change the 
files\n\
  \n\
!   -h --help                display this help and exit\n\
!   -V --version             output version information and exit\n",
    NULL};
           
  typedef struct entry
--- 51,58 ----
    -o --outfile=FILENAME   output the date to FILENAME\n\
    -t --test               report changes to be made, but don't change the 
files\n\
  \n\
!   -h --help               display this help and exit\n\
!   -V --version            output version information and exit\n",
    NULL};
           
  typedef struct entry
***************
*** 314,320 ****
  
    program_name = (char *) basename (argv[0]);
  
!   while ((optc = getopt_long (argc, argv, "o:c:htd:V",
                              long_options, (int *) 0)) != EOF)
      {
        switch (optc)
--- 313,319 ----
  
    program_name = (char *) basename (argv[0]);
  
!   while ((optc = getopt_long (argc, argv, "o:htd:V",
                              long_options, (int *) 0)) != EOF)
      {
        switch (optc)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]