]> git.ipfire.org Git - thirdparty/bash.git/commit
prefer nanosleep for sleep loadable builtin; changes for overflow in indexed array...
authorChet Ramey <chet.ramey@case.edu>
Wed, 5 Jul 2023 20:38:35 +0000 (16:38 -0400)
committerChet Ramey <chet.ramey@case.edu>
Wed, 5 Jul 2023 20:38:35 +0000 (16:38 -0400)
commit6cca378e821a22a0ccc2142e9deb516c48d6883e
tree8b8b74e533ec8968a9fc2296b6d1f69fc5aafade
parent935fe11af06a9ff3e63cbccb7fdfe47e8a8d48cd
prefer nanosleep for sleep loadable builtin; changes for overflow in indexed array indices; make sure dynamic loading and unloading builtins updates programmable completion; document that assignment to PATH clears the command hash table; fix small memory leak from readline filename rewrite hook
24 files changed:
CWRU/CWRU.chlog
arrayfunc.c
arrayfunc.h
builtins/enable.def
doc/bash.0
doc/bash.1
doc/bash.html
doc/bash.info
doc/bash.pdf
doc/bash.ps
doc/bashref.info
doc/bashref.log
doc/bashref.pdf
doc/bashref.texi
doc/builtins.0
examples/loadables/sleep.c
lib/readline/complete.c
lib/readline/examples/fileman.c
lib/sh/ufuncs.c
po/hr.gmo
po/hr.po
subst.c
tests/array.right
tests/array.tests