aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-02-19 17:50:50 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-02-19 17:50:50 +0000
commit454dfbf4ffc1cb8c1c16170a491d8fb0f5bf20f7 (patch)
tree513346123aa03016beea17f2c92b974ddae56b35 /NEWS
parentb6d212a5a0b487941c956a14ccacbecb8de9388f (diff)
downloadmailfromd-454dfbf4ffc1cb8c1c16170a491d8fb0f5bf20f7.tar.gz
mailfromd-454dfbf4ffc1cb8c1c16170a491d8fb0f5bf20f7.tar.bz2
* src/mailfrom.h (node_type_noop): New node type
* src/gram.y: Allow declarations of initialized variables. (print_node) <node_type_return>: Fix coredump on void returns (optimize_node): Fix coredump on `if 0 <expr>' git-svn-id: file:///svnroot/mailfromd/trunk@1259 7a8a7f39-df28-0410-adc6-e0d955640f24
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS23
1 files changed, 21 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 587d737e..27cdf94a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Mailfromd NEWS -- history of user-visible changes. 2007-01-22
+Mailfromd NEWS -- history of user-visible changes. 2007-02-19
Copyright (C) 2005, 2006, 2007 Sergey Poznyakoff
See the end of file for copying conditions.
@@ -42,7 +42,26 @@ code self-sufficient.
if ($f != s)
...
fi
-
+
+* It is allowed to initialize variables in declarations.
+
+For example, instead of
+
+ number x
+ set x 1
+
+you can write
+
+ number x 1
+
+* Bugfixes
+** Fixed coredumps on printing void returns with --dump-tree
+** Fix coredumps on optimising conditionals like
+
+ if 0
+ do_something
+ fi
+
Version 3.1.90, 2006-12-13

Return to:

Send suggestions and report system problems to the System administrator.