Skip to content

6.24.00" Release from master

Compare
Choose a tag to compare
@amoldeshpande amoldeshpande released this 11 Feb 03:17

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.