[ANNOUNCEMENT] Test: dash 0.5.12-5 (TEST)

2023-03-02 Thread Cygwin dash Co-Maintainer via Cygwin-announce via Cygwin
The following test packages have been uploaded to the Cygwin distribution:

* dash  0.5.12-5

This test release has been rebuilt re-enabling libc fnmatch and glob as
Cygwin/winsup now supports locale dependent named character and
equivalence class patterns like glibc in Cygwin versions >= 3.5.0-0.
Install this test package only if you are running Cygwin snapshots or
test packages newer than 3.5.0-0 as it is an install condition, so
*should* not be installable until next stable release or newer.
If no issues are reported the package will be upgraded to current when
the Cygwin current stable release is upgraded to >= 3.5.0-0.

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

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 class, equivalence class, and collating symbol
patterns to the Cygwin libc fnmatch and glob functions.

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.

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.

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


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


[ANNOUNCEMENT] Test: dash 0.5.12-4 (TEST)

2023-03-02 Thread Cygwin dash Co-Maintainer via Cygwin-announce via Cygwin
The following test packages have been uploaded to the Cygwin distribution:

* dash  0.5.12-4

Add dash-VER-R link as no version info or query is available.

This test release has been rebuilt re-enabling libc fnmatch and glob as
Cygwin/winsup now supports locale dependent named character and
equivalence class patterns like glibc in Cygwin versions > 3.4.6-1.
Install this test package only if you are running Cygwin snapshots or
test packages newer than 3.4.6-1 as it is an install condition, so
*should* not be installable with current stable or older.
If no issues are reported the package will be upgraded to current when
the Cygwin current stable release is updated to > 3.4.6-1.

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 class, equivalence class, and collating symbol
patterns to the Cygwin libc fnmatch and glob functions.

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.

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.

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


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


[ANNOUNCEMENT] Test: dash 0.5.12-3 (TEST)

2023-03-01 Thread Cygwin dash Co-Maintainer via Cygwin-announce via Cygwin
The following test packages have been uploaded to the Cygwin distribution:

* dash  0.5.12-3

This test release has been rebuilt re-enabling libc fnmatch and glob as
Cygwin/winsup/newlib now supports locale dependent named character and
equivalence class patterns like glibc in Cygwin versions > 3.4.6-1.
Install this test package only of you are running Cygwin snapshots or
test packages newer than 3.4.6-1 as is an install condition, so *should*
not be installable with current stable or older.
If no issues are reported the package will be upgraded to current when
the Cygwin current stable release is updated to > 3.4.6-1.

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 the class
patterns to the Cygwin libc functions.

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.

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.

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


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


[ANNOUNCEMENT] Updated: dash 0.5.12-2

2023-02-12 Thread Cygwin dash Co-Maintainer via Cygwin-announce via Cygwin
The following packages have been upgraded in the Cygwin distribution:

* dash  0.5.12-2

This package is being upgraded to current as the previous release
breaks existing function that may be relied on by some scripts.
This release has been rebuilt disabling libc fnmatch and glob as
Cygwin/winsup/newlib do not support locale dependent named character
classes like glibc.

Thanks to Andrey Repin for testing and bringing this to our attention,
and Harald van Dijk on the dash list for pointing out the commit
responsible and the solution.

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.

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


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


[ANNOUNCEMENT] Test: dash 0.5.12-2 (TEST)

2023-02-08 Thread Cygwin dash Co-Maintainer via Cygwin-announce via Cygwin
The following test packages have been uploaded to the Cygwin distribution:

* dash  0.5.12-2

This test release has been rebuilt disabling libc fnmatch and glob as
Cygwin/winsup/newlib do not support locale dependent named character
classes like glibc.

Thanks to Andrey Repin for testing and bringing this to our attention,
and Harald van Dijk on the dash list for pointing out the commit
responsible and the solution.

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 this week the package will be upgraded to
current as the previous release breaks existing function that may be
relied on by some scripts.

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.

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


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


[ANNOUNCEMENT] Updated: dash 0.5.12

2023-01-22 Thread Cygwin dash Co-Maintainer via Cygwin-announce via Cygwin
The following packages have been upgraded in the Cygwin distribution:

* dash  0.5.12

This Base category shell is used in all installations, so it has been
available in test for a few weeks, is locally installed as my /bin/sh,
used by most scripts, cron jobs, and cygport builds, getting frequent
use with no issues so far.
As no issues have been reported, the upgrade is being released as
current stable.

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.

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


[ANNOUNCEMENT] Test: dash 0.5.12 (TEST)

2022-12-11 Thread Cygwin dash Co-Maintainer via Cygwin
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


