Path to this page:
./
shells/tcsh,
Extended C-shell with many useful features
Branch: pkgsrc-2019Q3,
Version: 6.22.00,
Package name: tcsh-6.22.00,
Maintainer: pkgsrc-usersTCSH is an extended C-shell with many useful features like
filename completion, history editing, etc.
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: e219409934060af8aa278db20d712b5b7777b531
RMD160: 18e13da1601ffee536a11ef22391cad978380fbc
Filesize: 979.282 KB
Version history: (Expand)
- (2019-12-07) Updated to version: tcsh-6.22.00
- (2019-10-02) Package added to pkgsrc.se, version tcsh-6.21.00nb1 (created)
CVS history: (Expand)
2019-12-07 11:58:33 by Benny Siegert | Files touched by this commit (4) |
Log message:
Pullup ticket #6091 - requested by leot
shells/tcsh: bugfix
Revisions pulled up:
- shells/tcsh/Makefile 1.93
- shells/tcsh/distinfo 1.43
- shells/tcsh/patches/patch-tests_subst.at deleted
- shells/tcsh/patches/patch-tests_variables.at deleted
---
Module Name: pkgsrc
Committed By: leot
Date: Thu Nov 28 20:46:40 UTC 2019
Modified Files:
pkgsrc/shells/tcsh: Makefile distinfo
Removed Files:
pkgsrc/shells/tcsh/patches: patch-tests_subst.at
patch-tests_variables.at
Log message:
{standalone-,static-,}tcsh: Update to 6.22.00
pkgsrc changes:
- Remove no longer needed patches (both backport from upstream to 6.21.00)
Changes:
V6.22.00 - 20191128
-------------------
- PR/113: Sobomax: avoid infinite loops for -c commands when stdout is
not a tty.
- Avoid infinite loops during history loads when merging, print a better
error for errors during history load.
- PR/88: Preserve empty arguments in :q
- PR/94: Small apple issues (SAVESIGVEC, HOSTTYPE)
- PR/81: Fix range matching issue where we were comparing with the
range character instead of the start of range. [l-z]* would match foo
|