Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Experiment: compile Tcl with C++ compiler. WIP | jan.nijtmans | 2019-07-04 | 27 | -228/+227 |
* | Fix unitialized memory report from valgrind | dgp | 2019-07-01 | 1 | -0/+1 |
|\ | |||||
| * | Avoid valgrind issues with uninitialized memory | dgp | 2019-07-01 | 1 | -0/+1 |
| |\ | |||||
| | * | Avoid valgrind issues with "uninitialized memory" | dgp | 2019-07-01 | 1 | -0/+1 |
* | | | Eliminate "catch" as variable-name, is a keyword in C++. Also add some type-c... | jan.nijtmans | 2019-06-30 | 5 | -42/+42 |
* | | | Merge 8.6 | jan.nijtmans | 2019-06-29 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Trying to fix C4761 warning with VC++ 6.0 | jan.nijtmans | 2019-06-29 | 1 | -1/+1 |
* | | | Implement TIP #547: New encodings: UTF-16, UCS-2 | jan.nijtmans | 2019-06-28 | 1 | -41/+185 |
|\ \ \ | |||||
| * \ \ | Merge 8.7 | jan.nijtmans | 2019-06-26 | 9 | -45/+172 |
| |\ \ \ | |||||
| * \ \ \ | Merge 8.7 | jan.nijtmans | 2019-06-16 | 18 | -53/+492 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge 8.7 | jan.nijtmans | 2019-06-09 | 7 | -228/+250 |
| |\ \ \ \ \ | |||||
| * | | | | | | TIP #547 implementation: New encodings: UTF-16, UCS-2 | jan.nijtmans | 2019-05-31 | 1 | -41/+185 |
* | | | | | | | Even better commenting of the fpclassify() replacement trickery. | dkf | 2019-06-27 | 1 | -24/+38 |
* | | | | | | | Fix [15d851e394]: Fix spelling in comment of tclCmdIL.c | jan.nijtmans | 2019-06-27 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | / / | | |_|_|/ / | |/| | | | | |||||
| * | | | | | Fix [15d851e394]: Fix spelling in comment of tclCmdIL.c | jan.nijtmans | 2019-06-27 | 1 | -1/+1 |
* | | | | | | Merge 8.6 | jan.nijtmans | 2019-06-26 | 3 | -4/+4 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Merge 8.5 | jan.nijtmans | 2019-06-26 | 6 | -17/+17 |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | |||||
* | | | | | | Merge 8.6. Also fix mp_get_long_long for VC++ 6.0 (will be deprecated by libt... | jan.nijtmans | 2019-06-25 | 1 | -0/+4 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Makef tclTomMath.h work with VC++ 6.0 | jan.nijtmans | 2019-06-25 | 1 | -0/+4 |
* | | | | | | merge 8.6 | sebres | 2019-06-25 | 2 | -7/+14 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | merge 8.5 | sebres | 2019-06-25 | 2 | -7/+14 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | fixed build with MSVC 6.0 | sebres | 2019-06-25 | 3 | -13/+17 |
* | | | | | | Change int constants into char constants. Hopefully this eliminates C4305 war... | jan.nijtmans | 2019-06-25 | 1 | -4/+3 |
* | | | | | | amend (remove test define) | sebres | 2019-06-25 | 1 | -3/+0 |
* | | | | | | merge and rewrite fpclassify-mingw-x86: new TCL_FPCLASSIFY_MODE mode (3) for ... | sebres | 2019-06-25 | 1 | -3/+23 |
|\ \ \ \ \ \ | |||||
| * | | | | | | use __builtin_fpclassify for mingw x86 (tested up to gcc 8.1, it seems to hav... | sebres | 2019-06-25 | 1 | -0/+6 |
* | | | | | | | fixed several fpclassify modes (better recognition and control via TCL_FPCLAS... | sebres | 2019-06-25 | 1 | -21/+29 |
* | | | | | | | Where did that stray semicolon come from? Also improve the comments... | dkf | 2019-06-25 | 1 | -20/+33 |
* | | | | | | | Better implementation of fpclassify() equivalent. | dkf | 2019-06-24 | 1 | -8/+73 |
|/ / / / / / | |||||
* | | | | | | merge 8.6 | sebres | 2019-06-24 | 1 | -9/+14 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | closes [f8a33ce3db5d8cc2]: Tcl_Exit uses system exit as fallback if Tcl-subsy... | sebres | 2019-06-21 | 1 | -9/+14 |
* | | | | | | [6bdadfba7d] Stop crash with multi-lappend and failing writes | dkf | 2019-06-20 | 1 | -8/+13 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | [6bdadfba7d] Stop crash with multi-lappend and failing writes | dkf | 2019-06-20 | 1 | -8/+13 |
* | | | | | | merge 8.6 | dgp | 2019-06-17 | 1 | -1/+5 |
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | | | |||||
| * | | | | [8b9854c3d8] Undo regression in [info level 0] after ensemble dispatch. | dgp | 2019-06-17 | 1 | -1/+5 |
| |\ \ \ \ | |||||
| | * | | | | Fix Bug 8b9854c3d8. Now 4 test failures require examination. | dgp | 2019-06-13 | 1 | -1/+5 |
* | | | | | | TIP 521: Float classification functions | dkf | 2019-06-16 | 1 | -0/+326 |
|\ \ \ \ \ \ | |||||
| * | | | | | | A neater way to write it that doesn't depend on detecting a specfic compiler ... | dkf | 2019-06-15 | 1 | -9/+14 |
| * | | | | | | Try to work around MSVC6's lack of fpclassify()... | dkf | 2019-06-15 | 1 | -9/+50 |
| * | | | | | | merge 8.7 | dgp | 2019-06-10 | 8 | -246/+251 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Implement TIP 521, including tests | dkf | 2019-06-02 | 1 | -0/+280 |
| | |_|_|_|/ / | |/| | | | | | |||||
* | | | | | | | Merge 8.6 | jan.nijtmans | 2019-06-15 | 1 | -4/+4 |
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | |||||
| * | | | | | | Merge 8.5 | jan.nijtmans | 2019-06-15 | 1 | -4/+4 |
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | / / | | | |_|/ / | | |/| | | | |||||
| | * | | | | Use mp_init_set() in stead of mp_init_set_int() when the constant is sufficie... | jan.nijtmans | 2019-06-15 | 1 | -4/+4 |
* | | | | | | TIP 461: text comparison operators for [expr] | dkf | 2019-06-15 | 8 | -8/+137 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | merge 8.7 | dgp | 2019-06-10 | 7 | -228/+250 |
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | |||||
| * | | | | | | And fix the silly error | dkf | 2019-06-05 | 1 | -2/+2 |
| * | | | | | | And the command version of the new operators too. | dkf | 2019-06-05 | 4 | -19/+65 |
| * | | | | | | Start of implementation of string comparison operators. | dkf | 2019-06-05 | 5 | -7/+73 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Eliminate (internal) TclOffset() usage, just use offsetof() in stead. | jan.nijtmans | 2019-06-12 | 13 | -22/+23 |