This website requires JavaScript.
Explore
Help
Sign In
pmodules
/
bash
Watch
0
Star
0
Fork
0
mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced
2026-06-21 12:57:58 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
devel
bash
/
examples
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
History
Chet Ramey
1e9f5e10b2
remove the [ and ] prompt expansions from prompt strings that are not used with readline; fix some redisplay issues when readline does not start in column 0; fix memory leak in unquoted $@ expansion; fix readline redisplay issue after SIGWINCH shrinks the terminal size; fix issue with mapfile that can cause crashes if a callback unsets the array mapfile is using
2026-06-02 10:01:54 -04:00
..
bash-completion
commit bash-20170519 snapshot
2017-05-23 14:52:14 -04:00
complete
remove more old, unused files
2023-03-28 15:54:06 -04:00
functions
builtins now return success if supplied --help; use groff to build HTML man pages; reset mbstate if $'...' strings read an invalid multibyte sequence; read -t 0 now looks at other options (-n/-N/-d) and sets the terminal state appropriately
2025-10-01 10:44:10 -04:00
loadables
remove the [ and ] prompt expansions from prompt strings that are not used with readline; fix some redisplay issues when readline does not start in column 0; fix memory leak in unquoted $@ expansion; fix readline redisplay issue after SIGWINCH shrinks the terminal size; fix issue with mapfile that can cause crashes if a callback unsets the array mapfile is using
2026-06-02 10:01:54 -04:00
misc
bash-20130308 additional cleanup
2013-03-26 21:01:59 -04:00
obashdb
commit bash-20130322 snapshot
2013-04-26 15:18:45 -04:00
scripts
change `read -d' on a tty when the delimiter is not a newline to set the terminal EOL character instead of putting the terminal into character-at-a-time mode; change some calls to atoi to use strol instead
2026-01-30 16:43:46 -05:00
shellmath
fixes for several bugs found via fuzzing: overflow in $'...' hex expansion; fix for accessing freed memory when reading input from stdin and using multiple redirections to stdin; fix for pointer aliasing problem after a syntax error while executing a command string
2025-12-30 16:06:40 -05:00
startup-files
fix issue with making local variables from the temporary environment arrays; documentation updates; fix read builtin to check that the delimiter is not a newline before changing the terminal settings with a zero-length timeout
2025-10-06 17:20:10 -04:00
INDEX.html
commit bash-20180322 snapshot
2018-03-26 11:11:52 -04:00
INDEX.txt
commit bash-20180322 snapshot
2018-03-26 11:11:52 -04:00