]> sourceware.org Git - newlib-cygwin.git/commitdiff
* Makefile.in: Add define to CXXFLAGS.
authorChristopher Faylor <me@cgf.cx>
Tue, 11 Dec 2001 22:51:01 +0000 (22:51 +0000)
committerChristopher Faylor <me@cgf.cx>
Tue, 11 Dec 2001 22:51:01 +0000 (22:51 +0000)
winsup/utils/ChangeLog
winsup/utils/Makefile.in
winsup/utils/cygcheck.cc
winsup/utils/cygpath.cc
winsup/utils/module_info.cc
winsup/utils/parse_pe.cc
winsup/utils/ps.cc
winsup/utils/umount.cc

index ff6f7a7d49008ed211cef4bea9bb73629c185fdd..63d77c3a40aef217ef5990106ab1f06e8a061cfb 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-11  Christopher Faylor  <cgf@redhat.com>
+
+       * Makefile.in: Add define to CXXFLAGS.
+
 2001-12-03  Christopher Faylor  <cgf@redhat.com>
 
        * cygcheck.cc (usage): Add -c description.
index 4020707c2e65da565841e30c8a08fbf6a4008c43..629e23822637a94d04566f60c8691c532f3ba6c6 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile for Cygwin utilities
-# Copyright 1996, 1997, 1998, 1999, 2000 Cygnus Solutions.
+# Copyright 1996, 1997, 1998, 1999, 2000, 2001 Red Hat, Inc.
 
 # This file is part of Cygwin.
 
@@ -31,7 +31,7 @@ CXX:=@CXX@
 CXX_FOR_TARGET:=$(CXX)
 
 CFLAGS:=@CFLAGS@
-CXXFLAGS:=@CXXFLAGS@ -fno-exceptions -fno-rtti
+CXXFLAGS:=@CXXFLAGS@ -fno-exceptions -fno-rtti -DHAVE_DECL_GETOPT=0
 
 include $(srcdir)/../Makefile.common
 
index 5bce951ecffb58b4b667e3267330162a1c8f0bf0..ce9ad531320838646dece83a530b82ddf6cdf915 100644 (file)
@@ -759,7 +759,7 @@ dump_sysinfo ()
   time_t now;
   char *found_cygwin_dll;
 
-  printf ("\nCygnus Win95/NT Configuration Diagnostics\n");
+  printf ("\nCygwin Win95/NT Configuration Diagnostics\n");
   time (&now);
   printf ("Current System Time: %s\n", ctime (&now));
 
index 9f066eb59223861c68aa20d02081f4fc1b4c3e84..bac8b42db8c1aaba19bda3483287fc6655413046 100644 (file)
@@ -1,6 +1,5 @@
-/* pathconv.cc -- convert pathnames between Windows and Unix format
-   Copyright 1998, 1999, 2000 Cygnus Solutions.
-   Written by Ian Lance Taylor <ian@cygnus.com>.
+/* cygpath.cc -- convert pathnames between Windows and Unix format
+   Copyright 1998, 1999, 2000, 2001 Red Hat, Inc.
 
 This file is part of Cygwin.
 
@@ -294,8 +293,8 @@ main (int argc, char **argv)
          break;
 
        case 'v':
-         printf ("Cygwin pathconv version 1.0\n");
-         printf ("Copyright 1998,1999,2000 Cygnus Solutions\n");
+         printf ("Cygwin path conversion version 1.1\n");
+         printf ("Copyright 1998,1999,2000,2001 Red Hat, Inc.\n");
          exit (0);
 
        default:
index 249f089d6a2f335b455988c7d317bd3e65a2d485..c0e7079cc3335a3df623740943ef370b0ef6dbdb 100644 (file)
@@ -1,6 +1,6 @@
 /* module_info.cc
 
-   Copyright 1999 Cygnus Solutions.
+   Copyright 1999,2000,2001 Red Hat, Inc.
 
    Written by Egor Duda <deo@logos-m.ru>
 
index 7e2a83731d91b33f5fcccb7b34a6f4ad92955c9b..07242da879410c2b7ff15aa7b814846d3ced51e5 100644 (file)
@@ -1,6 +1,6 @@
 /* parse_pe.cc
 
-   Copyright 1999 Cygnus Solutions.
+   Copyright 1999,2000,2001 Red Hat, Inc.
 
    Written by Egor Duda <deo@logos-m.ru>
 
index 796d9f069b71156551f8e7dca0abd22054833e1c..c32110b43982eb85825af1c7c42e160d6f937ba4 100644 (file)
@@ -1,6 +1,6 @@
 /* ps.cc
 
-   Copyright 1996, 1997, 1998, 1999, 2000 Cygnus Solutions.
+   Copyright 1996, 1997, 1998, 1999, 2000, 2001 Red Hat, Inc.
 
 This file is part of Cygwin.
 
index c19b78cdc0a01f8e09ceed0ba29373dca5bcc61c..cff08c70a19749022b4fec7df9a3af9a207b8eeb 100644 (file)
@@ -1,6 +1,6 @@
 /* umount.cc
 
-   Copyright 1996, 1998, 1999 Cygnus Solutions.
+   Copyright 1996, 1998, 1999, 2000, 2001 Red Hat, Inc.
 
 This file is part of Cygwin.
 
This page took 0.039606 seconds and 5 git commands to generate.