[ANNOUNCEMENT] Updated: dash 0.5.11.5

2021-09-19 Thread Cygwin dash Co-Maintainer
The following packages have been upgraded in the Cygwin distribution:

* dash  0.5.11.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.

For more information see the project home page:

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

As there have been many changes since the previous Cygwin release please
see below; for complete details see:

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


2021-09-03 Release 0.5.11.5

* parser: Fix VSLENGTH parsing with trailing garbage


2021-06-04 Release 0.5.11.4

* eval: Do not cache value of eflag in evaltree


2020-12-23 Release 0.5.11.3

* jobs: Only block in waitcmd on first run


2020-08-28 Release 0.5.11.2

* shell: Group readdir64/dirent64 with open64


2020-07-08 Release 0.5.11.1

* jobs: Fix waitcmd busy loop


2020-06-01 Release 0.5.11

* parser: Fix double-backslash nl in old-style command sub
* shell: Fix typos
* parser: Save and restore heredoclist in expandstr
* shell: Always use explicit large file API
* input: Fix compiling against libedit with -fno-common
* shell: mktokens relative TMPDIR
* expand: Remove unused expandmeta() flag parameter
* parser: Fix alias expansion after heredoc or newlines
* parser: Catch errors in expandstr
* parser: Fix handling of empty aliases
* jobs: Fix infinite loop in waitproc
* var: Remove poplocalvars() always-zero argument, make it static
* jobs: Rename DOWAIT_NORMAL to DOWAIT_NONBLOCK
* builtin: Fix seconds part of times(1)
* redir: Clear saved redirections in subshell
* shell: delete AC_PROG_YACC
* parser: Only accept single-digit parameter expansion outside of braces
* expand: Fix trailing newlines processing in backquote expanding
* parser: Fix old-style command substitution here-document crash
* eval: Reset handler when entering a subshell
* expand: Fix double-decrement in argstr
* options: Do not set commandname in procargs
* redir: Handle nested exec within REALLY_CLOSED redirection
* output: Fix clang warnings about GNU old-style field designator
* shell: Fix clang warnings about "string plus integer"
* eval: Only restore exit status on exit/return
* eval: avoid leaking memory associated with redirections
* system: Disable glibc warning on sigsetmask
* eval: Use sh_warnx instead of warnx
* parser: Do not push token back before parseheredoc
* expand: Eat closing brace for length parameter expansion
* eval: Use the correct expansion mode for fd redirection
* eval: Silence compiler warning about missing parentheses
* shell: Enable automake silent rules
* shell: Update configure.ac with suggestions from autoupdate
* eval: make traps work when "set -e" is enabled
* expand: Fix multiple issues with EXP_DISCARD in evalvar
* main: Print \n upon EOF (CTRL-D) when run interactively
* eval: Report I/O error on stdout
* builtin: Default to mktemp, not tempfile
* shell: update .gitignore
* man: Problems in dash.1, sh.1, sh.distrib.1   e...@thyrsus.com1   
-1/+1
* expand: Ensure result is escaped in cvtnum
* memalloc: Avoid looping in growstackto
* eval: Always set localvar_stop
* expand: Do not reprocess data when expanding words
* expand: Fix skipping of command substitution when trimming in evalvar
* expand: Merge syntax/quotes in memtodest with flags
* expand: Use HOME in tilde expansion when it is empty
* shell: Don't include config.h for native helpers
* builtin: Use test_access from NetBSD when faccessat is unavailable
* eval: Add vfork support
* eval: Replace with listsetvar with mklocal/setvareq
* eval: Fail immediately with redirections errors for simple command
* eval: Add assignment built-in support again
* exec: Never rehash regular built-ins
* exec: Stricter pathopt parsing
* builtin: Mark more regular built-ins
* exec: Do not allocate stack string in padvance
* memalloc: Add growstackto helper
* jobs: Replace some uses of fmtstr with stpcpy/stpncpy
* output: Fix fmtstr return value
* var: Set IFS to fixed value at start time
* parser: Save/restore here-documents in command substitution
* jobs: Only clear gotsigchld when waiting for everything
* mkinit: Split reset into exitreset and reset
* main: Only set savestatus in exitcmd
* exec: Return 126 on most errors in shellexec


2018-05-17 Release 0.5.10.2

* parser: Fix incorrect eating of backslash newlines


2018-05-10 Release 0.5.10.1

* jobs - Do not block when waiting on SIGCHLD


2018-05-03 Release 0.5.10

