Codebase list mksh / abd011d
upstream changes mirabilos authored 3 years ago mirabilos committed 3 years ago
1 changed file(s) with 28 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
00 mksh (59b-4) UNRELEASED; urgency=medium
11
22 * New upstream snapshot
3 - [tg] Update character widths (Jamo bugfix)
4 - [spellintian] Fixes
5 - [Jonathan Perkin] Don’t use “test -e” in Build.sh
6 - [Jonathan Perkin] Mac OSX-specific: ensure ulimit -m is present
7 even if it is an alias of ulimit -v (10.4+), for compatibility
8 - [Finn Thain, Stanley J. Johnson] Port to A/UX
9 - [tg] Add older ulimit(2) support, if setrlimit(2) is missing
10 - [tg] More EBCDIC-safeness (slightly…)
11 - [PerlAcademy] Allow all tests to pass with very old Perl 5
12 - [tg] Fix test.sh’s output of tested/expected shell version
13 - [Stanley J. Johnson] Let A/UX default CC to gcc
14 - [tg] Drop “is being ported” warning from A/UX and OS/2, they work
15 - [tg] Include <pwd.h> only if MKSH_NOPWNAM is not defined
16 - [tg] “command -v” must print absolute pathnames, even if $PATH
17 contains relative pathnames under which the command in question
18 was found (orbea)
19 - [komh] Fix absolute pathnames relative to / on nōn-OS/2, too
20 - [tg] Fix some more corner cases related to pathname normalisation
21 - [tg] FAQ: “${@?}: bad substitution” documentation
22 - [tg] Fix some constructs pointed out by https://www.deepcode.ai/
23 - [tg] Clean, refactor, optimise some code
24 - [tg] Allow ^Xe on empty command line; quote editor argument properly
25 - [tg] FAQ: an IRC user suggests ^Xe for ad-hōc scripts and multiline
26 - [tg] Eliminate many unnecessary calls to (re‑)allocate memory
27 - [tg] Correct order during tree-printing of heredocs (LP#1783355)
28 - [tg] Drop some possibly unreached and probably broken code
29 - [tg] Increase FAQ2HTML.sh compatibility with pre-POSIX shells
30 - [tg] Demote some (unlikely called) output code to !MKSH_SMALL
331
432 -- Thorsten Glaser <tg@mirbsd.de> Sat, 31 Oct 2020 05:30:52 +0100
533