Chet Ramey
|
870ad4c92b
|
some fixes for static analysis findings; fix for brace expansion being too greedy checking sequence expressions; fix for strip targets when cross-compiling
|
2025-05-19 09:10:57 -04:00 |
|
Chet Ramey
|
e009d30dff
|
fix for invalid brace sequence expressions; cosmetic fix to help builtin; documentation and copyright updates; bump version to bash-5.3-rc1; cosmetic locale fixes
|
2025-03-24 17:07:43 -04:00 |
|
Chet Ramey
|
25e213a551
|
taking the length of an unset variable subscripted with anything but @ or * is a fatal error; quote results of u prompt expansion; posix mode changes for exiting on -e when in a shell function; fix readline redisplay issue when bold prompt spans multiple lines
|
2025-01-24 11:21:16 -05:00 |
|
Chet Ramey
|
49c2670226
|
add warning message for null arg to printf %d; update command -v help string; Makefile updates to uninstall directories
|
2024-11-26 11:44:30 -05:00 |
|
Chet Ramey
|
22417e7881
|
new readline command `export-completions'; update documentation; update translations with new strings; Makefile updates
|
2024-11-21 10:31:38 -05:00 |
|
Chet Ramey
|
fa68e6da80
|
More Makefile updates; updates for bash-5.3-beta
|
2024-11-15 11:15:23 -05:00 |
|
Chet Ramey
|
b116cfe57d
|
fix for readline redisplay issue in C locale; fix for small memory leak in termcap replacement library; updates to formatted documentation; fix problem with distclean and y.tab.h; Makefile clean targets updates
|
2024-11-08 11:13:57 -05:00 |
|
Chet Ramey
|
bf093e31ae
|
final set of documentation updates; documentation directory cleanups
|
2024-11-02 14:50:28 -04:00 |
|
Chet Ramey
|
fffa5d0e7c
|
fix some exec builtin duplicate error messages; add LIBRARY_SOURCE back to tags and TAGS make targets
|
2024-11-01 14:12:16 -04:00 |
|
Chet Ramey
|
4917f2859c
|
fixes for a couple of autoconf macros; update exit builtin for POSIX interp 1602; include more info in EOF error message when parsing compound command; update Makefiles by removing some variables, initializing others; update dependencies on version.h
|
2024-10-28 15:05:35 -04:00 |
|
Chet Ramey
|
3ed028ccec
|
next set of documentation updates (job control); fix read timeout problem; fix bash-source-fullpath default; brace expansion integer overflow fix; fix for help output for loadable builtins
|
2024-10-15 10:02:17 -04:00 |
|
Chet Ramey
|
8d74195d7f
|
in posix mode, don't notify about other terminated jobs if the jobs builtin is listing individual jobs; in posix mode, if `wait pid' finds pid in bgpids, remove it from there
|
2024-09-20 14:47:56 -04:00 |
|
Chet Ramey
|
dbd27e54cc
|
fix to backslash quoting of glob pattern characters; allow newly-loaded compspecs to be used in more cases; fixes to the cross-compiling environment; avoid potential overflow in GLOBSORT processing
|
2024-05-20 10:48:44 -04:00 |
|
Chet Ramey
|
6fb61ee126
|
allow some job notifications while running $PROMPT_COMMAND; allow notifications while running bind -x commands; change some translated messages to be more uniform
|
2024-05-06 11:25:35 -04:00 |
|
Chet Ramey
|
9c430f6bf3
|
enable MULTIPLE_COPROCS; bind -p/-P can print out bindings for individual command names; changes to Makefile to remove MFLAGS; simplify build tools by assuming C90 compilation environment for better cross-compiling support
|
2024-04-26 16:51:04 -04:00 |
|
Chet Ramey
|
136cdf8108
|
posix change for cd; fix for command word completion where the command names contain spaces; fix for error-and-output redirection with quoted filename
|
2024-04-10 21:17:29 -04:00 |
|
Chet Ramey
|
2532a2ccef
|
fix parser state with funsubs in PS2 and line continuations; fix for @P transformation in prompt strings
|
2024-04-01 12:20:58 -04:00 |
|
Chet Ramey
|
4f2595eff3
|
more fixes for using bool and the stdckdint functions for integer overflow; another update to test from coreutils-9.2 changes; fix memleak in parser state on parse error; Makefile changes for macOS
|
2024-03-28 12:16:15 -04:00 |
|
Chet Ramey
|
167a9248f9
|
add more overflow handling for printf builtin; start incorporating C23 stdckdint ; rework PRIdMAX replacements
|
2024-03-15 12:55:39 -04:00 |
|
Chet Ramey
|
cc51fb3c65
|
avoid executing unsafe functions if we get a terminating signal while handling SIGCHLD; reject attempts to modify some attributes for readonly variables; more changes for unlocked stdio functions; quoting fixes for uncommon cases where IFS = ^A and the word is not being split
|
2024-02-20 09:53:58 -05:00 |
|
Chet Ramey
|
dc97ded434
|
fix nofork comsub overwriting currently executing command; free readline undo list on signal in callback mode; avoid disabling readonly when assigning variables from the environment; fix bug with shell-expand-line and $'...' quoting inside command substitutions; add `bash-vi-complete' as bindable command name
|
2024-02-09 10:30:02 -05:00 |
|
Chet Ramey
|
584a2b4c9e
|
fix issue with reserved words in case clauses in command substitution; fix issue with double free in compound assignment
|
2024-01-09 16:00:15 -05:00 |
|
Chet Ramey
|
9d51df7546
|
fix off by one error when dequoting completed filenames; initial cut at readline identifying ANSI terminals; print coproc commands without coproc name if the coproc is a simple command
|
2023-12-13 10:52:43 -05:00 |
|
Chet Ramey
|
b30389070a
|
renamed several functions beginning with legal_; changed all callers
|
2023-11-06 09:26:02 -05:00 |
|
Chet Ramey
|
32826f717d
|
fix for race condition with process creation and terminal process group; changes to printf builtin for multibyte characters
|
2023-09-11 10:09:22 -04:00 |
|
Chet Ramey
|
85b466d64f
|
add more characters to inhibit history expansion; allow asynchronous !' and time' commands without a pipeline
|
2023-08-11 10:32:40 -04:00 |
|
Chet Ramey
|
8418224f32
|
changes for quoting special and multibyte characters in glob patterns; changes to filename unicode normalization on macOS for globbing and filename completion; send SIGCONT unconditionally to just-restarted job in fg/bg
|
2023-07-25 10:18:35 -04:00 |
|
Chet Ramey
|
c375f8f45f
|
subshells should not inherit FIFOs; initial framework for nofork (foreground) command substitutions
|
2023-05-09 10:33:56 -04:00 |
|
Chet Ramey
|
d06fefb2ba
|
new GLOBSORT variable
|
2023-04-16 16:13:14 -04:00 |
|
Chet Ramey
|
72c4a0f40d
|
add support for case-insensitive incremental and non-incremental history searches in readline; controlled by new bindable readline variable `search-ignore-case'
|
2023-02-17 17:13:04 -05:00 |
|
Chet Ramey
|
8fd8cd8f7b
|
set of portability changes from lint/asan/ubsan
|
2023-01-07 13:18:20 -05:00 |
|
Chet Ramey
|
2e725f7346
|
final set of ANSI C changes
|
2023-01-05 15:09:06 -05:00 |
|
Chet Ramey
|
9c317a6ae1
|
parse extended glob patterns in command substitutions in compatibility mode, even if extglob is not set
|
2022-08-02 11:16:48 -04:00 |
|
Chet Ramey
|
eb2d46d77c
|
updated translations; minor change to DEBUG trap
|
2022-06-22 10:51:18 -04:00 |
|
Chet Ramey
|
f9ed510acb
|
fix to RL_STATE_EOF in readline callback mode; fix to edge case for terminating signal handling and exit traps in -c command
|
2022-05-03 10:43:44 -04:00 |
|
Chet Ramey
|
b325b0e96b
|
more changes for here-docs and $'...'; command optimization updates
|
2022-01-31 09:53:03 -05:00 |
|
Chet Ramey
|
2a1c81bf63
|
change to behavior of '&' in pattern substitution replacement string; fix for blank lines in multiline commands saved in command history
|
2022-01-18 10:59:53 -05:00 |
|
Chet Ramey
|
d384b92874
|
update version to 5.2-devel, update copyright dates
|
2021-11-08 09:53:24 -05:00 |
|
Chet Ramey
|
f74291e6d1
|
new pattern substitution replacement feature; fix for problem with unset builtin and associative arrays
|
2021-10-08 08:21:16 -04:00 |
|
Chet Ramey
|
72206eb271
|
new alternate array implementation that prioritizes access time over sparse arrays; selectable via configure
|
2021-09-23 16:14:29 -04:00 |
|
Chet Ramey
|
a67031fe11
|
configuration changes to remove obsolete autoconf macros, and resultant changes to some source files
|
2021-09-08 11:16:55 -04:00 |
|
Chet Ramey
|
2208813a97
|
optimize many cases of $(<file) not to require a fork
|
2021-09-02 10:52:20 -04:00 |
|
Chet Ramey
|
5a0e5b7b28
|
optimization changes; makefile changes to make specifying CFLAGS less annoying; print completions reusably
|
2021-07-06 15:35:08 -04:00 |
|
Chet Ramey
|
6be3a741cb
|
bindable readline command to perform spelling correction on a word
|
2021-03-18 11:48:48 -04:00 |
|
Chet Ramey
|
a6c3a43f43
|
commit bash-20210211 snapshot
|
2021-02-15 10:55:26 -05:00 |
|
Chet Ramey
|
26db5626df
|
commit bash-20210209 snapshot
|
2021-02-11 17:19:31 -05:00 |
|
Chet Ramey
|
08871a7780
|
commit bash-20210201 snapshot
|
2021-02-06 18:27:50 -05:00 |
|
Chet Ramey
|
3aec0ec30f
|
commit bash-20210115 snapshot
|
2021-01-19 17:12:43 -05:00 |
|
Chet Ramey
|
975643bb2b
|
commit bash-20201214 snapshot
|
2020-12-18 15:27:28 -05:00 |
|
Chet Ramey
|
11262b0b72
|
commit bash-20201211 snapshot
|
2020-12-18 15:26:49 -05:00 |
|