summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Make mp_get_long and mp_set_long available to tommath-enabled Tcl extensions....jan.nijtmans2017-09-131-2/+10
* Add some more functions from libtommath for availability within Tcl (mainly t...jan.nijtmans2017-09-081-2/+14
* Merge core-8-6-branch to trunk, especially the 1.6.0 -> 1.6.1 renumbering fro...jan.nijtmans2017-09-041-2/+2
|\
| * 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 "sebres-...jan.nijtmans2017-06-021-10/+2
|\ \ \ | | |/ | |/|
| | |
| \ \
*-. \ \ 3-way merge sebres-trunk-clock-speedup / core-8-6-branch (clock speed-up / fl...sebres2017-05-291-2/+10
|\ \ \ \
| | | \ \
| | | \ \
| | *-. \ \ reintegrate sebres-8-6-clock-speedup back to sebres-clock-speedup (trunk cloc...sebres2017-05-111-2/+2
| | |\ \ \ \ | | |/ / / / | |/| | | |
| * | | | | [interim-merge-commit] back-ported branch sebres-clock-speedup (from trunk to...sebres2017-05-101-2/+10
| |\ \ \ \ \ | | |/ / / / | | | | / / | | |_|/ / | |/| | |
| | * | | [unix] build for *nix fixed, code clean-ups; missing declarations; unused var...sebres2017-01-101-2/+2
| | * | | string index tree for fast greedy search of the string (index) by unique stri...sebres2017-01-101-0/+4
| | * | | [temp-commit]: tclClockFmt.c - 1st trysebres2017-01-101-0/+4
| | | | |
| \ \ \ \
*-. \ \ \ \ 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: [https://github.com/lalborno...jan.nijtmans2017-03-081-4/+12
| | |/ / | |/| |
* | | | merge core-8-6-branchjan.nijtmans2017-05-091-2/+2
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Fix [6ca52aec14e0b33543d3cd9895f060b852ac4dbc|6ca52aec14]: HTTP package: Memo...jan.nijtmans2017-05-091-2/+2
| |/
* | (experimental) Upgrade to libtommath 1.0 (actually by merging all changes bet...jan.nijtmans2016-11-161-1/+5
* | 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 depende...jan.nijtmans2016-03-291-66/+66
| | * (cherry-pick): Fix DTRACE_HDR value if tracing is diabled. Follow-up to [7d0d...jan.nijtmans2016-03-231-1/+1
| | * (cherry-pick): Fix [7d0db7c388f52de8]: Occasional build failures with paralle...jan.nijtmans2016-03-231-64/+64
| * | (cherry-pick) Merge TIP #447: Execution Time Verbosity Levels in tcltest::con...jan.nijtmans2016-06-021-2/+2
| * | (cherry-pick): Better fix for [7d0db7c388f52de81]: In stead of adding depende...jan.nijtmans2016-03-291-66/+66
* | | 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 multip...jan.nijtmans2016-03-271-66/+66
* | | 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 [7d0d...jan.nijtmans2016-03-231-1/+1
| * | (cherry-pick): Fix [7d0db7c388f52de8]: Occasional build failures with paralle...jan.nijtmans2016-03-231-64/+64
* | | 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
* | | configure.in -> configure.acjan.nijtmans2016-03-081-7/+7
|/ /
* | Code-cleanup: CONST -> const, don't use macro's like __REG_CONST and types li...jan.nijtmans2015-12-211-1/+1
* | 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 -> platfo...jan.nijtmans2015-09-291-2/+2
|\ \ | |/
| * 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 transl...jan.nijtmans2015-06-251-8/+0
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then transl...jan.nijtmans2015-06-251-9/+0
| * | `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
| |\ \