pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/shells/mksh mksh R39 evolved into these through variou...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4d849feb5086
branches:  trunk
changeset: 568132:4d849feb5086
user:      ahoka <ahoka%pkgsrc.org@localhost>
date:      Sat Dec 05 13:31:18 2009 +0000

description:
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:

 shells/mksh/Makefile |  4 ++--
 shells/mksh/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r a8c16683265e -r 4d849feb5086 shells/mksh/Makefile
--- a/shells/mksh/Makefile      Sat Dec 05 11:35:49 2009 +0000
+++ b/shells/mksh/Makefile      Sat Dec 05 13:31:18 2009 +0000
@@ -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 -r a8c16683265e -r 4d849feb5086 shells/mksh/distinfo
--- a/shells/mksh/distinfo      Sat Dec 05 11:35:49 2009 +0000
+++ b/shells/mksh/distinfo      Sat Dec 05 13:31:18 2009 +0000
@@ -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


Home | Main Index | Thread Index | Old Index