summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* Fix typo: "==" -> "="jan.nijtmans2020-01-062-2/+2
* Merge 8.6jan.nijtmans2020-01-062-2/+0
|\
| * Merge 8.5jan.nijtmans2020-01-062-2/+0
| |\
| | * 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
* | | More progress in making clang build on Cygwin warning-freejan.nijtmans2019-12-243-0/+13
* | | Put our own included (-I) directories before directories coming in though CFL...jan.nijtmans2019-12-241-2/+2
* | | Merge 8.6jan.nijtmans2019-12-231-2/+2
|\ \ \ | |/ /
| * | Fix for building Cygwin using Clang.jan.nijtmans2019-12-231-2/+2
* | | Merge 8.6jan.nijtmans2019-12-222-0/+2
|\ \ \ | |/ /
| * | Prevent double definition of MODULE_SCOPE on Darwinjan.nijtmans2019-12-202-0/+2
* | | Implement TIP's #538: Externalize libtommathjan.nijtmans2019-12-136-49/+166
|\ \ \
| * \ \ Merge 8.7jan.nijtmans2019-11-281-4/+4
| |\ \ \
| * \ \ \ Merge 8.7. Tweak makefile.vc for detection of stdint.h/inttypes.h/stdbool.hjan.nijtmans2019-11-271-3/+2
| |\ \ \ \
| * \ \ \ \ Merge 8.7, and take over some fixes for VC++ 6.0 from Sebres.jan.nijtmans2019-11-273-10/+12
| |\ \ \ \ \
| * \ \ \ \ \ Merge 8.7jan.nijtmans2019-11-261-2/+7
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge 8.7a3jan.nijtmans2019-11-261-1/+1
| |\ \ \ \ \ \ \
| * | | | | | | | Tweak visibility of some libtommath symbols and add --with-system-libtommath ...jan.nijtmans2019-11-252-13/+31
| * | | | | | | | Merge 8.7 rc branchjan.nijtmans2019-11-234-25/+11
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Fix typo in tclTestObj.cjan.nijtmans2019-11-201-3/+3
| * | | | | | | | | Merge 8.7. ignore MP_WUR for mp_neg() calls with equal arguments (even though...jan.nijtmans2019-11-181-2/+2
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2019-11-151-4/+1
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge 8.7. Finish implementation.jan.nijtmans2019-11-121-23/+5
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2019-11-113-64/+78
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / /
| * | | | | | | | | | | | More WIP: All makefile builds appear to work fine, makefile.vc build still to...jan.nijtmans2019-11-054-16/+129
| * | | | | | | | | | | | Add compat/stdint.h, upgrade to libtommath 1.2.0, adapt as much as possible a...jan.nijtmans2019-11-012-3/+12
| * | | | | | | | | | | | Re-base to core-8-branchjan.nijtmans2019-11-013-8/+0
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Complete implementation for MSVC (even building minigzip)jan.nijtmans2019-04-102-2/+10
| | * | | | | | | | | | | | Merge 8.7. Complete implementation for MSVC and for UNIX.jan.nijtmans2019-04-093-26/+27
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Merge 8.7. Add checks for libtommath library to configure script (experimental)jan.nijtmans2019-04-062-1/+128
| | |/ / / / / / / / / / / /
* | | | | | | | | | | | | | Little code tweaks, regarding the use of TCL_UTF_MAX or wchar_t.jan.nijtmans2019-12-122-4/+4
* | | | | | | | | | | | | | Bump to 8.7a4 to distinguish development from 8.7a3 release.dgp2019-12-022-2/+2
* | | | | | | | | | | | | | Eliminate excess eol-spacingjan.nijtmans2019-12-021-3/+3
* | | | | | | | | | | | | | Merge 8.6jan.nijtmans2019-12-021-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Renumber tcltest from 2.5.1 -> 2.5.2, already for next release.jan.nijtmans2019-12-021-2/+2
* | | | | | | | | | | | | | Fix make install on Ubuntu (and - most likely - other platforms)jan.nijtmans2019-12-011-1/+4
| |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | |
| | | | | | | | | | | | |
| \ \ \ \ \ \ \ \ \ \ \ \
*-. \ \ \ \ \ \ \ \ \ \ \ \ Give cookiejar en tcl::idna a 3-part version number. Use 0.2.0 for cookiejar ...jan.nijtmans2019-11-281-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | | | | | | | | | | / / / / | | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | / / | |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | |
* | | | | | | | | | | | Another minor tweak: No need to include manifest.txt in the vfs zip-file, sin...jan.nijtmans2019-11-271-3/+2
| |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
* | | | | | | | | | | Minor tweak: Don't include the "dde" and "reg" directory in the zip-file on UNIXjan.nijtmans2019-11-271-0/+1
* | | | | | | | | | | Move check for stdbool.h from SC_MISSING_POSIX_HEADERS to SC_CONFIG_CFLAGS, s...jan.nijtmans2019-11-272-10/+11
|/ / / / / / / / / /
* | | | | | | | | | Fix installation of cookiejar on UNIX, and add same pieces to windows as well...jan.nijtmans2019-11-261-1/+1
* | | | | | | | | | merge releasedgp2019-11-264-4/+9
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Accept repackaging and distribution of http::cookiejar for Tcl 8.7a3.dgp2019-11-261-1/+6
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
| | * | | | | | | | | Move the cookiejar package to its own directory so http works as a TM. Fix th...dkf2019-11-261-1/+6
| |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | merge 8.7dgp2019-11-251-1/+1
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | / / | | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Fix 2 version numbers in Makefile echo's (just misleading). Thanks to Pietro ...jan.nijtmans2019-11-251-1/+1
| * | | | | | | | merge 8.7dgp2019-11-224-24/+10
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | merge 8.6dgp2019-11-223-22/+8
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | / / | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Merge 8.6; update changes.dgp2019-11-201-2/+2
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge 8.6; update changesdgp2019-11-151-10/+7
| |\ \ \ \ \ \ \ \