| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
[Bug 2015723] duplicate inodes from file stat on windows
|
| |
|
|
|
| |
and TclpOpenFile
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
(backported from Tcl 8.5)
|
|\ |
|
| | |
|
|/
|
| |
(works on cygwin, on other UNIX not yet complete)
|
| |
|
| |
|
|\ |
|
|/ |
|
|\
| |
| | |
Also corrected test for when growth is needed.
|
|/
|
|
| |
Also converted some memcpy() to memmove() to reliably handle overlapping
copies, and corrected test for when growth is needed.
|
|
|
|
| |
cmd.
|
|\ |
|
| |\ |
|
| | |\
| | |/
| |/|
| | | |
expand all unicode tables and tools to eventually handle the
unicode chars > 0xffff (if UTF_MAX_CHAR > 3)
|
| | | |
|
| | | |
|
| |/ |
|
| | |
|
|/
|
| |
(not to be merged until Unicode 6.1 is final!!!)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
Thanks to Wolfgang S. Kechel.
|
|
|
| |
Thanks to Dagobert Michelson.
|
| |
|
| |
|
| |
|
|
|
|
| |
n mingw, sys/stat.h must be included
before winsock2.h, so make sure of that
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|