From 2f8c1a7b2b72736d708868a60015531e90227766 Mon Sep 17 00:00:00 2001 From: bsiegert Date: Sun, 18 Aug 2013 10:00:12 +0000 Subject: Update mksh to R48b. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changes: R48b is a minor bugfix update: [tg] Fix display issue with multi-line prompts and SIGWINCH R48 is a small but important bugfix update: [tg] dot.mkshrc: unbreak hd(1) function in UTF-8 mode [Jens Staal, tg] Improve buildability on Plan 9 and support kencc [tg] Clean up and improve build process and testsuite [Michael Langguth] Add multi-layer ICO file from mksh/Win32 [tg, Steffen Daode Nurpmeso] Fix interactive shell exiting on ^C or syntax error when the EXIT pseudo-signal trap was set (to anything) [tg, Daode] Display longer command excerpts in job control [tg] Rewrite Emacs mode display window sliding calculation code [tg] dot.mkshrc: “doch” now keeps standard input [tg] Reduce memory usage and improve comments and documentation R47 is a bugfix everyone must upgrade to: [tg] Do not accidentally remove lksh.1 for in-srcdir builds [tg] Fix post-build non-‘-Q’ output for lksh [tg] Silence some configure-time warnings for clang-3.2 and GCC [tg] Prevent recursion loops for namerefs; found by ormaaj [tg] Replace wcwidth code by mine based on Unicode 6.2.0 [tg, Alexander Polakov] Fix quoting in word part of ${var+word} etc. when the expression is in a quoted brace or a here document [tg] Fix some compiler warnings; improve sig{,handler}_t detection [tg] Keep SIGCHLD blocked in some more semi-critical code paths [tg] Fix uninitialised variable causing random nōn-numerical input to be accepted and acted upon in the select built-in command [tg] No longer chown(2)/chmod(2) the -T tty(4) argument [tg] Don’t fork(2) if the -T tty(4) argument begins with ‘!’; eliminates the need for things like oneit_line/cttyhack/etc. on Linux [jca] Fix “for var in; do” to not be interpreted as “for var; do” [tg] Use %zu for printing size_t (ipv %lu with casting around) [tg] use ${SIZE-size} for lewellyn’s cross [fgsch, espie, millert, tg] Write more testcases [millert] POSIX specifies that for && and || lists, only the exit status of the last command matters for “set -e”; fix and document [millert] check.pl: Add -T flag to set the tmpdir; use mkstemp(3) and mkdtemp(3) instead of $$ in /tmp for tempfiles [jca] Make $(