summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a6af113f..00e5162f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2013-12-17 Kaz Kylheku <kaz@kylheku.com>
+ * stream.c (stdio_seek): Bugfix. Was returning current position
+ whenever offset is zero, regardless of whence argument.
+
+2013-12-17 Kaz Kylheku <kaz@kylheku.com>
+
* parser.y (yybadtoken): Handle HASH_H.
2013-12-17 Kaz Kylheku <kaz@kylheku.com>