summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* Make mp_get_long and mp_set_long available to tommath-enabled Tcl ↵jan.nijtmans2017-09-131-2/+10
| | | | extensions. Deprecate the internal TclBNInitBignumFrom* functions, in favor of the official tommath functions with the same purpose.
* Add some more functions from libtommath for availability within Tcl (mainly ↵jan.nijtmans2017-09-081-2/+14
| | | | the 'long long' variants). Add more 'const' keywords there too.
* Merge core-8-6-branch to trunk, especially the 1.6.0 -> 1.6.1 renumbering ↵jan.nijtmans2017-09-041-2/+2
|\ | | | | | | from msgcat
| * http state 100 continue handling broken [2a94652ee1]oehhar2017-08-311-2/+2
| |\
* | \ http state 100 continue handling broken [2a94652ee1]oehhar2017-08-311-2/+2
|\ \ \ | | |/ | |/|
| * | http state 100 continue handling broken [2a94652ee1]bug_2a94652ee1oehhar2017-08-311-2/+2
| |/
| * Merge 8.6; update changes.dgp2017-05-091-2/+2
| |\
| * | Bump msgcat and tcl tests and continue updates to changes.dgp2017-04-121-4/+4
| | |
* | | Merge core-8-6-branch. This removes the work currently being done in ↵jan.nijtmans2017-06-021-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 / ↵sebres2017-05-291-2/+10
|\ \ \ \ | | | | | | | | | | | | | | | flightaware Tcl-bounties#4, see RFE [ddc948cff9781daac7ad95a3077b3c1b4f07cf93])
| | | \ \
| | | \ \
| | *-. \ \ reintegrate sebres-8-6-clock-speedup back to sebres-clock-speedup (trunk ↵sebres2017-05-111-2/+2
| | |\ \ \ \ | | |/ / / / | |/| | | | | | | | | | clock-speedup, 3-way merge)
| * | | | | [interim-merge-commit] back-ported branch sebres-clock-speedup (from trunk ↵sebres2017-05-101-2/+10
| |\ \ \ \ \ | | |/ / / / | | | | / / | | |_|/ / | |/| | | to 8.6): tcl-clock functionality rewritten in C.
| | * | | [unix] build for *nix fixed, code clean-ups; missing declarations; unused ↵sebres2017-01-101-2/+2
| | | | | | | | | | | | | | | | | | | | vars, functions etc; types normalization;
| | * | | string index tree for fast greedy search of the string (index) by unique ↵sebres2017-01-101-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | string prefix as key; clock scan rewritten to use string index tries search;
| | * | | [temp-commit]: tclClockFmt.c - 1st trysebres2017-01-101-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 Notifierjan.nijtmans2017-05-181-4/+12
|\ \ \ \ \ \ | | |/ / / / | | | | / / | |_|_|/ / |/| | | |
| * | | | Re-base to trunk, and get latest code from here: ↵jan.nijtmans2017-03-081-4/+12
| | |/ / | |/| | | | | | | | | | [https://github.com/lalbornoz/tcl/tree/tip458]. Untested.
* | | | merge core-8-6-branchjan.nijtmans2017-05-091-2/+2
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Fix [6ca52aec14e0b33543d3cd9895f060b852ac4dbc|6ca52aec14]: HTTP package: ↵jan.nijtmans2017-05-091-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.nijtmans2016-11-161-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.nijtmans2016-11-021-2/+2
|\ \ | |/
| * Update http version number to 2.8.10, due to [838e99a76d]jan.nijtmans2016-11-021-2/+2
| |\
| | * Update http version number to 2.7.14, due to [838e99a76d]jan.nijtmans2016-11-021-2/+2
| | |
| | * (cherry-pick): Better fix for [7d0db7c388f52de81]: In stead of adding ↵jan.nijtmans2016-03-291-66/+66
| | | | | | | | | | | | dependencies to multiple Makefile lines, combine them
| | * (cherry-pick): Fix DTRACE_HDR value if tracing is diabled. Follow-up to ↵jan.nijtmans2016-03-231-1/+1
| | | | | | | | | | | | [7d0db7c388]
| | * (cherry-pick): Fix [7d0db7c388f52de8]: Occasional build failures with ↵jan.nijtmans2016-03-231-64/+64
| | | | | | | | | | | | parallel make. Thanks to Jaroslav Škarvada for bug report and fix.
| * | (cherry-pick) Merge TIP #447: Execution Time Verbosity Levels in ↵jan.nijtmans2016-06-021-2/+2
| | | | | | | | | | | | tcltest::configure. Tcltest 2.3.8 -> 2.4.0.
| * | (cherry-pick): Better fix for [7d0db7c388f52de81]: In stead of adding ↵jan.nijtmans2016-03-291-66/+66
| | | | | | | | | | | | dependencies to multiple Makefile lines, combine them
* | | tcltest 2.3.9 -> 2.4.0jan.nijtmans2016-06-021-2/+2
| | |
* | | Bump tcltest version to 2.3.9gahr2016-04-201-2/+2
| | |
* | | Better fix for [7d0db7c388f52de81]: In stead of adding dependencies to ↵jan.nijtmans2016-03-271-66/+66
| | | | | | | | | | | | multiple Makefile lines, combine them
* | | Some OSX symbols builds create libtcl8.7.dylib.dSYM which is a directory.dkf2016-03-271-1/+1
|\ \ \ | |/ /
| * | Some OSX symbols builds create libtcl8.6.dylib.dSYM which is a directory.dkf2016-03-271-1/+1
| | |
| * | (cherry-pick): Fix DTRACE_HDR value if tracing is diabled. Follow-up to ↵jan.nijtmans2016-03-231-1/+1
| | | | | | | | | | | | [7d0db7c388]
| * | (cherry-pick): Fix [7d0db7c388f52de8]: Occasional build failures with ↵jan.nijtmans2016-03-231-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.nijtmans2016-03-231-1/+1
| | |
* | | Fix [7d0db7c388f52de8]: Occasional build failures with parallel make. Thanks ↵jan.nijtmans2016-03-231-64/+64
| | | | | | | | | | | | to Jaroslav Škarvada for bug report and fix.
* | | configure.in -> configure.acjan.nijtmans2016-03-081-7/+7
|/ /
* | Code-cleanup: CONST -> const, don't use macro's like __REG_CONST and types ↵jan.nijtmans2015-12-211-1/+1
| | | | | | | | like re_void any more. No change in functionality.
* | Fix --enable-symbols build on Cygwin. Reported by François Vogeljan.nijtmans2015-11-161-1/+1
|\ \ | |/
| * Fix --enable-symbols build on Cygwin. Reported by François Vogeljan.nijtmans2015-11-161-1/+1
| |
* | Fix [219866c1e9]: platform::identify: regexp doesn't match platform -> ↵jan.nijtmans2015-09-291-2/+2
|\ \ | |/ | | | | platform 1.0.14
| * proposed fix for [219866c1e9]: platform::identify: regexp doesn't match platformbug_219866c1e9jan.nijtmans2015-09-251-2/+2
| |
* | [TIP 412] msgcat dynamic locale change and package private locale (msgcat 1.6.0)oehhar2015-06-291-2/+2
|\ \
| * \ merge trunkoehhar2015-05-311-76/+123
| |\ \
| * | | TIP#399 implementation: mcconfig may add additional glob pattern for mcloadoehhar2012-09-191-2/+2
| | | |
* | | | Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then ↵jan.nijtmans2015-06-251-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.nijtmans2015-06-251-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_rcdgp2014-08-251-1/+1
| | |
| * | merge 8.5dgp2014-08-041-0/+1
| |\ \