Tcl Source Code

Timeline
Login

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

50 check-ins occurring around 637ba41a2b7eb978.

2017-04-11
18:07
fix typo- resp. copy-paste-bug (using wrong threadInfo pointer in ConsoleOutputProc, should be write... check-in: 8fb632a498 user: sebres tags: fix-1997007
15:35
merge trunk check-in: 89dd10b608 user: jan.nijtmans tags: novem
15:20
Remove some unnecessary "struct" definitions and some type casts no longer necessary. No functional ... check-in: 1f5acc492f user: jan.nijtmans tags: trunk
14:47
merge novem check-in: c71f16742c user: dgp tags: dgp-properbytearray
14:38
merge novem check-in: f49b65e410 user: dgp tags: dgp-refactor
14:14
merge trunk check-in: 27c5038e96 user: dgp tags: tip-445
11:30
unbreak windows build (by previous commit) check-in: d64f0632a8 user: jan.nijtmans tags: trunk
10:04
merge trunk check-in: 9aa06eddb4 user: jan.nijtmans tags: novem
2017-04-10
16:21
More minor style fixes. check-in: 4809613b1b user: dkf tags: trunk
12:39
Merge Harald's "robust-async-connect-tests" branch. Thanks! check-in: 9f162eb401 user: jan.nijtmans tags: trunk
11:01
Merge "tip-468" branch. Add new function Tcl_OpenTcpClientEx() with same change as Tcl_OpenTcpServer... Leaf check-in: 97a181d1d6 user: jan.nijtmans tags: tip-468-bis
09:35
merge (minor style issues from) trunk check-in: 6ecd17f92a user: jan.nijtmans tags: tip-468
2017-04-09
16:51
Minor style issues through the socket implementation code. check-in: 11fdde797a user: dkf tags: trunk
14:32
TIP 468 implementation from Shannon Noe. check-in: ca6b6fe37e user: dkf tags: tip-468
2017-04-07
15:15
merge trunk check-in: a771bb4f89 user: jan.nijtmans tags: z_modifier
15:11
Minor simplification in tcl.h: For the Tcl_WideAsLong/Tcl_LongAsWide/Tcl_WideAsDouble/Tcl_DoubleAsWi... check-in: ceda176637 user: jan.nijtmans tags: trunk
14:48
Use "0o" in stead of "0" as octal prefix in more places. check-in: c48c3ddc4b user: jan.nijtmans tags: z_modifier
13:46
Merge trunk. Only use hash prefix (0x, 0b, 0 ) if value is not 0, except for %p. check-in: 9997117f12 user: jan.nijtmans tags: z_modifier
2017-04-06
15:27
merge-mark. No changes. check-in: 300f938187 user: jan.nijtmans tags: novem
15:25
Some more (internal) stub entries which can be cleaned up with -DTCL_NO_DEPRECATED, because they are... check-in: d731f72293 user: jan.nijtmans tags: trunk
14:18
merge novem check-in: 71942e2e84 user: dgp tags: dgp-properbytearray
14:02
merge novem check-in: 050e4650a5 user: dgp tags: dgp-refactor
12:47
Merge trunk (no actual modifications). Some 8.6 -> 9.0 version changes which still were forgotten. check-in: 15119413d1 user: jan.nijtmans tags: novem
12:24
merge trunk check-in: 70664e0beb user: jan.nijtmans tags: tip-439, semver
11:53
merge trunk check-in: 6c868716b3 user: dgp tags: tip-445
11:13
If compiled with TCL_NO_DEPRECATED, the functions TclpGetDate/TclpLocaltime/TclpGmtime can be remove... check-in: 637ba41a2b user: jan.nijtmans tags: trunk
08:53
merge trunk check-in: c8c1e2ae5b user: jan.nijtmans tags: tip-439, semver
07:45
merge trunk check-in: 516e61341c user: jan.nijtmans tags: novem
2017-04-05
19:52
the same handling to initialize thread without suspend/resume helpers (otherwise may be dangerous by... check-in: d12acfd04d user: sebres tags: fix-1997007
14:47
Use a random unused port for the dummy http server to avoid conflicts with local services running on... check-in: f5bb1cb2a2 user: max tags: trunk
10:41
fix typo-bug (using wrong thread handle by set priority) check-in: 3ce2af8196 user: sebres tags: fix-1997007
10:40
small review: rewritten using already available event handles, additionally prevents infinite waits ... check-in: 83346ad845 user: sebres tags: fix-1997007
10:40
Contributed by "stanko" as patch within 8bd13f07bde6fb0631f27927e36461fdefe8ca95 Resolves blocking ... check-in: 4a59e2e2ff user: sebres tags: fix-1997007
09:32
Patch for [8bd13f07bd]: Closing tcl pipes prevents windows ... Closed-Leaf check-in: 2ae28488d5 user: jan.nijtmans tags: bug-8bd13f07bd
09:09
Fix [4b12ccb336]: format/scan %llu doesn't work. Also added... check-in: be99031456 user: jan.nijtmans tags: trunk
08:41
Fix [4b12ccb336]: format/scan %llu doesn't work. Also added... check-in: 80252e0aed user: jan.nijtmans tags: core-8-6-branch
2017-04-04
11:13
bug fix for [42202ba1e5ff566e0f9abb9f890e460fbc6c1c5c]: segfault by coro inject rewritten callback f... Closed-Leaf check-in: f700c69f46 user: sebres tags: fix-42202ba1e5ff566e
09:38
Create new branch named "fix-42202ba1e5ff566e" check-in: 57d061f791 user: sebres tags: fix-42202ba1e5ff566e
2017-04-03
16:53
merge 8.6 check-in: 26ac7c14da user: dgp tags: core-8-6-7-rc
13:27
merge zipfs. Various other upstream androwish changes check-in: d9df44e7f7 user: jan.nijtmans tags: androwish
13:21
merge core-8-6-branch check-in: 878ba3e4a5 user: jan.nijtmans tags: zipfs
12:54
Merge core-8-6-branch. Add test-cases showing that the (undocumented) %p format (and also %zd/%td) a... check-in: c3e6a981f3 user: jan.nijtmans tags: trunk
11:53
Code optimization/reduction: If TCL_WIDE_INT_IS_LONG is defined, the variable useWide is always 0, s... check-in: 231e5d408e user: jan.nijtmans tags: core-8-6-branch
2017-03-31
15:18
merge trunk check-in: b803d95d48 user: jan.nijtmans tags: novem
14:44
Since Tcl_AppendPrintfToObj() now understands the %p format, we can use it. Eliminating some interna... check-in: c456624781 user: jan.nijtmans tags: trunk
13:10
a few bug-fixes/typos, improvements in error-messages check-in: 0ae98702db user: jan.nijtmans tags: tip-312
12:30
merge 8.6 check-in: 217439e1f0 user: dgp tags: core-8-6-7-rc
12:08
merge novem check-in: 39100e59c5 user: dgp tags: dgp-properbytearray
12:08
merge novem check-in: 4e45b41e44 user: dgp tags: dgp-refactor
12:08
merge trunk check-in: 35a322bea5 user: dgp tags: tip-445