aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 92a66d45..5d10ffee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+2015-04-08 Arnold D. Robbins <arnold@skeeve.com>
+
+ Factor out opening of /dev/XXX files from /inet.
+ Enable interpretation of special filenames for profiling output.
+
+ * awk.h (devopen_simple): Add declaration.
+ * io.c (devopen_simple): New routine.
+ (devopen): Call devopen_simple as appropriate.
+ * profile.c (set_prof_file): Call devopen_simple as appropriate,
+ some additonal logic to hande fd to fp conversion.
+
+ Unrelated:
+
+ * main.c (usage): Add a comment for translators.
+
+2015-04-08 Eli Zaretskii <eliz@gnu.org>
+
+ * profile.c (set_prof_file): Interpret a file name of "-" to mean
+ standard output.
+
+2015-04-06 Arnold D. Robbins <arnold@skeeve.com>
+
+ * awk.h (force_number): Add `!= 0' check to bitwise operation.
+ * awkgram.y: Same, many places.
+ (check_special): Simplify code for checking extension flags.
+
2015-04-05 Arnold D. Robbins <arnold@skeeve.com>
* awkgram.y (install_builtins): If do_traditional is true, do not