Imported from ../bash-2.01.tar.gz.
This commit is contained in:
parent
ccc6cda312
commit
d166f04881
304 changed files with 14702 additions and 13012 deletions
17
NEWS
17
NEWS
|
|
@ -1,3 +1,20 @@
|
|||
This is a terse description of the new features added to bash-2.01 since
|
||||
the release of bash-2.0. As always, the manual page (doc/bash.1) is the
|
||||
place to look for complete descriptions.
|
||||
|
||||
1. New Features in Bash
|
||||
|
||||
a. There is a new builtin array variable: GROUPS, the set of groups to which
|
||||
the user belongs. This is used by the test suite.
|
||||
|
||||
2. New Features in Readline
|
||||
|
||||
a. If a key sequence bound to `universal-argument' is read while reading a
|
||||
numeric argument started with `universal-argument', it terminates the
|
||||
argument but is otherwise ignored. This provides a way to insert multiple
|
||||
instances of a digit string, and is how GNU emacs does it.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
This is a terse description of the new features added to bash-2.0 since
|
||||
the release of bash-1.14.7. As always, the manual page (doc/bash.1) is
|
||||
the place to look for complete descriptions.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue