mksh 57-7 source package in Ubuntu

Changelog

mksh (57-7) unstable; urgency=low

  * Update from MirBSD CVS HEAD
    - [tg] Correct backslash expansion documentation; caveat re. 16-bit UCS
    - [tg] Fix extra empty field on IFS-NWS trim expansion (Martijn Dekker)
    - [tg] Improve code performance, quality, robustness
    - [tg] Allow ${x:n} where n is an identifier (veedeeh)
    - [tg] Permit ‘+’ in alias names, but not leading (Aleksey Cheusov)
    - [tg] Fix here strings for $@ (LP#1857195), reported by jvdh
  * /etc/skel/.mkshrc: use canonical names of locales mentioned
  * Introduce DEP 8 autopkgtests

 -- Thorsten Glaser <email address hidden>  Sat, 14 Mar 2020 02:29:40 +0100

Upload details

Uploaded by:
Thorsten Glaser
Uploaded to:
Sid
Original maintainer:
Thorsten Glaser
Architectures:
any
Section:
shells
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
mksh_57-7.dsc 2.2 KiB 7ded0f828c31d486c257cde00ad43430de080ecb87bee1df4dda549aa005080f
mksh_57.orig.tar.gz 409.8 KiB 3d101154182d52ae54ef26e1360c95bc89c929d28859d378cc1c84f3439dbe75
mksh_57-7.debian.tar.xz 129.8 KiB c0ed7be977f4df021ae0bdeb9b10531e9ce4185c8888edbc47917eeb6a9a6410

Available diffs

No changes file available.

Binary packages built by this source

mksh: MirBSD Korn Shell

 mksh is the successor of the Public Domain Korn shell (pdksh),
 a Bourne/POSIX compatible shell which is largely similar to the
 original AT&T Korn Shell (ksh88/ksh93).
 It includes bug fixes and feature improvements, in order to produce a
 modern, robust shell good for interactive and especially script use.
 mksh has UTF-8 support (in string operations and the Emacs editing
 mode). The code has been cleaned up and simplified, bugs fixed,
 standards compliance added, and several enhancements (for extended
 compatibility to other modern shells, as well as a couple of its
 own) are available.
 This shell is Debian Policy 10.4 compliant and works as /bin/sh on
 Debian systems (use the /bin/lksh executable) and is a good rescue
 and initrd shell (consider the /bin/mksh-static executable).
 .
 The mksh binary is a complete, full-featured shell. It provides a
 “consistent across all platforms” guarantee, using 32-bit integers
 for arithmetics, possibly deviating from POSIX.
 .
 The mksh-static binary is a version of mksh, linked against klibc,
 musl, or dietlibc (if they exist for that Debian architecture and
 are usable) and optimised for small code size, for example for use
 on initrd or initramfs images, installation or rescue systems.
 Except for omitting some features to be smaller, it is similar to
 the mksh binary otherwise. Note the exact feature set may differ
 depending on which C library was used to compile it.
 .
 The lksh binary is a script shell based on mksh intended to run old
 ksh88 and pdksh scripts, but not for interactive use. When used as
 /bin/sh it follows POSIX most closely, including use of the host’s
 “long” C data type for arithmetics. It also contains kludges so it
 can run as /bin/sh on Debian beyond what Policy dictates, to work
 around bugs in maintainer scripts and LSB init scripts shipped by
 many packages, such as including a rudimentary printf(1) builtin,
 permitting a shell function to be named stop overriding the default
 alias, more loose interpretation of shell extglobs, etc.
 .
 A sample ~/.mkshrc is included in /usr/share/doc/mksh/examples and
 provided as /etc/mkshrc conffile, which is sourced by another file
 /etc/skel/.mkshrc users are recommended to copy into their home.

mksh-dbgsym: debug symbols for mksh