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-24 06:17:57 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2d4ba0c618584d3554165b9484d921ec8c4e4523
bash
/
examples
T
History
Chet Ramey
2d4ba0c618
fixed a bug with expanding unquoted $* when the separator is not whitespace and one or more of the positional parameters ends with the separator, resulting in an extra blank field being generated; fixed an issue with adjusting SHLVL in subshells that caused the environment to be rebuilt too many times; fix to make sure function substitution doesn't leave the -v option unset
2026-05-20 10:18:32 -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
fixed a bug with expanding unquoted $* when the separator is not whitespace and one or more of the positional parameters ends with the separator, resulting in an extra blank field being generated; fixed an issue with adjusting SHLVL in subshells that caused the environment to be rebuilt too many times; fix to make sure function substitution doesn't leave the -v option unset
2026-05-20 10:18:32 -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