]> git.ipfire.org Git - thirdparty/bash.git/log
thirdparty/bash.git
2 years agonew readline application variable rl_full_quoting_desired; new programmable completio...
Chet Ramey [Fri, 16 Jun 2023 16:49:11 +0000 (12:49 -0400)] 
new readline application variable rl_full_quoting_desired; new programmable completion option "fullquote"; TIMEFORMAT now accepts precisions up to six digits

2 years agoextend assoc_expand_once to indexed arrays; rename to array_expand_once, keeping...
Chet Ramey [Tue, 13 Jun 2023 15:44:33 +0000 (11:44 -0400)] 
extend assoc_expand_once to indexed arrays; rename to array_expand_once, keeping old name as a synonym; udpate shopt documentation

2 years agofix for optimizing forks away if bash -ic command is executed
Chet Ramey [Mon, 12 Jun 2023 21:46:30 +0000 (17:46 -0400)] 
fix for optimizing forks away if bash -ic command is executed

2 years agofix for adding `;' to nofork command substitution; IBM z/OS changes; fix for files...
Chet Ramey [Sat, 3 Jun 2023 18:21:03 +0000 (14:21 -0400)] 
fix for adding `;' to nofork command substitution; IBM z/OS changes; fix for files ending with backslash; fix for expanding compound assignment in an alias; fix for printing here-documents in if statements; change to make enable -fn load a builtin but mark it as disabled; fix for removing FIFOs during `.'; fix for single-quoting translations

2 years agominor readline fixes for isearch, insert-char,quoted-insert, and do-lowercase-version...
Chet Ramey [Wed, 31 May 2023 14:40:39 +0000 (10:40 -0400)] 
minor readline fixes for isearch, insert-char,quoted-insert, and do-lowercase-version; fix buffer overflow with printf %b; work around issues with isblank in UTF-8 locales on macOS; fixes for the enable builtin

