| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | | * | | | | | | | [temp-commit]: rewrite scan token map handling | sebres | 2017-01-10 | 3 | -23/+93 |
|
|
| | | * | | | | | | | [temp-commit]: tclClockFmt.c - amend for 2nd try (with cherry picking of tclS... | sebres | 2017-01-10 | 4 | -212/+189 |
|
|
| | | * | | | | | | | [temp-commit]: tclClockFmt.c - 2nd try (with cherry picking of tclSE incompat... | sebres | 2017-01-10 | 4 | -215/+297 |
|
|
| | | * | | | | | | | [temp-commit]: tclClockFmt.c - 1st try | sebres | 2017-01-10 | 9 | -25/+512 |
|
|
| | | * | | | | | | | [temp-commit]: ClockFreeScan back-ported (cherry picked), all tests case pass... | sebres | 2017-01-10 | 6 | -178/+296 |
|
|
| | | * | | | | | | | [temp-commit]: ClockFreeScan ready, test case passed (2 failure because of wr... | sebres | 2017-01-10 | 4 | -201/+37 |
|
|
| | | * | | | | | | | [temp-commit]: ClockFreeScan seems to be ready, test case should be checked | sebres | 2017-01-10 | 2 | -68/+124 |
|
|
| | | * | | | | | | | [temp-commit]: ClockFreeScan almost ready, test-performance cases merged | sebres | 2017-01-10 | 4 | -91/+415 |
|
|
| | | * | | | | | | | [temp-commit]: clock scan with several optimization porting, still not-ready | sebres | 2017-01-10 | 7 | -383/+870 |
|
|
| | | * | | | | | | | 1st try to rewrite clock in C | sebres | 2017-01-10 | 3 | -75/+212 |
|
|
| | | * | | | | | | | Create new branch named "sebres-clock-speedup"sebres_clock_speedup | sebres | 2017-01-10 | 0 | -0/+0 |
|
|
| | * | | | | | | | | add missing compile functionality (TclPreserveByteCode/TclReleaseByteCode bac... | sebres | 2017-05-09 | 1 | -0/+19 |
|
|
| | * | | | | | | | | back-ported branch sebres_trunk_timerate (new command "timerate" for 8.6) | sebres | 2017-05-09 | 7 | -48/+679 |
| | |\ \ \ \ \ \ \ \
| | | | |_|_|_|/ / /
| | | |/| | | | | | |
|
| | | * | | | | | | | timerate: don't calculate threshold by too few iterations, because sometimes ... | sebres | 2017-03-07 | 1 | -0/+7 |
|
|
| | | * | | | | | | | merge trunk | sebres | 2017-03-06 | 110 | -619/+1084 |
| | | |\ \ \ \ \ \ \
| | | | |_|_|/ / / /
| | | |/| | | / / /
| | | | | |_|/ / /
| | | | |/| | | | |
|
| | | * | | | | | | [win] accomplished winTime module using very fast wide clicks, with denominat... | sebres | 2017-02-09 | 2 | -14/+103 |
|
|
| | | * | | | | | | [timerate] bug fix: missing scale conversion by Mac OSX on platform where hig... | sebres | 2017-02-09 | 5 | -48/+238 |
|
|
| | | * | | | | | | resolve warning: enumeration value ‘TMRT_LAST’ not handled in switch (imp... | sebres | 2017-02-09 | 1 | -1/+1 |
| | | | |/ / / /
| | | |/| | | | |
|
| | | * | | | | | [win] load win-registry library also in development environment (uninstalled) | sebres | 2017-01-09 | 1 | -1/+11 |
|
|
| | | * | | | | | missing entry of tclInt.h added | sebres | 2017-01-09 | 1 | -0/+3 |
|
|
| | | * | | | | | New performance measurement routine "timerate" in opposition to "time" the ex... | sebres | 2017-01-09 | 2 | -1/+333 |
|
|
* | | | | | | | | merge core-8-6-branch | sebres | 2017-05-29 | 1 | -19/+18 |
|\ \ \ \ \ \ \ \
| |/ / / / / / / |
|
| * | | | | | | | fixed [a3fb3356b76ec4a853d1b86aadc08675f8bef359]: segfault by sorting of the ... | sebres | 2017-05-29 | 1 | -19/+18 |
|
|
* | | | | | | | | merge core-8-6-branch | jan.nijtmans | 2017-05-29 | 9 | -59/+59 |
|\ \ \ \ \ \ \ \
| |/ / / / / / / |
|
| * | | | | | | | Tcl_UtfToUniChar() -> TclUtfToUniChar() in various places: No change in funct... | jan.nijtmans | 2017-05-29 | 9 | -59/+59 |
|
|
* | | | | | | | | [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. | jan.nijtmans | 2017-05-22 | 2 | -208/+15 |
|\ \ \ \ \ \ \ \
| |/ / / / / / / |
|
| * | | | | | | | autoconf | jan.nijtmans | 2017-05-22 | 1 | -4/+6 |
|
|
| * | | | | | | | If SHLIB_VERSION is specified as empty, don't let the SHLIB filename end with... | jan.nijtmans | 2017-05-22 | 1 | -7/+6 |
|
|
| * | | | | | | | Cherrypick Fix build on OpenBSD. [82701b94c4] missed a couple of bits. | jan.nijtmans | 2017-05-21 | 2 | -2/+6 |
|
|
* | | | | | | | | Fix build on OpenBSD. [82701b94c4] missed a couple of bits. | stu | 2017-05-20 | 2 | -2/+6 |
|
|
* | | | | | | | | merge core-8-6-branch | aspect | 2017-05-19 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \
| |/ / / / / / / |
|
| * | | | | | | | fix build failure with TCL_MEM_DEBUG introduced by [8b717dc06a3e3d49] | aspect | 2017-05-19 | 1 | -3/+3 |
|
|
* | | | | | | | | merge core-8-6-branch | jan.nijtmans | 2017-05-18 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \
| |/ / / / / / / |
|
| * | | | | | | | Fix test-case numbering | jan.nijtmans | 2017-05-18 | 1 | -1/+1 |
|
|
| | | | | | | | | |
| \ \ \ \ \ \ \ | |
*-. \ \ \ \ \ \ \ | TIP #458 implementation: Add Support for epoll() and kqueue() in the Notifier | jan.nijtmans | 2017-05-18 | 8 | -1242/+3100 |
|\ \ \ \ \ \ \ \ \
| | |/ / / / / / / |
|
| | * | | | | | | | autoconf-2.59 | dgp | 2017-05-18 | 1 | -38/+15 |
|
|
| * | | | | | | | | merge trunktip_458 | dgp | 2017-05-04 | 2 | -13/+8 |
| |\ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ | merge trunk | jan.nijtmans | 2017-05-04 | 32 | -576/+965 |
| |\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | Move some variable declarations closer to where they are used. No change in f... | jan.nijtmans | 2017-04-26 | 2 | -17/+6 |
|
|
| * | | | | | | | | | | merge trunk | jan.nijtmans | 2017-04-14 | 110 | -2146/+2897 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ | Merge trunk | jan.nijtmans | 2017-03-24 | 177 | -6882/+7031 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | minor simplification | jan.nijtmans | 2017-03-08 | 1 | -8/+2 |
|
|
| * | | | | | | | | | | | | A few more end-of-line spacings | jan.nijtmans | 2017-03-08 | 1 | -2/+2 |
|
|
| * | | | | | | | | | | | | Fix compile error on Cygwin, and double definition of TclUnixWaitForFile() | jan.nijtmans | 2017-03-08 | 3 | -164/+2 |
|
|
| * | | | | | | | | | | | | Re-base to trunk, and get latest code from here: [https://github.com/lalborno... | jan.nijtmans | 2017-03-08 | 7 | -1081/+3118 |
| |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | Implementation of improved notifier from Lucio Andrés Illanes Albornoz. | dkf | 2016-11-25 | 3 | -56/+800 |
|
|
* | | | | | | | | | | | | | | merge core-8-6-branch | jan.nijtmans | 2017-05-18 | 3 | -75/+29 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | |_|_|_|_|_|/ / / / / / /
| |/| | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | Cherry-pick [http://core.tcl.tk/tclconfig/info/18e79736d236d15d|All the world... | jan.nijtmans | 2017-05-18 | 2 | -37/+14 |
| | |_|_|_|_|_|/ / / / / /
| |/| | | | | | | | | | | |
|