]> git.ipfire.org Git - thirdparty/bash.git/history - builtins
allow some job notifications while running $PROMPT_COMMAND; allow notifications while...
[thirdparty/bash.git] / builtins /
9 hours ago  Chet Rameyallow some job notifications while running $PROMPT_COMM... devel
5 days ago  Chet Rameyfix for internal redirection flags colliding with open...
10 days ago  Chet Rameyenable MULTIPLE_COPROCS; bind -p/-P can print out bindi...
2024-04-11  Chet Rameyposix change for cd; fix for command word completion...
2024-03-28  Chet Rameymore fixes for using bool and the stdckdint functions...
2024-03-25  Chet Rameychange to test builtin for parenthesized expressions...
2024-03-18  Chet Rameyadd stdbool.h detection and replacement for bool; use...
2024-03-15  Chet Rameyadd more overflow handling for printf builtin; start...
2024-03-13  Chet Rameyfixes to printf for wide characters in single-byte...
2024-03-04  Chet Rameyfix for printing case pattern lists beginning with...
2024-02-27  Chet Rameyinternal fixes for declare; additional tests for broken...
2024-02-21  Chet Rameyfix quoting for positional parameters if not word split...
2024-02-20  Chet Rameyavoid executing unsafe functions if we get a terminatin...
2024-02-16  Chet Rameyadditional error checking for declare; changes for...
2024-02-09  Chet Rameyfix nofork comsub overwriting currently executing comma...
2024-02-02  Chet Rameyfix for cd when curent directory doesn't exist; fix...
2024-01-23  Chet Rameyfix two bugs with shells started to run executable...
2024-01-14  Chet Rameyunconditionally define PGRP_PIPE; fix wait in funsubs...
2024-01-02  Chet Rameyfix for dequoting words in pretty-print mode; posix...
2023-12-04  Chet Rameyfix for ssh infinite loop when SSH_SOURCE_BASHRC is...
2023-11-24  Chet Rameyfix for fdflags loadable builtin; new strptime loadable...
2023-11-14  Chet Rameyallow quoted-insert while reading readline search strin...
2023-11-06  Chet Rameyrenamed several functions beginning with legal_; change...
2023-10-23  Chet Rameysmall change to brace expansion to inhibit some error...
2023-10-17  Chet Rameychanges for backslashes in glob patterns and single...
2023-10-11  Chet Rameychanges to quoting for some globbing characters; regula...
2023-10-10  Chet Rameyfix for @E transformation; fixes for failures in arith...
2023-10-05  Chet Rameyfix for subshells resetting job stats; new hook for...
2023-10-04  Chet Rameychanges to several error messages; more test suite...
2023-09-28  Chet Rameysmall changes to some error messages; greatly expanded...
2023-09-25  Chet Rameya select command invalid selection variable name is...
2023-09-13  Chet Rameymore error checking for hash builtin; fix for [[ builti...
2023-09-11  Chet Rameyfix for race condition with process creation and termin...
2023-09-07  Chet Rameyfix typo in readline custom LS_COLORS extension; fix...
2023-08-23  Chet Rameyfix for readline numeric args and bind -x commands...
2023-08-18  Chet Rameyfix for LINENO after shell errors; fix for crash with...
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-07-28  Chet Rameyfixes for $LINENO in multi-line simple commands; printf...
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-26  Chet Rameyfix for -c command ending with backslash; fix several...
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-15  Chet Rameycomplete initial implementation of nofork command subst...
2023-04-24  Chet Rameyallow FIGNORE suffixes to match entire pathnames; allow...
2023-04-18  Chet Rameynew compgen -V option to store completions in an array
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-27  Chet Rameysmall asan fixes; size_t and other ANSI C changes;...
2023-03-17  Chet Rameychanges for PATH being the empty string; more minor...
2023-03-10  Chet Rameyposix conformance fixes
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-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-17  Chet Rameyfixes for SIGINT handling in asynchronous lists
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-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-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-07  Chet Rameyfixes for extended glob in compat mode; fix for bracket...
2022-10-04  Chet Rameyfix crash with unset arrays in arithmetic constructs...
2022-09-28  Chet Rameychanges for multibyte characters with intermediate...
2022-08-23  Chet Rameyfix for exec builtin when the command is not found
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-06-28  Chet Rameyfix error message when completing backquote command...
2022-06-14  Chet Rameybumped version to 5.2-rc1
2022-06-03  Chet Rameyfix mem leak with local BASH_REMATCH
2022-05-31  Chet Rameyfix race condition in builtins Makefile
next