pkgsrc/shells
micha 1aa3e09a6e shells/pbosh: Update to 20210421
Changelog from AN-2021-01-05:
- Bourne Shell: When we introduced ${.sh.path} in February 2020, we did
  use the "new" and POSIX-only function realpath() that is not present
  on e.g. Ultrix. We now use abspath() from libschily if realpath() is
  missing.

  Note that abspath() is better than realpath(), as it supports path
  names longer than PATH_MAX, but since ${.sh.path} is only used to
  return the absolute pathname for the current shell binary, this is
  not a problem and on the other side, we can avoid linking against
  libschily this way, so shell scripting with lazy linking is faster
  since less libraries need to be linked at startup.

Changelog from AN-2021-04-21:
- Bourne Shell: gmatch.c: The new version no longer aborts with an
  illegal multi byte sequence as "no match". As a result, the "*"
  now again matches any filename - even if the filename contains an
  illegal multi-byte sequence. This is a problem that did not exist
  on the original Bourne Shell from Solaris that used gmatch() from
  the AT&T libgen, but since we added our private portable gmatch.c.
  to get better portability.

  Thanks to Stephane Chazelas for reporting the problem related to
  multi-byte to wide character conversion and illegal multi byte
  sequences in the case statement and filesystem globbing.

- Bourne Shell: word.c::readwc() no longer uses prwc() but rather
  a loop on the original multi-byte stream to print the "set -v"
  output. This permits to output the original input data in any
  case instead of stumbling over illegal multi-byte sequences.

  Thanks to Stephane Chazelas for reporting the general problem
  with input byte sequences that cause an EILSEQ error.

- Bourne Shell: struct fileblk now remembers lastwc and the related
  input string as fileblk->mbs[] in order to avoid incorrect
  conversions via wctomb() in case that the input wide char was a
  result from an EILSEQ conversion and thus has no related multi
  byte string.

  An important visible result of that change is that input read
  by the builtin command read(1) correctly forwards input that
  caused an EILSEQ error.

  It could not be verified whether this covers all possible similar
  cases, but it is at least very close to a completely correct
  solution.

  Thanks to Stephane Chazelas for reporting the general problem
  with input byte sequences that cause an EILSEQ error.

- Bourne Shell: xec.c: Cstyle changes

- Bourne Shell: the Copyright messages now mention 2021
2021-04-26 10:52:42 +00:00
..
ast-ksh Get ast-ksh building again on NetBSD, at least on amd64. 2020-04-17 21:28:01 +00:00
autojump Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
bash bash: add sbin to default PATH 2021-04-23 09:43:30 +00:00
bash-completion bash-completion: Update to version 2.11. 2021-03-10 16:35:53 +00:00
bash2
bash2-doc
bosh shells/bosh: Update to 20210421 2021-04-26 10:45:39 +00:00
dash
eltclsh *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
es
esh
fish fish: update to 3.2.2 2021-04-08 10:46:52 +00:00
git-sh
guile-gash adjust maintainer to my new login 2020-04-28 11:46:27 +00:00
heirloom-sh *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
lshell Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
mksh mksh: add a CHECK_PORTABILITY_SKIP with a comment 2020-08-03 15:33:45 +00:00
nologinmsg
oksh Update to 6.8.1. From the changelog: 2020-11-29 19:31:43 +00:00
osh
pbosh shells/pbosh: Update to 20210421 2021-04-26 10:52:42 +00:00
pdksh Use archive.org for HOMEPAGE. 2020-10-26 10:10:54 +00:00
perlsh *: use MASTER_SITE_PERL_CPAN 2020-09-08 13:16:33 +00:00
posh
rc
rssh
scponly mark packages that fail with -Werror=char-subscripts 2020-05-20 06:09:03 +00:00
scsh
shellcheck Update to ShellCheck-0.7.2 2021-04-24 13:51:23 +00:00
standalone-tcsh
static-ast-ksh Get ast-ksh building again on NetBSD, at least on amd64. 2020-04-17 21:28:01 +00:00
static-tcsh
tcsh Use http with ftp.funet.fi 2020-09-02 22:16:48 +00:00
xonsh Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
xsh *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
zsh zsh: Do not hardcode /usr/pkg/pkgdb 2020-12-25 21:47:47 +00:00
zsh-autosuggestions
zsh-completions
zsh-pure
zsh-syntax-highlighting
Makefile shells: Add shellcheck. 2020-10-13 11:17:14 +00:00