summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-09-23 22:44:59 -0700
committerKaz Kylheku <kaz@kylheku.com>2011-09-23 22:44:59 -0700
commita29f25226ac408489c311050e795c75d1985d9dd (patch)
tree1f648ad9e7fe6365824380ed75ebf46010884168 /ChangeLog
parentd11481b8cd38d63d21d50fb1b7fc9c49a7f21c0d (diff)
downloadtxr-a29f25226ac408489c311050e795c75d1985d9dd.tar.gz
txr-a29f25226ac408489c311050e795c75d1985d9dd.tar.bz2
txr-a29f25226ac408489c311050e795c75d1985d9dd.zip
* LICENSE, Makefile, configure, gc.c, gc.h, hash.c, hash.h, lib.c,
lib.h, match.c, match.h, parser.h, parser.l, parser.y, regex.c, regex.h, stream.c, stream.h, txr.1, txr.c, txr.h, unwind.c, unwind.h, utf8.c, utf8.h: Updated copyright year.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index facb6c99..56e6cfe3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2011-09-23 Kaz Kylheku <kaz@kylheku.com>
+ Copyright year update.
+
+ * LICENSE, Makefile, configure, gc.c, gc.h, hash.c, hash.h, lib.c,
+ lib.h, match.c, match.h, parser.h, parser.l, parser.y, regex.c,
+ regex.h, stream.c, stream.h, txr.1, txr.c, txr.h, unwind.c, unwind.h,
+ utf8.c, utf8.h: Updated copyright year.
+
+2011-09-23 Kaz Kylheku <kaz@kylheku.com>
+
* match.c, parser.y: Support for old output syntax removed.
Leading :nothrow with trailing material is an error now.