summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-11-21 10:39:53 +0200
committerArnold D. Robbins <arnold@skeeve.com>2014-11-21 10:39:53 +0200
commitd8035c3f7d40d741d7be27e323dcad5757a32759 (patch)
tree32c54db468b15bf8379fe0e88f01cee1a53673ba
parent2ef8920a5dfb2d1975deecb83e8239d90a58600c (diff)
downloadgawk-d8035c3f7d40d741d7be27e323dcad5757a32759.tar.gz
Some minor cleanups.
-rw-r--r--ChangeLog5
-rw-r--r--NOTES26
-rw-r--r--main.c3
3 files changed, 6 insertions, 28 deletions
diff --git a/ChangeLog b/ChangeLog
index bf1461d9..a053ca66 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-11-21 Arnold D. Robbins <arnold@skeeve.com>
+
+ * main.c: Remove a debugging // comment.
+ * NOTES: Removed.
+
2014-11-20 Paul Eggert <eggert@cs.ucla.edu>
Port to systems where malloc (0) and/or realloc(P, 0) returns NULL.
diff --git a/NOTES b/NOTES
deleted file mode 100644
index f7dee5ca..00000000
--- a/NOTES
+++ /dev/null
@@ -1,26 +0,0 @@
-Page 18. OK to move the sidebar although having it at the opening
-is sort of like the opening quotes I have in other places; it's meant
-to be humorous.
-
-Page 10 - references to 'Chapter 10' and 'Chapter 11' have been left
-alone since they are links and I can't do it that way in texinfo anyway.
-
-Appendices vs. Appendixes: I have left it as the former; the latter
-looks totally wrong to me.
-
-Numbers: I use the style where values from zero to nine are spelled
-out and from 10 up they're written with digits. (I forget what the
-Chicago Manual of Style calls this.) So I've rejected those changes.
-
-C heads - I have not lowercased them; this would be incorrect
-for the Texinfo, so I've marked them as Rejected but with a reply
-in the PDF to please do this during production.
-
-Literal layout blocks not being indented - I used literal layout to get
-the brackets, which indicate optional stuff, in Roman. I think that if you
-simply fix the style sheets to indent those blocks, we should be in better
-shape.
-
-ADD STUFF ON danfuzz repo.
-
-At page 482.
diff --git a/main.c b/main.c
index ddda1d66..1323330c 100644
--- a/main.c
+++ b/main.c
@@ -492,8 +492,7 @@ main(int argc, char **argv)
if (use_lc_numeric)
setlocale(LC_NUMERIC, locale);
#endif
-// fprintf(stderr, "locale is <%s>\n", locale); fflush(stderr);
-
+
init_io();
output_fp = stdout;