aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 910c8a96..bc3aca64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Mon Jan 17 22:48:48 2011 Arnold D. Robbins <arnold@skeeve.com>
+
+ * builtin.c (do_bindtextdomain): Change type of `the_result'
+ to const char* to kill compiler warnings.
+ * debug.c (source_find): Improve error message when file not
+ found.
+ * awkgram.y (get_src_buf): Add cast to value of `read' to
+ turn off compiler warnings on different systems.
+
Mon Jan 10 21:40:05 2011 Andreas Buening <andreas.buening@nexgo.de>
* io.c (devopen): Handle opening of directories for OS/2.