summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6. Also fix mp_get_long_long for VC++ 6.0 (will be deprecated by libt...jan.nijtmans2019-06-252-2/+6
|\
| * Makef tclTomMath.h work with VC++ 6.0jan.nijtmans2019-06-251-0/+4
* | merge 8.6sebres2019-06-252-7/+14
|\ \ | |/
| * restore userenv, used in 8.6sebres2019-06-251-0/+1
| * merge 8.5sebres2019-06-253-8/+14
| |\
| | * nmakehlp: fixed const qualifiersebres2019-06-251-1/+1
| | * fixed build with MSVC 6.0sebres2019-06-254-14/+17
* | | Change int constants into char constants. Hopefully this eliminates C4305 war...jan.nijtmans2019-06-252-5/+4
* | | amend (remove test define)sebres2019-06-251-3/+0
* | | merge and rewrite fpclassify-mingw-x86: new TCL_FPCLASSIFY_MODE mode (3) for ...sebres2019-06-251-3/+23
|\ \ \
| * | | use __builtin_fpclassify for mingw x86 (tested up to gcc 8.1, it seems to hav...sebres2019-06-251-0/+6
* | | | fixed several fpclassify modes (better recognition and control via TCL_FPCLAS...sebres2019-06-251-21/+29
* | | | Where did that stray semicolon come from? Also improve the comments...dkf2019-06-251-20/+33
* | | | Merge 8.6jan.nijtmans2019-06-251-3/+5
|\ \ \ \ | | |/ / | |/| |
| * | | Squelch C4244 warning on any MSVC compiler.jan.nijtmans2019-06-251-3/+5
* | | | Better implementation of fpclassify() equivalent.dkf2019-06-241-8/+73
| |/ / |/| |
* | | merge 8.6sebres2019-06-241-9/+14
|\ \ \ | |/ /
| * | closes [f8a33ce3db5d8cc2]: Tcl_Exit uses system exit as fallback if Tcl-subsy...sebres2019-06-211-9/+14
* | | Fix test title, since TclGetIntForIndex() is now exported as Tcl_GetIntForInd...jan.nijtmans2019-06-241-80/+80
* | | [6bdadfba7d] Stop crash with multi-lappend and failing writesdkf2019-06-202-8/+52
|\ \ \ | |/ /
| * | [6bdadfba7d] Stop crash with multi-lappend and failing writesdkf2019-06-202-8/+52
* | | merge 8.6dgp2019-06-172-5/+22
|\ \ \ | |/ /
| * | [8b9854c3d8] Undo regression in [info level 0] after ensemble dispatch.dgp2019-06-172-5/+22
| |\ \
| | * | Mark test namespace-54.6 as knownBug.dgp2019-06-131-4/+4
| | * | Fix Bug 8b9854c3d8. Now 4 test failures require examination.dgp2019-06-131-1/+5
| | * | Unique test name.dgp2019-06-131-5/+5
| | * | Test namespace-56.4 detects Bug 8b9854c3d8. Branch open to fix it.dgp2019-06-131-0/+13
* | | | TIP 521: Float classification functionsdkf2019-06-166-19/+624
|\ \ \ \
| * | | | A neater way to write it that doesn't depend on detecting a specfic compiler ...dkf2019-06-151-9/+14
| * | | | Try to work around MSVC6's lack of fpclassify()...dkf2019-06-151-9/+50
| * | | | update testdgp2019-06-101-1/+1
| * | | | merge 8.7dgp2019-06-1011-277/+349
| |\ \ \ \
| * | | | | Added docsdkf2019-06-023-12/+158
| * | | | | Implement TIP 521, including testsdkf2019-06-022-6/+419
* | | | | | Merge 8.6jan.nijtmans2019-06-151-4/+4
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge 8.5jan.nijtmans2019-06-151-4/+4
| |\ \ \ \ \ | | |_|_|/ / | |/| | | / | | | |_|/ | | |/| |
| | * | | Use mp_init_set() in stead of mp_init_set_int() when the constant is sufficie...jan.nijtmans2019-06-151-4/+4
* | | | | TIP 461: text comparison operators for [expr]dkf2019-06-1512-21/+276
|\ \ \ \ \
| * \ \ \ \ merge core-8-branchdkf2019-06-101-3/+10
| |\ \ \ \ \
| * \ \ \ \ \ merge 8.7dgp2019-06-100-0/+0
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | merge 8.7dgp2019-06-101-3/+3
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge 8.7dgp2019-06-109-253/+316
| |\ \ \ \ \ \ \
| * | | | | | | | Tests and docsdkf2019-06-064-19/+171
| * | | | | | | | And fix the silly errordkf2019-06-051-2/+2
| * | | | | | | | And the command version of the new operators too.dkf2019-06-054-19/+65
| * | | | | | | | Start of implementation of string comparison operators.dkf2019-06-055-7/+73
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Corrections to definitions of [binary scan] and [binary format].dkf2019-06-151-160/+342
* | | | | | | | Eliminate (internal) TclOffset() usage, just use offsetof() in stead.jan.nijtmans2019-06-1213-22/+23
* | | | | | | | Merge 8.6jan.nijtmans2019-06-111-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | / / | | |_|_|_|/ / | |/| | | | |
| * | | | | | Fix [25deec4e46]: Tcl fails to compile with icc due to typedef conflictjan.nijtmans2019-06-111-1/+1
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |