Commit Graph

53 Commits

Author SHA1 Message Date
Chet Ramey a91b8b0773 doc changes for --rcfile; fix isearch undo list incompatibility with bash-5.2; non-inc search preserves undo lists in history entries 2024-07-06 12:54:57 -04: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 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 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 23935dbe85 asan fuzzing fixes; fix incomplete multibyte chars in history expansion; new nosort GLOBSORT value 2023-05-01 09:59:55 -04:00
Chet Ramey 7aae19bfe4 changes to non-incremental searching to avoid pointer alias problems, undo issues 2023-04-27 14:56:35 -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 4c2b574c00 more minor asan fixes 2023-03-20 15:23:38 -04:00
Chet Ramey 277c21d2b2 readline fix for rl_undo_list pointer aliasing; arith command sets word_top 2023-03-06 10:50:45 -05:00
Chet Ramey 2e725f7346 final set of ANSI C changes 2023-01-05 15:09:06 -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 88d69b4fa2 fix for @ and * as associative array keys in arithmetic expressions; minor readline callback mode changes 2022-11-02 16:23:12 -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 505f60f94c fix for history-search-backward after previous-history clearing the undo list 2022-04-04 09:40:49 -04:00
Chet Ramey 6c4a9a5cb7 efficiency change to command hashing; fix pointer aliasing problem with readline history-search-backward 2022-03-01 09:32:15 -05:00
Chet Ramey e7a56619a2 changes to make EOF state available to readline applications; fix for command substitution parsing inside conditional command 2022-02-21 10:06:44 -05:00
Chet Ramey 8ede7a904f readline changes for MSVC wide chars; check for more write errors 2021-07-16 15:11:03 -04:00
Chet Ramey 9e3495c9e9 readline: free undo list associated with the saved history line when traversing history 2021-07-12 11:09:44 -04:00
Chet Ramey 8f485ff84c new readline "fetch-history" bindable command; declare -p output change 2021-04-01 17:25:48 -04:00
Chet Ramey 38881450ed commit bash-20210121 snapshot 2021-01-22 15:21:24 -05:00
Chet Ramey 3aec0ec30f commit bash-20210115 snapshot 2021-01-19 17:12:43 -05:00
Chet Ramey fc94d47412 commit bash-20200504 snapshot 2020-05-08 14:19:57 -04:00
Chet Ramey 1679cff94f commit bash-20190731 snapshot 2019-08-01 16:00:56 -04:00
Chet Ramey 376c9fe57c commit bash-20190517 snapshot 2019-05-28 10:02:20 -04:00
Chet Ramey 6e5013142b commit bash-20190321 snapshot 2019-03-22 09:08:20 -04:00
Chet Ramey be4078d25f commit bash-20190215 snapshot 2019-02-18 09:56:34 -05:00
Chet Ramey 68fd3b7615 commit bash-20170707 snapshot 2017-07-10 14:57:09 -04:00
Chet Ramey af2a77fbbc commit bash-20170505 snapshot 2017-05-08 10:53:50 -04:00
Chet Ramey 514049fa8e commit bash-20170217 snapshot 2017-02-22 11:10:10 -05:00
Chet Ramey 179593da61 commit bash-20160422 snapshot 2016-05-06 08:54:14 -04:00
Chet Ramey d345f817ff commit bash-20160129 snapshot 2016-02-09 09:03:09 -05:00
Chet Ramey d7935593ab commit bash-20150821 snapshot 2015-09-01 14:44:52 -04:00
Chet Ramey 25a0eacfeb commit bash-20140625 snapshot 2014-07-11 15:55:40 -04:00
Chet Ramey a7ad477fe7 commit bash-20120831 snapshot 2012-09-13 11:55:04 -04:00
Chet Ramey abe2eb5be8 commit bash-20120204 snapshot 2012-03-05 21:14:50 -05:00
Chet Ramey 9ec5ed6640 commit bash-20100722 snapshot 2011-12-12 22:03:26 -05:00
Chet Ramey dc9f44b307 commit bash-20090108 snapshot 2011-12-07 09:35:09 -05:00
Chet Ramey 012bac3904 commit bash-20081229 snapshot 2011-12-07 09:34:43 -05:00
Chet Ramey 2e4498b3aa commit bash-20080814 snapshot 2011-12-07 09:27:13 -05:00
Chet Ramey 4d8d005ba1 commit bash-20080117 snapshot 2011-12-07 09:17:43 -05:00
Chet Ramey d3ad40dee6 commit bash-20070329 snapshot 2011-12-07 09:05:53 -05:00
Chet Ramey 28157acd2d commit bash-20060316 snapshot 2011-12-07 09:05:27 -05:00
Chet Ramey 6ec48275ea commit bash-20070308 snapshot 2011-12-07 09:04:35 -05:00
Chet Ramey 2569d6d5a4 commit bash-20061116 snapshot 2011-12-07 09:00:40 -05:00
Chet Ramey dc8fbaf9a1 commit bash-20051222 snapshot 2011-12-03 22:43:25 -05:00
Chet Ramey 798a67db11 commit bash-20050512 snapshot 2011-12-03 13:46:50 -05:00
Chet Ramey 76a8d78dfd commit bash-20041202 snapshot 2011-12-03 13:40:44 -05:00
Chet Ramey 8ed8525cb1 commit bash-20040805 snapshot 2011-12-03 13:34:46 -05:00
Chet Ramey 898cc92e1b commit bash-20040729 snapshot 2011-12-03 13:33:56 -05:00
Chet Ramey 3ede1caab6 commit bash-20040707 snapshot 2011-12-03 12:59:20 -05:00