]> git.ipfire.org Git - thirdparty/bash.git/history - doc/bashref.texi
changes for quoting special and multibyte characters in glob patterns; changes to...
[thirdparty/bash.git] / doc / bashref.texi
2023-07-25  Chet Rameychanges for quoting special and multibyte characters...
2023-07-19  Chet Rameychange redisplay to handle some cases where the line...
2023-07-10  Chet Rameyfix cd when user assigns a value to OLDPWD; fix android...
2023-07-05  Chet Rameyprefer nanosleep for sleep loadable builtin; changes...
2023-07-03  Chet Rameyfix up semantics of assigning to noassign variables...
2023-06-28  Chet Rameyfix minor mem leaks; fix problem with parser state...
2023-06-20  Chet Rameyapply several fixes tagged for bash-5.3; use memfd_crea...
2023-06-20  Chet Rameynew BASH_MONOSECONDS, BASH_TRAPSIG variables; make...
2023-06-16  Chet Rameynew readline application variable rl_full_quoting_desir...
2023-06-13  Chet Rameyextend assoc_expand_once to indexed arrays; rename...
2023-05-26  Chet Rameyremove `(' from chars that can follow `${' command...
2023-05-22  Chet Rameyupdates for nofork command substitution; changes for...
2023-05-15  Chet Rameycomplete initial implementation of nofork command subst...
2023-05-09  Chet Rameysubshells should not inherit FIFOs; initial framework...
2023-05-01  Chet Rameyasan fuzzing fixes; fix incomplete multibyte chars...
2023-04-24  Chet Rameyallow FIGNORE suffixes to match entire pathnames; allow...
2023-04-16  Chet Rameynew GLOBSORT variable
2023-04-11  Chet Rameyposix mode changes for interp 1150; fix for varassign...
2023-04-03  Chet Rameyrest of work to convert unwind-protects to ANSI/ISO...
2023-03-22  Chet Rameychanges to terminate_current_pipeline; fix for adding...
2023-03-20  Chet Rameymore minor asan fixes
2023-03-15  Chet Rameybash asan fixes; minor documentation updates
2023-02-27  Chet Rameylocal variables no longer modify external variables...
2023-02-20  Chet Rameycontrol default value of patsub_replacement from config...
2023-02-13  Chet Rameyfix for $_ when executing $PROMPT_COMMAND; fix for...
2023-02-08  Chet Rameymake buffered stream read errors sticky; handle EOF...
2023-02-06  Chet Rameyprintf changes: %q/%Q altform, %ls/%lc wide character...
2023-01-31  Chet Rameychanges to function printing; new trap -P option; posix...
2023-01-10  Chet Rameyfix for completing quoted filenames with show-all-if...
2023-01-03  Chet Rameyfix for optimizing issues in sourced files; change...
2022-12-21  Chet Rameyhandle signals at more places in brace expansion; fix...
2022-12-19  Chet Rameyfix comsub inside parameter expansion in here-document...
2022-12-06  Chet Rameyfix for programmable completion functions setting traps...
2022-11-21  Chet Rameyfix for too-aggressive optimizing forks away in an...
2022-09-20  Chet Rameydocumentation updates
2022-08-02  Chet Rameyparse extended glob patterns in command substitutions...
2022-07-26  Chet Rameyfixed gcc printf warning; fixed typos in comments and...
2022-07-12  Chet Rameyadditional tests; documentation updates
2022-06-22  Chet Rameyupdated translations; minor change to DEBUG trap
2022-06-03  Chet Rameyfix mem leak with local BASH_REMATCH
2022-05-18  Chet Rameyfix for EXIT trap in -c command; suspend -f now suspend...
2022-05-03  Chet Rameyfix to RL_STATE_EOF in readline callback mode; fix...
2022-04-19  Chet Rameyfix crash from compgen in a non-interactive shell;...
2022-04-12  Chet Rameyminor portability fixes; printf now uses double for...
2022-04-08  Chet Rameyreadline changes to use xfree; bumped version to bash...
2022-03-25  Chet Rameyremove history position change to non-incremental searc...
2022-03-11  Chet Rameyfix problem with saving tty state after running a comma...
2022-03-01  Chet Rameyefficiency change to command hashing; fix pointer alias...
2022-02-09  Chet Rameynew variables to control the active region color; minor...
2022-02-09  Chet Rameyfix to multiple alias expansion problem in command...
2022-01-18  Chet Rameychange to behavior of '&' in pattern substitution repla...
2022-01-04  Chet Rameynew shell option to force globbing never to return...
2021-12-22  Chet Rameymore changes to avoid expanding associative array subsc...
2021-12-14  Chet Rameyfix for posix semantics for the := word expansion when...
2021-12-13  Chet Rameyfix to make += work with dynamic integer vars like...
2021-12-06  Chet Rameyportability and compatibility fixes
2021-12-01  Chet Rameyminimal-config changes; $"..." support is now a configu...
2021-11-30  Chet Rameynew getconf shell builtin
2021-11-22  Chet Rameyremoved some commented-out code dependent on the compat...
2021-10-25  Chet Rameynew `patsub_replacement' shell option
2021-10-21  Chet Rameyminor documentation update on SIGINT handling
2021-10-18  Chet Rameychanges to new pattern substitution replacement; docume...
2021-10-04  Chet Rameyenable support for using `&' in the pattern substitutio...
2021-09-19  Chet Rameychanges to command timing with errexit; binary file...
2021-09-13  Chet Rameymore updates for autoconf-2.71: removing usage of AC_TR...
2021-08-23  Chet Rameynew "@k" parameter transformation; minor completion...
2021-08-13  Chet Rameynew noexpand_translations shopt option
2021-08-09  Chet Rameyglobbing reacts to signals more quickly; new printf...
2021-08-02  Chet Ramey"enable name" when name is not a shell builtin attempts...
2021-07-28  Chet Rameymake $0 available to non-interactive shell startup...
2021-06-28  Chet Rameynew option to auto-close varassign redirs; fixed some...
2021-06-21  Chet Rameycommand substitution parsing now calls the parser recur...
2021-06-17  Chet Rameychanges to documentation to reduce gender-specific...
2021-06-15  Chet Rameychanges to handling of "." and ".." when dotglob is...
2021-06-01  Chet Rameyminor documentation changes
2021-05-24  Chet Rameyadd numeric arguments to bind -x commands and READLINE_...
2021-05-17  Chet Rameymore minor changes for builtins and array subscript...
2021-05-13  Chet Rameymore changes to handle @ and * as associative array...
2021-05-07  Chet Rameyfirst set of changes to eliminate array subscript doubl...
2021-04-26  Chet Rameyallow assignment to array keys @ and *; minor completio...
2021-04-12  Chet Rameydefault value for BASH_LOADABLES_PATH; other minor...
2021-04-06  Chet Rameychange grammar for select command to use compound_list
2021-04-01  Chet Rameynew readline "fetch-history" bindable command; declare...
2021-03-29  Chet Rameyalias expansion fix in case statements
2021-03-22  Chet Rameydocumentation tweaks for clarity
2021-03-18  Chet Rameybindable readline command to perform spelling correctio...
2021-03-11  Chet Rameyapplication-settable readline timeouts
2021-03-05  Chet Rameycommit bash-20210301 snapshot
2021-03-01  Chet Rameycommit bash-20210224 snapshot
2021-02-24  Chet Rameycommit bash-20210217 snapshot
2021-02-06  Chet Rameycommit bash-20210203 snapshot
2021-02-01  Chet Rameycommit bash-20210127 snapshot
2021-01-12  Chet Rameycommit bash-20210107 snapshot
2020-12-25  Chet Rameycommit bash-20201218 snapshot
2020-12-18  Chet Rameycommit bash-20201203 snapshot
2020-11-18  Chet Rameycommit bash-20201116 snapshot
2020-10-30  Chet Rameycommit bash-20201026 snapshot
2020-09-24  Chet Rameycommit bash-20200921 snapshot
2020-08-25  Chet Rameycommit bash-20200819 snapshot
2020-08-05  Chet Rameycommit bash-20200803 snapshot
next