Tcl Source Code

Check-in [4280c4f9d0]
Login

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

Overview
Comment:Merge 8.7. Change some internal function signatures, accounting for the 64-bit era.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 4280c4f9d0430b09ddfa7773cedff59228413f2f42db5c329936828693ddd7ab
User & Date: jan.nijtmans 2018-09-05 13:45:15.287
Context
2018-09-07
12:04
merge 8.7 (segfault fix) check-in: 04f3cf7430 user: sebres tags: trunk
2018-09-05
14:54
Merge trunk. Also rename TCL_NO_LENGTH -> TCL_AUTO_LENGTH check-in: 6488c06992 user: jan.nijtmans tags: memory-API
13:45
Merge 8.7. Change some internal function signatures, accounting for the 64-bit era. check-in: 4280c4f9d0 user: jan.nijtmans tags: trunk
12:11
Minor code cleanup. win/tclWinPipe.c: Eliminate some compiler warnings on mingw-w64 win/tclWinNotif... check-in: 35eb0692c1 user: jan.nijtmans tags: core-8-branch
2018-09-04
14:37
Merge 8.7 check-in: cbb275cb09 user: jan.nijtmans tags: trunk
Changes
Unified Diff Side-by-Side Diff Patch
Changes to generic/tclBasic.c.
Changes to generic/tclInt.decls.
Changes to generic/tclIntDecls.h.
Changes to generic/tclIntPlatDecls.h.
Changes to generic/tclObj.c.
Changes to generic/tclProcess.c.
Changes to generic/tclStubInit.c.
Changes to unix/tclUnixTime.c.
Changes to win/tclWinNotify.c.
Changes to win/tclWinPipe.c.
Changes to win/tclWinTime.c.