- mention vendor modifications in manpage as requested by upstream
- update to version 50f
- [tg] OpenBSD sync: handle integer base out of band like ksh93
does
- [tg] Protect standard code (predefined aliases, internal code,
aliases and functions in dot.mkshrc) from being overridden by
aliases and, in some cases, shell functions (i.e. permit
overriding but ignore it)
- [tg] Implement GNU bash’s enable for dot.mkshrc using magic
aliases to redirect the builtins to external utilities; this
differs from GNU bash in that enable takes precedence over
functions
- [tg] Move unaliasing an identifier when defining a POSIX-style
function with the same name into lksh, as compatibility kludge
- [tg] Korn shell style functions now have locally scoped shell
options
- [tg] Add a patch marker for vendor patch versioning to mksh.1
- [tg] SECURITY: make unset HISTFILE actually work
- [tg] Document some more issues with the current history code
- [tg] Remove some unused code
- [tg] RCSID-only sync with OpenBSD, for bogus and irrelevant
changes
- [tg] Also disable field splitting for alias 'local=\typeset'
- [tg] Fix read -n-1 to not be identical to read -N-1
- [tg] Several fixes and improvements to lksh(1) and mksh(1)
manpages
- [tg] More code (int → size_t), comment and testsuite fixes
- [tg] Make dot.mkshrc more robust (LP#1441853)
- [tg] Fix issues with IFS='\' read, found by edualbus
OBS-URL: https://build.opensuse.org/request/show/298252
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mksh?expand=0&rev=12
- [tg] OpenBSD sync: handle integer base out of band like ksh93
does
- [tg] Protect standard code (predefined aliases, internal code,
aliases and functions in dot.mkshrc) from being overridden by
aliases and, in some cases, shell functions (i.e. permit
overriding but ignore it)
- [tg] Implement GNU bash’s enable for dot.mkshrc using magic
aliases to redirect the builtins to external utilities; this
differs from GNU bash in that enable takes precedence over
functions
- [tg] Move unaliasing an identifier when defining a POSIX-style
function with the same name into lksh, as compatibility kludge
- [tg] Korn shell style functions now have locally scoped shell
options
- [tg] Add a patch marker for vendor patch versioning to mksh.1
- [tg] SECURITY: make unset HISTFILE actually work
- [tg] Document some more issues with the current history code
- [tg] Remove some unused code
- [tg] RCSID-only sync with OpenBSD, for bogus and irrelevant
changes
- [tg] Also disable field splitting for alias 'local=\typeset'
- [tg] Fix read -n-1 to not be identical to read -N-1
- [tg] Several fixes and improvements to lksh(1) and mksh(1)
manpages
- [tg] More code (int → size_t), comment and testsuite fixes
- [tg] Make dot.mkshrc more robust (LP#1441853)
- [tg] Fix issues with IFS='\' read, found by edualbus
- [enh, tg] Fix integer overflows related to file descriptor
parsing, found by Pawel Wylecial (LP#1440685); reduce memory
OBS-URL: https://build.opensuse.org/package/show/shells/mksh?expand=0&rev=182
- update to version 50e
- [tg] Add more tests detailing behaviour difference from GNU
bash
- [tg] Introduce a memory leak for x=<< fixing use of freed
memory instead, bug tracked as LP#1380389 still live
- [tg] Add x+=<< parallel to x=<<
- [tg, ormaaj, jilles] POSIX “command” loses builtin special-ness
- [tg] Fix LP#1381965 and LP#1381993 (more field splitting)
- [jilles] Update location of FreeBSD testsuite for test(1)
- [Martin Natano] Remove dead NULL elements from Emacs
keybindings
- [tg, Stéphane Chazelas, Geoff Clare] Change several testcases
for $*/$@ expansion with/without quotes to expected-fail, with
even more to come ☹
- [tg] Fix miscalculating required memory for encoding the
double-quoted parts of a here document or here string
delimiter, leading to a buffer overflow; discovered by zacts
from IRC
- [RT] Rename a function conflicting with a MacRelix system
header
- [tg] Use size_t (and ssize_t) consistently, stop using
ptrdiff_t; fixes some arithmetics and S/390 bugs
- [tg] Remove old workarounds for Clang 3.2 scan-build
- [tg] Remove all Clang/Coverity assertions, making room for new
checks
- [tg] Fix NSIG generation on Debian sid gcc-snapshot
- [tg] Make a testcase not fail in a corner case
- [tg] Fix issues detected by GCC’s new sanitisers: data type of
a value to be shifted constantly must be unsigned (what not, in
C…); shebang check array accesses are always unsigned char
OBS-URL: https://build.opensuse.org/request/show/288398
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mksh?expand=0&rev=11
- [tg] Add more tests detailing behaviour difference from GNU
bash
- [tg] Introduce a memory leak for x=<< fixing use of freed
memory instead, bug tracked as LP#1380389 still live
- [tg] Add x+=<< parallel to x=<<
- [tg, ormaaj, jilles] POSIX “command” loses builtin special-ness
- [tg] Fix LP#1381965 and LP#1381993 (more field splitting)
- [jilles] Update location of FreeBSD testsuite for test(1)
- [Martin Natano] Remove dead NULL elements from Emacs
keybindings
- [tg, Stéphane Chazelas, Geoff Clare] Change several testcases
for $*/$@ expansion with/without quotes to expected-fail, with
even more to come ☹
- [tg] Fix miscalculating required memory for encoding the
double-quoted parts of a here document or here string
delimiter, leading to a buffer overflow; discovered by zacts
from IRC
- [RT] Rename a function conflicting with a MacRelix system
header
- [tg] Use size_t (and ssize_t) consistently, stop using
ptrdiff_t; fixes some arithmetics and S/390 bugs
- [tg] Remove old workarounds for Clang 3.2 scan-build
- [tg] Remove all Clang/Coverity assertions, making room for new
checks
- [tg] Fix NSIG generation on Debian sid gcc-snapshot
- [tg] Make a testcase not fail in a corner case
- [tg] Fix issues detected by GCC’s new sanitisers: data type of
a value to be shifted constantly must be unsigned (what not, in
C…); shebang check array accesses are always unsigned char
OBS-URL: https://build.opensuse.org/package/show/shells/mksh?expand=0&rev=180
- [Goodbox] Fix NULL pointer dereference on “unset x; nameref x”
- [tg] Fix severe regression in field splitting (LP#1378208)
- [tg] Add a warning about not using tainted user input (including
from the environment) in arithmetics, until Stéphane writes it up
nicely
- refresh vendor patch
OBS-URL: https://build.opensuse.org/package/show/shells/mksh?expand=0&rev=178
- update to SECURITY version 50c
- [tg] Know more rare signals when generating sys_signame[] replacement
- [tg] OpenBSD sync (mostly RCSID only)
- [tg] Document HISTSIZE limit; found by luigi_345 on IRC
- [zacts] Fix link to Debian .mkshrc
- [tg] Cease exporting $RANDOM (Debian #760857)
- [tg] Fix C99 compatibility
- [tg] Work around klibc bug causing a coredump (Debian #763842)
- [tg] Use issetugid(2) as additional check if we are FPRIVILEGED
- [tg] SECURITY: do not permit += from environment
- [tg] Fix more field splitting bugs reported by Stephane Chazelas and
mikeserv; document current status wrt. ambiguous ones as testcases too
- use build log cleaner sed command from home:mirabile package
- enable lksh build-time option to automatically run "set -o posix"
when called as sh or -sh, like home:mirabile package did
OBS-URL: https://build.opensuse.org/request/show/253864
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mksh?expand=0&rev=9
- update to SECURITY version 50c
- [tg] Know more rare signals when generating sys_signame[] replacement
- [tg] OpenBSD sync (mostly RCSID only)
- [tg] Document HISTSIZE limit; found by luigi_345 on IRC
- [zacts] Fix link to Debian .mkshrc
- [tg] Cease exporting $RANDOM (Debian #760857)
- [tg] Fix C99 compatibility
- [tg] Work around klibc bug causing a coredump (Debian #763842)
- [tg] Use issetugid(2) as additional check if we are FPRIVILEGED
- [tg] SECURITY: do not permit += from environment
- [tg] Fix more field splitting bugs reported by Stephane Chazelas and
mikeserv; document current status wrt. ambiguous ones as testcases too
- use build log cleaner sed command from home:mirabile package
- enable lksh build-time option to automatically run "set -o posix"
when called as sh or -sh, like home:mirabile package did
OBS-URL: https://build.opensuse.org/package/show/shells/mksh?expand=0&rev=176
- update to version 50b
- [Ypnose] Fix operator description in the manpage
- [tg] Change all mention of “eglibc” to “glibc”, it is merged
back
- [Colona] Fix rare infinite loop with invalid UTF-8 in the edit
buffer
- [tg] Make more clear when a shell is interactive in the manpage
- [tg] Document that % is a symmetric remainder operation, and
how to get a mathematical modulus from it, in the manpage
- [tg, Christopher Ferris, Elliott Hughes] Make the cat(1)
builtin also interruptible in the write loop, not just in the
read loop, and avoid it getting SIGPIPE in the smores function
in dot.mkshrc by terminating cat upon user quit
- [tg] Make some comments match the code, after jaredy from obsd
changed IFS split handling
- [tg] Fix some IFS-related mistakes in the manual page
- [tg] Document another issue as known-to-fail test IFS-subst-3
- [tg] Improve check.pl output in some cases
- [tg, Jb_boin] Relax overzealous nameref RHS checks
OBS-URL: https://build.opensuse.org/request/show/247591
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mksh?expand=0&rev=8
- [Ypnose] Fix operator description in the manpage
- [tg] Change all mention of “eglibc” to “glibc”, it is merged
back
- [Colona] Fix rare infinite loop with invalid UTF-8 in the edit
buffer
- [tg] Make more clear when a shell is interactive in the manpage
- [tg] Document that % is a symmetric remainder operation, and
how to get a mathematical modulus from it, in the manpage
- [tg, Christopher Ferris, Elliott Hughes] Make the cat(1)
builtin also interruptible in the write loop, not just in the
read loop, and avoid it getting SIGPIPE in the smores function
in dot.mkshrc by terminating cat upon user quit
- [tg] Make some comments match the code, after jaredy from obsd
changed IFS split handling
- [tg] Fix some IFS-related mistakes in the manual page
- [tg] Document another issue as known-to-fail test IFS-subst-3
- [tg] Improve check.pl output in some cases
- [tg, Jb_boin] Relax overzealous nameref RHS checks
OBS-URL: https://build.opensuse.org/package/show/shells/mksh?expand=0&rev=174
- update to version 50
- [tg] Fix initial IFS whitespace not being ignored when
expanding
- [tg] MKSH_BINSHREDUCED no longer mistakenly enables brace
expansion
- [tg] Explain more clearly Vi input mode limitations in the
manpage
- [tg] Improve error reporting of the check.pl script (which
needs a maintainer since I don’t speak any perl(1), really),
for lewellyn
- [tg] Use $TMPDIR in test.sh for scratch space
- [tg, Polynomial-C] Check that the scratch space is not mounted
noexec
- [pekster, jilles, tg] Use termcap(5) names, not terminfo(5)
names, in tput(1) examples, for improved portability (e.g. to
MidnightBSD)
- [tg] Avoid C99 Undefined Behaviour in mirtoconf LFS test
(inspired by Debian #742780)
- [tg] Fix ${!foo} for when foo is unset
- [tg] Improve nameref error checking (LP#1277691)
- [tg] Fix readonly bypass found by Bert Münnich
- [Ryan Schmidt] Improved system reporting for Mac OS X
- [nDuff] Explain better [[ extglob handling in the manpage
- [tg] Remove arr=([index]=value) syntax due to regressions
- [tg] IFS-split arithmetic expansions as per POSIX 201x
- [OpenBSD] Add more detailed Authors section to manpage
- [tg] Fix set ±p issue for good: drop privs unless requested
- [tg] Improve signal handling and use a more canonical probing
order
- [tg] Fix return values $? and ${PIPESTATUS[*]} interaction with
OBS-URL: https://build.opensuse.org/request/show/239021
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mksh?expand=0&rev=5
- [tg] Fix initial IFS whitespace not being ignored when
expanding
- [tg] MKSH_BINSHREDUCED no longer mistakenly enables brace
expansion
- [tg] Explain more clearly Vi input mode limitations in the
manpage
- [tg] Improve error reporting of the check.pl script (which
needs a maintainer since I don’t speak any perl(1), really),
for lewellyn
- [tg] Use $TMPDIR in test.sh for scratch space
- [tg, Polynomial-C] Check that the scratch space is not mounted
noexec
- [pekster, jilles, tg] Use termcap(5) names, not terminfo(5)
names, in tput(1) examples, for improved portability (e.g. to
MidnightBSD)
- [tg] Avoid C99 Undefined Behaviour in mirtoconf LFS test
(inspired by Debian #742780)
- [tg] Fix ${!foo} for when foo is unset
- [tg] Improve nameref error checking (LP#1277691)
- [tg] Fix readonly bypass found by Bert Münnich
- [Ryan Schmidt] Improved system reporting for Mac OS X
- [nDuff] Explain better [[ extglob handling in the manpage
- [tg] Remove arr=([index]=value) syntax due to regressions
- [tg] IFS-split arithmetic expansions as per POSIX 201x
- [OpenBSD] Add more detailed Authors section to manpage
- [tg] Fix set ±p issue for good: drop privs unless requested
- [tg] Improve signal handling and use a more canonical probing
order
- [tg] Fix return values $? and ${PIPESTATUS[*]} interaction with
OBS-URL: https://build.opensuse.org/package/show/shells/mksh?expand=0&rev=170
- update to version 49
- [tg] dot.mkshrc: fix two issues with the cd wrapper
- [tg] Unbreak set +p (wider issue still to be addressed)
- [Steffen Daode Nurpmeso] Use WCONTINUED with waitpid(2)
- [millert] Add proper suspend builtin handling tty(4) and
setpgrp(2)
- [tg] Sanitise and slightly optimise control character handling
- [tg] Add O_BINARY to all open(2) calls for OS/2 kLIBC support
- [tg] Generate option strings for shell, set, ulimit at compile
time
- [Steffen Daode Nurpmeso] Drop ISTRIP termios(4) mode
- [tg] Mention negative history numbers, octals in the manpage
- [tg] Make check.pl work with Perl < 5.6.1 again
- [tg] Detect getsid(2) and skip the oksh suspend builtin
otherwise
- [tg] Document that set -o noclobber is unsafe for tempfiles
- [tg] Update to Unicode 6.3.0
- [RT] Restore some portability
- [tg] Fix parsing positional argument variable names
- [tg] Sprinkle a few __attribute__((__pure__)); fix warnings
- [tg] Fix build on OSX: always use our wcwidth code; only use
our strlcpy(3) code if the OE doesn’t provide one (prompted by
jonthn on IRC)
- [tg] Optimise sh -c to exec even in MKSH_SMALL
- [tg] Use new BAFH for hashing
OBS-URL: https://build.opensuse.org/request/show/213623
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mksh?expand=0&rev=3
- [tg] dot.mkshrc: fix two issues with the cd wrapper
- [tg] Unbreak set +p (wider issue still to be addressed)
- [Steffen Daode Nurpmeso] Use WCONTINUED with waitpid(2)
- [millert] Add proper suspend builtin handling tty(4) and
setpgrp(2)
- [tg] Sanitise and slightly optimise control character handling
- [tg] Add O_BINARY to all open(2) calls for OS/2 kLIBC support
- [tg] Generate option strings for shell, set, ulimit at compile
time
- [Steffen Daode Nurpmeso] Drop ISTRIP termios(4) mode
- [tg] Mention negative history numbers, octals in the manpage
- [tg] Make check.pl work with Perl < 5.6.1 again
- [tg] Detect getsid(2) and skip the oksh suspend builtin
otherwise
- [tg] Document that set -o noclobber is unsafe for tempfiles
- [tg] Update to Unicode 6.3.0
- [RT] Restore some portability
- [tg] Fix parsing positional argument variable names
- [tg] Sprinkle a few __attribute__((__pure__)); fix warnings
- [tg] Fix build on OSX: always use our wcwidth code; only use
our strlcpy(3) code if the OE doesn’t provide one (prompted by
jonthn on IRC)
- [tg] Optimise sh -c to exec even in MKSH_SMALL
- [tg] Use new BAFH for hashing
OBS-URL: https://build.opensuse.org/package/show/shells/mksh?expand=0&rev=166
– ifos FreeMiNT use a different set of dependencies
(currently empty ⇒ the os maintainers must fill them in)
– ifos FreeMiNT run testsuite without script (part of util-linux)
– testsuite failures are not fatal for us (script hides that anyway)
OBS-URL: https://build.opensuse.org/package/show/shells/mksh?expand=0&rev=142