| Commit message (Expand) | Author | Age | Files | Lines |
* | Rebase to core-8-6-branch (who told that fossil doesn't know how to rebase ....) | jan.nijtmans | 2017-06-14 | 3 | -3/+21 |
|\ |
|
| * | Add support of 0d in the format %# conversion flag. Add tests for same. | griffin | 2017-06-12 | 1 | -0/+4 |
|
|
| * | 0d in LinkVar | griffin | 2017-05-28 | 1 | -2/+2 |
|
|
| * | Implement proposed 0d decimal radix prefix to compliment 0x,0b,0o. | griffin | 2017-05-27 | 1 | -1/+15 |
|
|
| * | [19a8c9399d] Plug mem leak in TIP 459 machinery. | dgp | 2017-05-23 | 1 | -0/+1 |
|
|
| * | Update internal tables to Unicode 10.0. Still in Beta, but to be released soon. | jan.nijtmans | 2017-05-23 | 2 | -894/+6496 |
|
|
| * | merge core-8-6-branch | aspect | 2017-05-19 | 1 | -3/+3 |
| |\ |
|
| * \ | merge core-8-6-branch | jan.nijtmans | 2017-05-09 | 2 | -41/+41 |
| |\ \ |
|
| * \ \ | [6015221f59] Segfault after overflow of [binary] field specifier numeric count. | dgp | 2017-05-05 | 1 | -1/+9 |
| |\ \ \ |
|
| * | | | | Revert the colorful debug garbage mistakenly committed. | dgp | 2017-05-01 | 1 | -8/+2 |
|
|
| * | | | | [f9fe90d0fa] [file join] normalization. See filesystem-1.52* | dgp | 2017-05-01 | 1 | -3/+19 |
| |\ \ \ \ |
|
| * \ \ \ \ | [f34cf83dd0] An optimization was being taken in a case where it produced the ... | dgp | 2017-04-28 | 1 | -0/+7 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | silence uninit variable warnings | dgp | 2017-04-28 | 1 | -1/+1 |
| |\ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | [04e26c02c0] Remove useless condition that raises warnings. | dgp | 2017-04-27 | 1 | -4/+2 |
| |\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ | [50750c735a] Fix broken test and stop reading uninit-but-allocated memory in ... | dkf | 2017-04-27 | 4 | -38/+70 |
| |\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | Remove unused functions like TclWinSetSockOpt()/Tcl_DStringTrunc() if compile... | jan.nijtmans | 2017-04-20 | 3 | -7/+14 |
|
|
| * | | | | | | | | | merge core-8-6-branch | jan.nijtmans | 2017-04-14 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | If %llu is considered invalid, it means that "%" TCL_LL_MODIFIER "u" cannot b... | jan.nijtmans | 2017-04-12 | 2 | -4/+4 |
|
|
| * | | | | | | | | | | Revert recent commit. TIP 237 is clear that %llu is invalid. | dgp | 2017-04-12 | 2 | -22/+13 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ | merge core-8-6-branch | jan.nijtmans | 2017-04-12 | 1 | -1/+31 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | Remove some unnecessary "struct" definitions and some type casts no longer ne... | jan.nijtmans | 2017-04-11 | 14 | -24/+23 |
|
|
| * | | | | | | | | | | | | More minor style fixes. | dkf | 2017-04-10 | 4 | -375/+474 |
|
|
| * | | | | | | | | | | | | Merge Harald's "robust-async-connect-tests" branch. Thanks! | jan.nijtmans | 2017-04-10 | 1 | -0/+85 |
| |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ \ \ \ | merge trunkrobust_async_connect_tests | jan.nijtmans | 2014-07-31 | 12 | -158/+635 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ \ \ \ \ | merge trunk | jan.nijtmans | 2014-07-18 | 19 | -1417/+1610 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | | | Replaced option "-unsupported1" by test command "testsocket debugflags" (than... | oehhar | 2014-07-17 | 1 | -0/+85 |
|
|
| * | | | | | | | | | | | | | | | Minor style issues through the socket implementation code. | dkf | 2017-04-09 | 2 | -22/+45 |
|
|
| * | | | | | | | | | | | | | | | Minor simplification in tcl.h: For the Tcl_WideAsLong/Tcl_LongAsWide/Tcl_Wide... | jan.nijtmans | 2017-04-07 | 1 | -8/+5 |
|
|
| * | | | | | | | | | | | | | | | Some more (internal) stub entries which can be cleaned up with -DTCL_NO_DEPRE... | jan.nijtmans | 2017-04-06 | 1 | -2/+18 |
|
|
| * | | | | | | | | | | | | | | | If compiled with TCL_NO_DEPRECATED, the functions TclpGetDate/TclpLocaltime/T... | jan.nijtmans | 2017-04-06 | 2 | -11/+13 |
|
|
| * | | | | | | | | | | | | | | | Fix [4b12ccb3363e81b132e8dbe12aeec596102be1a8|4b12ccb336]: format/scan %llu d... | jan.nijtmans | 2017-04-05 | 2 | -13/+22 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge core-8-6-branch. | jan.nijtmans | 2017-04-03 | 1 | -6/+27 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | | Since Tcl_AppendPrintfToObj() now understands the %p format, we can use it. E... | jan.nijtmans | 2017-03-31 | 2 | -18/+15 |
|
|
| * | | | | | | | | | | | | | | | | | Extend Tcl_DumpActiveMemory() and related functions for handling 64-bit memor... | jan.nijtmans | 2017-03-31 | 1 | -24/+27 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | [900cb0284bc] Ensure that masking pseudo-methods used for export management a... | dkf | 2017-03-29 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | | | | | | | Tweak to make tests a little clearer.bug_900cb0284bc | dkf | 2017-03-29 | 1 | -1/+1 |
|
|
| | * | | | | | | | | | | | | | | | | | | Correct this use of isWanted to ensure NO_IMPLEMENTATION methods are not list... | aspect | 2017-03-27 | 1 | -0/+1 |
|
|
| * | | | | | | | | | | | | | | | | | | | In comments and documentation, distinguish between __int64 (a Microsoft 64-bi... | jan.nijtmans | 2017-03-29 | 2 | -3/+3 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Improve comment on TCL_WIDE_INT_IS_LONG, making it less misleading. | jan.nijtmans | 2017-03-27 | 2 | -3/+3 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | |_|/ / / / / / / / / / / / / / / / / /
| |/| | | | | | | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | | | | | | Supply more C99-compatible (and MSVC) format options: '%p' for pointers, 'z'/... | jan.nijtmans | 2017-03-24 | 3 | -12/+37 |
|
|
| * | | | | | | | | | | | | | | | | | | | | Add TCL_NORETURN attribute to TclpThreadExit() and Tcl_ExitThread() | jan.nijtmans | 2017-03-24 | 3 | -4/+4 |
|
|
| * | | | | | | | | | | | | | | | | | | | | Use portable %p modifier in "generic/tclThreadTest.c", in stead of more compl... | jan.nijtmans | 2017-03-23 | 1 | -1/+1 |
|
|
| * | | | | | | | | | | | | | | | | | | | | Addendum to previous commit: If compiled with TCL_NO_DEPRECATED, remove a few... | jan.nijtmans | 2017-03-21 | 3 | -0/+16 |
|
|
| * | | | | | | | | | | | | | | | | | | | | If compiled with TCL_NO_DEPRECATED, remove some more stub entries which are n... | jan.nijtmans | 2017-03-20 | 10 | -35/+83 |
|
|
| * | | | | | | | | | | | | | | | | | | | | If Tcl is compiled with -DTCL_NO_DEPRECATED, make sure that iPtr->(resultSpac... | jan.nijtmans | 2017-03-17 | 4 | -1/+40 |
|
|
| * | | | | | | | | | | | | | | | | | | | | redundant end-of-line spacing | jan.nijtmans | 2017-03-15 | 3 | -10/+10 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Compile [clock clicks], [clock microseconds], [clock milliseconds] and [clock... | Kevin B Kenny | 2017-03-15 | 7 | -13/+174 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Make 'clock' and 'encoding' into compilable ensembles that play with safe int... | Kevin B Kenny | 2017-03-14 | 4 | -73/+368 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | | | | | | | | Eliminate internal use of TclNewBooleanObj()/TclSetBooleanObj()/TclSetIntObj(... | jan.nijtmans | 2017-03-13 | 7 | -37/+15 |
|
|
| * | | | | | | | | | | | | | | | | | | | | | | | Merge core-8-6-branch | jan.nijtmans | 2017-03-07 | 2 | -2/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|