Timeline
Not logged in

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

41 check-ins using file win/Makefile.in version c6fb0e2471

2020-03-28
19:25
Add a test for fixed bug. check-in: 15207fec73 user: dgp tags: core-8-6-branch
19:21
[8edfcedfa0] [binary encode base64] build a string instead of a bytearray whenever it might be requi... check-in: 3a67f13d0d user: dgp tags: core-8-6-branch
18:52
Make sure maxlen value does not rely on ordering of options. check-in: 9322e97135 user: dgp tags: core-8-6-branch
18:28
Revise comment that was a plain lie. check-in: 4d4b281b07 user: dgp tags: core-8-6-branch
18:23
Missing error codes from decoder routines. check-in: 176ed79958 user: dgp tags: core-8-6-branch
17:35
Optimize base64 decoder to work on bytearrays without string generation. check-in: 1f2e425956 user: dgp tags: core-8-6-branch
15:35
[ffeb2097af] Restore the standard and original practice of ignoring invalid characters when decoding... check-in: 0382197472 user: dgp tags: core-8-6-branch
2020-03-27
21:52
Further improvement. Report invalid multi-byte characters accurately. check-in: 2174bd1016 user: dgp tags: core-8-6-branch
21:21
Improve error reporting. If codepoint looks negative, bad char is reported as REPLACEMENT CHARACTER,... check-in: a683692024 user: dgp tags: core-8-6-branch
20:58
Fix [767e070d35]: Tcl_GetRange and Tcl_GetUniChar do not validate index inputs. Backported from 8.7 ... check-in: 5b5ff61672 user: jan.nijtmans tags: core-8-6-branch
18:02
Repair bad test labels. check-in: aa639f66c7 user: dgp tags: core-8-6-branch
16:24
Looks like this little hack is no longer necessary on current 32-bit Cygwin. check-in: f0a1d38b79 user: jan.nijtmans tags: core-8-6-branch
12:05
Fix harmless gcc warning, when compiling on Linux check-in: 989fb4fe31 user: jan.nijtmans tags: core-8-6-branch
10:33
Fix [767e070d35]: Tcl_GetRange and Tcl_GetUniChar do not validate index inputs Closed-Leaf check-in: 89f3dff179 user: jan.nijtmans tags: bug-767e070d35
2020-03-25
17:06
Little typo check-in: 8027b8a318 user: jan.nijtmans tags: core-8-6-branch
17:00
Proposed fix for [f583715154]: Fileevent runs in the wrong thread Closed-Leaf check-in: a51405af6e user: jan.nijtmans tags: bug-f583715154
14:48
Follow-up to [a9f61c48906b66f8]: Fill UNIX TclIntPlatDecls stub entry 5 with same entry from win32. ... check-in: 53849dd77b user: jan.nijtmans tags: core-8-6-branch
2020-03-24
13:31
Spurious test-failure on Travis OSX check-in: 1bfdcb8c28 user: jan.nijtmans tags: core-8-6-branch
10:42
MacOS: Make Tcl_MacOSXOpenBundleResources() a macro calling Tcl_MacOSXOpenVersionedBundleResources: ... check-in: f8ce82aaa0 user: jan.nijtmans tags: core-8-6-branch
10:34
Fill UNIX TclIntPlatDecls stub entries 15 up to 19 and 22 with same functions as for win32. Not used... check-in: a9f61c4890 user: jan.nijtmans tags: core-8-6-branch
2020-03-22
21:16
Even more uppercase HEX representations in source-code check-in: ed3245630a user: jan.nijtmans tags: core-8-6-branch
2020-03-18
12:51
More uppercase HEX representations in source-code. check-in: 7d760e228e user: jan.nijtmans tags: core-8-6-branch
2020-03-17
16:35
Merge 8.5. Mainly add Unicode 13 new plane 3 characters to the internal Unicode tables. Not used in ... check-in: 3451446c3c user: jan.nijtmans tags: core-8-6-branch
2020-03-15
22:21
Add one more reserved stub entry, most likely will be Tcl_GetBytesFromObj() in Tcl 8.7. check-in: 46c3d7782c user: jan.nijtmans tags: core-8-6-branch
12:03
Make ourEnviron type (techar **) not (char **), so we need less type-casts. check-in: e4b5318b47 user: jan.nijtmans tags: core-8-6-branch
2020-03-14
22:06
Fix one wrong type-cast (only causing warning, nothing serious) check-in: 71ab22cd55 user: jan.nijtmans tags: core-8-6-branch
21:02
Fix [8f89e2e059aafa1c]: Windows: environment is not reflected properly (special characters). Thanks ... check-in: 8fc411cdb8 user: jan.nijtmans tags: core-8-6-branch
2020-03-13
14:45
Merge 8.6. Code review: Tcl 8.6 doesn't (need to) build with -DUNICODE -D_UNICODE any more, so thin... Closed-Leaf check-in: c4bba1629c user: jan.nijtmans tags: bug-8f89e2e059
13:06
env.test: added test for windows illustrating bug [8f89e2e059] - loss of multi-byte chars in environ... check-in: dcf2c77048 user: sebres tags: bug-8f89e2e059
11:01
reformat assemble-15.* test-cases check-in: df726484dd user: jan.nijtmans tags: core-8-6-branch
2020-03-12
17:37
Renumber tests to account for later releases. check-in: b22da46c1a user: dgp tags: core-8-6-branch
17:29
Add some testing of Tcl_SetByteArrayLength(). check-in: 97b273b489 user: dgp tags: core-8-6-branch
2020-03-06
20:32
Remove SetIndexFromAny(), a useless routine that can only be reached via unsupported shenanigans. check-in: 7f2b0f5d2d user: dgp tags: core-8-6-branch
2020-03-05
14:39
Update to Unicode-13 check-in: 341689c2ff user: jan.nijtmans tags: core-8-6-branch
11:32
Move setting of interpreter error-message from tclUnixSock.c to tclIO.c, since the same should be do... check-in: a685ea6f1f user: jan.nijtmans tags: core-8-6-branch
2020-03-04
20:50
The close routines of the "tcp" channel type were failing to record error messages and error codes. check-in: 358306a81b user: dgp tags: core-8-6-branch
16:16
Some more gcc(-9) warnings check-in: 05722b9512 user: jan.nijtmans tags: core-8-6-branch
15:52
Fix some gcc(-9) warnings caused by -Wcast-function-type check-in: e1d75d2c24 user: jan.nijtmans tags: core-8-6-branch
13:42
Implement WideSeekProc() for all channels which have a SeekProc(). Implement Close2Proc() for all ch... check-in: 3a5bf9c4ee user: jan.nijtmans tags: core-8-6-branch
2020-02-26
13:45
Resolve a number of shadowed variables (discovered by compiling with -Wshadow) check-in: da6af8065b user: jan.nijtmans tags: core-8-6-branch
07:58
Make tclWinDde.c compilable with C++ compiler. dde -> 1.4.3 Make tclWinReg.c compilable with C++ com... check-in: cc5c355ced user: jan.nijtmans tags: core-8-6-branch