Chet Ramey
|
6a9e77e881
|
fix up semantics of assigning to noassign variables; fix error message in arithmetic noeval mode; add shared memory option to anonymous files; fix static linking config in configure
|
2023-07-03 10:26:23 -04:00 |
|
Chet Ramey
|
fc29a02404
|
new BASH_MONOSECONDS, BASH_TRAPSIG variables; make checkwinsize work in subshells of interactive shells; fix for declare -f and function names containing `='
|
2023-06-20 10:10:11 -04:00 |
|
Chet Ramey
|
b91488b51c
|
new readline application variable rl_full_quoting_desired; new programmable completion option "fullquote"; TIMEFORMAT now accepts precisions up to six digits
|
2023-06-16 12:49:11 -04:00 |
|
Chet Ramey
|
a629483b0e
|
fix for adding ;' to nofork command substitution; IBM z/OS changes; fix for files ending with backslash; fix for expanding compound assignment in an alias; fix for printing here-documents in if statements; change to make enable -fn load a builtin but mark it as disabled; fix for removing FIFOs during .'; fix for single-quoting translations
|
2023-06-03 14:21:03 -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
|
d06fefb2ba
|
new GLOBSORT variable
|
2023-04-16 16:13:14 -04:00 |
|
Chet Ramey
|
d267701a91
|
more ANSI/ISO C changes; start on converting the unwind-protect framework to ANSI C
|
2023-03-29 15:43:46 -04:00 |
|
Chet Ramey
|
727e92c806
|
more ANSI/ISO C cleanups
|
2023-03-28 16:34:56 -04:00 |
|
Chet Ramey
|
315095ad7f
|
printf changes: %q/%Q altform, %ls/%lc wide character strings; posix mode changes for function execution; allow <( and >) in function names
|
2023-02-06 10:02:16 -05:00 |
|
Chet Ramey
|
49918d90cd
|
fix for parameter length expressions for nameref variables expanding to invalid identifiers
|
2022-12-13 12:57:47 -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
|
3c9dd45657
|
fix for memory leak with unset associative array elements; last set of changes to globbing bracket expressions; fix for timing subshell commands
|
2022-11-23 17:03:34 -05:00 |
|
Chet Ramey
|
e6dc31ac13
|
changes for multibyte characters with intermediate state; small change to readline forced redisplay
|
2022-09-28 11:00:34 -04:00 |
|
Chet Ramey
|
e9c75143a2
|
documentation updates
|
2022-09-20 10:16:23 -04:00 |
|
Chet Ramey
|
0142068628
|
fix to trap execution to avoid the shell believing it's still executing the handler after returning
|
2022-08-09 10:43:00 -04:00 |
|
Chet Ramey
|
52ae6c3f5d
|
fix for local variable problem in EXIT trap; add sed-like behavior for null patterns in pattern substitution
|
2022-07-19 11:42:23 -04:00 |
|
Chet Ramey
|
eb2d46d77c
|
updated translations; minor change to DEBUG trap
|
2022-06-22 10:51:18 -04:00 |
|
Chet Ramey
|
6392d7af0e
|
bumped version to 5.2-rc1
|
2022-06-14 10:44:13 -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
|
3be2a2ca9a
|
minor portability fixes; printf now uses double for floating point conversions by default in posix mode
|
2022-04-12 09:57:43 -04:00 |
|
Chet Ramey
|
0b9a4b3ae0
|
readline changes to use xfree; bumped version to bash-5.2-beta
|
2022-04-08 11:03:02 -04:00 |
|
Chet Ramey
|
5e6f45d9b1
|
getting ready for bash-5.2
|
2022-01-11 15:53:25 -05:00 |
|
Chet Ramey
|
006856edf6
|
minimal-config changes; $"..." support is now a configuration option
|
2021-12-01 16:40:52 -05:00 |
|
Chet Ramey
|
e59452c752
|
readline: use a custom extension in LS_COLORS to set the colored completion prefix, if present
|
2021-11-16 09:57:07 -05:00 |
|
Chet Ramey
|
d384b92874
|
update version to 5.2-devel, update copyright dates
|
2021-11-08 09:53:24 -05: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
|
70a158ede9
|
more changes for autoconf-2.71: AC_TRY_LINK; minor typo change to readline
|
2021-09-22 09:30:03 -04:00 |
|
Chet Ramey
|
232f591964
|
more updates for autoconf-2.71: removing usage of AC_TRY_COMPILE
|
2021-09-20 11:05:10 -04:00 |
|
Chet Ramey
|
4410784029
|
more updates for autoconf-2.71: removing usage of AC_TRY_RUN
|
2021-09-13 10:08:15 -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
|
5a0e5b7b28
|
optimization changes; makefile changes to make specifying CFLAGS less annoying; print completions reusably
|
2021-07-06 15:35:08 -04:00 |
|
Chet Ramey
|
220a95cdfb
|
commit bash-20210206 snapshot
|
2021-02-09 16:22:13 -05:00 |
|
Chet Ramey
|
08871a7780
|
commit bash-20210201 snapshot
|
2021-02-06 18:27:50 -05:00 |
|
Chet Ramey
|
e58dc557e2
|
commit bash-20201226 snapshot
|
2020-12-30 13:17:27 -05:00 |
|
Chet Ramey
|
11262b0b72
|
commit bash-20201211 snapshot
|
2020-12-18 15:26:49 -05:00 |
|
Chet Ramey
|
8ba5ed63db
|
commit bash-20201109 snapshot
|
2020-11-18 16:13:02 -05:00 |
|
Chet Ramey
|
03e35d2082
|
commit bash-20201019 snapshot
|
2020-10-26 11:13:12 -04:00 |
|
Chet Ramey
|
c84a1ebb62
|
commit bash-20200924 snapshot
|
2020-10-01 14:51:14 -04:00 |
|
Chet Ramey
|
7a257517b7
|
commit bash-20200807 snapshot
|
2020-08-12 14:39:05 -04:00 |
|
Chet Ramey
|
dd4e3abc5c
|
commit bash-20200626 snapshot
|
2020-06-30 15:09:56 -04:00 |
|
Chet Ramey
|
d37a47224a
|
commit bash-20200615 snapshot
|
2020-06-18 11:09:26 -04:00 |
|
Chet Ramey
|
4630525106
|
commit bash-20200606 snapshot
|
2020-06-09 16:36:30 -04:00 |
|
Chet Ramey
|
32ba27b400
|
commit bash-20200603 snapshot
|
2020-06-04 16:30:27 -04:00 |
|
Chet Ramey
|
e76c732799
|
commit bash-20200518 snapshot
|
2020-05-20 11:32:15 -04:00 |
|
Chet Ramey
|
fc94d47412
|
commit bash-20200504 snapshot
|
2020-05-08 14:19:57 -04:00 |
|
Chet Ramey
|
5e061bb08b
|
commit bash-20191108 snapshot
|
2019-11-13 16:41:51 -05:00 |
|
Chet Ramey
|
db26b1cf58
|
commit bash-20190913 snapshot
|
2019-09-16 15:31:57 -04:00 |
|
Chet Ramey
|
969496e53b
|
commit bash-20190830 snapshot
|
2019-09-03 10:54:55 -04:00 |
|
Chet Ramey
|
951bdaad7a
|
commit bash-20190628 snapshot
|
2019-07-01 09:03:53 -04:00 |
|
Chet Ramey
|
376c9fe57c
|
commit bash-20190517 snapshot
|
2019-05-28 10:02:20 -04:00 |
|