27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
-
+
+
|
- Windows platform needs Windows 7 or Windows Server 2008 R2 or later
## New commands
- `array default`, `array for`
- `chan isbinary`
- `coroinject`, `coroprobe`
- `clock add weekdays`
- `dict getdefault`
- `dict getwithdefault`
- `file tempdir`, `file home`, `file tildeexpand`
- `info commandtype`
- `ledit`
- `lpop`
- `lremove`
- `lseq`
- `package files`
- `string insert`, `string is dict`
- `tcl::process`
- `*::build-info`
- `readFile`, `writeFile`, `foreachLine`
## New command options
- `regsub ... -command ...`
- `lsearch ... -stride ...`
- `clock scan ... -validate ...`
- `socket ... -nodelay ... -keepalive ...`
- `vwait` controlled by several new options
|