Commit Graph

64 Commits

Author SHA1 Message Date
Chet Ramey b35866a289 updated translations; documentation updates; update copyright dates 2025-06-27 14:07:28 -04:00
Chet Ramey 42c6cbd459 add math function calls to fltexpr; HISTFILESIZE documentation updates; help text updates for exxport, history; update translations 2025-04-09 11:14:41 -04:00
Chet Ramey fa0b002927 fix for dequoting words in pretty-print mode; posix mode changes for readonly/export invalid identifier errors 2024-01-02 10:42:34 -05:00
Chet Ramey b30389070a renamed several functions beginning with legal_; changed all callers 2023-11-06 09:26:02 -05:00
Chet Ramey fa98070927 fix minor mem leaks; fix problem with parser state during a DEBUG trap with -T enabled in a shell function; fix crash with propagating array variables; fix overflow in compound array appending 2023-06-28 14:48:09 -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 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 31f4d468b6 fix for displaying `local -'; fix for trap and POSIX interp 1602; fix for readline redisplay when the last invisible character in the prompt string is not on the last line 2022-11-07 10:25:28 -05: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 87a6e89edc additional tests; documentation updates 2022-07-12 10:19:29 -04:00
Chet Ramey d384b92874 update version to 5.2-devel, update copyright dates 2021-11-08 09:53:24 -05:00
Chet Ramey 8f485ff84c new readline "fetch-history" bindable command; declare -p output change 2021-04-01 17:25:48 -04:00
Chet Ramey 6dc203b865 commit bash-20200812 snapshot 2020-08-14 14:34:20 -04:00
Chet Ramey ab309487d5 commit bash-20200605 snapshot 2020-06-05 14:34:49 -04:00
Chet Ramey 0df4ddca3f commit bash-20200221 snapshot 2020-02-24 10:41:37 -05:00
Chet Ramey b577a7bc74 commit bash-20181019 snapshot 2018-10-22 16:47:48 -04:00
Chet Ramey c87bb0a8f7 commit bash-20181005 snapshot 2018-10-08 09:19:14 -04:00
Chet Ramey 3e03eafff8 commit bash-20180601 snapshot 2018-06-04 09:58:58 -04:00
Chet Ramey 2e41257453 commit bash-20171222 snapshot 2018-01-02 10:52:24 -05:00
Chet Ramey ec157dfefb commit bash-20161230 snapshot 2017-01-03 14:37:53 -05:00
Chet Ramey bddda3d2e1 commit bash-20160520 snapshot 2016-05-23 09:57:30 -04:00
Chet Ramey 967625cd5b commit bash-20151204 snapshot 2015-12-21 10:38:53 -05:00
Chet Ramey 07357ec296 commit bash-20151023 snapshot 2015-11-02 10:49:23 -05:00
Chet Ramey c4c90ef830 commit bash-20150123 snapshot 2015-01-27 11:11:42 -05:00
Chet Ramey 83633b6f04 commit bash-20141226 snapshot 2015-01-12 10:57:11 -05:00
Chet Ramey 09f70f2f67 commit bash-20141128 snapshot 2014-12-02 16:15:47 -05:00
Chet Ramey d36d2bcf27 commit bash-20141010 snapshot 2014-10-21 12:06:34 -04:00
Chet Ramey 613d4ba419 commit bash-20141003 snapshot 2014-10-09 20:25:14 -04:00
Chet Ramey 25a0eacfeb commit bash-20140625 snapshot 2014-07-11 15:55:40 -04:00
Chet Ramey c28fcb7eb4 commit bash-20140327 snapshot 2014-04-07 10:47:09 -04:00
Chet Ramey bb579650a5 commit bash-20140110 snapshot 2014-01-16 14:30:22 -05:00
Chet Ramey fc34b3a446 commit bash-20130712 snapshot 2013-08-05 09:54:58 -04:00
Chet Ramey c677e9e0a2 commit bash-20130308 snapshot 2013-03-26 20:51:58 -04:00
Chet Ramey 208fdb509e commit bash-20130201 snapshot 2013-03-04 08:09:29 -05:00
Chet Ramey d42cb8c15b commit bash-20120629 snapshot 2012-07-07 12:26:10 -04:00
Chet Ramey 348a457e59 commit bash-20120525 snapshot 2012-06-05 10:18:03 -04:00
Chet Ramey 54a1fa7c24 commit bash-20101229 snapshot 2011-12-12 22:12:40 -05:00
Chet Ramey 6faad6254a commit bash-20100525 snapshot 2011-12-12 21:59:37 -05:00
Chet Ramey 68dfe178e9 commit bash-20100121 snapshot 2011-12-12 21:53:04 -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 09767ff09d commit bash-20080703 snapshot 2011-12-07 09:25:28 -05:00
Chet Ramey fdf670eaa1 commit bash-20080626 snapshot 2011-12-07 09:25:06 -05:00
Chet Ramey 6a8fd0ed50 commit bash-20080410 snapshot 2011-12-07 09:21:48 -05:00
Chet Ramey 6fbe76202c commit bash-20080327 snapshot 2011-12-07 09:21:08 -05:00
Chet Ramey 9cbcc93b30 commit bash-20080207 snapshot 2011-12-07 09:18:38 -05:00
Chet Ramey b0c16657b4 commit bash-20070523 snapshot 2011-12-07 09:08:27 -05:00
Chet Ramey 641d8f00ab commit bash-20070503 snapshot 2011-12-07 09:07:29 -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