Skip to content

6.23.00" Release from master

Compare
Choose a tag to compare
@amoldeshpande amoldeshpande released this 12 Nov 02:02

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.