mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
784d45c32d
Full changelog at: https://github.com/ksh93/ksh/compare/v1.0.9...v1.0.10 Main changes between 93u+m/1.0.9 and 93u+m/1.0.10: - Fixed a serious and longstanding bug in the arithmetic subsystem that was triggered on non-Intel processors (such as ARM): any division of an integer by a negative integer threw a spurious "divide by zero" error. - Fixed a regression where a broken pipe signal (SIGPIPE), when occurring in a pipe construct within a subshell, caused incorrect signal handling in the parent/main shell, in some cases causing a script to abort. - Fixed a bug where printf %T, after having printed the time in UTC once with the TZ variable set to "UTC", would always print the time in UTC from then on, even if the TZ variable was changed to another time zone. - The history expansion character ('!' by default) is now not processed when immediately following '${'. This makes it possible to use expansion syntax like ${!varname} and ${!prefix@} on the interactive command line with the histexpand option on; these no longer trigger an "event not found" error. - The shell is now capable of handling more than 32767 simultaneous background jobs, subject to system limitations. Reported by: Martijn Dekker <martijn@inlv.org> (Upstream) |
||
---|---|---|
.. | ||
44bsd-csh | ||
anongitssh | ||
antibody | ||
ast-ksh | ||
atuin | ||
bash | ||
bash-completion | ||
bash-completion-freebsd | ||
bash-static | ||
bashc | ||
bicon | ||
bosh | ||
carapace | ||
ch | ||
dash | ||
elvish | ||
envy | ||
es | ||
etsh | ||
fd | ||
fish | ||
git-prompt.zsh | ||
heirloom-sh | ||
ibsh | ||
ion | ||
jailkit | ||
klish | ||
ksh | ||
ksh93 | ||
ksh-devel | ||
mksh | ||
modernish | ||
murex | ||
nologinmsg | ||
nsh | ||
nushell | ||
ohmyzsh | ||
oksh | ||
p5-Bash-Completion | ||
p5-Shell-Perl | ||
p5-Term-Bash-Completion-Generator | ||
p5-Term-ShellUI | ||
pdksh | ||
pear-PHP_Shell | ||
psh | ||
rc | ||
rubygem-shellwords | ||
rush | ||
sash | ||
scponly | ||
sheldon | ||
shell-hist | ||
shellharden | ||
starship | ||
switchBashZsh | ||
tcshrc | ||
v7sh | ||
viewglob | ||
vshnu | ||
wcd | ||
xonsh | ||
yash | ||
zsh | ||
zsh-antigen | ||
zsh-autosuggestions | ||
zsh-completions | ||
zsh-navigation-tools | ||
zsh-syntax-highlighting | ||
Makefile |