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.
Tue Jan 30 15:43:08 2001 Andrew Cagney <cagney@cygnus.com>
/* 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.
#endif
#include <sys/types.h>
-#include <string.h>
+#include "gdb_string.h"
#include <errno.h>
#include <setjmp.h>
#include <sys/time.h>
/* 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.
#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;
/* 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.
#include "defs.h"
#include "mi-console.h"
-#include <string.h>
+#include "gdb_string.h"
/* Convenience macro for allocting typesafe memory. */
/* 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.
#include "defs.h"
#include "mi-getopt.h"
-#include "string.h"
+#include "gdb_string.h"
int
mi_getopt (const char *prefix,
/* 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.
#include "mi-parse.h"
#include <ctype.h>
-#include <string.h>
+#include "gdb_string.h"
#undef XMALLOC
#define XMALLOC(TYPE) ((TYPE*) xmalloc (sizeof (TYPE)))
/* 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.
#include <sys/socket.h>
#include <sys/time.h>
#include <fcntl.h>
-#include <string.h>
+#include "gdb_string.h"
#include "signals.h"