aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/ChangeLog
diff options
context:
space:
mode:
authorSandra Loosemore <sandra@codesourcery.com>2006-06-10 18:45:26 +0000
committerSandra Loosemore <sandra@codesourcery.com>2006-06-10 18:45:26 +0000
commitfc320d37075ac09447d7492f5a6f2c21f652cfb0 (patch)
tree60f0549cec6ca412aa4e33402a179e50b5330c75 /gdb/doc/ChangeLog
parent98739726e2765867341ca3cae4631b22c8cf8143 (diff)
downloadgdb-fc320d37075ac09447d7492f5a6f2c21f652cfb0.zip
gdb-fc320d37075ac09447d7492f5a6f2c21f652cfb0.tar.gz
gdb-fc320d37075ac09447d7492f5a6f2c21f652cfb0.tar.bz2
Copy edit File-I/O section of manual
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r--gdb/doc/ChangeLog34
1 files changed, 34 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 0e46b85..a3df08e 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,37 @@
+2006-06-10 Sandra Loosemore <sandra@codesourcery.com>
+
+ * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
+ and font markup.
+ (Protocol basics): Likewise.
+ (The F request packet): Likewise.
+ (The F reply packet): Likewise.
+ (Memory transfer): Move this node to be a subsubsection of
+ "Protocol specific representation of datatypes".
+ (The Ctrl-C message): More copy editing.
+ (Console I/O): Likewise.
+ (The isatty call): Delete this node, and merge its content into
+ the "isatty" node. Fixed references elsewhere.
+ (The system call): Delete this node, and merge its content into
+ the "system" node. Fixed references elsewhere.
+ (open): Reformat to use @table, and add appropriate font markup.
+ (close): Likewise.
+ (read): Likewise.
+ (write): Likewise.
+ (lseek): Likewise.
+ (rename): Likewise.
+ (unlink): Likewise.
+ (stat/fstat): Likewise.
+ (gettimeofday): Likewise.
+ (isatty): Likewise.
+ (system): Likewise, plus minor changes to fix confusing wording.
+ (Integral datatypes): Fix font markup.
+ (Pointer values): Likewise.
+ (struct stat): Fix markup to use @table, plus minor copy editing.
+ (struct timeval): Fix font markup, plus minor copy editing.
+ (Constants): Minor copy editing.
+ (Errno values): Add font markup.
+ (File-I/O Examples): Likewise.
+
2006-06-10 Nick Roberts <nickrob@snap.net.nz>
* gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.