2 years agoremove `(' from chars that can follow `${' command substitution; fix for empty comman...
Chet Ramey [Fri, 26 May 2023 21:29:41 +0000 (17:29 -0400)] 
remove `(' from chars that can follow `${' command substitution; fix for empty command substitutions; fix for adding incomplete command substitutions to history; fix for function source file with -c command; fix for EOF at PS2 when ignoreeof is set

2 years agoupdates for nofork command substitution; changes for z/OS machines; fix for race...
Chet Ramey [Mon, 22 May 2023 13:37:41 +0000 (09:37 -0400)] 
updates for nofork command substitution; changes for z/OS machines; fix for race in wait_for_any_job

2 years agocomplete initial implementation of nofork command substitution (${ command; })
Chet Ramey [Mon, 15 May 2023 17:30:18 +0000 (13:30 -0400)] 
complete initial implementation of nofork command substitution (${ command; })

2 years agosubshells should not inherit FIFOs; initial framework for nofork (foreground) command...
Chet Ramey [Tue, 9 May 2023 14:33:56 +0000 (10:33 -0400)] 
subshells should not inherit FIFOs; initial framework for nofork (foreground) command substitutions

2 years agofix for incomplete multibyte characters in pasted input; fix for syntax errors while...
Chet Ramey [Thu, 4 May 2023 15:19:43 +0000 (11:19 -0400)] 
fix for incomplete multibyte characters in pasted input; fix for syntax errors while entering compound assignments; fix for jobs not removing jobs from the list in a SIGCHLD trap; fix for PS0 that contains a command substitution after interactive shell reads EOF; fix for non-interactive shell reading from stdin and evaling a command that dups stdin

2 years agoasan fuzzing fixes; fix incomplete multibyte chars in history expansion; new nosort...
Chet Ramey [Mon, 1 May 2023 13:59:55 +0000 (09:59 -0400)] 
asan fuzzing fixes; fix incomplete multibyte chars in history expansion; new nosort GLOBSORT value

2 years agochanges to non-incremental searching to avoid pointer alias problems, undo issues
Chet Ramey [Thu, 27 Apr 2023 18:56:35 +0000 (14:56 -0400)] 
changes to non-incremental searching to avoid pointer alias problems, undo issues

2 years agoallow FIGNORE suffixes to match entire pathnames; allow SIGINT received while a funct...
Chet Ramey [Mon, 24 Apr 2023 19:25:45 +0000 (15:25 -0400)] 
allow FIGNORE suffixes to match entire pathnames; allow SIGINT received while a function is executing in a loop to break the loop

2 years agoreadline and completion fixes
Chet Ramey [Thu, 20 Apr 2023 15:27:36 +0000 (11:27 -0400)] 
readline and completion fixes

2 years agonew compgen -V option to store completions in an array
Chet Ramey [Tue, 18 Apr 2023 14:25:47 +0000 (10:25 -0400)] 
new compgen -V option to store completions in an array

2 years agonew GLOBSORT variable
Chet Ramey [Sun, 16 Apr 2023 20:13:14 +0000 (16:13 -0400)] 
new GLOBSORT variable

2 years agoposix mode changes for interp 1150; fix for varassign redirection; fix for nameref...
Chet Ramey [Tue, 11 Apr 2023 13:56:03 +0000 (09:56 -0400)] 
posix mode changes for interp 1150; fix for varassign redirection; fix for nameref in ${param=value} expansion

2 years agofix minor asan bug; $(<nosuchfile) is no longer a fatal error with errexit enabled...
Chet Ramey [Wed, 5 Apr 2023 20:07:04 +0000 (16:07 -0400)] 
fix minor asan bug; $(<nosuchfile) is no longer a fatal error with errexit enabled; fixes for vi t/T motion commands

2 years agorest of work to convert unwind-protects to ANSI/ISO C; size_t updates; function proto...
Chet Ramey [Mon, 3 Apr 2023 16:07:25 +0000 (12:07 -0400)] 
rest of work to convert unwind-protects to ANSI/ISO C; size_t updates; function prototype changes for ANSI/ISO C

2 years agomore ANSI/ISO C changes; start on converting the unwind-protect framework to ANSI C
Chet Ramey [Wed, 29 Mar 2023 19:43:46 +0000 (15:43 -0400)] 
more ANSI/ISO C changes; start on converting the unwind-protect framework to ANSI C

2 years agomore ANSI/ISO C cleanups
Chet Ramey [Tue, 28 Mar 2023 20:34:56 +0000 (16:34 -0400)] 
more ANSI/ISO C cleanups

2 years agoremove more old, unused files
Chet Ramey [Tue, 28 Mar 2023 19:54:06 +0000 (15:54 -0400)] 
remove more old, unused files

2 years agosmall asan fixes; size_t and other ANSI C changes; restore readline variables in...
Chet Ramey [Mon, 27 Mar 2023 20:38:37 +0000 (16:38 -0400)] 
small asan fixes; size_t and other ANSI C changes; restore readline variables in compgen builtin

2 years agoremove some unused files
Chet Ramey [Mon, 27 Mar 2023 19:02:32 +0000 (15:02 -0400)] 
remove some unused files

2 years agofixes for glibc time/gettimeofday issue; fix issue with history file containing one...
Chet Ramey [Mon, 27 Mar 2023 13:28:12 +0000 (09:28 -0400)] 
fixes for glibc time/gettimeofday issue; fix issue with history file containing one line too few if saving timestamps; fix for signal arriving while displaying readline completions

2 years agochanges to terminate_current_pipeline; fix for adding incomplete command substitution...
Chet Ramey [Wed, 22 Mar 2023 14:27:41 +0000 (10:27 -0400)] 
changes to terminate_current_pipeline; fix for adding incomplete command substitutions to the history list; fix dotglob and compgen interaction

2 years agomore minor asan fixes
Chet Ramey [Mon, 20 Mar 2023 19:23:38 +0000 (15:23 -0400)] 
more minor asan fixes

2 years agochanges for PATH being the empty string; more minor asan fixes
Chet Ramey [Fri, 17 Mar 2023 20:03:11 +0000 (16:03 -0400)] 
changes for PATH being the empty string; more minor asan fixes

2 years agobash asan fixes; minor documentation updates
Chet Ramey [Wed, 15 Mar 2023 18:59:24 +0000 (14:59 -0400)] 
bash asan fixes; minor documentation updates

2 years agoscript read errors are now fatal errors; fixes for readline asan issues
Chet Ramey [Mon, 13 Mar 2023 21:20:51 +0000 (17:20 -0400)] 
script read errors are now fatal errors; fixes for readline asan issues

2 years agoposix conformance fixes
Chet Ramey [Fri, 10 Mar 2023 20:45:52 +0000 (15:45 -0500)] 
posix conformance fixes

2 years agoreadline fix for rl_undo_list pointer aliasing; arith command sets word_top
Chet Ramey [Mon, 6 Mar 2023 15:50:45 +0000 (10:50 -0500)] 
readline fix for rl_undo_list pointer aliasing; arith command sets word_top

2 years agofix crash with null arithmetic for expression; fix size_t issue with history search...
Chet Ramey [Thu, 2 Mar 2023 17:04:03 +0000 (12:04 -0500)] 
fix crash with null arithmetic for expression; fix size_t issue with history search string allocation

2 years agolocal variables no longer modify external variables if the variable is supplied as...
Chet Ramey [Mon, 27 Feb 2023 15:55:06 +0000 (10:55 -0500)] 
local variables no longer modify external variables if the variable is supplied as a variable assignment preceding a function call; assignments in compound assignment statements don't undergo brace expansion

2 years agofix for EOF while reading a quoted string; allow window size updates during trap...
Chet Ramey [Wed, 22 Feb 2023 14:36:28 +0000 (09:36 -0500)] 
fix for EOF while reading a quoted string; allow window size updates during trap commands or `bind -x' commands

2 years agocontrol default value of patsub_replacement from config-top.h; documentation updates
Chet Ramey [Mon, 20 Feb 2023 16:59:04 +0000 (11:59 -0500)] 
control default value of patsub_replacement from config-top.h; documentation updates

2 years agoadd support for case-insensitive incremental and non-incremental history searches...
Chet Ramey [Fri, 17 Feb 2023 22:13:04 +0000 (17:13 -0500)] 
add support for case-insensitive incremental and non-incremental history searches in readline; controlled by new bindable readline variable `search-ignore-case'

2 years agochanges to placing rl_point after alias-expand-line or history-expand-line
Chet Ramey [Wed, 15 Feb 2023 20:31:02 +0000 (15:31 -0500)] 
changes to placing rl_point after alias-expand-line or history-expand-line

2 years agofix for $_ when executing $PROMPT_COMMAND; fix for extra line in history after here...
Chet Ramey [Mon, 13 Feb 2023 15:48:05 +0000 (10:48 -0500)] 
fix for $_ when executing $PROMPT_COMMAND; fix for extra line in history after here-document in command substitution

2 years agomake buffered stream read errors sticky; handle EOF in comments explicitly; don't...
Chet Ramey [Wed, 8 Feb 2023 16:34:51 +0000 (11:34 -0500)] 
make buffered stream read errors sticky; handle EOF in comments explicitly; don't change point if alias-expand-line or history-expand-line don't expand anything

2 years agofix tilde expansion in associative array compound assignments
Chet Ramey [Tue, 7 Feb 2023 15:16:51 +0000 (10:16 -0500)] 
fix tilde expansion in associative array compound assignments

2 years agoprintf changes: %q/%Q altform, %ls/%lc wide character strings; posix mode changes...
Chet Ramey [Mon, 6 Feb 2023 15:02:16 +0000 (10:02 -0500)] 
printf changes: %q/%Q altform, %ls/%lc wide character strings; posix mode changes for function execution; allow <( and >) in function names

2 years agochanges to function printing; new trap -P option; posix mode changes for command...
Chet Ramey [Tue, 31 Jan 2023 15:20:31 +0000 (10:20 -0500)] 
changes to function printing; new trap -P option; posix mode changes for command builtin as a declaration utility; changes for compiling without multibyte code

2 years agoallow async ignored signals to be reset to SIG_DFL; give rl_input_available_hook...
Chet Ramey [Tue, 24 Jan 2023 16:14:22 +0000 (11:14 -0500)] 
allow async ignored signals to be reset to SIG_DFL; give rl_input_available_hook precedence in readline:rl_gather_tyi

2 years agofix terminal pgrp issue with async jobs in non-interactive shells; history_expand...
Chet Ramey [Fri, 20 Jan 2023 19:31:00 +0000 (14:31 -0500)] 
fix terminal pgrp issue with async jobs in non-interactive shells; history_expand change to first argument

2 years agofix for multi-level alias expansion with trailing space
Chet Ramey [Wed, 18 Jan 2023 18:59:27 +0000 (13:59 -0500)] 
fix for multi-level alias expansion with trailing space

2 years agofixes for SIGINT handling in asynchronous lists
Chet Ramey [Tue, 17 Jan 2023 18:31:46 +0000 (13:31 -0500)] 
fixes for SIGINT handling in asynchronous lists

2 years agofix for completing quoted filenames with show-all-if-ambiguous set; avoid signed...
Chet Ramey [Tue, 10 Jan 2023 15:23:14 +0000 (10:23 -0500)] 
fix for completing quoted filenames with show-all-if-ambiguous set; avoid signed int overflow in intrand32

2 years agoset of portability changes from lint/asan/ubsan
Chet Ramey [Sat, 7 Jan 2023 18:18:20 +0000 (13:18 -0500)] 
set of portability changes from lint/asan/ubsan

2 years agofinal set of ANSI C changes
Chet Ramey [Thu, 5 Jan 2023 20:09:06 +0000 (15:09 -0500)] 
final set of ANSI C changes

2 years agofourth set of ANSI C changes: size_t; rest globskipdots to enabled default in subshells
Chet Ramey [Wed, 4 Jan 2023 14:18:59 +0000 (09:18 -0500)] 
fourth set of ANSI C changes: size_t; rest globskipdots to enabled default in subshells

2 years agothird set of ANSI C changes: const function parameters
Chet Ramey [Tue, 3 Jan 2023 16:59:43 +0000 (11:59 -0500)] 
third set of ANSI C changes: const function parameters

2 years agosecond set of ANSI C changes: C89-style function declarations, more inline functions...
Chet Ramey [Tue, 3 Jan 2023 15:23:11 +0000 (10:23 -0500)] 
second set of ANSI C changes: C89-style function declarations, more inline functions, remove register keyword

2 years agofirst set of ANSI C changes: remove PARAMS
Chet Ramey [Tue, 3 Jan 2023 15:01:11 +0000 (10:01 -0500)] 
first set of ANSI C changes: remove PARAMS

2 years agofix for optimizing issues in sourced files; change to printf documentation to specify...
Chet Ramey [Tue, 3 Jan 2023 14:38:11 +0000 (09:38 -0500)] 
fix for optimizing issues in sourced files; change to printf documentation to specify valid format characters

2 years agohandle signals at more places in brace expansion; fix for subshells changing terminal...
Chet Ramey [Wed, 21 Dec 2022 14:57:36 +0000 (09:57 -0500)] 
handle signals at more places in brace expansion; fix for subshells changing terminal process group on signals

2 years agofix comsub inside parameter expansion in here-document; fix readline longjmp botch...
Chet Ramey [Mon, 19 Dec 2022 14:38:15 +0000 (09:38 -0500)] 
fix comsub inside parameter expansion in here-document; fix readline longjmp botch; posix change for unset non-identifier; posix change for double quotes inside backquote comsub in here-document; add missing posix pieces to umask builtin

2 years agofix for parameter length expressions for nameref variables expanding to invalid ident...
Chet Ramey [Tue, 13 Dec 2022 17:57:47 +0000 (12:57 -0500)] 
fix for parameter length expressions for nameref variables expanding to invalid identifiers

2 years agofix for programmable completion functions setting traps on signals that readline...
Chet Ramey [Tue, 6 Dec 2022 15:41:41 +0000 (10:41 -0500)] 
fix for programmable completion functions setting traps on signals that readline handles

2 years agomore changes for bracket expressions in patterns
Chet Ramey [Fri, 2 Dec 2022 16:41:48 +0000 (11:41 -0500)] 
more changes for bracket expressions in patterns

2 years agofixes for HAVE_SELECT/HAVE_PSELECT; change some warning messages for nameref loops...
Chet Ramey [Tue, 29 Nov 2022 14:32:40 +0000 (09:32 -0500)] 
fixes for HAVE_SELECT/HAVE_PSELECT; change some warning messages for nameref loops; run unwind-protects if max function nesting level is exceeded

2 years agofix for memory leak with unset associative array elements; last set of changes to...
Chet Ramey [Wed, 23 Nov 2022 22:03:34 +0000 (17:03 -0500)] 
fix for memory leak with unset associative array elements; last set of changes to globbing bracket expressions; fix for timing subshell commands

2 years agofix for too-aggressive optimizing forks away in an `eval' command inside a (command...
Chet Ramey [Mon, 21 Nov 2022 16:43:19 +0000 (11:43 -0500)] 
fix for too-aggressive optimizing forks away in an `eval' command inside a (command) subshell

2 years agofixes for bracket expressions in pathname expansion; changes for select/pselect;...
Chet Ramey [Fri, 18 Nov 2022 16:01:00 +0000 (11:01 -0500)] 
fixes for bracket expressions in pathname expansion; changes for select/pselect; jobs builtin now removes terminated jobs from the jobs table after notifying

2 years agoclarify some arithmetic error messages; fix for read builtin readline timeouts; initi...
Chet Ramey [Mon, 14 Nov 2022 17:08:12 +0000 (12:08 -0500)] 
clarify some arithmetic error messages; fix for read builtin readline timeouts; initial implementation of preserving double quotes in readline completion; add starting line number to some "EOF reached" parser error messages

2 years agofix for displaying `local -'; fix for trap and POSIX interp 1602; fix for readline...
Chet Ramey [Mon, 7 Nov 2022 15:25:28 +0000 (10:25 -0500)] 
fix for displaying `local -'; fix for trap and POSIX interp 1602; fix for readline redisplay when the last invisible character in the prompt string is not on the last line

2 years agofix for @ and * as associative array keys in arithmetic expressions; minor readline...
Chet Ramey [Wed, 2 Nov 2022 20:23:12 +0000 (16:23 -0400)] 
fix for @ and * as associative array keys in arithmetic expressions; minor readline callback mode changes

2 years agochange to binary file detection; fix for negative fractional read timeout; check...
Chet Ramey [Mon, 31 Oct 2022 14:08:36 +0000 (10:08 -0400)] 
change to binary file detection; fix for negative fractional read timeout; check more often for terminating signals in subshells; clear process substitutions in subshells; wait only for last procsub if `wait' is called without arguments

2 years agofix for interactive shell parser reset issue; fix for nested array subscript quoting...
Chet Ramey [Mon, 24 Oct 2022 14:09:52 +0000 (10:09 -0400)] 
fix for interactive shell parser reset issue; fix for nested array subscript quoting issue; fix for process substitutions being closed to early in for loops

2 years agofixes for posix-mode alias expansion in command substitutions; fix for multiple funct...
Chet Ramey [Tue, 18 Oct 2022 19:27:25 +0000 (15:27 -0400)] 
fixes for posix-mode alias expansion in command substitutions; fix for multiple function definitions with here-documents inside command substitutions

2 years agochange to readline callback signal handling; fix message when popping shell function...
Chet Ramey [Sat, 15 Oct 2022 17:34:51 +0000 (13:34 -0400)] 
change to readline callback signal handling; fix message when popping shell function context; handle new terminating signals inside terminating signal handler; fix to pattern substitution with null replacement and null string; fix to alias expansion when we get a SIGINT while entering a command substitution in an interactive shell

2 years agofix for line numbers for nested function declarations; fix execve error for ENOENT
Chet Ramey [Tue, 11 Oct 2022 20:17:22 +0000 (16:17 -0400)] 
fix for line numbers for nested function declarations; fix execve error for ENOENT

2 years agofixes for extended glob in compat mode; fix for brackets appearing in nested paramete...
Chet Ramey [Fri, 7 Oct 2022 21:46:16 +0000 (17:46 -0400)] 
fixes for extended glob in compat mode; fix for brackets appearing in nested parameter expansions

2 years agofix for readline to handle setlocale() returning NULL
Chet Ramey [Fri, 7 Oct 2022 21:44:03 +0000 (17:44 -0400)] 
fix for readline to handle setlocale() returning NULL

2 years agofix crash with unset arrays in arithmetic constructs ; change to avoid printing foreg...
Chet Ramey [Tue, 4 Oct 2022 15:58:54 +0000 (11:58 -0400)] 
fix crash with unset arrays in arithmetic constructs ; change to avoid printing foreground job statuses when we don't want to

2 years agochanges for multibyte characters with intermediate state; small change to readline...
Chet Ramey [Wed, 28 Sep 2022 15:00:34 +0000 (11:00 -0400)] 
changes for multibyte characters with intermediate state; small change to readline forced redisplay

2 years agominor updates for release
Chet Ramey [Fri, 23 Sep 2022 14:05:41 +0000 (10:05 -0400)] 
minor updates for release

2 years agodocumentation updates
Chet Ramey [Tue, 20 Sep 2022 14:16:23 +0000 (10:16 -0400)] 
documentation updates

2 years agofix for problem with command substitutions inside aliases
Chet Ramey [Thu, 1 Sep 2022 14:25:58 +0000 (10:25 -0400)] 
fix for problem with command substitutions inside aliases

2 years agofix parser problem with auto-setting extglob inside command substitution inside condi...
Chet Ramey [Tue, 30 Aug 2022 15:42:30 +0000 (11:42 -0400)] 
fix parser problem with auto-setting extglob inside command substitution inside conditional command pattern

2 years agofix for exec builtin when the command is not found
Chet Ramey [Tue, 23 Aug 2022 13:58:22 +0000 (09:58 -0400)] 
fix for exec builtin when the command is not found

2 years agomodify readline so it adjusts internal variables when the locale changes between...
Chet Ramey [Mon, 15 Aug 2022 16:32:00 +0000 (12:32 -0400)] 
modify readline so it adjusts internal variables when the locale changes between calls to readline()

2 years agofix to trap execution to avoid the shell believing it's still executing the handler...
Chet Ramey [Tue, 9 Aug 2022 14:43:00 +0000 (10:43 -0400)] 
fix to trap execution to avoid the shell believing it's still executing the handler after returning

3 years agoparse extended glob patterns in command substitutions in compatibility mode, even...
Chet Ramey [Tue, 2 Aug 2022 15:16:48 +0000 (11:16 -0400)] 
parse extended glob patterns in command substitutions in compatibility mode, even if extglob is not set

3 years agofixed gcc printf warning; fixed typos in comments and support files
Chet Ramey [Tue, 26 Jul 2022 15:44:09 +0000 (11:44 -0400)] 
fixed gcc printf warning; fixed typos in comments and support files

3 years agofix for local variable problem in EXIT trap; add sed-like behavior for null patterns...
Chet Ramey [Tue, 19 Jul 2022 15:42:23 +0000 (11:42 -0400)] 
fix for local variable problem in EXIT trap; add sed-like behavior for null patterns in pattern substitution

3 years agoadditional tests; documentation updates
Chet Ramey [Tue, 12 Jul 2022 14:19:29 +0000 (10:19 -0400)] 
additional tests; documentation updates

3 years agochanges to text representation of parsed command substitution; small changes to tests
Chet Ramey [Wed, 6 Jul 2022 14:05:59 +0000 (10:05 -0400)] 
changes to text representation of parsed command substitution; small changes to tests

3 years agofix error message when completing backquote command substitution; fix test builtin...
Chet Ramey [Tue, 28 Jun 2022 20:15:24 +0000 (16:15 -0400)] 
fix error message when completing backquote command substitution; fix test builtin with double negation

3 years agoupdated translations; minor change to DEBUG trap
Chet Ramey [Wed, 22 Jun 2022 14:51:18 +0000 (10:51 -0400)] 
updated translations; minor change to DEBUG trap

3 years agobumped version to 5.2-rc1
Chet Ramey [Tue, 14 Jun 2022 14:44:13 +0000 (10:44 -0400)] 
bumped version to 5.2-rc1

3 years agofix for printing ambiguous redirection >& with declare -f
Chet Ramey [Tue, 7 Jun 2022 14:31:06 +0000 (10:31 -0400)] 
fix for printing ambiguous redirection >& with declare -f

3 years agofix mem leak with local BASH_REMATCH
Chet Ramey [Fri, 3 Jun 2022 15:33:35 +0000 (11:33 -0400)] 
fix mem leak with local BASH_REMATCH

3 years agofix race condition in builtins Makefile
Chet Ramey [Tue, 31 May 2022 13:55:01 +0000 (09:55 -0400)] 
fix race condition in builtins Makefile

3 years agofix for EXIT trap in -c command; suspend -f now suspends even if job control is not...
Chet Ramey [Wed, 18 May 2022 13:50:42 +0000 (09:50 -0400)] 
fix for EXIT trap in -c command; suspend -f now suspends even if job control is not enabled

3 years agofix to RL_STATE_EOF in readline callback mode; fix to edge case for terminating signa...
Chet Ramey [Tue, 3 May 2022 14:43:44 +0000 (10:43 -0400)] 
fix to RL_STATE_EOF in readline callback mode; fix to edge case for terminating signal handling and exit traps in -c command

3 years agofix up parser flags command substitution parsing inherits; using temp files for here...
Chet Ramey [Wed, 27 Apr 2022 20:16:59 +0000 (16:16 -0400)] 
fix up parser flags command substitution parsing inherits; using temp files for here-documents is now a compatibility mode option

3 years agoforce using temp files for here documents with shell compatibility setting; fix small...
Chet Ramey [Tue, 26 Apr 2022 14:21:05 +0000 (10:21 -0400)] 
force using temp files for here documents with shell compatibility setting; fix small memleak in programmable completion

3 years agofix crash from compgen in a non-interactive shell; globstar option now works with...
Chet Ramey [Tue, 19 Apr 2022 14:45:39 +0000 (10:45 -0400)] 
fix crash from compgen in a non-interactive shell; globstar option now works with complete -G; wait -p changes; some int->size_t changes

3 years agominor portability fixes; printf now uses double for floating point conversions by...
Chet Ramey [Tue, 12 Apr 2022 13:57:43 +0000 (09:57 -0400)] 
minor portability fixes; printf now uses double for floating point conversions by default in posix mode