Skip to content

6.22.04" Release from master

Compare
Choose a tag to compare
@amoldeshpande amoldeshpande released this 24 Aug 01:38

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.