delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2022/12/11/19:34:55

X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4C8E13884F96
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1670805251;
bh=aLe26EcLImrDCmNRVn1qHaqHWZ04QakKUxjzBzHBudY=;
h=To:Date:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post:
List-Help:List-Subscribe:From:Reply-To:Cc:From;
b=Uhmnlgzca9S3aYQI9ee0pJeVy3eF7962cpY1+tT8Hya+Q3j+atgfbB8FiV9IRj4vs
J5A/GnZFZjZwoozTwlg0rKwYAQQfQHjhwywrhT4K55Jpfhj95lehgLjU0ULBFQExoH
TsPVD93s8LNLwdcvipeNzgBbl05nZHYP/J6j4gXU=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 32159384F713
X-Authority-Analysis: v=2.4 cv=e5oV9Il/ c=1 sm=1 tr=0 ts=639676d5
a=oHm12aVswOWz6TMtn9zYKg==:117 a=oHm12aVswOWz6TMtn9zYKg==:17 a=FNyBlpCuAAAA:8
a=VwQbUJbxAAAA:8 a=BQGpZC7ahdPLjb4Zrp8A:9 a=RlW-AWeGUCXs_Nkyno-6:22
a=AjGcO6oz07-iQ99wixmX:22
To: cygwin AT cygwin DOT com
Date: Sun, 11 Dec 2022 17:32:07 -0700
Message-Id: <announce.20221211173207.907-1-Brian.Inglis@SystematicSW.ab.ca>
Subject: [ANNOUNCEMENT] Test: dash 0.5.12 (TEST)
X-CMAE-Envelope: MS4xfEFyUJgsTX/t6zuRQzqD5auUb9K+lHog5HHZAGS4xPCCADQIpMjooO0vfu3g7SGF3UZGi3gouU6M1+Y+6LUgro/uguuq1Z0AapETE7rURI7S70/fZ5kk
7oOon6E7fgG4FhijTMnLwQcG5/FE2KNugEF+zVcwdEsdnLiqFVirGWUkDESQXP8CWxZHYHGG4HrSk6rdClw99e4crt4cdIo5hdGsb0SEPRMPzZKPUWuGfOhU
X-Spam-Status: No, score=-1164.0 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS,
KAM_LAZY_DOMAIN_SECURITY, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_NONE,
TXREP autolearn=no autolearn_force=no version=3.4.6
X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on
server2.sourceware.org
X-BeenThere: cygwin-announce AT cygwin DOT com
X-Mailman-Version: 2.1.29
X-Mailer: Perl5 Mail::Internet v2.20
X-BeenThere: cygwin AT cygwin DOT com
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
From: Cygwin dash Co-Maintainer via Cygwin <cygwin AT cygwin DOT com>
Reply-To: cygwin AT cygwin DOT com
Cc: Cygwin dash Co-Maintainer <Brian DOT Inglis AT SystematicSW DOT ab DOT ca>
MIME-Version: 1.0
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com>

The following test packages have been uploaded to the Cygwin distribution:

* dash	0.5.12

DASH is a POSIX-compliant implementation of /bin/sh that aims to be
as small as possible. It does this without sacrificing speed where
possible. In fact, it is significantly faster than bash (the GNU
Bourne-Again SHell) for most tasks.

Please test this Base category shell as extensively as possible
(especially if you are a Cygwin package maintainer) as this
package is used in all installations.
I have it locally installed as my /bin/sh so it is used by most scripts,
cron jobs, and cygport builds, so it has and is getting frequent
exercise with no apparent issues so far.
If no issues are reported within a couple of weeks the package will be
upgraded to current.

For more information see the project home page:

	http://gondor.apana.org.au/~herbert/dash/

For changes since the previous release, see below;
for complete details see:

https://git.kernel.org/pub/scm/utils/dash/dash.git/log/?h=v0.5.12&showmsg=1


2022-12-11	0.5.12

error:
	Remove USE_NORETURN ifdef

eval:
	Always set exitstatus in evaltree
	Check eflag after redirection error
	Check nflag in evaltree instead of cmdloop
	Do not cache value of eflag in evaltree
	Prevent recursive PS4 expansion
	Test evalskip before flipping status for NNOT

expand:
	Add ifsfree to expand to fix a logic error that causes a buffer over-read
	Always quote caret when using fnmatch
	Make glob(3) interruptible by SIGINT

input:
	Clear unget on RESET
	Remove special case for unget EOF

jobs:
	Always reset SIGINT/SIGQUIT handlers
	Block signals during tcsetpgrp
	Fix waitcmd busy loop
	Only block in waitcmd on first run

man:
	fix formatting

parser:
	Add VSBIT to ensure subtype is never zero
	Fix VSLENGTH parsing with trailing garbage
	Get rid of PEOA
	
redir:
	Retry open64 on EINTR
	
shell:
	Call CHECK_DECL on stat64
        Disable glob again as it strips traing slashes
        Enable fnmatch/glob by default
        Fail if building --with-libedit and can't find libedit
        Group readdir64/dirent64 with open64


-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019