summaryrefslogtreecommitdiff
path: root/shells/mksh/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2007-08-07Update shells/mksh to version 30. Changes from version 29.6 include:jlam1-24/+6
* If the basename of argv[0] starts with "sh", activate FPOSIX early, preventing some typical ksh aliases from being defined. * If FPOSIX, don't pre-define aliases (except integer and local) to benefit operating environments that never heard of the great Korn Shell. * Support x=(a b c) bash-like array initialisation * Support ${foo:2:3} bash-like substring expansion * Don't try to execute ELF, a.out, COFF, gzip or MZ binaries, e.g. mksh /bin/sh. * Prefer well-known signal names to alphabetically earlier ones * Fix a bug delivering ERR and EXIT pseudo-signals to traps combined with "set -e". Update from mirabilos#pkgsrc with small fixups by me.
2007-06-20Maintainer/author update to mksh-R29f to fix a regression in the lastjoerg1-3/+3
version. Some other small bugfixes and portability fixes are included as well. From Thorsten Glaser.
2007-05-23Update to mksh-R29e. Fixes a number of display bugs, cursor positioningjoerg1-13/+20
bugs and issues shown by Coverity Prevent. From Thorsten Glaser. Add DESTDIR support.
2007-02-22pkglint cleanup; update HOMEPAGE/MASTER_SITES.wiz1-2/+2
From Sergey Svishchev in private mail.
2006-09-15Import mksh. From Thorsten Glaser in private mail.joerg1-0/+52
From DESCR: mksh is the MirBSD enhanced version of the Public Domain Korn shell (pdksh), a bourne-compatible shell which is largely si- milar to the original AT&T Korn shell. It includes bug fixes and feature improvements in order to produce a modern, robust shell good for interactive and especially script use.