Chet Ramey
|
b35866a289
|
updated translations; documentation updates; update copyright dates
|
2025-06-27 14:07:28 -04:00 |
|
Chet Ramey
|
535a8150b6
|
fix for command substitution string parsing that resulted in top-level unwind-protects being run in the wrong spot; fix for delimiter byte being part of invalid multibyte character in read builtin
|
2025-05-04 17:21:25 -04:00 |
|
Chet Ramey
|
7731dc5c4d
|
fix for read builtin and invalid multibyte characters followed by the delimiter; updated formatted documentation; new bash.pot file with updated strings; updated translations
|
2025-04-22 10:39:43 -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
|
2610d40b32
|
documentation updates; fix for null commands with redirection expansion errors; changes to job notifications for interactive shells sourcing files; fix underflow issue with word_top
|
2024-08-28 11:42:10 -04:00 |
|
Chet Ramey
|
e327891b52
|
fix for printf with broken strtold; fix readline reading specified number of multibyte characters; fix read builtin to deal with invalid utf-8 continuation character as delimiter; turn off -n if supplied at interactive shell invocation
|
2024-08-21 16:11:01 -04:00 |
|
Chet Ramey
|
772e7e760e
|
fix issue with read builtin delimiter in invaild mutibyte char; fix crash if caller passes negative count argument to one of the history file writing functions
|
2024-08-09 10:01:38 -04:00 |
|
Chet Ramey
|
5d53be184e
|
update copyright dates; fix problem with ignoring completions
|
2024-07-16 09:38:09 -04:00 |
|
Chet Ramey
|
f65ed506d4
|
fix issue with interupting timed functions; fix for parsing comsubs inside arith for commands; allow break and continue inside arith for expressions; fix for case-insensitive completion with multibyte chars; fix some minor memory leaks; reset read buffer if it returns partial results on EINTR; fix for undo in execute-named-command
|
2024-06-03 09:09:11 -04:00 |
|
Chet Ramey
|
9cea457aef
|
fix minor errors uncovered by address sanitizer; work around android issue with read -e -u; fix minor memory leaks; make spell-correct-shellword work with negative arguments; fix readline change-case on invalid multibyte character
|
2024-05-28 09:19:03 -04:00 |
|
Chet Ramey
|
b3d8c8a4e7
|
change some error messages so the format string isn't the return value from gettext(); work around macos problem with gettext() in child processes; don't try to set tty state while running a trap; don't default to trying enable -f file if the shell is restricted; note that configure now supports --enable-year2038
|
2024-05-13 11:36:34 -04:00 |
|
Chet Ramey
|
e1dd98a1db
|
additional error checking for declare; changes for MSYS32; add support for unlocked-io stdio functions; several C23 changes
|
2024-02-16 10:55:13 -05:00 |
|
Chet Ramey
|
b30389070a
|
renamed several functions beginning with legal_; changed all callers
|
2023-11-06 09:26:02 -05:00 |
|
Chet Ramey
|
1e1a0342a4
|
changes for backslashes in glob patterns and single-quoted strings; brace expansion knows '${...}' expansions; read returns status 2 if trying to assign to a readonly variable
|
2023-10-17 11:09:23 -04:00 |
|
Chet Ramey
|
09c32bc946
|
fix for @E transformation; fixes for failures in arith for and for commands; style changes to man page; fix for bug in read builtin if it assigns to IFS
|
2023-10-10 12:00:19 -04:00 |
|
Chet Ramey
|
9c83052f48
|
changes to several error messages; more test suite additions
|
2023-10-04 15:04:31 -04:00 |
|
Chet Ramey
|
944ac21503
|
fix for readline numeric args and bind -x commands; fix for printing null simple commands; fix to make read builtin callable recursively; fix for ignoreeof with nofork comsubs in PS1
|
2023-08-23 16:32:40 -04:00 |
|
Chet Ramey
|
b64a7d8cbe
|
fix for LINENO after shell errors; fix for crash with !&; new read -E option
|
2023-08-18 16:41:55 -04:00 |
|
Chet Ramey
|
dc91b3f509
|
fixes for read builtin with backslash escapes; change history builtin behavior when HISTFILE is unset or null; change to compopt to make it use the name from the actual compspec it uses; fix for executing coproc in functions; fix for array variables and declare -g
|
2023-08-04 11:06:57 -04:00 |
|
Chet Ramey
|
81f7b44564
|
fix for -c command ending with backslash; fix several small memory leaks; fix several uninitialized variables; compgen -V fix
|
2023-06-26 16:23:10 -04:00 |
|
Chet Ramey
|
877ff72675
|
rest of work to convert unwind-protects to ANSI/ISO C; size_t updates; function prototype changes for ANSI/ISO C
|
2023-04-03 12:07:25 -04:00 |
|
Chet Ramey
|
349e21043e
|
local variables no longer modify external variables if the variable is supplied as a variable assignment preceding a function call; assignments in compound assignment statements don't undergo brace expansion
|
2023-02-27 10:55:06 -05:00 |
|
Chet Ramey
|
2e725f7346
|
final set of ANSI C changes
|
2023-01-05 15:09:06 -05:00 |
|
Chet Ramey
|
a61ffa78ed
|
second set of ANSI C changes: C89-style function declarations, more inline functions, remove register keyword
|
2023-01-03 10:23:11 -05:00 |
|
Chet Ramey
|
81e3a4fb07
|
first set of ANSI C changes: remove PARAMS
|
2023-01-03 10:01:11 -05:00 |
|
Chet Ramey
|
e8652353ae
|
fixes for HAVE_SELECT/HAVE_PSELECT; change some warning messages for nameref loops; run unwind-protects if max function nesting level is exceeded
|
2022-11-29 09:32:40 -05:00 |
|
Chet Ramey
|
96115811d8
|
clarify some arithmetic error messages; fix for read builtin readline timeouts; initial implementation of preserving double quotes in readline completion; add starting line number to some "EOF reached" parser error messages
|
2022-11-14 12:08:12 -05:00 |
|
Chet Ramey
|
ebeba87477
|
fix mem leak with local BASH_REMATCH
|
2022-06-03 11:33:35 -04:00 |
|
Chet Ramey
|
3011048a92
|
fixes to read/wait; revert change that processes $'...' quoting in here-documents unconditionally
|
2022-01-24 09:37:14 -05:00 |
|
Chet Ramey
|
1d17c604fc
|
changes to make builtins that perform assignments work better with arbitrary associative array keys
|
2022-01-04 10:54:28 -05:00 |
|
Chet Ramey
|
7b024db83e
|
more minor changes for builtins and array subscript expansion; fix to `wait -n'
|
2021-05-17 12:03:03 -04:00 |
|
Chet Ramey
|
59c575fd91
|
changes to mapfile, read builtins for unbuffered reads
|
2021-05-05 10:45:28 -04:00 |
|
Chet Ramey
|
2fe2e8197e
|
application-settable readline timeouts
|
2021-03-11 18:41:17 -05:00 |
|
Chet Ramey
|
128c5d41b0
|
read builtin timeouts no longer use SIGALRM
|
2021-03-10 17:15:44 -05: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
|
3c5683a47b
|
commit bash-20201218 snapshot
|
2020-12-25 18:17:33 -05:00 |
|
Chet Ramey
|
ab309487d5
|
commit bash-20200605 snapshot
|
2020-06-05 14:34:49 -04:00 |
|
Chet Ramey
|
3235014e5b
|
commit bash-20200417 snapshot
|
2020-04-20 10:11:53 -04:00 |
|
Chet Ramey
|
e34adc2c3b
|
commit bash-20200403 snapshot
|
2020-04-06 09:52:11 -04:00 |
|
Chet Ramey
|
f65f3d5458
|
commit bash-20200207 snapshot
|
2020-02-10 09:19:37 -05:00 |
|
Chet Ramey
|
42a9b8a197
|
commit bash-20190426 snapshot
|
2019-04-29 08:48:08 -04:00 |
|
Chet Ramey
|
9128f93291
|
commit bash-20190424 snapshot
|
2019-04-25 09:03:48 -04:00 |
|
Chet Ramey
|
befdddcbf1
|
commit bash-20190328 snapshot
|
2019-04-01 15:44:20 -04:00 |
|
Chet Ramey
|
5fab8dbf24
|
commit bash-20180928 snapshot
|
2018-10-01 16:19:21 -04:00 |
|
Chet Ramey
|
5c5c75236c
|
commit bash-20180524 snapshot
|
2018-05-29 10:03:17 -04:00 |
|
Chet Ramey
|
12933b5bc7
|
commit bash-20180322 snapshot
|
2018-03-26 11:11:52 -04:00 |
|
Chet Ramey
|
0275a139ab
|
commit bash-20180202 snapshot
|
2018-02-05 10:34:47 -05:00 |
|
Chet Ramey
|
45cccbbc0e
|
commit bash-20170929 snapshot
|
2017-10-02 16:42:47 -04:00 |
|
Chet Ramey
|
cb8c37dc66
|
commit bash-20170714 snapshot
|
2017-07-25 09:58:13 -04:00 |
|