summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0db77cc7..dc5589a7 100644
--- a/NEWS
+++ b/NEWS
@@ -24,6 +24,15 @@ GNU Bison NEWS
** New features
+*** Bison is now relocatable
+
+ If you pass '--enable-relocatable' to 'configure', Bison is relocatable.
+
+ A relocatable program can be moved or copied to a different location on
+ the file system. It can also be used through mount points for network
+ sharing. It is possible to make symlinks to the installed and moved
+ programs, and invoke them through the symlink.
+
*** %expect and %expect-rr modifiers on individual rules
One can now document (and check) which rules participate in shift/reduce