sanitization
authorStan Shebs <shebs@codesourcery.com>
Sat, 7 Jan 1995 01:35:41 +0000 (01:35 +0000)
committerStan Shebs <shebs@codesourcery.com>
Sat, 7 Jan 1995 01:35:41 +0000 (01:35 +0000)
gdb/ChangeLog

index e70d65e59b65e421895a6ee321039052f138ef9c..c7cd97bd97d71d9e35b1f69acf72769a84191579 100644 (file)
@@ -1,6 +1,6 @@
 Thu Jan  5 17:38:29 1995  Stu Grossman  (grossman@cygnus.com)
 
-       * Makefile.in (install_only uninstall):  Indent for clarity
+       * Makefile.in (install_only uninstall):  Indent for clarity.
 
        * core.c (dis_asm_read_memory):  Add call to
        dis_asm_read_memory_hook to provide alternate way for disassembler
@@ -9,6 +9,10 @@ Thu Jan  5 17:38:29 1995  Stu Grossman  (grossman@cygnus.com)
        * defs.h:  Protect from multiple inclusion.  Add decl for
        dis_asm_read_memory_hook.
 
+       * top.c:  Make window startup be the default.
+       * Add dis_asm_read_memory_hook.
+
+start-sanitize-gdbtk
        * gdbtk.c (finish_saving_output):  Don't do anything if not saving
        output.
        * (breakpoint_notify):  Don't send null filename to tcl.
@@ -30,9 +34,7 @@ Thu Jan  5 17:38:29 1995  Stu Grossman  (grossman@cygnus.com)
        since they don't exist yet.
 
        * Pop up a copyright window on startup.
-
-       * top.c:  Make window startup be the default.
-       * Add dis_asm_read_memory_hook.
+end-sanitize-gdbtk
 
 Thu Jan  5 01:16:40 1995  Jeff Law  (law@snake.cs.utah.edu)