summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* Merge core-8-6-branch. This removes the work currently being done in "sebres-...jan.nijtmans2017-06-022-81/+2
|\
* | Fix [83a3d869722fab9caaae3b6728215fb2507a6f0d|83a3d86972]: tclEpollNotfy.c fa...jan.nijtmans2017-05-311-0/+2
* | merge core-8-6-branch (except: the "timerate" command and the clock performan...jan.nijtmans2017-05-311-1/+1
|\ \
| * | More code review, e.g. use Tcl_SetObjResult in stead of Tcl_SetResult, preven...jan.nijtmans2017-05-311-1/+1
* | | Unbreak on OpenBSD, again. Put back the old SHLIB_VERSION doings.stu2017-05-312-4/+2
* | | Fully remove SunOS-4* from tcl.m4.stu2017-05-312-13/+2
| | |
| \ \
*-. \ \ 3-way merge sebres-trunk-clock-speedup / core-8-6-branch (clock speed-up / fl...sebres2017-05-292-2/+81
|\ \ \ \ | | |/ / | |/| |
| | | |
| | | \
| | *-. \ reintegrate sebres-8-6-clock-speedup back to sebres-clock-speedup (trunk cloc...sebres2017-05-118-178/+294
| | |\ \ \
| | | | * \ merge trunk (to sebres-trunk-timerate)sebres2017-05-118-178/+294
| | | | |\ \
| * | | | \ \ merge sebres-8-6-clock-speedup (clock speed-up / flightaware Tcl-bounties#4, ...sebres2017-05-292-2/+81
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | / | | |_|_|_|/ | |/| | | |
| | * | | | [interim-merge-commit] back-ported branch sebres-clock-speedup (from trunk to...sebres2017-05-101-2/+10
| | |\ \ \ \ | | | |/ / /
| | | * | | merge trunksebres2017-03-062-3/+1
| | | |\ \ \
| | | * \ \ \ merge sebres-trunk-timeratesebres2017-02-091-0/+71
| | | |\ \ \ \
| | | * \ \ \ \ merge trunksebres2017-01-132-2/+2
| | | |\ \ \ \ \
| | | * | | | | | [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
| | * | | | | | | back-ported branch sebres_trunk_timerate (new command "timerate" for 8.6)sebres2017-05-091-0/+71
| | |\ \ \ \ \ \ \ | | | | |_|_|_|/ / | | | |/| | | | |
| | | * | | | | | merge trunksebres2017-03-064-5/+3
| | | |\ \ \ \ \ \ | | | | |_|_|/ / / | | | |/| | | / / | | | | | |_|/ / | | | | |/| | |
| | | * | | | | [timerate] bug fix: missing scale conversion by Mac OSX on platform where hig...sebres2017-02-091-0/+71
| | | | |/ / / | | | |/| | |
* | | | | | | Merge core-8-6-branch.jan.nijtmans2017-05-222-208/+15
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | autoconfjan.nijtmans2017-05-221-4/+6
| * | | | | | If SHLIB_VERSION is specified as empty, don't let the SHLIB filename end with...jan.nijtmans2017-05-221-7/+6
| * | | | | | Cherrypick Fix build on OpenBSD. [82701b94c4] missed a couple of bits.jan.nijtmans2017-05-212-2/+6
* | | | | | | Fix build on OpenBSD. [82701b94c4] missed a couple of bits.stu2017-05-202-2/+6
| | | | | | |
| \ \ \ \ \ \
*-. \ \ \ \ \ \ TIP #458 implementation: Add Support for epoll() and kqueue() in the Notifierjan.nijtmans2017-05-188-1242/+3100
|\ \ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | autoconf-2.59dgp2017-05-181-38/+15
| * | | | | | | merge trunktip_458dgp2017-05-041-11/+7
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge trunkjan.nijtmans2017-05-044-35/+76
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Move some variable declarations closer to where they are used. No change in f...jan.nijtmans2017-04-262-17/+6
| * | | | | | | | | merge trunkjan.nijtmans2017-04-143-129/+208
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge trunkjan.nijtmans2017-03-242-3/+3
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | minor simplificationjan.nijtmans2017-03-081-8/+2
| * | | | | | | | | | | A few more end-of-line spacingsjan.nijtmans2017-03-081-2/+2
| * | | | | | | | | | | Fix compile error on Cygwin, and double definition of TclUnixWaitForFile()jan.nijtmans2017-03-083-164/+2
| * | | | | | | | | | | Re-base to trunk, and get latest code from here: [https://github.com/lalborno...jan.nijtmans2017-03-087-1081/+3118
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |
| | * | | | | | | | | | Implementation of improved notifier from Lucio Andrés Illanes Albornoz.dkf2016-11-253-56/+800
* | | | | | | | | | | | merge core-8-6-branchjan.nijtmans2017-05-182-74/+28
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Cherry-pick [http://core.tcl.tk/tclconfig/info/18e79736d236d15d|All the world...jan.nijtmans2017-05-181-36/+13
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* | | | | | | | | | | Don't test Tcl_GetDefaultEncodingDir() any more (which is obsolete), test Tcl...jan.nijtmans2017-05-121-23/+22
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | merge core-8-6-branchjan.nijtmans2017-05-091-2/+2
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | | | | | | / / / | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | Fix [6ca52aec14e0b33543d3cd9895f060b852ac4dbc|6ca52aec14]: HTTP package: Memo...jan.nijtmans2017-05-091-2/+2
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ merge core-8-6-branchjan.nijtmans2017-05-041-11/+7
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | | | | | | / / / | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | Use GetModuleHandle() in stead of LoadLibrary() for ntdll, which is already l...jan.nijtmans2017-05-041-11/+7
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Cherry-pick/backport [65cc894ac5c24495|65cc894ac5]: fix off-by-one possible b...jan.nijtmans2017-05-041-15/+12
* | | | | | | | | | merge core-8-6-branchjan.nijtmans2017-04-281-1/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | (cherry-pick from "fix-1997007" branch): fix typo- resp. copy-paste-bug (usin...jan.nijtmans2017-04-281-1/+1
* | | | | | | | | | [50750c735a] Fix broken test and stop reading uninit-but-allocated memory in ...dkf2017-04-273-34/+75
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Deal with a couple of obscure causes of warnings on some versions of OSX.dkf2017-04-252-26/+67
* | | | | | | | | | merge core-8-6-branchjan.nijtmans2017-04-201-1/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | | | | | | / / / | |_|_|_|_|_|/ / / |/| | | | | | | |