Tcl Source Code

Timeline
Login

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

62 check-ins going from c63d2eba50 to f590914719

2017-04-20
14:47
merge core-8-6-branch check-in: f590914719 user: jan.nijtmans tags: trunk
11:44
Remove unused functions like TclWinSetSockOpt()/Tcl_DStringTrunc() if compiled with -DTCL_NO_DEPRECA... check-in: 4d61bcaef4 user: jan.nijtmans tags: trunk
10:13
Entry for text.n into exclude_refs_map inserted. check-in: 9b324dcab5 user: gcramer tags: trunk
2017-04-18
19:02
merge core-8-6-branch check-in: 0ca94b41a1 user: jan.nijtmans tags: trunk
2017-04-17
12:05
Repair revised tests that failed. check-in: 467717ad27 user: dgp tags: trunk
2017-04-14
09:06
merge core-8-6-branch check-in: 71e6ac46c0 user: jan.nijtmans tags: trunk
2017-04-13
12:20
Translate all \u???? sequences to their UTF-8 counterpart in *.msg files: It is faster during parsin... check-in: a6c8a2df48 user: jan.nijtmans tags: trunk
2017-04-12
13:43
If %llu is considered invalid, it means that "%" TCL_LL_MODIFIER "u" cannot be used Tcl_ObjPrintf(),... check-in: 7f1a6f68a7 user: jan.nijtmans tags: trunk
13:15
Revert recent commit. TIP 237 is clear that %llu is invalid. check-in: 55cb96d9d2 user: dgp tags: trunk
12:33
merge core-8-6-branch check-in: e6b6bedf25 user: jan.nijtmans tags: trunk
09:35
merge core-8-6-branch check-in: 14915702ec user: jan.nijtmans tags: trunk
2017-04-11
15:20
Remove some unnecessary "struct" definitions and some type casts no longer necessary. No functional ... check-in: 1f5acc492f user: jan.nijtmans tags: trunk
11:30
unbreak windows build (by previous commit) check-in: d64f0632a8 user: jan.nijtmans tags: trunk
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
2017-04-09
16:51
Minor style issues through the socket implementation code. check-in: 11fdde797a user: dkf tags: trunk
2017-04-07
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
2017-04-06
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
11:13
If compiled with TCL_NO_DEPRECATED, the functions TclpGetDate/TclpLocaltime/TclpGmtime can be remove... check-in: 637ba41a2b user: jan.nijtmans tags: trunk
2017-04-05
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
09:09
Fix [4b12ccb336]: format/scan %llu doesn't work. Also added... check-in: be99031456 user: jan.nijtmans tags: trunk
2017-04-03
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
2017-03-31
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
09:19
Extend Tcl_DumpActiveMemory() and related functions for handling 64-bit memory. Only effective with ... check-in: d3f3eeca93 user: jan.nijtmans tags: trunk
2017-03-29
19:07
[900cb0284bc] Ensure that masking pseudo-methods used for export management are not introspectable d... check-in: 61147cf575 user: dkf tags: trunk
14:53
Fix [4768eb5c16]: format-8.20 failure. Since "%q" now is a ... check-in: a0d1b8ce65 user: jan.nijtmans tags: trunk
12:19
In comments and documentation, distinguish between __int64 (a Microsoft 64-bit integer type) and int... check-in: 7338748e64 user: jan.nijtmans tags: trunk
2017-03-27
13:02
Improve comment on TCL_WIDE_INT_IS_LONG, making it less misleading. In tclThreadTest.c, allow mainT... check-in: b32a1a3b8d user: jan.nijtmans tags: trunk
2017-03-24
15:52
Supply more C99-compatible (and MSVC) format options: '%p' for pointers, 'z'/'j'/'I' for size_t/intp... check-in: 316d711dac user: jan.nijtmans tags: trunk
09:33
Add TCL_NORETURN attribute to TclpThreadExit() and Tcl_ExitThread() check-in: c1557805a9 user: jan.nijtmans tags: trunk
2017-03-23
16:35
Use portable %p modifier in "generic/tclThreadTest.c", in stead of more complicated TCL_LL_MODIFIER. check-in: 684a6e27ae user: jan.nijtmans tags: trunk
08:42
merge with trunk check-in: 0dcff196ee user: jima tags: trunk
2017-03-22
19:46
New(ish) test interp-14.11 was missing its -cleanup. check-in: c498dac30d user: dgp tags: trunk
2017-03-21
09:01
Addendum to previous commit: If compiled with TCL_NO_DEPRECATED, remove a few more stub entries whic... check-in: 4754095572 user: jan.nijtmans tags: trunk
2017-03-20
10:24
If compiled with TCL_NO_DEPRECATED, remove some more stub entries which are not used any more. check-in: 3651512988 user: jan.nijtmans tags: trunk
2017-03-17
10:57
If Tcl is compiled with -DTCL_NO_DEPRECATED, make sure that iPtr->(resultSpace|appendResult|appendAv... check-in: cb930ecbf1 user: jan.nijtmans tags: trunk
2017-03-16
09:07
Fixes to docs made possible by recent HTML rendering fixes for Tk. check-in: 5cc3f3f090 user: dkf tags: trunk
2017-03-15
15:15
redundant end-of-line spacing check-in: 8672d2a28d user: jan.nijtmans tags: trunk
02:40
Compile [clock clicks], [clock microseconds], [clock milliseconds] and [clock seconds]. check-in: 8095566752 user: kbk tags: trunk
2017-03-14
22:22
Make 'clock' and 'encoding' into compilable ensembles that play with safe interps check-in: b13eeffcd1 user: kbk tags: trunk
2017-03-13
08:38
Eliminate internal use of TclNewBooleanObj()/TclSetBooleanObj()/TclSetIntObj(). Replace Tcl_DbNewBoo... check-in: c77ac77cde user: jan.nijtmans tags: trunk
06:16
Add back missing significant character check-in: 6d8f6fb570 user: dkf tags: trunk
2017-03-12
19:45
Fix error in formatting in info.n check-in: b364092b62 user: fvogel tags: trunk
18:36
Add mappings for groff-style character naming, used in experimental branches of Tk. check-in: 07a9dec40d user: dkf tags: trunk
2017-03-10
17:07
Merge the update of TZ info with trunk. check-in: 99108c6739 user: jima tags: trunk
2017-03-07
18:21
merge core-8-6-branch check-in: 6f9b5e9515 user: sebres tags: trunk
11:08
Fix [e14d152114]: bundled zlib documentation is under a pot... check-in: 9f52002a0a user: jan.nijtmans tags: trunk
09:47
Merge core-8-6-branch check-in: 79d7f1f670 user: jan.nijtmans tags: trunk
2017-03-06
20:10
merge core-8-6-branch check-in: 7e04677d75 user: sebres tags: trunk
2017-03-05
15:05
Fix for Ticket [71c0878b71] + test cases check-in: 154835dcb2 user: avl tags: trunk
2017-02-27
14:53
ParseTokens failed to fully respect its numBytes argument. check-in: f37dff89f9 user: dgp tags: trunk
2017-02-26
15:33
[25842c161f] Ensure that finalization of a zlib stream works. check-in: 6b926caddb user: dkf tags: trunk
2017-02-15
14:04
More internal use of size_t in stead of int, e.g. for epoch's check-in: ff3f6a12a8 user: jan.nijtmans tags: trunk
2017-02-14
14:25
On Windows, Cygwin and 64-bit platforms, no need to handle 'long' in tclLink.c, since its size is eq... check-in: c8465921a7 user: jan.nijtmans tags: trunk
2017-02-08
22:01
TIP #459 feedback from FlightAware: Add package-related pkgIndex.tcl file to "package files" output. check-in: b2b275e72e user: jan.nijtmans tags: trunk
14:32
Shortcut in TclParseNumber(): If obj is a dict or list, don't bother to generate the string represen... check-in: b4792ebcec user: jan.nijtmans tags: trunk
2017-02-07
12:27
Code cleanup (based on feedback from RenĂ© Zaumseil): Only call GetInvalidIntFromObj() when Tcl_GetI... check-in: 74f0e5f884 user: jan.nijtmans tags: trunk
2017-02-06
21:58
cherrypick typo fix. check-in: c897546f83 user: bch tags: trunk
2017-02-03
14:29
Split tclEmptyStringRep declaration over two lines. Otherwise gcc warning. check-in: 39b6cb9531 user: jan.nijtmans tags: trunk
12:27
TIP #459 remaining part of implementation. Makes "package require Tk" give the right (... at least .... check-in: 34d015ad0f user: jan.nijtmans tags: trunk
11:47
In TclGetNumberFromObj() macro (tclExecute.c): Don't fill in type if TCL_ERROR is returned: The call... check-in: 54e59981c7 user: jan.nijtmans tags: trunk
2017-02-01
14:55
Fix [d0f7ba56f0]: INST_EQ first-argument NaN shortcut is to... check-in: c63d2eba50 user: jan.nijtmans tags: trunk