Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Merge core-8-6-branch. This removes the work currently being done in ↵ | jan.nijtmans | 2017-06-02 | 1 | -2/+0 | |
|\ | | | | | | | | | "sebres-8-6-clock-speedup-cr1" branch, but that will be merged again as soon as the work is done. All other changes in "trunk" since then (e.g. the INST_STR_CONCAT1 performance improvement, and the removal of SunOS-4) are retained. | |||||
| \ | ||||||
| \ | ||||||
*-. \ | reintegrate sebres-8-6-clock-speedup back to sebres-clock-speedup (trunk ↵ | sebres | 2017-05-11 | 1 | -0/+1 | |
|\ \ \ | | | | | | | | | | | | | clock-speedup, 3-way merge) | |||||
| | * \ | merge core-8-6-branch | jan.nijtmans | 2017-04-20 | 1 | -0/+1 | |
| | |\ \ | | | |/ | ||||||
| * | | | [interim-merge-commit] back-ported branch sebres-clock-speedup (from trunk ↵ | sebres | 2017-05-10 | 1 | -1242/+1244 | |
| |\ \ \ | |/ / / |/| | / | | |/ | |/| | to 8.6): tcl-clock functionality rewritten in C. | |||||
* | | | Merge remote-tracking branch 'remotes/fossil/trunk' into ↵ | sebres | 2017-01-10 | 1 | -3/+1 | |
| | | | | | | | | | | | | sb/trunk-rewrite-clock-in-c; + minor fixes after merge. | |||||
* | | | string index tree for fast greedy search of the string (index) by unique ↵ | sebres | 2017-01-10 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | string prefix as key; clock scan rewritten to use string index tries search; | |||||
* | | | [temp-commit]: tclClockFmt.c - 1st try | sebres | 2017-01-10 | 1 | -0/+1 | |
| | | | | | | | | | | | | using "timerate" instead "time" by performance measurement tests (more precise and fixed time, so no switch of factor expected) | |||||
* | | | [temp-commit]: clock scan with several optimization porting, still not-ready | sebres | 2017-01-10 | 1 | -1/+3 | |
| |/ |/| | ||||||
* | | compatability -> compatibility | jan.nijtmans | 2016-12-01 | 1 | -2/+2 | |
|\ \ | ||||||
* \ \ | Merge trunk. Re-generate tclTomMath.h. Use faster exponentiation-function ↵ | jan.nijtmans | 2016-11-17 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | | | | | from libtommath 1.0 (in tclExecute.c). | |||||
| * | | | Remove subdirectories of "libtommath", and various individual related files, ↵ | jan.nijtmans | 2016-11-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | not taking any part in the Tcl build. Makes the Tcl distribution smaller without sacrificing anything. And remove the TCL_TOMMATH define, which was never used for anything. | |||||
* | | | | (experimental) Upgrade to libtommath 1.0 (actually by merging all changes ↵ | jan.nijtmans | 2016-11-16 | 1 | -0/+1 | |
|/ / / | | | | | | | | | | between libtommath 0.42.0 and 1.0). Still to be tested thourougly, before doing anything with it. | |||||
| | * | Add flag TCL_CC_SEARCH_FLAGS to tclConfig.sh on Windows, just as it exists ↵ | jan.nijtmans | 2017-04-20 | 1 | -0/+1 | |
| |/ | | | | | | | on unix, even though it should just be empty: TEA extensions might depend on it. | |||||
| * | compatability -> compatibility | jan.nijtmans | 2016-12-01 | 1 | -2/+2 | |
| |\ |/ / | ||||||
| * | compatability -> compatibility | jan.nijtmans | 2016-12-01 | 1 | -2/+2 | |
| | | ||||||
* | | Set the default topic, enable full-text search, and put all help output ↵ | Joe Mistachkin | 2016-08-10 | 1 | -2/+4 | |
| | | | | | | | | files under OUT_DIR. | |||||
* | | Fix the 'htmlhelp' target so that it compiles cleanly and includes all the ↵ | Joe Mistachkin | 2016-08-09 | 1 | -7/+7 | |
| | | | | | | | | appropriate HTML files. | |||||
* | | Make tclreg13.dll work in any Unicode environment (either with 32-bit or ↵ | jan.nijtmans | 2016-05-13 | 1 | -2/+2 | |
| | | | | | | | | 64-bit characters). Adopted from Androwish. Thanks to Christian Werner. version -> 1.3.2 | |||||
* | | On cygwin, install libtcl8.6.dll.a in the {prefix}/lib directory. On win32, ↵ | jan.nijtmans | 2015-11-26 | 1 | -4/+0 | |
|\ \ | |/ | | | | | don't create empty {prefix}/lib/tcl8/8.2 and {prefix}/lib/tcl8/8.3 directories any more during installing. | |||||
| * | On cygwin, install libtcl8.5.dll.a in the {prefix}/lib directory. | jan.nijtmans | 2015-11-26 | 1 | -4/+0 | |
| | | | | | | On win32, don't create empty {prefix}/lib/tcl8/8.2 and {prefix}/lib/tcl8/8.3 directories any more during installing. | |||||
* | | Fix [b42a851475]: file normalize ~user returns wrong directory on Windows | jan.nijtmans | 2015-10-06 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
* | | Removed "ucrt" as configureable option: If building with VC2014, it's the ↵ | jan.nijtmans | 2015-08-25 | 1 | -15/+4 | |
|\ \ | |/ | | | | | recommended way to build Tcl. | |||||
| * | Removed "ucrt" as configureable option: If building with VC2014, it's the ↵ | jan.nijtmans | 2015-08-25 | 1 | -15/+4 | |
| | | | | | | | | recommended way to build Tcl. | |||||
* | | Fix [00189c4afcb9e2586301d711f71383e48817a72d|00189c4afc]: Allow semi-static ↵ | jan.nijtmans | 2015-08-19 | 1 | -2/+20 | |
|\ \ | |/ | | | | | UCRT build on Windows with VC 14.0 | |||||
| * | Fix [00189c4afcb9e2586301d711f71383e48817a72d|00189c4afc]: Allow semi-static ↵ | jan.nijtmans | 2015-08-19 | 1 | -2/+20 | |
| | | | | | | | | UCRT build on Windows with VC 14.0 | |||||
* | | Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then ↵ | jan.nijtmans | 2015-06-25 | 1 | -1236/+1236 | |
|\ \ | |/ | | | | | | | | | translate some windows-specific files to UTF-8 too. Solution: commit those files with CRLF line-ending, which eliminates the need for eolFix altgether. See als: [495120] for the reason why eolFix was introduced in the first place. No longer needed with fossil. | |||||
| * | Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then ↵ | jan.nijtmans | 2015-06-25 | 1 | -1137/+1137 | |
| | | | | | | | | | | | | translate some windows-specific files to UTF-8 too. Solution: commit those files with CRLF line-ending, which eliminates the need for eolFix altgether. See als: [495120] for the reason why eolFix was introduced in the first place. No longer needed with fossil. | |||||
* | | Registry extension 1.3.0 -> 1.3.1: SendMessageTimeoutA -> ↵ | jan.nijtmans | 2015-06-23 | 1 | -2/+2 | |
| | | | | | | | | SendMessageTimeout, so make sure only win32 UNICODE API is used. | |||||
* | | merge trunk | dkf | 2014-02-03 | 1 | -1/+1 | |
|\ \ | ||||||
| * \ | Fix [22c10c8e79]: core-8-5: msvc6 build: "Side by Side" error | jan.nijtmans | 2014-01-30 | 1 | -1/+1 | |
| |\ \ | | |/ | ||||||
| | * | Fix [22c10c8e79]: core-8-5: msvc6 build: "Side by Side" error | jan.nijtmans | 2014-01-30 | 1 | -1/+1 | |
| | | | ||||||
* | | | merge trunk | dkf | 2014-01-09 | 1 | -2/+10 | |
|\ \ \ | |/ / | ||||||
| * | | Modify makefile.vc for Windows 8.1 support | jan.nijtmans | 2013-11-21 | 1 | -1/+9 | |
| |\ \ | | |/ | ||||||
| | * | Modify makefile.vc for Windows 8.1 support | jan.nijtmans | 2013-11-21 | 1 | -1/+9 | |
| | | | ||||||
| * | | When compiling with MSVC++, no longer link the stub library with msvcrt??.dll. | jan.nijtmans | 2013-10-03 | 1 | -1/+1 | |
| |\ \ | | |/ | | | | This way, workarounds in extensions like [http://core.tcl.tk/itcl/info/a961f0729c] are no longer necessary. | |||||
| | * | When compiling with MSVC++, no longer link the stub library with msvcrt??.dll. | jan.nijtmans | 2013-10-03 | 1 | -1/+1 | |
| | | | | | | | | | This way, workarounds in extensions like [http://core.tcl.tk/itcl/info/a961f0729c] are no longer necessary. | |||||
| | * | Only build the threaded builds by default. | jan.nijtmans | 2012-08-15 | 1 | -49/+104 | |
| | | | | | | | | | Backport some improvements from Tcl 8.6 | |||||
* | | | merge trunk | dkf | 2013-07-07 | 1 | -4/+0 | |
|\ \ \ | |/ / | ||||||
| * | | Remove TclInitStubTable() function (but keep it in the "initsubsystems" branch). | jan.nijtmans | 2013-06-25 | 1 | -4/+0 | |
| | | | ||||||
* | | | merge trunk | dkf | 2013-06-19 | 1 | -0/+4 | |
|\ \ \ | |/ / | ||||||
| * | | split off TclInitStubTable() as separate function - which does the actual ↵ | jan.nijtmans | 2013-06-16 | 1 | -0/+4 | |
| | | | | | | | | | | | | stub table initialization - previously part of Tcl_InitStubs(). | |||||
* | | | Move the disassembler to its own file. | dkf | 2013-06-11 | 1 | -1/+6 | |
|/ / | ||||||
* | | More cleaning up; factor out optimizer to new file. Some weird problems still. | dkf | 2013-06-05 | 1 | -0/+1 | |
| | | ||||||
* | | Split tclCompCmds.c into two roughly-equal-sized pieces. | dkf | 2013-05-18 | 1 | -0/+1 | |
| | | ||||||
* | | Dde version number to 1.4.0, ready for Tcl 8.6.0rc1 | jan.nijtmans | 2012-10-31 | 1 | -2/+2 | |
| | | ||||||
* | | merge trunkfrq_3527238 | jan.nijtmans | 2012-09-19 | 1 | -2/+2 | |
|\ \ | | | | | | | <p>change dde version to 1.4.0b2 | |||||
* \ \ | merge trunk | jan.nijtmans | 2012-08-02 | 1 | -43/+52 | |
|\ \ \ | |/ / | ||||||
| * | | [Frq 3544967] Missing objectfiles in static lib | jan.nijtmans | 2012-07-31 | 1 | -22/+32 | |
| |\ \ | ||||||
| | * | | same fore Makefile.infrq_3544967 | jan.nijtmans | 2012-07-18 | 1 | -20/+25 | |
| | | | | ||||||
| | * | | FRQ-3544967: Missing objectfiles in static lib | jan.nijtmans | 2012-07-18 | 1 | -4/+10 | |
| | | | |