newsGNU Rush - News: Version 1.1 released.

 
 
Show feedback again
Latest News
Version 2.3 posted by gray, Sat Jul 16 17:19:09 2022 - 0 replies
Version 2.2 posted by gray, Sun Jan 2 14:31:42 2022 - 0 replies
Version 2.1 posted by gray, Fri Jul 12 19:44:29 2019 - 0 replies
Version 2.0 posted by gray, Mon Jul 1 08:16:52 2019 - 0 replies
Version 1.9 posted by gray, Wed Apr 24 05:59:44 2019 - 0 replies
[Submit News]
[15 news in archive]

Version 1.1 released.

Item posted by Sergey Poznyakoff <gray> on Fri Aug 29 22:15:08 2008.

The version 1.1 is available for download. Main changes in this release:

  • A condition can be negated.

Placing ! between the keyword and expression of a condition indicates its negation, e.g.:

command ! ^cvs

matches any command line that does not begin with 'cvs'

  • New action 'exit'

The 'exit' statement insructs rush to write the supplied error message to the specified file descriptor and exit immediately. If file descriptor is not given, 2 (standard error) is used.

Exit actions are useful for writing "trap rules", i.e. rules that
are intended to trap incorrect or prohibited command lines and to return customized reply messages in such cases.

  • New statement 'regexp'

Configures the style of regular expressions used in subsequent
'cmdline' and 'match' clauses. For example:

regex +icase +extended

sets case-insensitive extended regular expressions.

Comments:

No messages in Version 1.1 released.

 

Show feedback again

Back to the top


Powered by Savane 3.1-cleanup+gray