summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Merging in changes from trunkhypnotoad2014-11-136-13/+24
|\
| * Improve documentation on the use of com ports (remove references to Windows 9...jan.nijtmans2014-11-131-2/+2
| |\
| | * Improve documentation on the use of com ports (remove references to Windows 9...jan.nijtmans2014-11-131-2/+2
| * | Merged latest trunk work (especially changes to eof handling) into the RC.andreask2014-11-062-8/+17
| |\ \
| | * \ Better errormessage when file path contains invalid characters.jan.nijtmans2014-11-031-0/+5
| | |\ \ | | | |/
| | | * Better errormessage when file path contains invalid characters. See: [03414f5...jan.nijtmans2014-11-031-0/+5
| | * | Extend WinIsReserved() to recognize COM[5-9]: as valid com ports as well. Pre...jan.nijtmans2014-10-311-3/+3
| | |\ \ | | | |/
| | | * Extend WinIsReserved() to recognize COM[5-9]: as valid com ports as well.jan.nijtmans2014-10-311-2/+2
| | * | When translating a reserved devicename to native pathname, strip ':' postfix....jan.nijtmans2014-10-311-5/+9
| | |\ \ | | | |/
| | | * When translating a reserved devicename to native pathname, strip ':' postfix....jan.nijtmans2014-10-311-1/+4
| * | | merge trunkdgp2014-10-281-0/+2
| |\ \ \ | | |/ /
| | * | Support for Windows 10jan.nijtmans2014-10-261-0/+2
| | |\ \ | | | |/
| | | * Support for Windows 10jan.nijtmans2014-10-261-0/+2
| | | * Bump to 8.5.17dgp2014-10-102-2/+2
| * | | merge trunkdgp2014-10-181-37/+56
| |\ \ \ | | |/ /
| * | | Bump to Tcl 8.6.3, TclOO 1.0.3, and update changes file.dgp2014-10-143-3/+3
* | | | Replaced calls to zip with calls to the new pure-tcl zipfile encoder embeddedhypnotoad2014-10-211-6/+6
* | | | Renamed "tclkit" to "tclzsh"hypnotoad2014-10-201-25/+25
* | | | Added a "_bare" stage to capture the kit executable before the VFS is wrapped...hypnotoad2014-10-191-4/+8
* | | | Update the zipvfs implementation with additional code from both Odie and hypnotoad2014-10-192-4/+6
* | | | Bringing in the latest fixes from trunkseandeelywoods2014-10-192-41/+60
|\ \ \ \ | | |/ / | |/| |
| * | | fconfigure -peername and -sockname return empty string while async connect ru...oehhar2014-10-171-37/+56
| |\ \ \ | | |/ / | |/| |
| | * | Merge trunkoehhar2014-10-171-4/+4
| | |\ \ | | |/ / | |/| |
| * | | Fix [59a2e78e54d3361c33b8cd6eef55d384d8abecd7|59a2e78e54] : tclWinTime.c does...jan.nijtmans2014-10-081-4/+4
| |\ \ \ | | | |/ | | |/|
| | * | Fix [59a2e78e54d3361c33b8cd6eef55d384d8abecd7|59a2e78e54] : tclWinTime.c does...jan.nijtmans2014-10-081-4/+4
| | * | merge 8.5; stamp release datedgp2014-08-221-0/+18
| | |\ \
| | * \ \ merge 8.5dgp2014-08-021-2/+2
| | |\ \ \
| | * | | | Bump to 8.5.16 for release.dgp2014-07-232-2/+2
| | | | | * Implemented tip-427: socket fconfigure option -connecting plus no -peername,-...oehhar2014-09-261-39/+58
| | |_|_|/ | |/| | |
* | | | | Merge with trunkhypnotoad2014-09-223-1/+12
|\ \ \ \ \ | |/ / / /
| * | | | Added a script-readable bytecode disassembler in tcl::unsupported.dkf2014-09-203-1/+12
| |\ \ \ \
| | * \ \ \ merge trunkdkf2014-08-304-3/+21
| | |\ \ \ \ | | |/ / / / | |/| | | |
| | * | | | merge trunkKevin B Kenny2014-08-023-31/+27
| | |\ \ \ \
| | * \ \ \ \ merge trunkKevin B Kenny2014-06-2916-1566/+2224
| | |\ \ \ \ \
| | * \ \ \ \ \ merge trunkdkf2014-02-081-10/+11
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ merge trunkdkf2014-02-032-5/+15
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ merge trunkdkf2014-01-0918-124/+176
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ merge trunkdkf2013-09-262-6/+6
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ merge trunkdkf2013-09-205-23/+23
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ merge trunkdkf2013-07-075-18/+4
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ merge trunkdkf2013-06-1913-424/+200
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdkf2013-06-135-6/+25
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdkf2013-06-111-2/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | Move the disassembler to its own file.dkf2013-06-113-1/+12
* | | | | | | | | | | | | | | | | Removed non-working tclkit-direct makefile techniquetne2014-09-171-17/+6
* | | | | | | | | | | | | | | | | The unix build has been pared down to the minimum hooks required to build ahypnotoad2014-09-152-2/+35
* | | | | | | | | | | | | | | | | Developed an improved bootloader built around TclSetPreInitScript. The new bo...hypnotoad2014-09-122-10/+51
* | | | | | | | | | | | | | | | | Added the tclkit binaries to installhypnotoad2014-09-091-2/+2
* | | | | | | | | | | | | | | | | Created a designated bootloader for Tclkits under windowshypnotoad2014-09-062-340/+344
* | | | | | | | | | | | | | | | | Preliminary checkin for Windows tclkit buildshypnotoad2014-09-063-13/+336