diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-11-21 10:39:53 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-11-21 10:39:53 +0200 |
commit | d8035c3f7d40d741d7be27e323dcad5757a32759 (patch) | |
tree | 32c54db468b15bf8379fe0e88f01cee1a53673ba | |
parent | 2ef8920a5dfb2d1975deecb83e8239d90a58600c (diff) | |
download | egawk-d8035c3f7d40d741d7be27e323dcad5757a32759.tar.gz egawk-d8035c3f7d40d741d7be27e323dcad5757a32759.tar.bz2 egawk-d8035c3f7d40d741d7be27e323dcad5757a32759.zip |
Some minor cleanups.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NOTES | 26 | ||||
-rw-r--r-- | main.c | 3 |
3 files changed, 6 insertions, 28 deletions
@@ -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. @@ -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. @@ -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; |