Skip to content

Releases: amoldeshpande/tcsh

6.22.03" Release from unicode-with-full-vt

21 Jan 03:15
Compare
Choose a tag to compare

Changes:

  • 019748e turn over all xterm-256 processing to the Windows 10 console. This seems to improve screen refresh with long command lines and other terminal-related behaviors.
  • ddef3d3 Merge branch 'master' into unicode
  • 4e6a0a7 move re-fixing win10 console mode to after the child process has actually exited.
  • 8a02d02 clear utf8 maps when display reset

This list of changes was auto generated.

6.22.03" Release from unicode

11 Jan 14:30
Compare
Choose a tag to compare

Changes:

  • 79a14db replace ugly utf8 cache with wrapper around c++ unordered_maps.

This list of changes was auto generated.

6.22.03" Release from unicode

10 Jan 00:33
Compare
Choose a tag to compare

Changes:

  • 7a568a1 Fix Meta/Alt key bindings
  • a4fea2a Merge branch 'master' into unicode
  • f8a79b8 Fix crash with escape/ctrl character input
  • bf6f50f fix cases where UTF8 support is NOT defined.
  • 642900b - unify NLSClassifyMB since we're not doing anything Windows-specific in this particular function.
  • 1aca95b Clean up README.NT
  • 59ce3f7 fix extra comma in -debug version flag
  • a9af1cf cleanup conditional compilation for utf8
  • 103b1cb Working Unicode-in-prompt support.
  • b36c0ea another attempt at improving utf8 support. doesn't look like it's possible without rewriting a bunch of display code.
See More
  • b084399 testing unicode support. only works under new Windows 10 terminal right now.

This list of changes was auto generated.

6.22.03" Release from master

10 Jan 00:32
Compare
Choose a tag to compare

Changes:

  • 15e8ee0 - Fix some globals not being inherited properly. caused bindkey in forked process to show empty bindings. For example bindkey | less

This list of changes was auto generated.

6.22.03" Release from unicode

07 Jan 23:13
Compare
Choose a tag to compare

Changes:

  • f8a79b8 Fix crash with escape/ctrl character input
  • bf6f50f fix cases where UTF8 support is NOT defined.
  • 642900b - unify NLSClassifyMB since we're not doing anything Windows-specific in this particular function.
  • 1aca95b Clean up README.NT
  • 59ce3f7 fix extra comma in -debug version flag
  • a9af1cf cleanup conditional compilation for utf8
  • 103b1cb Working Unicode-in-prompt support.
  • b36c0ea another attempt at improving utf8 support. doesn't look like it's possible without rewriting a bunch of display code.
  • b084399 testing unicode support. only works under new Windows 10 terminal right now.
  • fd28c8a turn off CI in azure pipelines since we only want to use it to generate releases.

This list of changes was auto generated.

6.22.03" Release from unicode

03 Jan 17:02
Compare
Choose a tag to compare

Changes:

  • f565d2c - unify NLSClassifyMB since we're not doing anything Windows-specific in this particular function.
  • 8b4c690 Clean up README.NT
  • fca10bb fix extra comma in -debug version flag
  • c6e863a cleanup conditional compilation for utf8
  • fa1f995 Working Unicode-in-prompt support.
  • 6845a89 another attempt at improving utf8 support. doesn't look like it's possible without rewriting a bunch of display code.
  • d051e5d testing unicode support. only works under new Windows 10 terminal right now.

This list of changes was auto generated.

6.22.03" Release from master

03 Jan 17:00
Compare
Choose a tag to compare

Changes:

  • 317f6da somehow version stamping got lost. bad merge?
  • 2b1d2e9 better release title, fastbuild
  • 77ccfba testing branch name in release

This list of changes was auto generated.

6.22.03

20 Nov 18:11
Compare
Choose a tag to compare

Changes:

  • f200a36 Cache knowledge of Windows 10 to prevent calling it on every write .
  • 2bbef8b * On Windows 10, use the built-in VT100 output emulation instead of the existing manual console attribute translation. This should allow extended attributes as well.
  • 9667fc9 Test release pipeline (#4)
  • 2a7db57 trying release
  • 33ede20 put back artifact for release pipeline
  • e3cb32f update example tcshrc
  • 150c3ba dont need artifacts
  • 0809e11 Test pipeline (#3)
  • ebe7fb8 Set up CI with Azure Pipelines
  • cb87fc5 updated windows port. Removed builtins "ps" and "shutdown" as well as hack for clipboard copy and paste. Windows does a pretty good job on those out of the box now.
See More
  • 25bf1f3 ready for 6.22.03
  • f747131 Add test for :r not removing path elements (Vlad Mesco)
  • 50dca10 Undo previous; we need to stop at a slash when finding the root/extension.
  • e43828d make r/e look like h/t
  • a9791ba return empty not NULL for head.
  • 5134ba4 add tests for $x:q:h $x:q:t from alzwded at github
  • c7a297c mention latest fix
  • ccd1e6d From: alzwded at github
  • f31e87f document how to disable autologout

This list of changes was auto generated.

6.22.02"

24 Aug 13:45
Compare
Choose a tag to compare

Changes:

  • 4090f91 * On Windows 10, use the built-in VT100 output emulation instead of the existing manual console attribute translation. This should allow extended attributes as well.

This list of changes was auto generated.

6.22.02"

22 Aug 00:49
Compare
Choose a tag to compare

Changes:

  • 7c3ca17 Merge remote-tracking branch 'upstream/master'
  • 7d25c5d Switch to stderror() when parsing history so that we stop processing
  • 064853a Call seterror consistently and abort quickly (Jan Macku)
  • 93d9509 Fix static building on NetBSD where pthread_atfork uses the following
  • a540010 Don't try to expand ~~ (Hans Rosenfeld)
  • 48c4407 Handle /$VERSION -> $VERSION/ on Z/OS by ignoring all those variables.
  • e4b7799 We need ${USER} on macOS
  • adba354 No more expected failures on FreeBSD
  • af6e7c3 Run tests with an empty environment [ tcsh-org#23 ]
  • ace3fd1 Clean up testsuite better
See More
  • 51065f6 Fix tcsh-org#24
  • df4c3db Allow failures for FreeBSD [ tcsh-org#23 ]
  • 38d175c Add multiple CPU architectures to Travis CI
  • c699a81 Fix Z/OS
  • 6f60365 Add FreeBSD to Travis CI
  • d887d00 CI: add FreeBSD jobs
  • 3189356 Put all the cleanup of dcanon in one place
  • c5976a2 Another case where we use the pointer as a marker
  • 0afac20 Prevent freeing an array on stack.
  • 698e566 use pointer as marker
  • 64fc549 Remove useless check. vec can't be NULL here since it was checked before
  • 4173d9b Merge branch 'master' of ssh://rebar.astron.com/p/tcsh/tcsh
  • faf5c7f We don't install and en catalog, but a C one. Pointed out by KiyotakaTheBlack.
  • 9fd48eb Block SIGHUP while writing history/directory stack (Brett Frankenberger)
  • 712e645 latest fix
  • 6bc746c Fix history merging (Brett Frankenberger)
  • 3ae1a60 Document that the default history display puts whitespace between tokens.

This list of changes was auto generated.