summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate the use of C++ keywords as variable names. Nothing more than rename...jan.nijtmans2019-07-231-5/+5
* merge 8.6, integrate branch bug-4718b41c56, rebuild win/configure, conflicts ...sebres2019-07-121-1/+9
|\
| * integrate branch bug-4718b41c56, revert/rebuild win/configure (2.69 in tcl8.6...sebres2019-07-121-1/+9
| |\
| | * little tweaks, makeing it possible to use either _USE_64BIT_TIME_T or __MINGW...jan.nijtmans2019-07-101-12/+15
| | * fixes [4718b41c56] for windows x86 (mingw / MSVC versions with CRT supporting...sebres2019-07-081-6/+11
| | * Update some libtommath functions to the latest trunk versions. Small step for...jan.nijtmans2019-05-291-9/+8
* | | Even better commenting of the fpclassify() replacement trickery.dkf2019-06-271-24/+38
* | | Merge 8.6jan.nijtmans2019-06-261-1/+1
|\ \ \ | |/ /
| * | end-of-line spacingjan.nijtmans2019-05-241-1/+1
| |\ \ | | |/
* | | 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
|/ / /
* | | 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
| * | | Implement TIP 521, including testsdkf2019-06-021-0/+280
* | | | TIP 461: text comparison operators for [expr]dkf2019-06-151-0/+8
|\ \ \ \
| * | | | And the command version of the new operators too.dkf2019-06-051-0/+8
| |/ / /
* | | | Eliminate (internal) TclOffset() usage, just use offsetof() in stead.jan.nijtmans2019-06-121-2/+2
|/ / /
* | | TIP 383: [coroinject] and [coroprobe]dkf2019-05-251-13/+272
|\ \ \
| * | | Add to error info when passing an error out of [coroprobe]dkf2019-05-251-0/+4
| * | | Documenting, both internally and in manpagedkf2019-04-281-35/+74
| * | | Remove unused variablesdkf2019-04-271-2/+0
| * | | Implement 383 as two commands for two scenarios: injection and probingdkf2019-04-271-4/+223
* | | | merge core-8-branchdkf2019-05-171-46/+141
|\ \ \ \
| * \ \ \ merge 8.6dgp2019-05-031-46/+141
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Added primitive to allow working coroutine deep introspectiondkf2019-04-231-0/+73
| | * | Minor code style cleanup.dkf2019-04-231-46/+73
| | * | Eliminate all usage of mp_iszero/mp_iseven/mp_isodd/mp_isneg from libtommath:...jan.nijtmans2019-03-251-1/+1
* | | | Testsdkf2019-05-011-0/+1
|/ / /
* | | Style corrections and warning eliminationdkf2019-04-181-2/+2
* | | Implementation of [lremove].dkf2019-03-301-0/+1
* | | Eliminate usage of mp_isneg(), just check bignum->sign directly (as libtommat...jan.nijtmans2019-03-151-4/+4
* | | part of [db95e7a61e] reverted for consistency reasons: unsupported namespace ...sebres2019-03-061-0/+7
* | | timerate is supported in 8.7sebres2019-03-051-13/+0
* | | merge 8.6 (TIP#527, New measurement facilities in TCL: New command timerate, ...sebres2019-03-051-7/+21
|\ \ \ | |/ /
| * | merge updated 8.5-timerate branchsebres2019-03-051-7/+20
| |\ \ | | |/
| | * regarding the TIP#527, `timerate` shall be placed into `::tcl::unsupported` i...sebres2019-03-051-7/+20
| | * merge 8.5 (note: to avoid too many conflicts, merged using `fossil merge --ba...sergey.brester2019-02-121-62/+104
| | |\
| | * \ back-ported branch sebres-8-6-timerate (new command "timerate" for 8.5)sebres2017-05-161-0/+1
| | |\ \
| * | \ \ merge 8.6(.9), conflicts resolvedsergey.brester2019-02-071-120/+187
| |\ \ \ \ | | |_|/ / | |/| | |
| * | | | back-ported branch sebres_trunk_timerate (new command "timerate" for 8.6)sebres2017-05-091-0/+1
| |\ \ \ \
* | | | | | Various tommath/numeric related optimizations:jan.nijtmans2019-03-021-1/+1
* | | | | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an...jan.nijtmans2019-02-271-1/+1
* | | | | | New internal macro TclHasIntRep() to re-encapsulate the typePtr field.dgp2019-02-251-1/+1
* | | | | | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. jan.nijtmans2019-01-281-8/+8
* | | | | | If compiled with -DTCL_NO_DEPRECATED, remove Tcl_NewIntObj/Tcl_NewLongObj/Tcl...jan.nijtmans2018-12-121-1/+1