public inbox for cygwin-announce@cygwin.com
 help / color / mirror / Atom feed
* Updated: dash 0.5.12-5
@ 2024-02-02 17:00 Cygwin dash Co-Maintainer
  0 siblings, 0 replies; only message in thread
From: Cygwin dash Co-Maintainer @ 2024-02-02 17:00 UTC (permalink / raw)
  To: Cygwin Announcements

The following package has been upgraded in the Cygwin distribution:

* dash	0.5.12-5

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.

This package is being upgraded to current as an earlier release broke
existing function that may be relied on by some scripts, and the current
stable Cygwin release now supports locale dependent named character
class, equivalence class, and collating symbol filename patterns
required by this package release.

Add /bin/dash-VER-R link, plus version and date stamp on man page, as no
shell version info or query is available.

This release has been rebuilt re-enabling libc fnmatch and glob as
Cygwin/winsup now supports locale dependent named character class,
equivalence class, and collating symbol filename patterns like glibc,
and has been available for testing for some time.

Thanks to Andrey Repin for testing and bringing this to our attention,
Harald van Dijk on the dash list for pointing out the commit
responsible, and Corinna Vinschen for adding support for locale
dependent named character, equivalence class, and collating symbol
patterns to the Cygwin libc fnmatch and glob functions.

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 trailing slashes
        Enable fnmatch/glob by default
        Fail if building --with-libedit and can't find libedit
        Group readdir64/dirent64 with open64


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-02-02 17:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-02 17:00 Updated: dash 0.5.12-5 Cygwin dash Co-Maintainer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).