Skip to content

6.22.04" Release from master

Compare
Choose a tag to compare
@amoldeshpande amoldeshpande released this 28 Apr 04:03

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.