2001-01-31 David Smith <dsmith@redhat.com>
authorDavid Smith <dsmith@redhat.com>
Wed, 31 Jan 2001 15:46:36 +0000 (15:46 +0000)
committerDavid Smith <dsmith@redhat.com>
Wed, 31 Jan 2001 15:46:36 +0000 (15:46 +0000)
* event-loop.c: Change inclusion of string.h to gdb_string.h and
updated the copyright notice.
* ser-pipe.c: Ditto.
* mi/mi-cmds.c: Ditto.
* mi/mi-console.c: Ditto.
* mi/mi-getopt.c: Ditto.
* mi/mi-parse.c: Ditto.

gdb/ChangeLog
gdb/event-loop.c
gdb/mi/mi-cmds.c
gdb/mi/mi-console.c
gdb/mi/mi-getopt.c
gdb/mi/mi-parse.c
gdb/ser-pipe.c

index cd21650a2a34f906a0401f9f2d5baeaeaf696889..5d52559ef35d6eed308af7d6aaebcd4a1b260031 100644 (file)
@@ -1,3 +1,13 @@
+2001-01-31  David Smith  <dsmith@redhat.com>
+
+       * event-loop.c: Change inclusion of string.h to gdb_string.h and
+       updated the copyright notice.
+       * ser-pipe.c: Ditto.
+       * mi/mi-cmds.c: Ditto.
+       * mi/mi-console.c: Ditto.
+       * mi/mi-getopt.c: Ditto.
+       * mi/mi-parse.c: Ditto.
+
 2001-01-31  David Smith  <dsmith@redhat.com>
 
        * MAINTAINERS: Add David Smith to Write After Approval list.
index ad7ba66f87f610193b53098777c051f6077d48c4..1ae2a82e1a0b7128388eafb4efcbb530f431bc67 100644 (file)
@@ -1,5 +1,5 @@
 /* Event loop machinery for GDB, the GNU debugger.
-   Copyright 1999 Free Software Foundation, Inc.
+   Copyright 1999, 2001 Free Software Foundation, Inc.
    Written by Elena Zannoni <ezannoni@cygnus.com> of Cygnus Solutions.
 
    This file is part of GDB.
@@ -33,7 +33,7 @@
 #endif
 
 #include <sys/types.h>
-#include <string.h>
+#include "gdb_string.h"
 #include <errno.h>
 #include <setjmp.h>
 #include <sys/time.h>
index ff8b53772de35f36edafc0aecd5d0e2c9e557007..64ad4f6ee29d919a5118e059a03d0ff176dcbaa5 100644 (file)
@@ -1,5 +1,5 @@
 /* MI Command Set.
-   Copyright (C) 2000, Free Software Foundation, Inc.
+   Copyright (C) 2000, 2001 Free Software Foundation, Inc.
    Contributed by Cygnus Solutions (a Red Hat company).
 
    This file is part of GDB.
@@ -22,7 +22,7 @@
 #include "defs.h"
 #include "top.h"
 #include "mi-cmds.h"
-#include <string.h>
+#include "gdb_string.h"
 
 extern void _initialize_mi_cmds (void);
 struct mi_cmd;
index b27d14ea74686da103903a54f07bf52fff569634..dc9a217d75c7548e82dab1f911812e54f7a418df 100644 (file)
@@ -1,5 +1,5 @@
 /* MI Console code.
-   Copyright (C) 2000, Free Software Foundation, Inc.
+   Copyright (C) 2000, 2001 Free Software Foundation, Inc.
    Contributed by Cygnus Solutions (a Red Hat company).
 
    This file is part of GDB.
@@ -21,7 +21,7 @@
 
 #include "defs.h"
 #include "mi-console.h"
-#include <string.h>
+#include "gdb_string.h"
 
 /* Convenience macro for allocting typesafe memory. */
 
index 7436c5fa81b5bb82730b9b7898ae1d7438e2172d..74cbd673e7d9206c19789d955735c15f922752ae 100644 (file)
@@ -1,5 +1,5 @@
 /* MI Command Set - MI Option Parser.
-   Copyright (C) 2000, Free Software Foundation, Inc.
+   Copyright (C) 2000, 2001 Free Software Foundation, Inc.
    Contributed by Cygnus Solutions (a Red Hat company).
 
    This file is part of GDB.
@@ -21,7 +21,7 @@
 
 #include "defs.h"
 #include "mi-getopt.h"
-#include "string.h"
+#include "gdb_string.h"
 
 int
 mi_getopt (const char *prefix,
index 41e0351da22257e580c9ea15dd88129798a7f038..73e7bcb729c65fc960a1834351c8038651029122 100644 (file)
@@ -1,5 +1,5 @@
 /* MI Command Set - MI parser.
-   Copyright (C) 2000, Free Software Foundation, Inc.
+   Copyright (C) 2000, 2001 Free Software Foundation, Inc.
    Contributed by Cygnus Solutions (a Red Hat company).
 
    This file is part of GDB.
@@ -24,7 +24,7 @@
 #include "mi-parse.h"
 
 #include <ctype.h>
-#include <string.h>
+#include "gdb_string.h"
 
 #undef XMALLOC
 #define XMALLOC(TYPE) ((TYPE*) xmalloc (sizeof (TYPE)))
index a172e7105829fe64a097699eec08656ff3b1f1a7..41fb083d5ce74fb0db0544ec6a7470674c158a21 100644 (file)
@@ -1,5 +1,5 @@
 /* Serial interface for a pipe to a separate program
-   Copyright 1999 Free Software Foundation, Inc.
+   Copyright 1999, 2001 Free Software Foundation, Inc.
 
    Contributed by Cygnus Solutions.
 
@@ -31,7 +31,7 @@
 #include <sys/socket.h>
 #include <sys/time.h>
 #include <fcntl.h>
-#include <string.h>
+#include "gdb_string.h"
 
 #include "signals.h"
 
This page took 0.031841 seconds and 4 git commands to generate.