delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2016/03/09/10:03:27

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=mud8aaAmLY/gbqhg8nlVz9tzr7OGdPBI7ZPSedOymoawlR5Jq7HyT
ec2H+LaWP/i3ej07dhooBFe5TG2hu287e9eeBq1/bOcM9CkIaz/0aixqVwWK1TjX
1TpUqT/E5DC/kstgFUCR56afIZgFqHSWlpMCMV0MTjPcvfOHwDLMSQ=
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=U
/Wnz4sIaenqFWldpTllKlHxATc=; b=cxJbIesXE5fIERjg17ugOOJDGP6gxG+EX
kGpNwGQLoCn/Ofqd1PSyIWzrDtm8t+5aCEhCE1BmeZctsVz1HSFlnou6ugmBfBKf
ojyaasrlYROX6pWdjGqnWeFfXm48L6ZQv8RiBJPB5J6rEtpYm3iiqc/MrGiViYFC
Pqx8A18Lc8=
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.1 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,UNSUBSCRIBE_BODY autolearn=no version=3.3.2 spammy=(unknown), yourdomaincom, UD:yourdomain.com, yourdomain.com
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-transfer-encoding; bh=ogayp3bPoV3Dq/pUOepGtPxbPSRVT6Wwtqtvl2V75L0=; b=gNS4MdtND6TiQa8Y3ceXAAkJhzeHFr4AzBhLOb/YwY46bzWsxPDsvUMP9qOhLjyDWA NhIvTwiscbr6K5lVKz1ngC5p+esZPNEnAnzokaZa7dnT1HlrDbBN9Gb10JQDbOXq8g4T bs6aXuOeNe1deFnAhp/hsaqh7hKXut5vT+MZ0SkNBKBHdJlMV5m134w+tiykbdClwdO8 2tZ2S6IGeBPv0ik+DgdFEOXifGK3z1HTWKzLMD6VybQqHX760XgXMtIVlUd/04gPEGXb oRyMSPlU5MSFmXjLtpvBIV8zc+hWvM+M+GaF/vUnAbGLDaIJpzfNtcx5Fwb9MeDFkkA6 waUw==
X-Gm-Message-State: AD7BkJK+lcET3ejwwniPzoBJ2UDKBWjMr5WJBYjm37sJqwXi6PfWPA/EHM2Qq+zTGeDRXQ82kzpffnV274gnlg==
MIME-Version: 1.0
X-Received: by 10.50.92.70 with SMTP id ck6mr23473171igb.80.1457535142826; Wed, 09 Mar 2016 06:52:22 -0800 (PST)
Date: Wed, 9 Mar 2016 09:52:22 -0500
Message-Id: <announce.CAGHJv4cfROscRPS6qEVP8yh+a2SRcU+6D5UvFsa2u6QVgX113A@mail.gmail.com>
Subject: [ANNOUNCEMENT] Updated: mksh-52c-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 u29F3OWN012856

Version 52c-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] Shave 200 bytes off .text by revisiting string pooling
[tg, Jorg] Fix manpage for ditroff on Schillix
[tg, wbx] Use sed 1q instead of unportable head(1)
[tg] Implement underrun debugging tool for area-based memory allocator
[tg] Fix history underrun when first interactive command is entered
[tg, bef0rd] Do not misinterpret “${0/}” as “${0//”, fixes segfault
[tg, Stéphane Chazelas] Fix display problems with special parameters
[tg, Stéphane Chazelas] Catch attempt to trim $* and $@ with ?, fixes
segfault (Todd Miller did this in 2004 for ${x[*]} already, so just
sync)
[Martijn Dekker] Fix “command -p” with -Vv to behave as POSIX requires
[tg, jilles, Oleg Bulatov] Fix recusive parser with active heredocs
[tg] Flush even syntax-failing or interrupted commands to history
[tg, fmunozs] Fix invalid memory access for “'\0'” in arithmetics
[tg] Explicitly reserve SIGEXIT and SIGERR for ksh
[tg, izabera] Catch missing here documents at EOF even under “set -n”
[kre, tg] Document Austin#1015 handling (not considered a violation)
[tg, fmunozs] Fix buffer overread for empty nameref targets
[tg] Fix warnings pointed out by latest Debian gcc-snapshot
[tg, Martijn Dekker] Document upcoming set +o changes
[Martijn Dekker] Expand testsuite for command/whence

              *** 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