delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2016/11/18/10:57:32

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:from:date:message-id
:subject:to:content-type:content-transfer-encoding; q=dns; s=
default; b=yOSG1yFHz8UQrFF7Ms1qol9K0cP4IRow5IzrKQbmC5CIdmMi5pE2c
HkZj5wDLehvn5fiFfBBcqM7FDbd6YiPDEkVqEW2tQJGCCZ1+loWFy2jTJqDXR1a4
0qwiJOZdn3bKKG9QrYF2gySx8316YzLCm3rkGQxj+iL5DhW8GODzQ4=
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:from:date:message-id
:subject:to:content-type:content-transfer-encoding; s=default;
bh=TBqLqecYQ1sSJFjonxCUIz6tCdM=; b=kSDGU20HA1wFDmDhRprkeuTtEiBP
gUfSEN+I0IVziAIWOepTWjXc6mPxRSuzzuglETqTKX8WA0THGVthXnEvvyZzvcPe
XIQtOVDNlrxT+wKQHyG7WZeP8RXqEiHOOPVGYoXMxfgaA35qa3GHhvIcr+fBe8j+
IqtU9VBInLtAPeM=
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-Spam-SWARE-Status: No, score=1.0 required=5.0 tests=ALL_TRUSTED,BAYES_20,FREEMAIL_FROM,UNSUBSCRIBE_BODY autolearn=no version=3.3.2 spammy=yourdomaincom, yourdomain.com, UD:yourdomain.com, UNSUBSCRIBE
X-HELO: localhost.localdomain
Reply-To: cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to :content-transfer-encoding; bh=voeXRb9Da776UPH9kn6JigdyeI6xZ5M1Jflr3tXcof0=; b=U3GlI0qjvnEUDKDev/axw9f4pFBSWnAOizOZEz9CC6XpUVcSdqiTDuTxuM3so+DYqf 0uggBva2Agsz9UGmhwAUkFzbTQNjavR11onehHmocGaGUvOxQp/LR63U8+DBhS1VA3ZG L0ThPYMkvILQmsqbnGfMfvVUM5fnY445g3hMVjxQjXUMl07NzoEX4T5E3f/f2F19W8ky uESYf9SY9rY/UKgw8pcYeb1ysMGKaZs1GTsaePXxt22HWEuNDAQJJiQ+HI/Q7UrL9j/N 1Bnr4qi0B5gESWnHl02HcPzdcMOBRo9F5HduLxRlZM0puSwvIytOp4OvLw3q1k49ort+ F1GA==
X-Gm-Message-State: AKaTC01LfLwNhw6Y1D30XNQKM5OmWgDpXVUuWlCm7Tm7dc/e5lT9y1kRh6DxsPxLsoSztCm5+44vJd6xEqajdg==
X-Received: by 10.157.48.112 with SMTP id w45mr236047otd.198.1479484005438; Fri, 18 Nov 2016 07:46:45 -0800 (PST)
MIME-Version: 1.0
From: Chris Sutcliffe <ir0nh34d AT gmail DOT com>
Date: Fri, 18 Nov 2016 10:46:45 -0500
Message-Id: <announce.CAGHJv4cne56Toqvgbmnt0fDMxxqEZdzUkrkPqhQEj-2VKP7ABA@mail.gmail.com>
Subject: [ANNOUNCEMENT] Updated: mksh-54-1
To: cygwin AT cygwin DOT com
X-IsSubscribed: yes
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id uAIFvVLf005694

Version 54-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] Simplify and improve code and manual page
[tg] Try GCC 5’s new -malign-data=abi
[tg] Allow interrupting builtin cat even on fast devices (LP#1616692)
[tg] Update to Unicode 9.0.0
[Andreas Buschka] Correct English spelling
[tg] Handle set -e-related error propagation in || and && constructs correctly
[tg] Initialise memory for RNG even when not targeting Valgrind
[tg] Shrink binary size
[Brian Callahan] Improve support for the contemporary pcc compiler
[tg] Fix side effects with lazy evaluation; spotted by ormaaj
[tg] New flags -c (columnise), -l, -N for the print builtin
[Larry Hynes] Fix English, spelling mistakes, typos in the manpage
[tg, ormaah] Return 128+SIGALRM if read -t times out, like GNU bash
[Martijn Dekker] Install both manpages from Build.sh
[Martijn Dekker] Document case changes are ASCII-only
[Ronald G. Minnich, Elbing Miss, Álvaro Jurado, tg] Begin porting to
Harvey-OS and APEX (similar to Plan 9 and APE)
[KO Myung-Hun] More infrastructure for the OS/2 (EMX, KLIBC) port

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