Tcl Source Code

Changes On Branch tip-458
Login

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

Changes In Branch tip-458 Excluding Merge-Ins

This is equivalent to a diff from a4fd5b790b to 50be45e71e

2017-05-18
12:33
TIP #458 implementation: Add Support for epoll() and kqueue() in the Notifier check-in: 858569fb04 user: jan.nijtmans tags: trunk
2017-05-05
19:11
[6015221f59] Segfault after overflow of [binary] field specifier numeric count. check-in: 5c07ae32cf user: dgp tags: trunk
2017-05-04
22:27
Add [info linkedname] introspection command check-in: 6ed76df29d user: mlafon tags: info-linkedname
14:51
merge trunk Closed-Leaf check-in: 50be45e71e user: dgp tags: tip-458
14:19
merge trunk check-in: ab6adfa911 user: jan.nijtmans tags: win-console-panic
12:39
Merge trunk check-in: 6928ad7045 user: jan.nijtmans tags: novem
12:28
merge core-8-6-branch check-in: a4fd5b790b user: jan.nijtmans tags: trunk
12:26
Use GetModuleHandle() in stead of LoadLibrary() for ntdll, which is already loaded by Cygwin. check-in: a4717aa947 user: jan.nijtmans tags: core-8-6-branch
09:51
merge core-8-6-branch check-in: 790adcb1b9 user: jan.nijtmans tags: trunk
08:55
merge trunk check-in: 9a065b2341 user: jan.nijtmans tags: tip-458

Changes to unix/Makefile.in.

Changes to unix/configure.

Changes to unix/configure.ac.

Added unix/tclEpollNotfy.c.

Added unix/tclKqueueNotfy.c.

Added unix/tclSelectNotfy.c.

Changes to unix/tclUnixChan.c.

Changes to unix/tclUnixNotfy.c.