diff options
author | ahoka <ahoka> | 2009-12-05 13:31:18 +0000 |
---|---|---|
committer | ahoka <ahoka> | 2009-12-05 13:31:18 +0000 |
commit | 0c51f037b756ca5ca500e939414264e5ac7015d5 (patch) | |
tree | ffa4b638db3bdf623ae645927eda762d49e23f5f /shells/mksh | |
parent | c8ca0e2dce0afef6480137f6928b3922e0ca7ce9 (diff) | |
download | pkgsrc-0c51f037b756ca5ca500e939414264e5ac7015d5.tar.gz |
mksh R39 evolved into these through various means:
[tg] Shut up a bogus gcc warning during configuration process
[tg] Spell AT&T consistently in the source code
[tg] Tweak mksh(1) manual page, from wbx@ and «lewellyn:#ksh»
[tg] dot.mkshrc: fix $@ vs. $* mix-up
[tg] dot.mkshrc: add DJB cdb hash function
[tg] Sync with oksh: fix Vi editing mode word erase handling, again
[tg] Skip whitespace between POSIX style shell function name and its definition parenthesēs during detection if an alias of the same name already exists to be more robust (Debian Closes: #535970)
[tg] Build system improvements for ACK and nwcc, both on Debian sid
[tg] Fix spelling error in changelog discovered by Lintian
[tg] Aligh “set -o nounset” / “set -u” behaviour with future POSIX standard, as discussed with GNU bash maintainers, David Korn from AT&T ksh93, and The Open Group; prompted by use in Debian; Closes: #539538
[tg] add an unsupported way to make printf(1) a builtin
[tg] Build system and regression test code and comment improvements: better and more comments matching reality better; more reliability w.r.t. passed CPPFLAGS; more of the MKSH_SMALL changes may be overridden, all of them are now enumerated on the webpage; fixed some breakage; portability
[tg] MKSH_NOPWNAM and MKSH_SMALL will now both disable the ~fac/ (homedir) expansion code wholly if defined, not just getpwnam(3) calls
[tg] shells without job control no longer define the standard “stop” and “suspend” aliases (they are pointless anyway); regression tests know
[tg] use system RCS ID macros on MirBSD if decent enough
[tg] shut up bogus gcc 4.5/trunk warnings caused by over-optimisation
[tg] restore ANSI C compilability broken in R38 (speed up, even)
[tg] use memcpy(3) ipv strlcpy(3) if possible and safe and secure
Diffstat (limited to 'shells/mksh')
-rw-r--r-- | shells/mksh/Makefile | 4 | ||||
-rw-r--r-- | shells/mksh/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/shells/mksh/Makefile b/shells/mksh/Makefile index 2efebd63b18..f11fcdda3aa 100644 --- a/shells/mksh/Makefile +++ b/shells/mksh/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2009/06/14 11:51:41 ahoka Exp $ +# $NetBSD: Makefile,v 1.13 2009/12/05 13:31:18 ahoka Exp $ -DISTNAME= mksh-R38c +DISTNAME= mksh-R39 PKGNAME= ${DISTNAME:S/-R/-/} CATEGORIES= shells MASTER_SITES= http://www.mirbsd.org/MirOS/dist/mir/mksh/ \ diff --git a/shells/mksh/distinfo b/shells/mksh/distinfo index c740303772b..a1a8c284f89 100644 --- a/shells/mksh/distinfo +++ b/shells/mksh/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2009/06/14 11:51:41 ahoka Exp $ +$NetBSD: distinfo,v 1.13 2009/12/05 13:31:18 ahoka Exp $ -SHA1 (mksh-R38c.cpio.gz) = 2fc249348ba1fd17fdd698297ba8bd77e4cda82c -RMD160 (mksh-R38c.cpio.gz) = d2a5f00a992e359f985b9023d9780c5283adb2e5 -Size (mksh-R38c.cpio.gz) = 276630 bytes +SHA1 (mksh-R39.cpio.gz) = 5bcf609b717fca290b7eecdd120094c54da58994 +RMD160 (mksh-R39.cpio.gz) = 5a5bcbe288e722f9772e27d2fdc36eee174bbb7b +Size (mksh-R39.cpio.gz) = 278476 bytes |