Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
72 check-ins using file win/tclWinSock.c version a4bffa6490
|
2020-04-30
| ||
| 14:16 | Backout the quick-fix workaround in Tcl_NumUtfChars as a way to monitor progress on this issue. check-in: b8aafb8d10 user: dgp tags: bug-ed29806baf | |
| 14:14 | merge 8.6 check-in: 33fbfaaebd user: dgp tags: bug-ed29806baf | |
| 13:59 | merge 8.5 check-in: 004eadf9f4 user: dgp tags: core-8-6-branch | |
| 13:45 | Merge 8.5 check-in: 2d21c2bed7 user: jan.nijtmans tags: core-8-6-branch | |
| 12:09 | Partial fix for [ed29806ba]: Tcl_UtfToUniChar reads more than TCL_UTF_MAX bytes. check-in: 98f5334275 user: jan.nijtmans tags: core-8-6-branch | |
| 10:44 | Merge 8.5 check-in: d5d54fd7a7 user: jan.nijtmans tags: core-8-6-branch | |
| 10:10 | Merge 8.5 check-in: 6dbd91b40a user: jan.nijtmans tags: core-8-6-branch | |
|
2020-04-29
| ||
| 22:08 | Merge 8.5. Mark test knownBug while it fails on builds of this branch. check-in: d0f0882994 user: dgp tags: core-8-6-branch | |
| 20:50 | Merge-mark 8.5 check-in: 2a296e9556 user: jan.nijtmans tags: core-8-6-branch | |
| 19:00 | Add UNICODE_OUT_OF_RANGE() calls to UCS4ToTitle() and friends. Backported from 8.7. This fixes [6963... check-in: 8daf5a10dd user: jan.nijtmans tags: core-8-6-branch | |
|
2020-04-28
| ||
| 21:28 | merge 8.5 check-in: 94627889fc user: dgp tags: core-8-6-branch | |
| 21:15 | Merge 8.5 check-in: 536cc3e560 user: jan.nijtmans tags: core-8-6-branch | |
| 20:44 | merge 8.5 check-in: 67a589b1e3 user: dgp tags: core-8-6-branch | |
| 19:45 | merge 8.5 check-in: 7c1d6e23c4 user: dgp tags: core-8-6-branch | |
| 19:20 | merge 8.5 check-in: f12cf25524 user: dgp tags: core-8-6-branch | |
| 07:17 | Merge 8.5 check-in: 5022b35087 user: jan.nijtmans tags: core-8-6-branch | |
|
2020-04-27
| ||
| 19:25 | Merge 8.5; mark failing tests as knownBug. check-in: 59aa89517e user: dgp tags: core-8-6-branch | |
| 19:06 | Create branch to contain efforts at solving ticket [ed29806baf]. check-in: 87ba353929 user: dgp tags: bug-ed29806baf | |
| 17:41 | merge 8.5 check-in: c806f699f4 user: dgp tags: core-8-6-branch | |
| 15:41 | merge 8.5 check-in: 27c7dcbdf6 user: dgp tags: core-8-6-branch | |
| 15:28 | merge 8.5 check-in: 56d432ea2a user: dgp tags: core-8-6-branch | |
| 13:29 | merge 8.5 check-in: 6f1a294415 user: dgp tags: core-8-6-branch | |
| 12:42 | merge 8.5 check-in: 5a63fadece user: dgp tags: core-8-6-branch | |
| 12:33 | merge 8.5 check-in: 04a66eeae6 user: dgp tags: core-8-6-branch | |
| 12:29 | [45ca2338cd] Revise the [string to*] machinery for custom builds. check-in: 6172611cc2 user: dgp tags: core-8-6-branch | |
| 12:26 | Use lossless internal routines to cover extended characters. Closed-Leaf check-in: ef84b2a306 user: dgp tags: bug-45ca2338cd | |
| 03:03 | Still more tests check-in: df9dcce37e user: dgp tags: bug-45ca2338cd | |
| 02:43 | More tests showing more bugs. check-in: 8a4e91ed52 user: dgp tags: bug-45ca2338cd | |
| 01:29 | Possible fix for [string to*] writing out a high surrogate at end of string. check-in: cd98f1d62d user: dgp tags: bug-45ca2338cd | |
|
2020-04-26
| ||
| 22:13 | merge 8.5 check-in: b680f44180 user: dgp tags: core-8-6-branch | |
| 21:29 | merge 8.5 check-in: 4d45240fd7 user: dgp tags: core-8-6-branch | |
| 21:12 | merge 8.5 check-in: eb506a92f0 user: dgp tags: core-8-6-branch | |
| 21:02 | merge 8.5 check-in: eeff8f6f3d user: dgp tags: core-8-6-branch | |
| 20:27 | merge 8.5 check-in: 723a47f0c4 user: dgp tags: core-8-6-branch | |
| 13:25 | Remove the function Tcl_UniCharAtIndex() completely from the core. Meant as a demonstration for tick... Leaf check-in: 90be2283d0 user: jan.nijtmans tags: bug-f45d0dc1a7 | |
| 12:56 | Add 6 "ucs2" markers. The first 4 of them are not bugs: They show that Tcl_UtfComplete() cannot be u... check-in: fffe3a0a24 user: jan.nijtmans tags: core-8-6-branch | |
|
2020-04-25
| ||
| 23:19 | Undo last change in regc_lex.c: It doesn't do the expected thing when TCL_UTF_MAX>3. More work neede... check-in: a9933d1757 user: jan.nijtmans tags: core-8-6-branch | |
| 22:16 | encoding-12.6 only works for "ucs2" for now. Don't use (deprecated) INLINE and CONST check-in: aaeafee98b user: jan.nijtmans tags: core-8-6-branch | |
| 17:03 | dup test name check-in: b790da05d0 user: dgp tags: core-8-6-branch | |
| 16:46 | Bring forward a collection of missing tests. check-in: 1ac2e45ae2 user: dgp tags: core-8-6-branch | |
| 16:26 | Cherrypick [d2143c14c1]: Eliminate the -bytestring option of [testutfnext]. No caller needs anything... check-in: 6535ed4a59 user: dgp tags: core-8-6-branch | |
| 16:04 | Close utf-next-regressions check-in: aea91e2e26 user: dgp tags: core-8-6-branch | |
| 15:31 | close dgp-alternative check-in: cea4a97269 user: dgp tags: core-8-6-branch | |
| 14:37 | merge 8.6 Closed-Leaf check-in: 2e6bf5602d user: dgp tags: dgp-alternative | |
| 14:06 | Merge another step. Four failing tests, but all understood now. check-in: 891998053b user: dgp tags: dgp-alternative | |
|
2020-04-24
| ||
| 22:42 | Found problem with utf-6.125/6.126: argument -bytestring was missing in test check-in: ff0c3945a9 user: jan.nijtmans tags: core-8-6-branch | |
| 22:40 | Quickfix to Tcl_NumUtfChars(). Barely used in Tcl core. Still needs a better look. Mark two new test... check-in: 1c7c61d459 user: jan.nijtmans tags: core-8-6-branch | |
| 22:02 | WIP merging more from 8.6; little separation left. check-in: e3ecb07199 user: dgp tags: dgp-alternative | |
| 21:54 | WIP merging 8.6. check-in: c18876475f user: dgp tags: dgp-alternative | |
| 21:03 | Backout [ 649f53b9f4]: This was not meant for 8.6 check-in: dbc7cfdf88 user: jan.nijtmans tags: core-8-6-branch | |
| 21:01 | Merge 8.5 (but this time correct) check-in: 38dbfc8a67 user: jan.nijtmans tags: core-8-6-branch | |
| 20:54 | merge 8.5 check-in: 649f53b9f4 user: dgp tags: core-8-6-branch | |
| 20:51 | Merge 8.5. Failing tests need examination and adjustment. check-in: 12254b0693 user: dgp tags: core-8-6-branch | |
| 20:21 | Merge from 8.5. Failing tests encoding-12.6, reg-13.3[34] appear to be real failures reporting firs... check-in: d9384dfa5c user: dgp tags: core-8-6-branch | |
| 13:15 | Merge 8.5. Fix regression in Tcl_UtfComplete(), actually already present for longer time but masked ... check-in: 8cf6bd3ab7 user: jan.nijtmans tags: core-8-6-branch | |
|
2020-04-23
| ||
| 20:22 | Demonstrate that the failing tests on the 8.6 branch tip can equally well be solved by backing out t... check-in: 2c7b1e958d user: dgp tags: dgp-alternative | |
| 19:14 | Revert change in ParseLexeme() too Closed-Leaf check-in: 6bbaeb00a3 user: jan.nijtmans tags: utf-next-regresions | |
| 19:07 | Fix regression in Tcl_NumUtfChars, caused by this commit: [6596c4af31e29b5d]. Expectations of failin... check-in: 3fd0be11ba user: jan.nijtmans tags: utf-next-regresions | |
| 13:53 | Fix TclUtfNext() macro. Use it in tclTest.c, so such a mistake can be detected next time. check-in: dfe11ec0ed user: jan.nijtmans tags: core-8-6-branch | |
| 12:19 | Testcase cleanup check-in: 9a2828b04c user: jan.nijtmans tags: core-8-6-branch | |
| 11:31 | Fix [27944a3661]: Taming test utf-6.88 Fix [c11e0c5ce4]: Regression in Tcl_UtfCharComplete Fix [1b1f... check-in: 5c322bbd51 user: jan.nijtmans tags: core-8-6-branch | |
|
2020-04-22
| ||
| 22:13 | (cherry-pick): Update documentation of Tcl_UtfPrev/Tcl_UtfNext back to how it was. Will be updated l... check-in: dabf4dd28a user: jan.nijtmans tags: core-8-6-branch | |
| 14:49 | Merge 8.6 Closed-Leaf check-in: 43178b7bb4 user: jan.nijtmans tags: bug-c11e0c5ce4 | |
| 14:11 | Possible fix for [e67618079]: Win rdp forwarded serial port: setting -sysbuffer gives "can't setup c... Leaf check-in: 8b444e9115 user: jan.nijtmans tags: bug-e67618079 | |
| 10:29 | Merge 8.5 check-in: 6830879637 user: jan.nijtmans tags: core-8-6-branch | |
| 07:41 | Merge 8.5 check-in: 57148adcab user: jan.nijtmans tags: core-8-6-branch | |
|
2020-04-21
| ||
| 07:03 | Add more test-cases for TCL_UTF_MAX>3 check-in: 12d578a6ad user: jan.nijtmans tags: bug-c11e0c5ce4 | |
|
2020-04-20
| ||
| 15:20 | Proposed fix for [c11e0c5ce4]: Regression in Tcl_UtfCharComplete. check-in: 21362ee023 user: jan.nijtmans tags: bug-c11e0c5ce4 | |
| 11:56 | (cherry-pick): Proposed fix for [27944a3661]: Taming test utf-6.88. check-in: c0d6e94d4e user: jan.nijtmans tags: bug-c11e0c5ce4 | |
| 11:30 | Code cleanup (more typecasts), making it more compatible with -Wc++-compat. Less use of /* ARGUSED *... check-in: 6e3b6a611f user: jan.nijtmans tags: core-8-6-branch | |
|
2020-04-17
| ||
| 13:32 | Merge-mark check-in: dcd84c8c3e user: jan.nijtmans tags: core-8-6-branch | |
| 13:09 | Merge-mark 8.5. Remove some ARGSUSED usage. check-in: afe11ea5cc user: jan.nijtmans tags: core-8-6-branch | |