| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate the use of C++ keywords as variable names. Nothing more than rename... | jan.nijtmans | 2019-07-23 | 1 | -5/+5 |
|
|
* | merge 8.6, integrate branch bug-4718b41c56, rebuild win/configure, conflicts ... | sebres | 2019-07-12 | 1 | -1/+9 |
|\ |
|
| * | integrate branch bug-4718b41c56, revert/rebuild win/configure (2.69 in tcl8.6... | sebres | 2019-07-12 | 1 | -1/+9 |
| |\ |
|
| | * | little tweaks, makeing it possible to use either _USE_64BIT_TIME_T or __MINGW... | jan.nijtmans | 2019-07-10 | 1 | -12/+15 |
|
|
| | * | fixes [4718b41c56] for windows x86 (mingw / MSVC versions with CRT supporting... | sebres | 2019-07-08 | 1 | -6/+11 |
|
|
| | * | Update some libtommath functions to the latest trunk versions. Small step for... | jan.nijtmans | 2019-05-29 | 1 | -9/+8 |
|
|
* | | | Even better commenting of the fpclassify() replacement trickery. | dkf | 2019-06-27 | 1 | -24/+38 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2019-06-26 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | end-of-line spacing | jan.nijtmans | 2019-05-24 | 1 | -1/+1 |
| |\ \
| | |/ |
|
* | | | 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 |
|/ / / |
|
* | | | 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 |
|
|
| * | | | Implement TIP 521, including tests | dkf | 2019-06-02 | 1 | -0/+280 |
|
|
* | | | | TIP 461: text comparison operators for [expr] | dkf | 2019-06-15 | 1 | -0/+8 |
|\ \ \ \ |
|
| * | | | | And the command version of the new operators too. | dkf | 2019-06-05 | 1 | -0/+8 |
| |/ / / |
|
* | | | | Eliminate (internal) TclOffset() usage, just use offsetof() in stead. | jan.nijtmans | 2019-06-12 | 1 | -2/+2 |
|/ / / |
|
* | | | TIP 383: [coroinject] and [coroprobe] | dkf | 2019-05-25 | 1 | -13/+272 |
|\ \ \ |
|
| * | | | Add to error info when passing an error out of [coroprobe] | dkf | 2019-05-25 | 1 | -0/+4 |
|
|
| * | | | Documenting, both internally and in manpage | dkf | 2019-04-28 | 1 | -35/+74 |
|
|
| * | | | Remove unused variables | dkf | 2019-04-27 | 1 | -2/+0 |
|
|
| * | | | Implement 383 as two commands for two scenarios: injection and probing | dkf | 2019-04-27 | 1 | -4/+223 |
|
|
* | | | | merge core-8-branch | dkf | 2019-05-17 | 1 | -46/+141 |
|\ \ \ \ |
|
| * \ \ \ | merge 8.6 | dgp | 2019-05-03 | 1 | -46/+141 |
| |\ \ \ \
| | |/ / /
| |/| / /
| | |/ / |
|
| | * | | Added primitive to allow working coroutine deep introspection | dkf | 2019-04-23 | 1 | -0/+73 |
|
|
| | * | | Minor code style cleanup. | dkf | 2019-04-23 | 1 | -46/+73 |
|
|
| | * | | Eliminate all usage of mp_iszero/mp_iseven/mp_isodd/mp_isneg from libtommath:... | jan.nijtmans | 2019-03-25 | 1 | -1/+1 |
|
|
* | | | | Tests | dkf | 2019-05-01 | 1 | -0/+1 |
|/ / / |
|
* | | | Style corrections and warning elimination | dkf | 2019-04-18 | 1 | -2/+2 |
|
|
* | | | Implementation of [lremove]. | dkf | 2019-03-30 | 1 | -0/+1 |
|
|
* | | | Eliminate usage of mp_isneg(), just check bignum->sign directly (as libtommat... | jan.nijtmans | 2019-03-15 | 1 | -4/+4 |
|
|
* | | | part of [db95e7a61e] reverted for consistency reasons: unsupported namespace ... | sebres | 2019-03-06 | 1 | -0/+7 |
|
|
* | | | timerate is supported in 8.7 | sebres | 2019-03-05 | 1 | -13/+0 |
|
|
* | | | merge 8.6 (TIP#527, New measurement facilities in TCL: New command timerate, ... | sebres | 2019-03-05 | 1 | -7/+21 |
|\ \ \
| |/ / |
|
| * | | merge updated 8.5-timerate branch | sebres | 2019-03-05 | 1 | -7/+20 |
| |\ \
| | |/ |
|
| | * | regarding the TIP#527, `timerate` shall be placed into `::tcl::unsupported` i... | sebres | 2019-03-05 | 1 | -7/+20 |
|
|
| | * | merge 8.5 (note: to avoid too many conflicts, merged using `fossil merge --ba... | sergey.brester | 2019-02-12 | 1 | -62/+104 |
| | |\ |
|
| | * \ | back-ported branch sebres-8-6-timerate (new command "timerate" for 8.5) | sebres | 2017-05-16 | 1 | -0/+1 |
| | |\ \ |
|
| * | \ \ | merge 8.6(.9), conflicts resolved | sergey.brester | 2019-02-07 | 1 | -120/+187 |
| |\ \ \ \
| | |_|/ /
| |/| | | |
|
| * | | | | back-ported branch sebres_trunk_timerate (new command "timerate" for 8.6) | sebres | 2017-05-09 | 1 | -0/+1 |
| |\ \ \ \ |
|
* | | | | | | Various tommath/numeric related optimizations: | jan.nijtmans | 2019-03-02 | 1 | -1/+1 |
|
|
* | | | | | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an... | jan.nijtmans | 2019-02-27 | 1 | -1/+1 |
|
|
* | | | | | | New internal macro TclHasIntRep() to re-encapsulate the typePtr field. | dgp | 2019-02-25 | 1 | -1/+1 |
|
|
* | | | | | | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. | jan.nijtmans | 2019-01-28 | 1 | -8/+8 |
|
|
* | | | | | | If compiled with -DTCL_NO_DEPRECATED, remove Tcl_NewIntObj/Tcl_NewLongObj/Tcl... | jan.nijtmans | 2018-12-12 | 1 | -1/+1 |
|
|