delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2016/02/17/17:06:33

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:reply-to:mime-version:date:message-id:subject
:from:to:content-type:content-transfer-encoding; q=dns; s=
default; b=V23WTvSNUJ273nUuZO7ik/+sswkJ3/9KECPuWWjIMHTA8tqr6AKsD
l+cW0YcF5AC7ff+bpZC82A2kmJFHuL7sv3zfduho9tGwHWi4xiL9fx+pnmmVAsFX
TaXkdIhZODiPyzKIaGbT7iKiyaCj4MV1jj9hLHMMyCR8S/TSJG/jb8=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:reply-to:mime-version:date:message-id:subject
:from:to:content-type:content-transfer-encoding; s=default; bh=j
RQ7fbjkiNI8Zvs0bLORK9B0KUk=; b=Tynr4x+aYFJMtuWNjp8qbhs6Chd4V+E8S
6KYtcwQxB+vAlbYQNDs0TMuwuuHBSGlXMZHCtF8ploh+OFD+X3Al/WWj3WmQtCTy
bJmMo5kSejs7/O4qaxq7L1vPv6Oi8EOhdS0P8a+6cZareSWtKjTRUd125pwu/yrn
+fCkKAswCY=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-HELO: localhost.localdomain
Reply-To: cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=0.0 required=5.0 tests=AWL,BAYES_20,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,UNSUBSCRIBE_BODY autolearn=no version=3.3.2 spammy=UNSUBSCRIBE, austin, Austin, 351
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=Z3ARCH4Fw0FH1TOjR1VebeBIJz+k9aXuIK5YLRSZs2Y=; b=fnr5BkDO5I9GJFygCaI0cffkMQr6JxBwlXa+3RurXLuB3RDxzJxcrnSjg2J4c/gDmh iMcg4l7/JooupHfi83cOfGXhXofRafJ95k4yUqiRLLQTHHAp2M8zzl1HkhOe9+8a/sYZ vpccT78GmDrg72sqa/EiQ0zjvsaXEDsZMbBloLLottrJQGNiT2BsymhvvoiwQH7fQMUw pffeBLATTpauTS7V+TaStEGXMLPtSOo8JPANqODXKum4xK0CKB9BRFQKf5+KS8Cv6Gw1 C3/yf0TnZrBLWitspMyzOXMBISBEc1ZAmKh9D1bPaM7xqXa6iZQLPRJHAYw54APIYAQj ekMw==
X-Gm-Message-State: AG10YORIKbctm+eujB+zsxD7XEXIb2/w/2cZTK5dS6kVcn2ISaLpaqhGllz0ccS77zt5GEUBWA2ov8zEMRvo+w==
MIME-Version: 1.0
X-Received: by 10.107.153.200 with SMTP id b191mr5681557ioe.54.1455746010340; Wed, 17 Feb 2016 13:53:30 -0800 (PST)
Date: Wed, 17 Feb 2016 16:53:30 -0500
Message-Id: <announce.CAGHJv4e6TZTsFf2+h399nKK-PKAq_65S9kc-J5uK2FbkOYWrSA@mail.gmail.com>
Subject: [ANNOUNCEMENT] Updated: mksh-52b-1
From: Chris Sutcliffe <ir0nh34d AT gmail DOT com>
To: cygwin AT cygwin DOT com
X-IsSubscribed: yes
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id u1HM6R5E020119

Version 52b-1 of "mksh" has been uploaded.

MirBSD Korn Shell, an actively developed free implementation of the
Korn Shell programming language and a successor to the Public Domain
Korn Shell.

ChangeLog:

[tg] Recognise ksh93 compiled scripts and LZIP compressed files as
binary (i.e. to not run as mksh plaintext script)
[tg] Document that we will implement locale tracking later
[tg] Add EEXIST to failback strerror(3)
[jilles] Make set -C; :>foo race-free
[tg] Don’t use unset in portable build script
[tg] Plug warning on GNU/kFreeBSD, GNU/Hurd
[tg] Document read -a resets the integer base
[Jorg] Fix manpage: time is not a builtin but a reserved word
[Jorg, tg] Make exit (and return) eat -1
[tg] parse “$( (( … ) … ) … )” correctly (LP#1532621), Jan Palus
[tg] reduce memory footprint by free(3)ing more aggressively
[tg] fix buffer overrun (LP#1533394), bugreport by izabera
[tg] correctly handle nested ADELIM parsing (LP#1453827), Teckids
[tg] permit “read -A/-a arr[idx]” as long as only one element is read;
fix corruption of array indicēs with this construct (LP#1533396),
izabera
[tg] Sanitise OS-provided signal number in even more places
[tg] As requested by Jorg, be clear manpage advice is for mksh
[tg] Revert (as it was a regression) POSIX bugfix from R52/2005
related to accent gravis-style command substitution until POSIX
decides either way
[tg] Handle export et al. after command (Austin#351)
[tg] Catch EPIPE in built-in cat and return as SIGPIPE (LP#1532621)
[tg] Fix errno in print/echo builtin; optimise that and unbksl
[tg] Update documentation, point out POSIX violation (Austin#1015)

              *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there. It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain.com <at> cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is
available starting at this URL.

-- 
Chris Sutcliffe

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


- Raw text -


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