Releases: amoldeshpande/tcsh
Releases · amoldeshpande/tcsh
6.22.04" Release from master
Changes:
- 828f96d fix some stuff broken for windows
- 65de6b8 increase heap size
- 5cd7527 movefile params were reversed
- b30517f 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.
- d6691d4 fix compile errors
- 2ea376f move re-fixing win10 console mode to after the child process has actually exited.
- 7de246e - Fix some globals not being inherited properly. caused bindkey in forked process to show empty bindings. For example bindkey | less
- 0099973 turn off CI in azure pipelines since we only want to use it to generate releases.
- 8b4ed81 somehow version stamping got lost. bad merge?
- 33b5008 better release title, fastbuild
See More
- 0396b63 testing branch name in release
- 2390267 makefile tweaking for fastbuild.
- eba6199 - remove dead code.
- b685165 fix typo that caused wrong function to be used.
- de5cd14 fix ordering of windows 10 VT mode at startup. bug manifests in debug version not release.
- 17f5edf caching was reversed.
- ff9d7a0 Cache knowledge of Windows 10 to prevent calling it on every write .
- c7d3747 * 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.
- f31c4c2 Test release pipeline (#4)
- f687a39 trying release
- f98caf6 put back artifact for release pipeline
- 1692dda update example tcshrc
- f6e66ba dont need artifacts
- 13f6e84 Test pipeline (#3)
- 1d52cd0 Set up CI with Azure Pipelines
- 6825e61 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.
- 16746c2 Mention latest domod fix
- 04a68ad Fix bug reported by Jan Macku:
- c148528 - Expose HIST_PURGE
- d9bd965 Merge branch 'master' of ssh://rebar.astron.com/p/tcsh/tcsh
- 0ead50c Merge duplicate code, add missing case, fix off-by-one in RefCursor.
- d903737 Make the order of the operators consistent (Jamie Landeg-Jones)
- 8e342f7 Merge branch 'master' of ssh://rebar.astron.com/p/tcsh/tcsh
- 6fc5169 PR/274: polarnik: fix reversed test.
- 75af143 Merge branch 'master' of ssh://rebar.astron.com/p/tcsh/tcsh
- e5a9d0f new change
- 9ad196c PR/258: ajrosen: ls-F and file expansion do not support 'ln=target' in LS_COLORS
- b5160d8 expose filetype, constify, restructure, add color_as_referent
- 831cf45 uncommitted changes to version
- ed9ba69 Prefer mallinfo2 over mallinfo
- 6a224e0 Merge branch 'master' of ssh://rebar.astron.com/p/tcsh/tcsh
- 43d6dac Merge branch 'master' of ssh://rebar.astron.com/p/tcsh/tcsh
- 8909e14 try to fix escaped delimiters
This list of changes was auto generated.
6.22.04" Release from unicode-with-full-vt-restore
Changes:
- b81586d cant double size in child
- b2b9914 code cleanup.
- 0d6d26b Clean up code around Function and other key bindings
- 19e4c51 Remove N-xx bindings
- 19435cd handle resize events
- f833ff8 fix warning in NOUTF8 case
- af7487d 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.
- 56e6af5 movefile params were reversed
- c6da226 ReplaceFile is unreliable and caused history to not be saved
- 1c87513 clear utf8 maps when display reset
See More
- 47a8e87 replace ugly utf8 cache with wrapper around c++ unordered_maps.
- cccac80 Fix Meta/Alt key bindings
- bf5ca74 Fix crash with escape/ctrl character input
- 1be2a33 fix cases where UTF8 support is NOT defined.
- 9bd980f - unify NLSClassifyMB since we're not doing anything Windows-specific in this particular function.
- c3c41ef Clean up README.NT
- 52ba62a fix extra comma in -debug version flag
- ede3b7e cleanup conditional compilation for utf8
- 6277522 Working Unicode-in-prompt support.
- ac3f072 another attempt at improving utf8 support. doesn't look like it's possible without rewriting a bunch of display code.
- 7e9ee46 testing unicode support. only works under new Windows 10 terminal right now.
- 3f98348 Increase heap sizes
This list of changes was auto generated.
6.22.04" Release from master
Changes:
- 13c15f9 increase heap size
- 3cd770a movefile params were reversed
- 0056b02 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.
- 995595f fix compile errors
- 5e6db52 move re-fixing win10 console mode to after the child process has actually exited.
- f5f5b9a - Fix some globals not being inherited properly. caused bindkey in forked process to show empty bindings. For example bindkey | less
- d70f143 turn off CI in azure pipelines since we only want to use it to generate releases.
- 569afda somehow version stamping got lost. bad merge?
- 8525e39 better release title, fastbuild
- 713a3f8 testing branch name in release
See More
- 1b0bebe makefile tweaking for fastbuild.
- c5369a4 - remove dead code.
- feb5311 fix typo that caused wrong function to be used.
- 05ce80d fix ordering of windows 10 VT mode at startup. bug manifests in debug version not release.
- eedf110 caching was reversed.
- 2c12832 Cache knowledge of Windows 10 to prevent calling it on every write .
- 8f71e97 * 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.
- d7cba71 Test release pipeline (#4)
- d956915 trying release
- f8c1c65 put back artifact for release pipeline
- 88dde3d update example tcshrc
- a81b00a dont need artifacts
- c492ab8 Test pipeline (#3)
- 8a7d04c Set up CI with Azure Pipelines
- 36445a4 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.
- a18a214 fix number (Thanks Corinna)
This list of changes was auto generated.
6.22.04" Release from unicode-with-full-vt
6.22.04" Release from master
6.22.04" Release from unicode-with-full-vt
Changes:
- ff6a54e code cleanup.
- 4b8dc97 Clean up code around Function and other key bindings
- ce00e37 Remove N-xx bindings
- 6ea998a handle resize events
- 7e49d46 fix warning in NOUTF8 case
- 5f53538 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.
- a6e1cf1 clear utf8 maps when display reset
- 53f19c7 replace ugly utf8 cache with wrapper around c++ unordered_maps.
- 7d63c91 Fix Meta/Alt key bindings
- fd05c03 Fix crash with escape/ctrl character input
See More
- f2f98bf fix cases where UTF8 support is NOT defined.
- 23b15dc - unify NLSClassifyMB since we're not doing anything Windows-specific in this particular function.
- 2fb0c76 Clean up README.NT
- 9ee97e8 fix extra comma in -debug version flag
- c267962 cleanup conditional compilation for utf8
- 8bfab23 Working Unicode-in-prompt support.
- d967c4f another attempt at improving utf8 support. doesn't look like it's possible without rewriting a bunch of display code.
- f478d3a testing unicode support. only works under new Windows 10 terminal right now.
- b7a25a3 movefile params were reversed
- 191b6f8 ReplaceFile is unreliable and caused history to not be saved
This list of changes was auto generated.
6.22.04" Release from master
Changes:
- d774ccd movefile params were reversed
- 3c16c7e 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.
- 01c1169 fix compile errors
- 4b3e22b move re-fixing win10 console mode to after the child process has actually exited.
- 0243d06 - Fix some globals not being inherited properly. caused bindkey in forked process to show empty bindings. For example bindkey | less
- 2ebc649 turn off CI in azure pipelines since we only want to use it to generate releases.
- bf9d3f9 somehow version stamping got lost. bad merge?
- 091dc1f better release title, fastbuild
- 9c9b0c8 testing branch name in release
- b7b4c44 makefile tweaking for fastbuild.
See More
- e988d25 - remove dead code.
- 11cc80f fix typo that caused wrong function to be used.
- 0c68532 fix ordering of windows 10 VT mode at startup. bug manifests in debug version not release.
- 57d798d caching was reversed.
- 8222ec7 Cache knowledge of Windows 10 to prevent calling it on every write .
- 467307b * 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.
- 1aeaca2 Test release pipeline (#4)
- 07d3891 trying release
- 0233b3a put back artifact for release pipeline
- a15351b update example tcshrc
- 81dfce0 dont need artifacts
- 66a585a Test pipeline (#3)
- 91c2187 Set up CI with Azure Pipelines
- 90bb8a3 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.
- d3f2417 New release
- 4770c06 We want to commit tcsh.man.new
- 2d9119f Fix bug setting attributes, found by gcc indentation check
- 45fbe44 Add missing fallthrough comment
- d85da42 Add proper fallthrough comments
- 7b343e1 Add a macro to avoid repeated code. Put code in a separate line to appease gcc
- 6cacb55 ansi prototype
- 2706ffa exitstat does not return
- a58e506 fix misleading indentation
- a526947 use inline functions to prevent gcc warning
- 3be62e9 Fix indentation, add parens
- eb03cca Remove trailing whitespace
- ceccc7f Avoid accessing before the beginning of the string
- f6fcc67 space after keyword
- 37ddb64 Merge branch 'master' of ssh://rebar.astron.com///p/tcsh/tcsh
- e5aea4c Don't crash with 'bindkey "^0" clear-screen' (Karl Jeacle)
- f68dbf2 fix date
- 6a09323 Mention previous fix
- 05d3d6b Restore the behavior where both $foo:h and $foo:t return the whole string
This list of changes was auto generated.
6.22.03" Release from master
20210215.3 movefile params were reversed
6.22.03" Release from unicode-with-full-vt
Changes:
- 6e93c08 code cleanup.
- 45c9116 Clean up code around Function and other key bindings
- e4824ef Remove N-xx bindings
- d968ca6 handle resize events
- 6898ec0 fix warning in NOUTF8 case
- 4b02ab7 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.
- dfb4c41 clear utf8 maps when display reset
- 457067f replace ugly utf8 cache with wrapper around c++ unordered_maps.
- d8660de Fix Meta/Alt key bindings
- 085599f Fix crash with escape/ctrl character input
See More
- d5f4132 fix cases where UTF8 support is NOT defined.
- 8c00b8a - unify NLSClassifyMB since we're not doing anything Windows-specific in this particular function.
- 21587ce Clean up README.NT
- a066f09 fix extra comma in -debug version flag
- fee04d3 cleanup conditional compilation for utf8
- 58de29b Working Unicode-in-prompt support.
- 447557f another attempt at improving utf8 support. doesn't look like it's possible without rewriting a bunch of display code.
- a0e609c testing unicode support. only works under new Windows 10 terminal right now.
- 7646470 movefile params were reversed
This list of changes was auto generated.
6.22.03" Release from unicode-with-full-vt
Changes:
This list of changes was auto generated.