]> git.ipfire.org Git - thirdparty/bash.git/commit
allow locale's decimal point as radix character when parsing fixed-point decimal...
authorChet Ramey <chet.ramey@case.edu>
Wed, 17 Dec 2025 14:59:56 +0000 (09:59 -0500)
committerChet Ramey <chet.ramey@case.edu>
Wed, 17 Dec 2025 14:59:56 +0000 (09:59 -0500)
commit2cdb2f9b314525a118eff5237839ccc272c2e32b
tree39767172d5d694d17feb68d84e4724e40a9c02e3
parentf27bf94a7927219f96e97e1a21f2ade9dd439a3e
allow locale's decimal point as radix character when parsing fixed-point decimal into seconds and fractional seconds; handle case of shell script file descriptor being made non-blocking; fix smalkl memory leak in programmable completion of shell option names; fix for patsub_replacement behavior when BASH_COMPAT = 42 and the replacement string is quoted; fix for readine when changing show-mode-in-prompt variable
12 files changed:
.gitignore
CWRU/CWRU.chlog
MANIFEST
builtins/shopt.def
error.h
input.c
lib/readline/bind.c
lib/sh/uconvert.c
subst.c
tests/new-exp.right
tests/new-exp.tests
tests/new-exp17.sub [new file with mode: 0644]