* eval: Variable assignments on functions are no longer persistent
* parser: Fix parameter expansion inside inner double quotes
* parser: Fix parsing of ${}
* man: correct typos, iff -> if
* expand: Do not quote backslashes in unquoted parameter expansion
* shell: Add subdir-objects to AM_INIT_AUTOMAKE
* eval: Restore input files in evalcommand
* eval: Reap zombies after built-in commands and functions
* redir: Fix typo in nocl

[ANNOUNCEMENT] Test: dash 0.5.11.5 (TEST)

2021-09-04 Thread Cygwin dash Co-Maintainer
The following test packages have been uploaded to the Cygwin distribution:

* dash  0.5.11.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.

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 and has not been upgraded for a few years. 
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/

As there have been many changes since the previous Cygwin release please
see below; for complete details see:

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


2021-09-03 Release 0.5.11.5

* parser: Fix VSLENGTH parsing with trailing garbage


2021-06-04 Release 0.5.11.4

* eval: Do not cache value of eflag in evaltree


2020-12-23 Release 0.5.11.3

* jobs: Only block in waitcmd on first run


2020-08-28 Release 0.5.11.2

* shell: Group readdir64/dirent64 with open64


2020-07-08 Release 0.5.11.1

* jobs: Fix waitcmd busy loop


2020-06-01 Release 0.5.11

* parser: Fix double-backslash nl in old-style command sub
* shell: Fix typos
* parser: Save and restore heredoclist in expandstr
* shell: Always use explicit large file API
* input: Fix compiling against libedit with -fno-common
* shell: mktokens relative TMPDIR
* expand: Remove unused expandmeta() flag parameter
* parser: Fix alias expansion after heredoc or newlines
* parser: Catch errors in expandstr
* parser: Fix handling of empty aliases
* jobs: Fix infinite loop in waitproc
* var: Remove poplocalvars() always-zero argument, make it static
* jobs: Rename DOWAIT_NORMAL to DOWAIT_NONBLOCK
* builtin: Fix seconds part of times(1)
* redir: Clear saved redirections in subshell
* shell: delete AC_PROG_YACC
* parser: Only accept single-digit parameter expansion outside of braces
* expand: Fix trailing newlines processing in backquote expanding
* parser: Fix old-style command substitution here-document crash
* eval: Reset handler when entering a subshell
* expand: Fix double-decrement in argstr
* options: Do not set commandname in procargs
* redir: Handle nested exec within REALLY_CLOSED redirection
* output: Fix clang warnings about GNU old-style field designator
* shell: Fix clang warnings about "string plus integer"
* eval: Only restore exit status on exit/return
* eval: avoid leaking memory associated with redirections
* system: Disable glibc warning on sigsetmask
* eval: Use sh_warnx instead of warnx
* parser: Do not push token back before parseheredoc
* expand: Eat closing brace for length parameter expansion
* eval: Use the correct expansion mode for fd redirection
* eval: Silence compiler warning about missing parentheses
* shell: Enable automake silent rules
* shell: Update configure.ac with suggestions from autoupdate
* eval: make traps work when "set -e" is enabled
* expand: Fix multiple issues with EXP_DISCARD in evalvar
* main: Print \n upon EOF (CTRL-D) when run interactively
* eval: Report I/O error on stdout
* builtin: Default to mktemp, not tempfile
* shell: update .gitignore
* man: Problems in dash.1, sh.1, sh.distrib.1   e...@thyrsus.com1   
-1/+1
* expand: Ensure result is escaped in cvtnum
* memalloc: Avoid looping in growstackto
* eval: Always set localvar_stop
* expand: Do not reprocess data when expanding words
* expand: Fix skipping of command substitution when trimming in evalvar
* expand: Merge syntax/quotes in memtodest with flags
* expand: Use HOME in tilde expansion when it is empty
* shell: Don't include config.h for native helpers
* builtin: Use test_access from NetBSD when faccessat is unavailable
* eval: Add vfork support
* eval: Replace with listsetvar with mklocal/setvareq
* eval: Fail immediately with redirections errors for simple command
* eval: Add assignment built-in support again
* exec: Never rehash regular built-ins
* exec: Stricter pathopt parsing
* builtin: Mark more regular built-ins
* exec: Do not allocate stack string in padvance
* memalloc: Add growstackto helper
* jobs: Replace some uses of fmtstr with stpcpy/stpncpy
* output: Fix fmtstr return value
* var: Set IFS to fixed value at start time
* parser: Save/restore here-documents in command substitution
* jobs: Only clear gotsigchld when waiting for everything
* mkinit: Split reset into exitreset and reset
* main: Only set savestatus in exitcmd
* exec: Return 126 on most errors in shellexec


