mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-12 14:40:50 +02:00
enable MULTIPLE_COPROCS; bind -p/-P can print out bindings for individual command names; changes to Makefile to remove MFLAGS; simplify build tools by assuming C90 compilation environment for better cross-compiling support
This commit is contained in:
@@ -428,6 +428,10 @@ version and versions 2.0 and above.
|
||||
there are four or fewer, it uses the posix test algorithm on the
|
||||
subexpression.
|
||||
|
||||
68. The bind builtin's -p and -P options treat any arguments remaining after
|
||||
option processing as bindable command names for which to print any key
|
||||
bindings.
|
||||
|
||||
Shell Compatibility Level
|
||||
=========================
|
||||
|
||||
@@ -587,6 +591,8 @@ compat51 (set using BASH_COMPAT)
|
||||
compat52 (set using BASH_COMPAT)
|
||||
- the test builtin uses its historical algorithm for parsing
|
||||
expressions composed of five or more primaries.
|
||||
- the -p and -P options to the bind builtin treat remaining arguments
|
||||
as bindable command names for which to print any key bindings
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user