mksh 40.2-2ubuntu1 source package in Ubuntu

Changelog

mksh (40.2-2ubuntu1) oneiric; urgency=low

  * Drop B-D on dietlibc-dev on ARM platforms, as it probably
    won’t be ready in time for the oneiric release (LP: #856235)
 -- Thorsten Glaser <email address hidden>   Thu, 22 Sep 2011 09:26:28 +0000

Upload details

Uploaded by:
Thorsten Glaser
Sponsored by:
Luke Yelavich
Uploaded to:
Oneiric
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
shells
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
mksh_40.2.orig.tar.gz 319.7 KiB 343864ce4c5531b7d4866dd7a7932786e8f67edb5cb511c3cd73e5536eff02f4
mksh_40.2-2ubuntu1.diff.gz 57.6 KiB c7e1a3bb046cdb99e3935a7a0be4a73cd470333e3c9f324b783e276f94eebe0f
mksh_40.2-2ubuntu1.dsc 1.3 KiB a12eb0701cdb0584e2c38db81b252aa28964d6911edbf4eeb75dcae3bbc43efa

Available diffs

View changes file

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 may be used as /bin/sh
 on Debian systems, in both /bin/mksh and /bin/mksh-static flavours.
 .
 The mksh-static binary is a version of mksh, linked against dietlibc
 (if dietlibc exists for that Debian architecture), and optimised for
 small code size, for example for use on initrd or initramfs images,
 installation or rescue systems, or /bin/sh on slow architectures.
 It omits some leaf features to be even smaller.
 .
 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.