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-07-29 06:33:07 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9b6349ef406d4da2eb3689a9560a07a464810344
bash
/
examples
T
History
Chet Ramey
9b6349ef40
use anonymous files for here-documents if available and the document size exceeds pipe capacity; fixes to build if multibyte characters are unavailable; fix potential overflow with extrememly long $'...' strings; fix for readline redisplay highlighting with a zero-length region
2026-07-24 12:13:30 -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
use anonymous files for here-documents if available and the document size exceeds pipe capacity; fixes to build if multibyte characters are unavailable; fix potential overflow with extrememly long $'...' strings; fix for readline redisplay highlighting with a zero-length region
2026-07-24 12:13:30 -04:00
INDEX.html
use anonymous files for here-documents if available and the document size exceeds pipe capacity; fixes to build if multibyte characters are unavailable; fix potential overflow with extrememly long $'...' strings; fix for readline redisplay highlighting with a zero-length region
2026-07-24 12:13:30 -04:00
INDEX.txt
use anonymous files for here-documents if available and the document size exceeds pipe capacity; fixes to build if multibyte characters are unavailable; fix potential overflow with extrememly long $'...' strings; fix for readline redisplay highlighting with a zero-length region
2026-07-24 12:13:30 -04:00