]> git.ipfire.org Git - thirdparty/bash.git/shortlog
thirdparty/bash.git
2023-04-20  Chet Rameyreadline and completion fixes
2023-04-18  Chet Rameynew compgen -V option to store completions in an array
2023-04-16  Chet Rameynew GLOBSORT variable
2023-04-11  Chet Rameyposix mode changes for interp 1150; fix for varassign...
2023-04-05  Chet Rameyfix minor asan bug; $(<nosuchfile) is no longer a fatal...
2023-04-03  Chet Rameyrest of work to convert unwind-protects to ANSI/ISO...
2023-03-29  Chet Rameymore ANSI/ISO C changes; start on converting the unwind...
2023-03-28  Chet Rameymore ANSI/ISO C cleanups
2023-03-28  Chet Rameyremove more old, unused files
2023-03-27  Chet Rameysmall asan fixes; size_t and other ANSI C changes;...
2023-03-27  Chet Rameyremove some unused files
2023-03-27  Chet Rameyfixes for glibc time/gettimeofday issue; fix issue...
2023-03-22  Chet Rameychanges to terminate_current_pipeline; fix for adding...
2023-03-20  Chet Rameymore minor asan fixes
2023-03-17  Chet Rameychanges for PATH being the empty string; more minor...
2023-03-15  Chet Rameybash asan fixes; minor documentation updates
2023-03-13  Chet Rameyscript read errors are now fatal errors; fixes for...
2023-03-10  Chet Rameyposix conformance fixes
2023-03-06  Chet Rameyreadline fix for rl_undo_list pointer aliasing; arith...
2023-03-02  Chet Rameyfix crash with null arithmetic for expression; fix...
2023-02-27  Chet Rameylocal variables no longer modify external variables...
2023-02-22  Chet Rameyfix for EOF while reading a quoted string; allow window...
2023-02-20  Chet Rameycontrol default value of patsub_replacement from config...
2023-02-17  Chet Rameyadd support for case-insensitive incremental and non...
2023-02-15  Chet Rameychanges to placing rl_point after alias-expand-line...
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-07  Chet Rameyfix tilde expansion in associative array compound assig...
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-24  Chet Rameyallow async ignored signals to be reset to SIG_DFL...
2023-01-20  Chet Rameyfix terminal pgrp issue with async jobs in non-interact...
2023-01-18  Chet Rameyfix for multi-level alias expansion with trailing space
2023-01-17  Chet Rameyfixes for SIGINT handling in asynchronous lists
2023-01-10  Chet Rameyfix for completing quoted filenames with show-all-if...
2023-01-07  Chet Rameyset of portability changes from lint/asan/ubsan
2023-01-05  Chet Rameyfinal set of ANSI C changes
2023-01-04  Chet Rameyfourth set of ANSI C changes: size_t; rest globskipdots...
2023-01-03  Chet Rameythird set of ANSI C changes: const function parameters
2023-01-03  Chet Rameysecond set of ANSI C changes: C89-style function declar...
2023-01-03  Chet Rameyfirst set of ANSI C changes: remove PARAMS
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-13  Chet Rameyfix for parameter length expressions for nameref variab...
2022-12-06  Chet Rameyfix for programmable completion functions setting traps...
2022-12-02  Chet Rameymore changes for bracket expressions in patterns
2022-11-29  Chet Rameyfixes for HAVE_SELECT/HAVE_PSELECT; change some warning...
2022-11-23  Chet Rameyfix for memory leak with unset associative array elemen...
2022-11-21  Chet Rameyfix for too-aggressive optimizing forks away in an...
2022-11-18  Chet Rameyfixes for bracket expressions in pathname expansion...
2022-11-14  Chet Rameyclarify some arithmetic error messages; fix for read...
2022-11-07  Chet Rameyfix for displaying `local -'; fix for trap and POSIX...
2022-11-02  Chet Rameyfix for @ and * as associative array keys in arithmetic...
2022-10-31  Chet Rameychange to binary file detection; fix for negative fract...
2022-10-24  Chet Rameyfix for interactive shell parser reset issue; fix for...
2022-10-18  Chet Rameyfixes for posix-mode alias expansion in command substit...
2022-10-15  Chet Rameychange to readline callback signal handling; fix messag...
2022-10-11  Chet Rameyfix for line numbers for nested function declarations...
2022-10-07  Chet Rameyfixes for extended glob in compat mode; fix for bracket...
2022-10-07  Chet Rameyfix for readline to handle setlocale() returning NULL
2022-10-04  Chet Rameyfix crash with unset arrays in arithmetic constructs...
2022-09-28  Chet Rameychanges for multibyte characters with intermediate...
2022-09-23  Chet Rameyminor updates for release
2022-09-20  Chet Rameydocumentation updates
2022-09-01  Chet Rameyfix for problem with command substitutions inside aliases
2022-08-30  Chet Rameyfix parser problem with auto-setting extglob inside...
2022-08-23  Chet Rameyfix for exec builtin when the command is not found
2022-08-15  Chet Rameymodify readline so it adjusts internal variables when...
2022-08-09  Chet Rameyfix to trap execution to avoid the shell believing...
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-19  Chet Rameyfix for local variable problem in EXIT trap; add sed...
2022-07-12  Chet Rameyadditional tests; documentation updates
2022-07-06  Chet Rameychanges to text representation of parsed command substi...
2022-06-28  Chet Rameyfix error message when completing backquote command...
2022-06-22  Chet Rameyupdated translations; minor change to DEBUG trap
2022-06-14  Chet Rameybumped version to 5.2-rc1
2022-06-07  Chet Rameyfix for printing ambiguous redirection >& with declare -f
2022-06-03  Chet Rameyfix mem leak with local BASH_REMATCH
2022-05-31  Chet Rameyfix race condition in builtins Makefile
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-27  Chet Rameyfix up parser flags command substitution parsing inheri...
2022-04-26  Chet Rameyforce using temp files for here documents with shell...
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-04-04  Chet Rameyfix for history-search-backward after previous-history...
2022-03-25  Chet Rameyremove history position change to non-incremental searc...
2022-03-21  Chet Rameychanges to history-search-forward, history-search backw...
2022-03-18  Chet Rameychange to how invisible characters in prompt string...
2022-03-11  Chet Rameyfix problem with saving tty state after running a comma...
2022-03-07  Chet Rameyfix to readline redisplay of invisible chars at end...
2022-03-01  Chet Rameyefficiency change to command hashing; fix pointer alias...
2022-02-21  Chet Rameychanges to make EOF state available to readline applica...
2022-02-15  Chet Rameychanges for the shopt compatNN options
2022-02-11  Chet Rameydocument new readline variables "active-region-start...
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...
next