]> git.ipfire.org Git - thirdparty/bash.git/shortlog
thirdparty/bash.git
2023-08-14  Chet Rameyupdate included libintl to gettext-0.21.1
2023-08-11  Chet Rameyadd more characters to inhibit history expansion; allow...
2023-08-08  Chet Rameyseveral fixes for printing readline key bindings and...
2023-08-04  Chet Rameyfixes for read builtin with backslash escapes; change...
2023-08-01  Chet Rameynew readline application hook to print macro key sequen...
2023-07-28  Chet Rameyfixes for $LINENO in multi-line simple commands; printf...
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-17  Chet Rameyfix for leak when completing command word with glob...
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 Rameymore small fixes to command printing code; simplify...
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-26  Chet Rameyfix for exit builtin when ignoreeof set; better resourc...
2023-06-26  Chet Rameyfix for -c command ending with backslash; fix several...
2023-06-20  Chet Rameyapply several fixes tagged for bash-5.3; use memfd_crea...
2023-06-20  Chet Rameyfix for nofork comsub command printing; fix for crash...
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-06-12  Chet Rameyfix for optimizing forks away if bash -ic command is...
2023-06-03  Chet Rameyfix for adding `;' to nofork command substitution;...
2023-05-31  Chet Rameyminor readline fixes for isearch, insert-char,quoted...
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-04  Chet Rameyfix for incomplete multibyte characters in pasted input...
2023-05-01  Chet Rameyasan fuzzing fixes; fix incomplete multibyte chars...
2023-04-27  Chet Rameychanges to non-incremental searching to avoid pointer...
2023-04-24  Chet Rameyallow FIGNORE suffixes to match entire pathnames; allow...
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
next