Please consider applying the following three patches as a minimal fix.
1) To fix the character range comparison bug:
https://github.com/tcsh-org/tcsh/commit/4679bde3e1ceca63d6eb4de5ce41c996405e61aa.patch
2) To pass the current more stringent compiler options:
https://github.com/tcsh-org/tcsh/comm
Package: tcsh
Version: 6.21.00-1.1
Severity: grave
Tags: newcomer
Justification: causes non-serious data loss
Dear Maintainer,
tcsh does not respect character classes. Minimal example:
$ mkdir a
$ touch a/a a/B
$ echo a/[a-z]
a/a a/B
I expect the result to simply be 'a/a' since 'B' is not in [a
2 matches
Mail list logo