From fc04cfbf60e7590814f32069c9d674d31d331e0e Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 2 May 2010 10:31:12 +0000 Subject: 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. --- shells/osh/Makefile | 4 ++-- 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 -- cgit v1.2.3