./shells/standalone-tcsh, Standalone version of the Extended C-shell

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 6.23.00nb1, Package name: standalone-tcsh-6.23.00nb1, Maintainer: agc

TCSH is an extended C-shell with many useful features like
filename completion, history editing, etc.

This version installs a statically-linked version of tcsh into
/bin, for use as a standalone shell.


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 986.572 KB

Version history: (Expand)


CVS history: (Expand)


   2022-03-17 09:27:31 by Nia Alarie | Files touched by this commit (1)
Log message:
standalone-tcsh: revert my changes for now
   2022-03-03 08:39:01 by Nia Alarie | Files touched by this commit (1)
Log message:
standalone-tcsh: actually this check doesn't need to be limited to netbsd
either
   2022-03-03 08:30:47 by Nia Alarie | Files touched by this commit (1)
Log message:
standalone-tcsh: Don't hardcode our own list of archs on which to disable
static PIE.
   2022-03-03 04:33:47 by matthew green | Files touched by this commit (1)
Log message:
mipsn64eb also requires no pie (probably el too) currently.
   2022-02-05 06:39:55 by matthew green | Files touched by this commit (1)
Log message:
disable PIE on arm64 - ./configure fails without this.

there is some PIE vs static issue, but i did not learn anything
useful about what is causing it.
   2021-12-09 20:55:40 by Kimmo Suominen | Files touched by this commit (13)
Log message:
{,standalone-,static-}tcsh: Update to 6.23.01

Changes since 6.23.00:

  8. V6.23.01 - 20211209
  7. add \cc and \Uhhh, and document escape sequences
  6. add $'string with escapes' ("dollar-single-quotes") (Kimmo Suominen)
  5. don't glob the filetest builtin arguments twice
  4. remove the duplicate echo escape parsing code and use parseescape
  3. add \x{hh} \xhh \uhhh (H.Merijn Brand)
  2. fix and document ln=target
  1. Merge in patches from pkgsrc:
     - Modernize the installation targets so that they use INSTALL_DATA,
       INSTALL_PROGRAM, and MKDIR_P.
     - Enable SYSMALLOC and SHORT_STRINGS on NetBSD.
     - Enable NO_FIX_MALLOC and SHORT_STRINGS on OpenBSD.

For pkgsrc, items 1, 2, and 5 had already been applied via patches.
   2021-11-18 11:20:47 by Kimmo Suominen | Files touched by this commit (9)
Log message:
{,standalone-,static-}tcsh: Pull in some additional patches

- Fix off-by-one, found by Coverity
- Don't glob the filetest builtin arguments twice
- Add more detail to "jobs -Z" usage
   2021-11-15 20:54:11 by Kimmo Suominen | Files touched by this commit (1)
Log message:
standalone-tcsh: pkglint: Relative package directories must be canonical