Chet Ramey
|
b35866a289
|
updated translations; documentation updates; update copyright dates
|
2025-06-27 14:07:28 -04:00 |
|
Chet Ramey
|
dbe4256d5e
|
fix for namerefs referencing an unset array index with nounset enabled; addition to buildconf.h.in for C23 compilers
|
2025-05-30 10:11:03 -04:00 |
|
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
|
bb56d620e0
|
more documentation updates; fix two issues when displaying readline completions; fix another use-after-free error with readline undo lists
|
2024-12-13 09:51:46 -05:00 |
|
Chet Ramey
|
fa68e6da80
|
More Makefile updates; updates for bash-5.3-beta
|
2024-11-15 11:15:23 -05: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
|
5edfaa45e7
|
third set of documentation updates: readline and history
|
2024-10-12 14:18:07 -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
|
5e28a1813c
|
size_t changes for multibyte characters; fix for running debug trap in asynchronous pipeline; remove support for precomputed cache files for cross-compiling; more size_t and ssize_t changes to avoid overflow
|
2024-06-28 14:16:29 -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
|
d17d185fff
|
fix for crash without arrays built in; allow some job status changes while the jobs list is frozen; change format for interactive shell terminated job notifications; allow some job notifications while running traps
|
2024-05-06 11:15:17 -04:00 |
|
Chet Ramey
|
1f42d15864
|
fix for internal redirection flags colliding with open/fcntl flags; call memfd_create with MFD_NOEXEC_SEAL; fix for setting $BASH in su-started login shell; fix for unsetting $REPLY after nofork comsubs
|
2024-05-01 11:39:51 -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
|
e6795c05dd
|
fix coproc code to close previous coproc file descriptors if another one is created; start at setting additional coproc states; change release status to bash-5.3-alpha
|
2024-04-06 16:06:11 -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
|
9702b74a28
|
test suite fixes for some locales; fix to make bind -x bindings work with negative arguments; several portability fixes from pkgsrc; fixes for funsubs with return builtin state and local OPTIND
|
2023-12-04 16:14:53 -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
|
782af56204
|
updates for nofork command substitution; changes for z/OS machines; fix for race in wait_for_any_job
|
2023-05-22 09:37:41 -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
|
727e92c806
|
more ANSI/ISO C cleanups
|
2023-03-28 16:34:56 -04:00 |
|
Chet Ramey
|
1efe6d6b69
|
remove more old, unused files
|
2023-03-28 15:54:06 -04:00 |
|
Chet Ramey
|
57d4dc15ff
|
small asan fixes; size_t and other ANSI C changes; restore readline variables in compgen builtin
|
2023-03-27 16:38:37 -04:00 |
|
Chet Ramey
|
64b2b7c08d
|
fixes for glibc time/gettimeofday issue; fix issue with history file containing one line too few if saving timestamps; fix for signal arriving while displaying readline completions
|
2023-03-27 09:28:12 -04:00 |
|
Chet Ramey
|
81e3a4fb07
|
first set of ANSI C changes: remove PARAMS
|
2023-01-03 10:01:11 -05:00 |
|
Chet Ramey
|
055a4552c9
|
change to readline callback signal handling; fix message when popping shell function context; handle new terminating signals inside terminating signal handler; fix to pattern substitution with null replacement and null string; fix to alias expansion when we get a SIGINT while entering a command substitution in an interactive shell
|
2022-10-15 13:34:51 -04:00 |
|
Chet Ramey
|
e9c75143a2
|
documentation updates
|
2022-09-20 10:16:23 -04:00 |
|
Chet Ramey
|
e9e3e4fea5
|
fixed gcc printf warning; fixed typos in comments and support files
|
2022-07-26 11:44:09 -04:00 |
|
Chet Ramey
|
b4e5e5505c
|
fix to readline redisplay of invisible chars at end of line; fix to here-document delimiter quote removal; prompt expansion makes invisible chars in w, W, s visible
|
2022-03-07 09:21:09 -05: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
|
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
|
5e6f45d9b1
|
getting ready for bash-5.2
|
2022-01-11 15:53:25 -05:00 |
|
Chet Ramey
|
71a11dbeb4
|
portability and compatibility fixes
|
2021-12-06 09:17:41 -05:00 |
|
Chet Ramey
|
d384b92874
|
update version to 5.2-devel, update copyright dates
|
2021-11-08 09:53:24 -05: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
|
da43077c47
|
changes to handling of "." and ".." when dotglob is enabled; other minor changes
|
2021-06-15 15:07:40 -04:00 |
|
Chet Ramey
|
b3b5f4bb33
|
commit bash-20210301 snapshot
|
2021-03-05 15:13:16 -05:00 |
|
Chet Ramey
|
a7309caba4
|
commit bash-20210215 snapshot
|
2021-02-17 15:31:03 -05:00 |
|
Chet Ramey
|
3aec0ec30f
|
commit bash-20210115 snapshot
|
2021-01-19 17:12:43 -05:00 |
|
Chet Ramey
|
e58dc557e2
|
commit bash-20201226 snapshot
|
2020-12-30 13:17:27 -05:00 |
|
Chet Ramey
|
50fc6e33fe
|
commit bash-20201116 snapshot
|
2020-11-18 16:13:46 -05:00 |
|
Chet Ramey
|
a56608bc3f
|
commit bash-20200914 snapshot
|
2020-09-21 08:52:52 -04:00 |
|
Chet Ramey
|
ce3e1a8c5b
|
commit bash-20200803 snapshot
|
2020-08-05 11:46:35 -04:00 |
|
Chet Ramey
|
560f608dd5
|
commit bash-20200728 snapshot
|
2020-07-31 11:39:31 -04:00 |
|
Chet Ramey
|
ab309487d5
|
commit bash-20200605 snapshot
|
2020-06-05 14:34:49 -04:00 |
|
Chet Ramey
|
6ebfddbf2e
|
commit bash-20200529 cleanup
|
2020-06-03 18:50:02 -04:00 |
|
Chet Ramey
|
f9df535553
|
commit bash-20200529 snapshot
|
2020-06-03 18:31:24 -04:00 |
|
Chet Ramey
|
fc94d47412
|
commit bash-20200504 snapshot
|
2020-05-08 14:19:57 -04:00 |
|
Chet Ramey
|
3a7c642e22
|
commit bash-20191213 snapshot
|
2019-12-16 09:43:38 -05:00 |
|
Chet Ramey
|
fc35c477cd
|
commit bash-20191122 snapshot
|
2019-11-25 11:48:29 -05:00 |
|