| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Fix bug [57945b574a6df0332efc4ac96b066f7c347b28f7|57945b574a]: lock in forkin... | jan.nijtmans | 2015-07-23 | 1 | -2/+81 |
|\ \ |
|
| * \ | merge trunkbug_57945b574a_without_stub | jan.nijtmans | 2015-07-15 | 13 | -4339/+4339 |
| |\ \
| | |/ |
|
| * | | This should completely fix the race conditions at the cost of more complexity... | Joe Mistachkin | 2015-05-17 | 1 | -7/+23 |
|
|
| * | | Fix deadlock. | Joe Mistachkin | 2015-05-17 | 1 | -1/+1 |
|
|
| * | | Merge updates from trunk. | Joe Mistachkin | 2015-05-17 | 4 | -13/+14 |
| |\ \ |
|
| * | | | Draft fix for a potential race condition in the new Tcl_MutexUnlockAndFinaliz... | Joe Mistachkin | 2015-05-17 | 1 | -0/+63 |
|
|
| | | * | [TIP 412] msgcat dynamic locale change and package private locale (msgcat 1.6.0) | oehhar | 2015-06-29 | 1 | -2/+2 |
| | | |\ |
|
| | | | * | merge trunk | oehhar | 2015-05-31 | 30 | -2355/+3207 |
| | | | |\
| | | |_|/
| | |/| | |
|
| | | | * | TIP#399 implementation: mcconfig may add additional glob pattern for mcload | oehhar | 2012-09-19 | 1 | -2/+2 |
|
|
| | | * | | Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then transl... | jan.nijtmans | 2015-06-25 | 9 | -4289/+4289 |
| | | |\ \
| |_|_|/ /
|/| | | | |
|
* | | | | | Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then transl... | jan.nijtmans | 2015-06-25 | 10 | -4194/+4194 |
|
|
| | | * | | Tcl_GetStringFromObj(..., NULL) -> Tcl_GetString(...). Use size_t in stead of... | jan.nijtmans | 2015-06-24 | 2 | -40/+41 |
|
|
| | | * | | Registry extension 1.3.0 -> 1.3.1: SendMessageTimeoutA -> SendMessageTimeout,... | jan.nijtmans | 2015-06-23 | 4 | -11/+10 |
| | |/ / |
|
| | * | | Bump to http 2.8.9 | dgp | 2015-05-14 | 1 | -2/+2 |
|
|
| | * | | Open linked folder shared on Windows - Patch [19ea026e43] | oehhar | 2015-04-23 | 1 | -1/+1 |
| | |\ \
| |_|/ /
|/| | | |
|
* | | | | Open linked folder shared on Windows - Patch [19ea026e43] | oehhar | 2015-04-23 | 1 | -1/+1 |
|
|
* | | | | Bump to version 8.5.18. | dgp | 2015-02-05 | 2 | -2/+2 |
|
|
| | * | | Fix [a0a251e4e478977334da51e346cddff8ec3fbf52|a0a251e4e4]: tcl 8.6.4 compilat... | jan.nijtmans | 2015-04-10 | 3 | -10/+11 |
| |/ / |
|
| * | | Remove STRICT directive from public header. It does approximately nothing, | dgp | 2015-03-20 | 1 | -0/+2 |
| |\ \ |
|
| | * | | Upon further review, due the order of #include of headers, we do not havedgp_win_specific_strict | dgp | 2015-03-13 | 2 | -2/+2 |
|
|
| | * | | The STRICT directive influences how #include "windows.h" works. | dgp | 2015-03-13 | 1 | -0/+2 |
|
|
| * | | | Ticket [e66e444440]. Modified ReadConsoleBytes to handle Ctrl-C / Ctrl-Break
| ashok | 2015-03-19 | 1 | -2/+14 |
| |/ / |
|
| * | | autoconf-2.59 | dgp | 2015-02-26 | 1 | -1/+1 |
|
|
| * | | Bump to 8.6.4. | dgp | 2015-02-26 | 1 | -1/+1 |
|
|
| * | | Merge trunk | oehhar | 2014-12-17 | 11 | -83/+86 |
| |\ \ |
|
| | * | | 85 -> 86 | jan.nijtmans | 2014-12-15 | 1 | -1/+1 |
|
|
| | * | | Potential fix for [c6ed4acfd8].
| ashok | 2014-12-06 | 1 | -1/+1 |
|
|
| | * | | Remove a number of eol-spaces. No change in functionality. | jan.nijtmans | 2014-11-14 | 4 | -48/+48 |
|
|
| | * | | Simplify NativeIsComPort() implementation: native paths never end in ':', and... | jan.nijtmans | 2014-11-13 | 1 | -20/+12 |
|
|
| | * | | Improve documentation on the use of com ports (remove references to Windows 9... | jan.nijtmans | 2014-11-13 | 1 | -2/+2 |
| | |\ \
| |_|/ /
|/| | | |
|
* | | | | Improve documentation on the use of com ports (remove references to Windows 9... | jan.nijtmans | 2014-11-13 | 1 | -2/+2 |
|
|
| | * | | Merged latest trunk work (especially changes to eof handling) into the RC. | andreask | 2014-11-06 | 2 | -8/+17 |
| | |\ \ |
|
| | | * \ | Better errormessage when file path contains invalid characters. | jan.nijtmans | 2014-11-03 | 1 | -0/+5 |
| | | |\ \
| |_|_|/ /
|/| | | | |
|
* | | | | | Better errormessage when file path contains invalid characters. See: [03414f5... | jan.nijtmans | 2014-11-03 | 1 | -0/+5 |
|
|
| | | * | | Extend WinIsReserved() to recognize COM[5-9]: as valid com ports as well. Pre... | jan.nijtmans | 2014-10-31 | 1 | -3/+3 |
| | | |\ \
| |_|_|/ /
|/| | | | |
|
* | | | | | Extend WinIsReserved() to recognize COM[5-9]: as valid com ports as well. | jan.nijtmans | 2014-10-31 | 1 | -2/+2 |
|
|
| | | * | | When translating a reserved devicename to native pathname, strip ':' postfix.... | jan.nijtmans | 2014-10-31 | 1 | -5/+9 |
| | | |\ \
| |_|_|/ /
|/| | | | |
|
* | | | | | When translating a reserved devicename to native pathname, strip ':' postfix.... | jan.nijtmans | 2014-10-31 | 1 | -1/+4 |
|
|
| | * | | | merge trunk | dgp | 2014-10-28 | 1 | -0/+2 |
| | |\ \ \
| | | |/ / |
|
| | | * | | Support for Windows 10 | jan.nijtmans | 2014-10-26 | 1 | -0/+2 |
| | | |\ \
| |_|_|/ /
|/| | | | |
|
* | | | | | Support for Windows 10 | jan.nijtmans | 2014-10-26 | 1 | -0/+2 |
|
|
* | | | | | Bump to 8.5.17 | dgp | 2014-10-10 | 2 | -2/+2 |
|
|
| | * | | | merge trunk | dgp | 2014-10-18 | 1 | -37/+56 |
| | |\ \ \
| | | |/ / |
|
| | | * | | fconfigure -peername and -sockname return empty string while async connect ru... | oehhar | 2014-10-17 | 1 | -37/+56 |
| | | |\ \
| | |_|/ /
| |/| | | |
|
| * | | | | Merge trunk | oehhar | 2014-10-17 | 1 | -4/+4 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| * | | | | Implemented tip-427: socket fconfigure option -connecting plus no -peername,-... | oehhar | 2014-09-26 | 1 | -39/+58 |
|
|
| | | * | | Bump to Tcl 8.6.3, TclOO 1.0.3, and update changes file. | dgp | 2014-10-14 | 3 | -3/+3 |
| | |/ / |
|
| | * | | Fix [59a2e78e54d3361c33b8cd6eef55d384d8abecd7|59a2e78e54] : tclWinTime.c does... | jan.nijtmans | 2014-10-08 | 1 | -4/+4 |
| | |\ \
| |/ / /
| | / /
| |/ /
|/| | |
|
* | | | Fix [59a2e78e54d3361c33b8cd6eef55d384d8abecd7|59a2e78e54] : tclWinTime.c does... | jan.nijtmans | 2014-10-08 | 1 | -4/+4 |
|
|
* | | | merge 8.5; stamp release date | dgp | 2014-08-22 | 1 | -0/+18 |
|\ \ \ |
|