diff options
author | wiz <wiz@pkgsrc.org> | 2010-05-02 10:31:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-05-02 10:31:12 +0000 |
commit | 02bd51b7ccbc12e7fa08cf73ff51b8ebcaa0c557 (patch) | |
tree | f8087d412cd022547696e8d21520766e306e858e /shells | |
parent | c5f3934cd40193ace2153690fa6ba9e1f8d5e3e3 (diff) | |
download | pkgsrc-02bd51b7ccbc12e7fa08cf73ff51b8ebcaa0c557.tar.gz |
Update to 20100430, from J.A. Neitzel in PR 43235:
1) osh globbing is now handled by the main osh process, allowing
(for example) `mkdir some_really_long_directory_name... ; cd
some*...' and globbing for other special built-in commands as well.
2) A new, osh history-file-support feature has been added to save
the user's command-line history to the user $h/.osh.history file
if/when this file exists upon shell invocation.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/osh/Makefile | 4 | ||||
-rw-r--r-- | shells/osh/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/shells/osh/Makefile b/shells/osh/Makefile index 2d7e1ffc14f..96b98b15d8e 100644 --- a/shells/osh/Makefile +++ b/shells/osh/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2010/01/05 11:21:42 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2010/05/02 10:31:12 wiz Exp $ -DISTNAME= osh-20091218 +DISTNAME= osh-20100430 CATEGORIES= shells MASTER_SITES= http://v6shell.org/src/ diff --git a/shells/osh/distinfo b/shells/osh/distinfo index 1a6e1d11011..f7e405b5452 100644 --- a/shells/osh/distinfo +++ b/shells/osh/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2010/01/05 11:21:20 wiz Exp $ +$NetBSD: distinfo,v 1.16 2010/05/02 10:31:12 wiz Exp $ -SHA1 (osh-20091218.tar.gz) = 7dc04fdd93401829803e9b22aa0a6a53203488e5 -RMD160 (osh-20091218.tar.gz) = 76502912f409fba780a6e649c848e6bffc234247 -Size (osh-20091218.tar.gz) = 99469 bytes +SHA1 (osh-20100430.tar.gz) = 7b8ff4ba099320433612e8e8e706a7305f7a595b +RMD160 (osh-20100430.tar.gz) = 82d3b2e3dd4c229b314887cab7c074cc3dfb2700 +Size (osh-20100430.tar.gz) = 102970 bytes |