newsGNU Rush - News: Version 1.9

 
 
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.9

Item posted by Sergey Poznyakoff <gray> on Wed Apr 24 05:59:44 2019.

Version 1.9 is available for download from Puszcza and GNU main archives. It should soon become available in the mirrors too.

New in this version:

Backreference expansion

Arguments to tranformations, chroot and chdir statements can contain references to parenthesized groups in the recent regular expression match. Such references are replaced with the strings that matched the corresponding groups. Syntactically, a backreference expansion is a percent sign followed by one-digit number of the subexpression (1-based, %0 refers to entire matched line). For example

User-defined variables

The configuration file can define new variables or redefine the built-in ones using the setvar statement:

Here, VAR is the variable name, and PATTERN is its new value. The PATTERN is subject to variable and backreference expansion.

User-defined variables can be unset using the "unsetvar" statement:

Unsetting a built-in variable, previously redefined using the setvar statement causes the user-supplied definition to be forgotten and the built-in one restored.

Shell-like variable expansion

The following shell-like notations are supported:

New script rush-po for extracting translatable strings from the configuration

The script rush-po.awk that was used in prior versions has been withdrawn.

Comments:

No messages in Version 1.9

 

Show feedback again

Back to the top


Powered by Savane 3.1-cleanup+gray