Skip to content

Releases: amoldeshpande/tcsh

6.24.13" Release from unicode-with-full-vt-restore

12 Jun 22:31
Compare
Choose a tag to compare

Changes:

  • acae88a Legacy apps that do not know about ENABLE_TERMINAL_INPUT will hang looking for VK_xx codes in the INPUT_RECORD during ReadConsoleInput. This change resets the console to non-VT mode before launching a child process.
  • 419a351 mysterious double commit. bad rebase?. I hate git
  • 6c898a5 cant double size in child
  • 7553b63 code cleanup.
  • c0a0e34 Clean up code around Function and other key bindings
  • 54b0b0c Remove N-xx bindings
  • fda634c handle resize events
  • e0e49df fix warning in NOUTF8 case
  • 34e79eb 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.
  • 43a5fb1 movefile params were reversed
See More
  • c77fa08 ReplaceFile is unreliable and caused history to not be saved
  • 0059cda clear utf8 maps when display reset
  • e0e2d9f replace ugly utf8 cache with wrapper around c++ unordered_maps.
  • 9ef4ca8 Fix Meta/Alt key bindings
  • 0804878 Fix crash with escape/ctrl character input
  • 8159845 fix cases where UTF8 support is NOT defined.
  • 22f19dd - unify NLSClassifyMB since we're not doing anything Windows-specific in this particular function.
  • 1642d05 Clean up README.NT
  • e954338 fix extra comma in -debug version flag
  • 4dd93bb cleanup conditional compilation for utf8
  • 96d543c Working Unicode-in-prompt support.
  • 760c720 another attempt at improving utf8 support. doesn't look like it's possible without rewriting a bunch of display code.
  • e36ff93 testing unicode support. only works under new Windows 10 terminal right now.
  • 0edb09c Increase heap sizes
  • fa9363b - Fix some globals not being inherited properly. caused bindkey in forked process to show empty bindings. For example bindkey | less
  • 4735869 add temp compile files to gitignore
  • 77c2db9 Update azure-pipelines.yml for Azure Pipelines
  • d443c10 Updated to 6.10.24
  • 4a402d1 update gitignore (again?)
  • f2c20ba fix some stuff broken for windows
  • 2d19d61 increase heap size
  • 838cf34 movefile params were reversed
  • ed75773 fastexec path was broken, at least in Windows 10. For a while. It seems like Microsoft changed some behavior which exposed a bug in this code. Apparently GetFileType on STD_INPUT_HANDLE instead of GetStdHandle(STD_INPUT_HANDLE) used to work before.
  • 1fbe0cf fix compile errors
  • 23f3280 move re-fixing win10 console mode to after the child process has actually exited.
  • 5c01484 - Fix some globals not being inherited properly. caused bindkey in forked process to show empty bindings. For example bindkey | less
  • 2e1e80c turn off CI in azure pipelines since we only want to use it to generate releases.
  • 3fa33a1 somehow version stamping got lost. bad merge?
  • cfcf08a better release title, fastbuild
  • cc43baf testing branch name in release
  • b9d9510 makefile tweaking for fastbuild.
  • bdee39c - remove dead code.
  • 9d49cd3 fix typo that caused wrong function to be used.
  • cb4191f fix ordering of windows 10 VT mode at startup. bug manifests in debug version not release.
  • 54a545f caching was reversed.
  • 820cc0a Cache knowledge of Windows 10 to prevent calling it on every write .
  • a421370 * 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.
  • 1ed1774 Test release pipeline (#4)
  • a778fb4 trying release
  • 14c62d8 put back artifact for release pipeline
  • 4be5115 update example tcshrc
  • 75f9eed dont need artifacts
  • f62e579 Test pipeline (#3)
  • 0a9ec4d Set up CI with Azure Pipelines
  • 5b8ea69 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.
  • b6fc0fb Release 6.24.13
  • 7d44f1d Fix !^:h and !^:t failing when no / found
  • 617359c Regen configure (autoreconf)
  • 8e3d686 s/gr/el/ for greek locale (josefs10)
  • da98c3c Fix crossbuild issue for gethost (josefs10)
  • 9d9d7dc Merge branch 'master' of ssh://rebar.astron.com/p/tcsh/tcsh
  • f0878ac Add noble and remove lunar
  • 5bae6fd PR/480: fix typo
  • 1e2cfc6 Add support for "$?<" (Matheus Garcia)
  • 21f85f7 comment out unused.
  • 629e16f Typo on ed.chared tcsh-org#91 (108062138)
  • 490b278 Update set1 / nls greek tcsh-org#88 (chrislongros)
  • 0803c66 Update set23 / nls greek tcsh-org#87 (chrislongros)
  • 937526b Fix minor typo / nls set9 greek tcsh-org#86 (chrislongros)
  • 6508c2b fix whitespace in set26 / greek tcsh-org#85 (chrislongros)
  • d571cd8 Add translations of nls set2 in greek and fix typos tcsh-org#84 (chrislongros)
  • c416b85 Release 6.24.12
  • 991f66c Fix history merging
  • 8ca47db Remove kinetic and trusty
  • 2bef656 Release 6.24.11
  • a400eaa Make nice priority incremental even with setpriority(2)
  • 0545d51 Use LC_ALL instead of LC_COLLATE [ tcsh-org#96 ]
  • 488f86a Fix typo in comment (NFCI)
  • 2f19b2d Handle qemu output on signal reception [ tcsh-org#95 ]
  • e000761 Add missing esac in run-builds
  • 360a97d update with more precise info (https://github.com/Krush206)
  • a28cd04 update svn script for python3 (https://github.com/Sigmanificient)
  • d670ae0 fix various typos (https://github.com/gbergling)
  • 05d0a9b Free memory so asan does not complain (https://github.com/gregorynisbet-google)
  • 2b1c2df Don't truncate IPv6 addresses, confusing them with X display.

This list of changes was auto generated.

6.24.13" Release from master

12 Jun 22:31
Compare
Choose a tag to compare
add temp compile files to gitignore

add spurious warning caused by error in winreg.h to ignored warnings

6.24.10" Release from unicode-with-full-vt-restore

21 Jul 22:04
Compare
Choose a tag to compare

Changes:

  • e77bbcc Legacy apps that do not know about ENABLE_TERMINAL_INPUT will hang looking for VK_xx codes in the INPUT_RECORD during ReadConsoleInput. This change resets the console to non-VT mode before launching a child process.

This list of changes was auto generated.

6.24.10" Release from unicode-with-full-vt-restore

19 Jul 19:49
Compare
Choose a tag to compare

Changes:

  • 74903b2 mysterious double commit. bad rebase?. I hate git
  • 3a0e018 cant double size in child
  • ad562ce code cleanup.
  • 26e4083 Clean up code around Function and other key bindings
  • 2d8ee78 Remove N-xx bindings
  • 1bec57c handle resize events
  • 5e98622 fix warning in NOUTF8 case
  • 11dbb23 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.
  • 99cdc7f movefile params were reversed
  • 83c91cc ReplaceFile is unreliable and caused history to not be saved
See More
  • 302dcd8 clear utf8 maps when display reset
  • 7dfcf9b replace ugly utf8 cache with wrapper around c++ unordered_maps.
  • 320875c Fix Meta/Alt key bindings
  • e5227f7 Fix crash with escape/ctrl character input
  • b632498 fix cases where UTF8 support is NOT defined.
  • 22af1d3 - unify NLSClassifyMB since we're not doing anything Windows-specific in this particular function.
  • ddbb09a Clean up README.NT
  • 0418228 fix extra comma in -debug version flag
  • cd5ef2a cleanup conditional compilation for utf8
  • 2441094 Working Unicode-in-prompt support.
  • 4fe0ea3 another attempt at improving utf8 support. doesn't look like it's possible without rewriting a bunch of display code.
  • 88a4ea7 testing unicode support. only works under new Windows 10 terminal right now.
  • ae5b783 Increase heap sizes
  • 0f906bc - 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.24.10" Release from master

19 Jul 19:47
Compare
Choose a tag to compare

Changes:

  • ee31a92 Update azure-pipelines.yml for Azure Pipelines
  • a5463b7 Updated to 6.10.24
  • a48a6a6 update gitignore (again?)
  • 430ebdf fix some stuff broken for windows
  • 203ea36 increase heap size
  • ec7f0e4 movefile params were reversed
  • 3179348 fastexec path was broken, at least in Windows 10. For a while. It seems like Microsoft changed some behavior which exposed a bug in this code. Apparently GetFileType on STD_INPUT_HANDLE instead of GetStdHandle(STD_INPUT_HANDLE) used to work before.
  • afbcb34 fix compile errors
  • 2df8dcf move re-fixing win10 console mode to after the child process has actually exited.
  • 9da8ab4 - Fix some globals not being inherited properly. caused bindkey in forked process to show empty bindings. For example bindkey | less
See More
  • e5b022e turn off CI in azure pipelines since we only want to use it to generate releases.
  • c4b2363 somehow version stamping got lost. bad merge?
  • 83a0a7f better release title, fastbuild
  • 420f347 testing branch name in release
  • 54b71ec makefile tweaking for fastbuild.
  • 709f3a7 - remove dead code.
  • d277c83 fix typo that caused wrong function to be used.
  • b08b973 fix ordering of windows 10 VT mode at startup. bug manifests in debug version not release.
  • 0281209 caching was reversed.
  • a93852f Cache knowledge of Windows 10 to prevent calling it on every write .
  • c745e16 * 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.
  • e549310 Test release pipeline (#4)
  • b823929 trying release
  • 1f98062 put back artifact for release pipeline
  • d15074b update example tcshrc
  • 56beeb0 dont need artifacts
  • d8a6aea Test pipeline (#3)
  • 634b0a6 Set up CI with Azure Pipelines
  • de1f8ea 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.
  • d075ab5 Add builds for trixie, mantic, and lunar. Remove stretch.
  • 7079658 Add CodeQL workflow for GitHub code scanning (PR tcsh-org#56)
  • 4e191dd Merge PR tcsh-org#75 (lukem/stdin-tty-tests)
  • 06a5c5b tests: explicit tests for stdin not a tty
  • 907b0da tests: fix stdin-as-tty comment and edit tests
  • ca05dea Release 6.24.10
  • 199bf4b Improve docker build instructions
  • 242842a Revert "tests: reenable comment and edit tests"
  • 2005b9d Fix RELEASE_TAG
  • 253e085 Release 6.24.09
  • 1a541ea warn for LSCOLORS or LS_COLORS instead of colorls
  • 62456f8 ls-F: unsetenv LSCOLOR reapplies other LSCOLOR
  • 6466ff2 tests: check LSCOLORS and LS_COLORS validation
  • 89b0ab5 tcsh.man: improve LSCOLORS docs
  • a6b7f8c Don't crash if LSCOLORS contains > 11 pairs
  • a885e43 add missing const (for FreeBSD)
  • e94e59e Release 6.24.08
  • b03fcf7 Merge PR tcsh-org#71 (lukem/color-improvements)
  • f6ab709 fix completion for enhanced filetype detection
  • 06af025 make check: ensure tcsh is up to date
  • b721849 tests: rework ls-F testing, improve comments
  • a71ee24 Fixes: LS_COLORS extensions
  • 190399a Makefile: fix atlocal regeneration
  • 8e1d78a tests: test ls-F extension colors
  • 5a1e9b8 ls-F: implement more LS_COLORS color vars
  • e5a8466 enhance filetype detection to also return colorvar
  • 10e26fc Fixes: merge and add more LS_COLORS ln=target fixes
  • e113c39 ls-F: fix intermittent ln=target bug
  • 934410d Fixes: recent color ls-F fixes
  • b7dda2c ls-F: fix ln=target reset
  • 66d3593 ls-F: fix ls-F DIR with ln=target
  • dc0955f tcsh.man: file type not filetype
  • 31ae128 tests: add ls-F ln=target failed test
  • 7750d3c tests: extend ls-F tests
  • c17c519 fix unsetenv CLICOLOR_FORCE
  • 300932d ls-F: fix LSCOLORS bright handling
  • d8eb4e3 tests: check ls-F color defaults and LSCOLORS
  • 2d116d5 tests: move expected ls-F output to separate files
  • 56a671e tests: add TCSH_DIFF() macro and TESTSUITEREGEN
  • 5a442b6 tcsh.man: improve color docs
  • 97dc503 regen
  • 0300483 tests: provide atlocal for common shell test code
  • d1dd3eb testsuite: show count of untested tests
  • 97efa0b tests: reenable comment and edit tests
  • 227f309 implement CLICOLOR_FORCE
  • 971fc62 tcsh.man: document LSCOLORS
  • cc9790b Use LS_COLORS in preference to LSCOLORS
  • fd6ebeb tests: ls-F: add more entries to test dir
  • ead9e4d tests: move ls-F test to separate file
  • 534f7af tests: keywords, more comments
  • 4a8c77a tcsh.man: various clarifications
  • 7244244 Account for building on Debian sid (bookworm)
  • da886e5 Add bookworm to Debian suites to build
  • 21ba9a0 Add instructions for installing a development environment on Fedora
  • 5fa26b1 Release 6.24.07
  • 833281c Adjust configure style (merge @lukem PR#68)
  • 3172bdd Regenerate with autoreconf
  • f4068e3 tcsh.man: add :- to the word designator table
  • 31a105b configure: display results at end
  • 3124310 configure: expand tabs
  • b6027ba configure: convert to AS_CASE
  • 395ad62 configure: don't use changequote
  • d76c68f tcsh.man: add :- to the word designator table
  • e02273e widen the pid field in pprint so that things look aligned with the the
  • cbfebaa Improve rsync command for collecting build artifacts
  • 26fe4d7 Release 6.24.06
  • 87878bc Retire NewThings (merge @alzwded PR#66)
  • 2b0985c Add a missing .br in an author entry
  • f399e2a Fix mandoc -Tlint warnings in AUTHORS
  • b75cec3 Lint and restructure author list in manual page (merge @lukem PR#65)
  • 47f7f8a Add a missing .br in an author entry
  • fd93ea2 Remove NewThings. Add 5.19.00 to Fixes for history's sake.
  • f0fffa0 Fix mandoc -Tlint warnings in AUTHORS
  • 3d153b0 Restore list formatting for the AUTHORS list for readability
  • d5736bc Manual page improvements (merge @lukem PR#64)
  • b1e856b tcsh.man: list headings, less compact
  • 7c66a0f tcsh.man: dspmbyte clarifications
  • 9c965b6 tcsh.man: fix list and column widths
  • 474778e tcsh.man: more history improvements
  • 1572312 tcsh.man: add selector to history and file operator lists
  • 06e3732 tcsh.man: readability improvements
  • b5c2435 Makefile: use mandoc to build tcsh.html from tcsh.man
  • 37cedb0 tcsh.man: move BUGS to end, per mdoc convention
  • 213807d tcsh.man: fix various mandoc(1) issues
  • 0db10eb tcsh.man: sort my entry to 1991
  • 7cc82a7 Signing the release archive depends on...
Read more

6.24.00" Release from unicode-with-full-vt-restore

11 Feb 03:18
Compare
Choose a tag to compare

Changes:

  • dff7423 mysterious double commit. bad rebase?. I hate git
  • 30d5775 cant double size in child
  • 2e48ae1 code cleanup.
  • 56bdf34 Clean up code around Function and other key bindings
  • 522f688 Remove N-xx bindings
  • d48d3e8 handle resize events
  • f1d5e3f fix warning in NOUTF8 case
  • 1f28c3b 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.
  • 2859f7b movefile params were reversed
  • 78034e2 ReplaceFile is unreliable and caused history to not be saved
See More
  • 7196a3e clear utf8 maps when display reset
  • 4eb9b22 replace ugly utf8 cache with wrapper around c++ unordered_maps.
  • c47818d Fix Meta/Alt key bindings
  • 31d2cba Fix crash with escape/ctrl character input
  • 2f6c159 fix cases where UTF8 support is NOT defined.
  • 5250e7f - unify NLSClassifyMB since we're not doing anything Windows-specific in this particular function.
  • c85ac9f Clean up README.NT
  • 2547b77 fix extra comma in -debug version flag
  • d45cee8 cleanup conditional compilation for utf8
  • b6d6acc Working Unicode-in-prompt support.
  • 6f12485 another attempt at improving utf8 support. doesn't look like it's possible without rewriting a bunch of display code.
  • 8bcc055 testing unicode support. only works under new Windows 10 terminal right now.
  • ac01580 Increase heap sizes
  • a5b0454 - 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.24.00" Release from master

11 Feb 03:17
Compare
Choose a tag to compare

Changes:

  • 492e7f5 fix some stuff broken for windows
  • e90b930 increase heap size
  • 8ab2bb2 movefile params were reversed
  • 0f43b3a fastexec path was broken, at least in Windows 10. For a while. It seems like Microsoft changed some behavior which exposed a bug in this code. Apparently GetFileType on STD_INPUT_HANDLE instead of GetStdHandle(STD_INPUT_HANDLE) used to work before.
  • b271a83 fix compile errors
  • a294841 move re-fixing win10 console mode to after the child process has actually exited.
  • cc95037 - Fix some globals not being inherited properly. caused bindkey in forked process to show empty bindings. For example bindkey | less
  • f2d85d2 turn off CI in azure pipelines since we only want to use it to generate releases.
  • 1fad1ab somehow version stamping got lost. bad merge?
  • 901584b better release title, fastbuild
See More
  • db2f20f testing branch name in release
  • 26b3b0a makefile tweaking for fastbuild.
  • a174a0d - remove dead code.
  • cc54c30 fix typo that caused wrong function to be used.
  • 7c09bfa fix ordering of windows 10 VT mode at startup. bug manifests in debug version not release.
  • a21f0cd caching was reversed.
  • 44e7219 Cache knowledge of Windows 10 to prevent calling it on every write .
  • 8331505 * 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.
  • f903197 Test release pipeline (#4)
  • a21a0a0 trying release
  • a4374b1 put back artifact for release pipeline
  • 3325ee4 update example tcshrc
  • 6267d1c dont need artifacts
  • f6b3daf Test pipeline (#3)
  • 9ab092d Set up CI with Azure Pipelines
  • b55c8d6 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.
  • b0448a0 Fix reversed test which broke in the last refactoring (Jamie Landeg-Jones)
  • 113d668 Via Corinna Vinschen:
  • bcf133d Merge branch 'master' of ssh://rebar.astron.com/p/tcsh/tcsh
  • 559df70 Announce 6.24.00
  • 9710f13 Release 6.24.00
  • 7ee20b7 Merge branch 'master' of ssh://rebar.astron.com/p/tcsh/tcsh
  • 3c33503 Replace with newer versions so arm64 is recognized
  • 197d350 Release 6.23.02
  • cf09603 Make the \U escape up to 8 hex digits.
  • 59515e7 Release 6.23.01 for testing
  • d754063 Fix documentation for the \x{nnnnnnnn} escape sequence
  • 2a27f42 Implement the \cc escape sequence.
  • 7f286d4 Limit the \u escape to 4 hex digits. Add \U for up to 6 hex digits.
  • f40fead Fix mismanaged memory in previous (possibly)
  • bda86ab Implement dollar single quotes
  • 20c9cf6 Move v and \ up in ordering inside parseescape (to match man page).
  • 67afdd8 Use TRUE instead of 1
  • 21062f1 Add some missing translations
  • 6915085 Improve translations
  • 24c836d Exclude tcsh.man.new from release archives
  • a81394c Add more detail to "jobs -Z" usage.
  • f99ecb4 Typo fix: s/globber/clobber/
  • ac8cf69 Merge branch 'master' of ssh://rebar.astron.com/p/tcsh/tcsh
  • c95b50b Fix always true expression (found by Coverity):
  • 92e557e Fix off-by-one, found by Coverity
  • e552b3a Don't include COVERITY-SCAN.md in release archive
  • f854bb7 Add Coverity Scan instructions
  • 75bd7ed Simplify logic: avoid "-a" with test(1), return 0 when all is good
  • 213bf99 Resurrect history tests
  • 1031f2a Add coverage for character range matching issue (PR/81)
  • 60b32fa Merge branch 'master' of ssh://rebar.astron.com/p/tcsh/tcsh
  • 8a83d4c Don't glob the filetest builtin arguments twice:
  • dff8541 Use /usr/share/man instead of /usr/man for HPATH directories
  • 0f3f244 Use /usr/share/man instead of /usr/man in examples
  • b3aa476 Typo fix: occured -> occurred
  • 31d8ac9 Explain the "e" parameter.
  • a5265d2 If we are doing echo, then don't unescape the \, print it.
  • 06915a4 echo parse escape enhancements (H.Merijn Brand)
  • d6b422c document and fix ln=target
  • b98d654 Document ln=target
  • 247a7d6 Fix the ln=target code by NUL terminating the result of readlink(2).
  • 12a604f Merge branch 'master' of ssh://rebar.astron.com/p/tcsh/tcsh
  • 3f83250 Add some aarch64

This list of changes was auto generated.

6.23.00" Release from unicode-with-full-vt-restore

12 Nov 02:02
Compare
Choose a tag to compare

Changes:

  • fff6975 mysterious double commit. bad rebase?. I hate git
  • 9aaf97e cant double size in child
  • edcb752 code cleanup.
  • 6f71fdb Clean up code around Function and other key bindings
  • 20442c5 Remove N-xx bindings
  • 8eacdaf handle resize events
  • fb0ae66 fix warning in NOUTF8 case
  • a2b8836 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.
  • 56c431c movefile params were reversed
  • e9caaea ReplaceFile is unreliable and caused history to not be saved
See More
  • 14c3fe3 clear utf8 maps when display reset
  • 3a0e467 replace ugly utf8 cache with wrapper around c++ unordered_maps.
  • 4472439 Fix Meta/Alt key bindings
  • e4f0470 Fix crash with escape/ctrl character input
  • 848630a fix cases where UTF8 support is NOT defined.
  • f158d42 - unify NLSClassifyMB since we're not doing anything Windows-specific in this particular function.
  • 7572b3e Clean up README.NT
  • 9090b20 fix extra comma in -debug version flag
  • 877e981 cleanup conditional compilation for utf8
  • e70019d Working Unicode-in-prompt support.
  • 2ddf597 another attempt at improving utf8 support. doesn't look like it's possible without rewriting a bunch of display code.
  • edc564f testing unicode support. only works under new Windows 10 terminal right now.
  • f7d0288 Increase heap sizes
  • 7d43c6d - 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.23.00" Release from master

12 Nov 02:02
Compare
Choose a tag to compare

Changes:

  • 37cd287 fix some stuff broken for windows
  • 4772dda increase heap size
  • 51aa61f movefile params were reversed
  • 5bce3ca fastexec path was broken, at least in Windows 10. For a while. It seems like Microsoft changed some behavior which exposed a bug in this code. Apparently GetFileType on STD_INPUT_HANDLE instead of GetStdHandle(STD_INPUT_HANDLE) used to work before.
  • 695a1c9 fix compile errors
  • 4c2c096 move re-fixing win10 console mode to after the child process has actually exited.
  • bc9cc63 - Fix some globals not being inherited properly. caused bindkey in forked process to show empty bindings. For example bindkey | less
  • 23cc304 turn off CI in azure pipelines since we only want to use it to generate releases.
  • 9cd5391 somehow version stamping got lost. bad merge?
  • 0442d45 better release title, fastbuild
See More
  • 01af644 testing branch name in release
  • 12af937 makefile tweaking for fastbuild.
  • 83c994f - remove dead code.
  • 76626fd fix typo that caused wrong function to be used.
  • 504f9bf fix ordering of windows 10 VT mode at startup. bug manifests in debug version not release.
  • 77bdbbc caching was reversed.
  • ee89181 Cache knowledge of Windows 10 to prevent calling it on every write .
  • ea25dea * 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.
  • 9106f30 Test release pipeline (#4)
  • ceaedb3 trying release
  • ecd2d11 put back artifact for release pipeline
  • b624cc7 update example tcshrc
  • 88c1d85 dont need artifacts
  • e0f7399 Test pipeline (#3)
  • 5348049 Set up CI with Azure Pipelines
  • 8b50273 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.
  • cb894fc Merge patches from pkgsrc
  • 76d676b Use INSTALL_PROGRAM, INSTALL_DATA, and MKDIR_P
  • 19dbba0 Use INSTALL_DATA instead of INSTALL to avoid setting executable bits.
  • aa17f8a Enable NO_FIX_MALLOC for OpenBSD (from pkgsrc)
  • a5fba0e Merge patch from pkgsrc
  • 5527646 Use mandir from configure. Remove nls/Makefile in veryclean.
  • 56a808f Regen
  • 6281d75 Announce 6.23
  • 1f3d356 Don't export .gitattributes, .gitignore, and .travis.yml in archive
  • dce103f Add creating Announce file and committing updated autoconf files
  • dc18d8b Do not export some files in the release archive
  • f5ca290 Release 6.23.00
  • e95d819 Add missing -Z option for 'jobs'
  • 3b49d31 Merge branch 'master' of ssh://rebar.astron.com/p/tcsh/tcsh
  • f5aeaec Guard against running off the beginning of the array (Simon Burge)
  • 4f05756 provide a way to reset setproctitle.
  • 7b85fae Merge branch 'master' of ssh://rebar.astron.com///p/tcsh/tcsh
  • 2b8d42a Jobs -Z for setproctitle(3)
  • 84bcfa8 Centralize status getting and setting, and non't error/fail if status
  • db3bfcd Prevent infinite recursion with tcsh -fc 'set -r status;:' (Gabriel Ravier)

This list of changes was auto generated.

6.22.04" Release from unicode-with-full-vt-restore

24 Aug 03:48
Compare
Choose a tag to compare

Changes:

  • 3437e71 mysterious double commit. bad rebase?. I hate git
  • f83847f cant double size in child
  • 5222cdf code cleanup.
  • 19d1bf1 Clean up code around Function and other key bindings
  • 0849eb1 Remove N-xx bindings
  • b2c1099 handle resize events
  • 1a8dcac fix warning in NOUTF8 case
  • e768234 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.
  • 1a4849c movefile params were reversed
  • 4808046 ReplaceFile is unreliable and caused history to not be saved
See More
  • 3f834b7 clear utf8 maps when display reset
  • 0586450 replace ugly utf8 cache with wrapper around c++ unordered_maps.
  • f6cb888 Fix Meta/Alt key bindings
  • 369dcf0 Fix crash with escape/ctrl character input
  • d4b6252 fix cases where UTF8 support is NOT defined.
  • 1ab83b0 - unify NLSClassifyMB since we're not doing anything Windows-specific in this particular function.
  • cc863a7 Clean up README.NT
  • 71afa32 fix extra comma in -debug version flag
  • e8fa9d4 cleanup conditional compilation for utf8
  • cbf15c8 Working Unicode-in-prompt support.
  • 48221df another attempt at improving utf8 support. doesn't look like it's possible without rewriting a bunch of display code.
  • 9566a42 testing unicode support. only works under new Windows 10 terminal right now.
  • ff6f75f Increase heap sizes
  • bed9e40 - 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.