Tcl Source Code

Changes On Branch tip-511
Login

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

Changes In Branch tip-511 Excluding Merge-Ins

This is equivalent to a diff from b46c4d3d9c to d8b82ef75f

2021-08-20
12:46
TIP #511 implementation: Implement Tcl_AsyncMarkFromSignal() check-in: 1a6b389968 user: jan.nijtmans tags: core-8-branch
2021-08-19
08:51
Merge-mark 8.6. Update to autoconf-2.71 check-in: e34446660d user: jan.nijtmans tags: core-8-branch
08:05
Apply macos-tip511.diff. Resolve conflict with TIP #601 Closed-Leaf check-in: d8b82ef75f user: jan.nijtmans tags: tip-511
2021-08-18
14:31
Fix use of TCL_THREADS macro: In Tcl 8.7, this is always defined, but can have value '1' or '0' check-in: ae2c9006bb user: jan.nijtmans tags: tip-511
2021-08-17
16:16
tip#511 proposed implementation check-in: 0d5d82595a user: jan.nijtmans tags: tip-511
2021-08-16
12:13
Merge 8.7 check-in: a005978803 user: jan.nijtmans tags: trunk, main
2021-08-15
21:47
Make TCL_MAC_EMPTY_FILE macro work with C++ compiler check-in: b46c4d3d9c user: jan.nijtmans tags: core-8-branch
21:37
Make tclZipfs.c compilable with a C++ compiler check-in: 565bc5516c user: jan.nijtmans tags: core-8-branch

Changes to doc/Async.3.

Changes to generic/tcl.decls.

Changes to generic/tclAsync.c.

Changes to generic/tclDecls.h.

Changes to generic/tclInt.h.

Changes to generic/tclStubInit.c.

Changes to macosx/tclMacOSXNotify.c.

Changes to unix/configure.

Changes to unix/configure.ac.

Changes to unix/tclConfig.h.in.

Changes to unix/tclEpollNotfy.c.

Changes to unix/tclKqueueNotfy.c.

Changes to unix/tclSelectNotfy.c.

Changes to unix/tclUnixNotfy.c.

Changes to win/tclWinNotify.c.