2018-05-17 Release 0.5.10.2

* parser: Fix incorrect eating of backslash newlines


2018-05-10 Release 0.5.10.1

* jobs - Do not block w

[ANNOUNCEMENT] Test: dash 0.5.11.4 (TEST)

2021-08-14 Thread Cygwin dash Co-Maintainer
The following test packages have been uploaded to the Cygwin distribution:

* dash  0.5.11.4

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 and has not been upgraded for a few years. 
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/

As there have been many changes since the previous Cygwin release please
see below; for complete details see:

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


2021-06-04 Release 0.5.11.4

* eval: Do not cache value of eflag in evaltree


2020-12-23 Release 0.5.11.3

* jobs: Only block in waitcmd on first run


2020-08-28 Release 0.5.11.2

* shell: Group readdir64/dirent64 with open64


2020-07-08 Release 0.5.11.1

* jobs: Fix waitcmd busy loop


2020-06-01 Release 0.5.11

* parser: Fix double-backslash nl in old-style command sub
* shell: Fix typos
* parser: Save and restore heredoclist in expandstr
* shell: Always use explicit large file API
* input: Fix compiling against libedit with -fno-common
* shell: mktokens relative TMPDIR
* expand: Remove unused expandmeta() flag parameter
* parser: Fix alias expansion after heredoc or newlines
* parser: Catch errors in expandstr
* parser: Fix handling of empty aliases
* jobs: Fix infinite loop in waitproc
* var: Remove poplocalvars() always-zero argument, make it static
* jobs: Rename DOWAIT_NORMAL to DOWAIT_NONBLOCK
* builtin: Fix seconds part of times(1)
* redir: Clear saved redirections in subshell
* shell: delete AC_PROG_YACC
* parser: Only accept single-digit parameter expansion outside of braces
* expand: Fix trailing newlines processing in backquote expanding
* parser: Fix old-style command substitution here-document crash
* eval: Reset handler when entering a subshell
* expand: Fix double-decrement in argstr
* options: Do not set commandname in procargs
* redir: Handle nested exec within REALLY_CLOSED redirection
* output: Fix clang warnings about GNU old-style field designator
* shell: Fix clang warnings about "string plus integer"
* eval: Only restore exit status on exit/return
* eval: avoid leaking memory associated with redirections
* system: Disable glibc warning on sigsetmask
* eval: Use sh_warnx instead of warnx
* parser: Do not push token back before parseheredoc
* expand: Eat closing brace for length parameter expansion
* eval: Use the correct expansion mode for fd redirection
* eval: Silence compiler warning about missing parentheses
* shell: Enable automake silent rules
* shell: Update configure.ac with suggestions from autoupdate
* eval: make traps work when "set -e" is enabled
* expand: Fix multiple issues with EXP_DISCARD in evalvar
* main: Print \n upon EOF (CTRL-D) when run interactively
* eval: Report I/O error on stdout
* builtin: Default to mktemp, not tempfile
* shell: update .gitignore
* man: Problems in dash.1, sh.1, sh.distrib.1   e...@thyrsus.com1   
-1/+1
* expand: Ensure result is escaped in cvtnum
* memalloc: Avoid looping in growstackto
* eval: Always set localvar_stop
* expand: Do not reprocess data when expanding words
* expand: Fix skipping of command substitution when trimming in evalvar
* expand: Merge syntax/quotes in memtodest with flags
* expand: Use HOME in tilde expansion when it is empty
* shell: Don't include config.h for native helpers
* builtin: Use test_access from NetBSD when faccessat is unavailable
* eval: Add vfork support
* eval: Replace with listsetvar with mklocal/setvareq
* eval: Fail immediately with redirections errors for simple command
* eval: Add assignment built-in support again
* exec: Never rehash regular built-ins
* exec: Stricter pathopt parsing
* builtin: Mark more regular built-ins
* exec: Do not allocate stack string in padvance
* memalloc: Add growstackto helper
* jobs: Replace some uses of fmtstr with stpcpy/stpncpy
* output: Fix fmtstr return value
* var: Set IFS to fixed value at start time
* parser: Save/restore here-documents in command substitution
* jobs: Only clear gotsigchld when waiting for everything
* mkinit: Split reset into exitreset and reset
* main: Only set savestatus in exitcmd
* exec: Return 126 on most errors in shellexec


2018-05-17 Release 0.5.10.2

* parser: Fix incorrect eating of backslash newlines


2018-05-10 Release 0.5.10.1

* jobs - Do not block when waiting on SIGCHLD


2018-05-03 Release 0.5.10

* eval: Variable assignments o