Tcl Source Code

Check-in [13fd8a4647]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Merge 8.7
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 13fd8a464743786708b4b82265483296f6361784927a3f0e3b10b71d29a5ff32
User & Date: jan.nijtmans 2019-03-11 20:56:32.046
Context
2019-03-13
20:43
Make "struct regmatch_t" match "Tcl_RegExpIndices" (again). Win64 build was broken because of this. ... check-in: c38fd94d09 user: jan.nijtmans tags: trunk
2019-03-11
20:56
Merge 8.7 check-in: 13fd8a4647 user: jan.nijtmans tags: trunk
20:32
Change TCHAR -> WCHAR in many places, since that's what it is since Windows NT check-in: 876f74eabe user: jan.nijtmans tags: core-8-branch
2019-03-10
21:16
Make internal libtommath symbols MODULE_SCOPE, and remove them from the stub table: They are not sup... check-in: 9384c633dd user: jan.nijtmans tags: trunk
Changes
Unified Diff Side-by-Side Diff Patch
Changes to generic/tclEncoding.c.
Changes to generic/tclIOUtil.c.
Changes to generic/tclStringObj.c.
Changes to generic/tclStubInit.c.
Changes to generic/tclZipfs.c.
Changes to unix/tclUnixChan.c.
Changes to win/tclWin32Dll.c.
Changes to win/tclWinChan.c.
Changes to win/tclWinFCmd.c.
Changes to win/tclWinFile.c.
Changes to win/tclWinInit.c.
Changes to win/tclWinInt.h.
Changes to win/tclWinPipe.c.
Changes to win/tclWinPort.h.
Changes to win/tclWinSerial.c.
Changes to win/tclWinSock.c.