Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Merge core-8-6-branch to trunk, especially the 1.6.0 -> 1.6.1 renumbering ↵ | jan.nijtmans | 2017-09-04 | 1 | -2/+2 | |
|\ | | | | | | | from msgcat | |||||
| * | http state 100 continue handling broken [2a94652ee1] | oehhar | 2017-08-31 | 1 | -2/+2 | |
| |\ | ||||||
* | \ | http state 100 continue handling broken [2a94652ee1] | oehhar | 2017-08-31 | 1 | -2/+2 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | http state 100 continue handling broken [2a94652ee1]bug_2a94652ee1 | oehhar | 2017-08-31 | 1 | -2/+2 | |
| |/ | ||||||
| * | Merge 8.6; update changes. | dgp | 2017-05-09 | 1 | -2/+2 | |
| |\ | ||||||
| * | | Bump msgcat and tcl tests and continue updates to changes. | dgp | 2017-04-12 | 1 | -4/+4 | |
| | | | ||||||
* | | | Merge core-8-6-branch. This removes the work currently being done in ↵ | jan.nijtmans | 2017-06-02 | 1 | -10/+2 | |
|\ \ \ | | |/ | |/| | | | | | | | "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. | |||||
| | | | ||||||
| \ \ | ||||||
*-. \ \ | 3-way merge sebres-trunk-clock-speedup / core-8-6-branch (clock speed-up / ↵ | sebres | 2017-05-29 | 1 | -2/+10 | |
|\ \ \ \ | | | | | | | | | | | | | | | | flightaware Tcl-bounties#4, see RFE [ddc948cff9781daac7ad95a3077b3c1b4f07cf93]) | |||||
| | | \ \ | ||||||
| | | \ \ | ||||||
| | *-. \ \ | reintegrate sebres-8-6-clock-speedup back to sebres-clock-speedup (trunk ↵ | sebres | 2017-05-11 | 1 | -2/+2 | |
| | |\ \ \ \ | | |/ / / / | |/| | | | | | | | | | | clock-speedup, 3-way merge) | |||||
| * | | | | | [interim-merge-commit] back-ported branch sebres-clock-speedup (from trunk ↵ | sebres | 2017-05-10 | 1 | -2/+10 | |
| |\ \ \ \ \ | | |/ / / / | | | | / / | | |_|/ / | |/| | | | to 8.6): tcl-clock functionality rewritten in C. | |||||
| | * | | | [unix] build for *nix fixed, code clean-ups; missing declarations; unused ↵ | sebres | 2017-01-10 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | vars, functions etc; types normalization; | |||||
| | * | | | string index tree for fast greedy search of the string (index) by unique ↵ | sebres | 2017-01-10 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/+4 | |
| | | | | | | | | | | | | | | | | | | | | using "timerate" instead "time" by performance measurement tests (more precise and fixed time, so no switch of factor expected) | |||||
| | | | | | ||||||
| \ \ \ \ | ||||||
*-. \ \ \ \ | TIP #458 implementation: Add Support for epoll() and kqueue() in the Notifier | jan.nijtmans | 2017-05-18 | 1 | -4/+12 | |
|\ \ \ \ \ \ | | |/ / / / | | | | / / | |_|_|/ / |/| | | | | ||||||
| * | | | | Re-base to trunk, and get latest code from here: ↵ | jan.nijtmans | 2017-03-08 | 1 | -4/+12 | |
| | |/ / | |/| | | | | | | | | | | [https://github.com/lalbornoz/tcl/tree/tip458]. Untested. | |||||
* | | | | merge core-8-6-branch | jan.nijtmans | 2017-05-09 | 1 | -2/+2 | |
|\ \ \ \ | |/ / / |/| / / | |/ / | ||||||
| * | | Fix [6ca52aec14e0b33543d3cd9895f060b852ac4dbc|6ca52aec14]: HTTP package: ↵ | jan.nijtmans | 2017-05-09 | 1 | -2/+2 | |
| |/ | | | | | | | | | Memory leak if client requests "Connection: close" but server responses with "Connection: keep-alive" http: 2.8.10 -> 2.8.11 | |||||
* | | (experimental) Upgrade to libtommath 1.0 (actually by merging all changes ↵ | jan.nijtmans | 2016-11-16 | 1 | -1/+5 | |
| | | | | | | | | between libtommath 0.42.0 and 1.0). Still to be tested thourougly, before doing anything with it. | |||||
* | | merge core-8-6-branch (http package version update) | jan.nijtmans | 2016-11-02 | 1 | -2/+2 | |
|\ \ | |/ | ||||||
| * | Update http version number to 2.8.10, due to [838e99a76d] | jan.nijtmans | 2016-11-02 | 1 | -2/+2 | |
| |\ | ||||||
| | * | Update http version number to 2.7.14, due to [838e99a76d] | jan.nijtmans | 2016-11-02 | 1 | -2/+2 | |
| | | | ||||||
| | * | (cherry-pick): Better fix for [7d0db7c388f52de81]: In stead of adding ↵ | jan.nijtmans | 2016-03-29 | 1 | -66/+66 | |
| | | | | | | | | | | | | dependencies to multiple Makefile lines, combine them | |||||
| | * | (cherry-pick): Fix DTRACE_HDR value if tracing is diabled. Follow-up to ↵ | jan.nijtmans | 2016-03-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | [7d0db7c388] | |||||
| | * | (cherry-pick): Fix [7d0db7c388f52de8]: Occasional build failures with ↵ | jan.nijtmans | 2016-03-23 | 1 | -64/+64 | |
| | | | | | | | | | | | | parallel make. Thanks to Jaroslav Škarvada for bug report and fix. | |||||
| * | | (cherry-pick) Merge TIP #447: Execution Time Verbosity Levels in ↵ | jan.nijtmans | 2016-06-02 | 1 | -2/+2 | |
| | | | | | | | | | | | | tcltest::configure. Tcltest 2.3.8 -> 2.4.0. | |||||
| * | | (cherry-pick): Better fix for [7d0db7c388f52de81]: In stead of adding ↵ | jan.nijtmans | 2016-03-29 | 1 | -66/+66 | |
| | | | | | | | | | | | | dependencies to multiple Makefile lines, combine them | |||||
* | | | tcltest 2.3.9 -> 2.4.0 | jan.nijtmans | 2016-06-02 | 1 | -2/+2 | |
| | | | ||||||
* | | | Bump tcltest version to 2.3.9 | gahr | 2016-04-20 | 1 | -2/+2 | |
| | | | ||||||
* | | | Better fix for [7d0db7c388f52de81]: In stead of adding dependencies to ↵ | jan.nijtmans | 2016-03-27 | 1 | -66/+66 | |
| | | | | | | | | | | | | multiple Makefile lines, combine them | |||||
* | | | Some OSX symbols builds create libtcl8.7.dylib.dSYM which is a directory. | dkf | 2016-03-27 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Some OSX symbols builds create libtcl8.6.dylib.dSYM which is a directory. | dkf | 2016-03-27 | 1 | -1/+1 | |
| | | | ||||||
| * | | (cherry-pick): Fix DTRACE_HDR value if tracing is diabled. Follow-up to ↵ | jan.nijtmans | 2016-03-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | [7d0db7c388] | |||||
| * | | (cherry-pick): Fix [7d0db7c388f52de8]: Occasional build failures with ↵ | jan.nijtmans | 2016-03-23 | 1 | -64/+64 | |
| | | | | | | | | | | | | parallel make. Thanks to Jaroslav Škarvada for bug report and fix. | |||||
* | | | Fix DTRACE_HDR value if tracing is diabled. Follow-up to [7d0db7c388] | jan.nijtmans | 2016-03-23 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fix [7d0db7c388f52de8]: Occasional build failures with parallel make. Thanks ↵ | jan.nijtmans | 2016-03-23 | 1 | -64/+64 | |
| | | | | | | | | | | | | to Jaroslav Škarvada for bug report and fix. | |||||
* | | | configure.in -> configure.ac | jan.nijtmans | 2016-03-08 | 1 | -7/+7 | |
|/ / | ||||||
* | | Code-cleanup: CONST -> const, don't use macro's like __REG_CONST and types ↵ | jan.nijtmans | 2015-12-21 | 1 | -1/+1 | |
| | | | | | | | | like re_void any more. No change in functionality. | |||||
* | | Fix --enable-symbols build on Cygwin. Reported by François Vogel | jan.nijtmans | 2015-11-16 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Fix --enable-symbols build on Cygwin. Reported by François Vogel | jan.nijtmans | 2015-11-16 | 1 | -1/+1 | |
| | | ||||||
* | | Fix [219866c1e9]: platform::identify: regexp doesn't match platform -> ↵ | jan.nijtmans | 2015-09-29 | 1 | -2/+2 | |
|\ \ | |/ | | | | | platform 1.0.14 | |||||
| * | proposed fix for [219866c1e9]: platform::identify: regexp doesn't match platformbug_219866c1e9 | jan.nijtmans | 2015-09-25 | 1 | -2/+2 | |
| | | ||||||
* | | [TIP 412] msgcat dynamic locale change and package private locale (msgcat 1.6.0) | oehhar | 2015-06-29 | 1 | -2/+2 | |
|\ \ | ||||||
| * \ | merge trunk | oehhar | 2015-05-31 | 1 | -76/+123 | |
| |\ \ | ||||||
| * | | | TIP#399 implementation: mcconfig may add additional glob pattern for mcload | oehhar | 2012-09-19 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then ↵ | jan.nijtmans | 2015-06-25 | 1 | -8/+0 | |
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | | | | 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 | -9/+0 | |
| | | | | | | | | | | | | | | | | | | 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. | |||||
| * | | `make dist` allowed README-* fossil droppings to leak into the distribution.core_8_5_16core_8_5_16_rc | dgp | 2014-08-25 | 1 | -1/+1 | |
| | | | ||||||
| * | | merge 8.5 | dgp | 2014-08-04 | 1 | -0/+1 | |
| |\ \ | ||||||
| * \ \ | merge 8.5 | dgp | 2014-08-02 | 1 | -2/+2 | |
| |\ \ \ | ||||||
| * \ \ \ | merge 8.5 | dgp | 2014-07-28 | 1 | -1/+2 | |
| |\ \ \ \ |