summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Fix unitialized memory report from valgrinddgp2019-07-011-0/+1
| | |\ \ \ | | | |/ /
| | | * | Avoid valgrind issues with uninitialized memorydgp2019-07-011-0/+1
| | | |\ \ | | | | |/
| | | | * Avoid valgrind issues with "uninitialized memory"dgp2019-07-011-0/+1
| | * | | Eliminate "catch" as variable-name, is a keyword in C++. Also add some type-c...jan.nijtmans2019-06-305-42/+42
| | * | | Merge 8.6jan.nijtmans2019-06-291-1/+1
| | |\ \ \ | | | |/ /
| | | * | Trying to fix C4761 warning with VC++ 6.0jan.nijtmans2019-06-291-1/+1
* | | | | Merge tip-548jan.nijtmans2019-06-292-25/+39
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.7jan.nijtmans2019-06-292-25/+39
| |\ \ \ \ | | |/ / /
| | * | | Implement TIP #547: New encodings: UTF-16, UCS-2jan.nijtmans2019-06-281-41/+185
| | |\ \ \
| | * | | | Even better commenting of the fpclassify() replacement trickery.dkf2019-06-271-24/+38
| | * | | | Fix [15d851e394]: Fix spelling in comment of tclCmdIL.cjan.nijtmans2019-06-271-1/+1
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Fix [15d851e394]: Fix spelling in comment of tclCmdIL.cjan.nijtmans2019-06-271-1/+1
* | | | | | Merge tip-548jan.nijtmans2019-06-272-16/+13
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Code cleanup for Tcl_WinUtfToTChar/Tcl_WinTCharToUtf. Tested with Tk now.jan.nijtmans2019-06-271-11/+9
* | | | | | Merge tip-548jan.nijtmans2019-06-2625-87/+664
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Add compatibility macro's for Tcl_WinUtfToTChar/Tcl_WinTCharToUtfjan.nijtmans2019-06-262-6/+11
| * | | | | Merge tip-547jan.nijtmans2019-06-2623-82/+648
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Merge 8.7jan.nijtmans2019-06-269-45/+172
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge 8.6jan.nijtmans2019-06-263-4/+4
| | | |\ \ \ | | | | |/ /
| | | | * | Merge 8.5jan.nijtmans2019-06-266-17/+17
| | | | |\ \ | | | | | |/
| | | * | | Merge 8.6. Also fix mp_get_long_long for VC++ 6.0 (will be deprecated by libt...jan.nijtmans2019-06-251-0/+4
| | | |\ \ \ | | | | |/ /
| | | | * | Makef tclTomMath.h work with VC++ 6.0jan.nijtmans2019-06-251-0/+4
| | | * | | merge 8.6sebres2019-06-252-7/+14
| | | |\ \ \ | | | | |/ /
| | | | * | merge 8.5sebres2019-06-252-7/+14
| | | | |\ \ | | | | | |/
| | | | | * fixed build with MSVC 6.0sebres2019-06-253-13/+17
| | | * | | Change int constants into char constants. Hopefully this eliminates C4305 war...jan.nijtmans2019-06-251-4/+3
| | | * | | 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
| | | * | | | 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
| | | * | | [6bdadfba7d] Stop crash with multi-lappend and failing writesdkf2019-06-201-8/+13
| | | |\ \ \ | | | | |/ /
| | | | * | [6bdadfba7d] Stop crash with multi-lappend and failing writesdkf2019-06-201-8/+13
| | | * | | merge 8.6dgp2019-06-171-1/+5
| | | |\ \ \ | | | | |/ /
| | | | * | [8b9854c3d8] Undo regression in [info level 0] after ensemble dispatch.dgp2019-06-171-1/+5
| | | | |\ \
| | | | | * | Fix Bug 8b9854c3d8. Now 4 test failures require examination.dgp2019-06-131-1/+5
| | * | | | | Merge 8.7jan.nijtmans2019-06-1618-53/+492
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | TIP 521: Float classification functionsdkf2019-06-161-0/+326
| | | |\ \ \ \
| | | | * | | | 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
| | | | * | | | merge 8.7dgp2019-06-108-246/+251
| | | | |\ \ \ \
| | | | * | | | | Implement TIP 521, including testsdkf2019-06-021-0/+280
| | | * | | | | | 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-158-8/+137
| | | |\ \ \ \ \
| | | | * \ \ \ \ merge 8.7dgp2019-06-107-228/+250
| | | | |\ \ \ \ \