summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2009-12-17 14:35:21 -0800
committerKaz Kylheku <kaz@kylheku.com>2009-12-17 14:35:21 -0800
commitf9ea3b7c156391758aa0356c7636983393184a39 (patch)
treea456bb87ad8b1f3e06374259b8f61578b03eaddd /ChangeLog
parentcd5959194340d95f08abf8230d7f5e5a72728eb9 (diff)
downloadtxr-f9ea3b7c156391758aa0356c7636983393184a39.tar.gz
txr-f9ea3b7c156391758aa0356c7636983393184a39.tar.bz2
txr-f9ea3b7c156391758aa0356c7636983393184a39.zip
* lib.c (make_package, find_package): Eliminate declaration
in the middle of statement block. * lib.h (TAG_MASK): Becomes type cnum rather than long. (nao): Based off 1 rather than -1 to avoid left shift of negative number.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 328f6452..29e94a41 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2009-12-17 Kaz Kylheku <kkylheku@gmail.com>
+
+ * lib.c (make_package, find_package): Eliminate declaration
+ in the middle of statement block.
+
+ * lib.h (TAG_MASK): Becomes type cnum rather than long.
+ (nao): Based off 1 rather than -1 to avoid left shift of
+ negative number.
+
2009-12-09 Kaz Kylheku <kkylheku@gmail.com>
* parser.l (YYINPUT): Fix signed/unsigned comparison.