Version 2.16 Patchlevel 2
Added Features/Bug Fixes
- Fix a typo in exec.e. This will show up if an ANSI C compiler is used
without -D_NO_PROTO.
Thanks to Jens Schleusener <Jens.Schleusener@dlr.de> for pointing out
the problem.
- Add the following internal commands: show_attr(<attr_name>),
hide_attr(<attr_name>), show_attr_name(<attr_name>), and
hide_attr_name(<attr_name>).
- In MergeWithTable(), instead of executing the attribute named 'exec',
now it also looks for another attribute named 'EXEC_AFTER_MERGE'. If
the 'EXEC_AFTER_MERGE' attribute is found, the attribute named by it
is executed instead.
William Chia-Wei Cheng (william@cs.umd.edu)