summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* One include too muchjan.nijtmans2020-06-242-2/+0
* re-generate unix/configurejan.nijtmans2020-06-241-0/+9
* Fix [9080d6a871]: Build fix for tcl on macOS on Apple Siliconjan.nijtmans2020-06-244-32/+19
* Add "manifest.uuid" to the distribution, so we can see exactly where "make di...jan.nijtmans2020-06-242-10/+37
* Unbreak shared windows build. Remove some ARGSUSED usage.jan.nijtmans2020-04-172-10/+0
* Clean-up some unnecessary spacing.jan.nijtmans2020-04-176-9/+9
* Guarantee TclNeedSpace and TclFindElement have common definition of whitespacedgp2020-04-091-1/+1
* Use more uppercase hex (e.g. 0xFF) in stead of lowercase (0xff) consistantly.jan.nijtmans2020-03-093-8/+8
* Add -Wpointer-arith warning to C-compile. Fix gcc(-9) warning.jan.nijtmans2020-02-242-4/+3
* Don't assume/set LDFLAGS being "", it could be set on the "configure" command...jan.nijtmans2020-01-063-5/+21
* Makefiles got out of sync with tcltest version.dgp2019-11-251-2/+2
* http package from 2.7.14 to 2.7.15jan.nijtmans2019-11-181-2/+2
* More patches from Debianjan.nijtmans2019-10-314-7/+8
* Fix [https://core.tcl-lang.org/tk/tktview/056f9e85dc|056f9e85dc]: debian patchesjan.nijtmans2019-10-313-0/+19
* Change LSTATUS to LONG, since older SDK's don't know it.jan.nijtmans2019-10-051-1/+1
* Fix [16768d65f0]: Fix gethostbyname_r and gethostbyaddr_r detection on NetBSD...jan.nijtmans2019-10-022-2/+190
* Correct typo's in tcl.m4. Found by Kamil Rytarowskijan.nijtmans2019-10-011-4/+4
* Fix [5591e4a820]: @TCL_EXE@ not properly generated in 8.5 branch. Added @runs...jan.nijtmans2019-09-021-1/+1
* Fix [8566dc22f9]: various spelling fixes in commentsjan.nijtmans2019-08-224-5/+5
* Fix "make dist" for the README -> README.md renamingjan.nijtmans2019-05-271-1/+1
* Missing keyword: "static"jan.nijtmans2019-05-241-2/+2
* merge 8.5 (note: to avoid too many conflicts, merged using `fossil merge --ba...sergey.brester2019-02-128-22/+115
|\
| * Add support for DragonFlyjan.nijtmans2018-10-302-4/+4
| * [TIP 525] Backport package tcltest 2.5dgp2018-10-291-2/+2
| * Align common install locations in SC_PATH_TCLCONFIG and SC_PATH_TKCONFIG. Add...jan.nijtmans2018-06-151-0/+6
| * fixes [92564326a9] if compiled on some x86 systems (with dirent64 but without...sebres2018-06-044-6/+85
| * Unbreak build when HAVE_FTS is not set. jan.nijtmans2018-05-141-1/+1
| * Rename Tcl_Dir to TclDIR, making it clear that this macro is not part of the ...jan.nijtmans2018-05-114-5/+5
| * amend to [85bcf84100]: replaces DIR with Tcl_Dir (DIR/DIR64 regarding HAVE_ST...sebres2018-05-094-4/+6
| * fixes [92564326a98b5510]: wrong x64-aligned handle from readdir64 by opendir/...sebres2018-05-083-9/+15
* | back-ported branch sebres-8-6-timerate (new command "timerate" for 8.5)sebres2017-05-161-0/+71
|\ \ | |/ |/|
| * back-ported branch sebres_trunk_timerate (new command "timerate" for 8.6)sebres2017-05-091-0/+71
| |\
| | * merge trunksebres2017-03-064-5/+3
| | |\
| | | * In TclGetNumberFromObj() macro (tclExecute.c): Don't fill in type if TCL_ERRO...jan.nijtmans2017-02-031-1/+1
| | | * Patch from Zoran Vasiljevic, fix for missing proper initialization of the thr...jan.nijtmans2017-01-131-2/+0
| | | * Merge core-8-6-branch. jan.nijtmans2017-01-112-2/+2
| | | |\
| | * | | [timerate] bug fix: missing scale conversion by Mac OSX on platform where hig...sebres2017-02-091-0/+71
| | |/ /
| | * | Merge bug_b87ad7e914sebres2017-01-091-1/+1
| | |\ \
| | * \ \ TIP [http://www.tcl.tk/cgi-bin/tct/tip/456|456] implementation: Extend the C ...jan.nijtmans2017-01-041-8/+31
| | |\ \ \
| | | * \ \ merge trunk (still has test failure in socket.test)jan.nijtmans2016-12-201-1/+1
| | | |\ \ \
| | | * | | | Make OpenTcpServerEx accept a 'service' string parameter instead of a port.limeboy2016-12-141-2/+7
| | | * | | | Allow a boolean argument to be passed.limeboy2016-11-241-1/+2
| | | * | | | Implement the whole TIP 456 specification.limeboy2016-11-241-21/+20
| | | * | | | Fix indentingjan.nijtmans2016-11-221-8/+8
| | | * | | | Added stub entry for tip #456. Documentation and tests still missing. Doesn't...jan.nijtmans2016-11-221-8/+6
| | | * | | | This is patch.002 from ticket [0b9d3ba2ba3e1e3fc33c97d5a9fa7ef85d11a696|0b9d3...jan.nijtmans2016-11-221-0/+20
| * | | | | | Fix [6ca52aec14e0b33543d3cd9895f060b852ac4dbc|6ca52aec14]: HTTP package: Memo...jan.nijtmans2017-05-091-2/+2
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Use GetModuleHandle() in stead of LoadLibrary() for ntdll, which is already l...jan.nijtmans2017-05-041-11/+7
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | (cherry-pick from "fix-1997007" branch): fix typo- resp. copy-paste-bug (usin...jan.nijtmans2017-04-281-1/+1
| * | | | | | Deal with a couple of obscure causes of warnings on some versions of OSX.dkf2017-04-252-26/+67