summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7. ignore MP_WUR for mp_neg() calls with equal arguments (even though...jan.nijtmans2019-11-181-1/+1
|\
* \ Merge 8.7. Finish implementation.jan.nijtmans2019-11-121-1/+1
|\ \ | |/
* | Merge 8.7jan.nijtmans2019-11-111-1/+1
|\ \ | |/
| * Now that libtommath has mp_init_l/mp_init_ll/mp_init_ull, use those instead o...jan.nijtmans2019-11-081-1/+1
* | Re-base to core-8-branchjan.nijtmans2019-11-011-1/+1
|\ \ | |/ |/|
| * Merge 8.7. Complete implementation for MSVC and for UNIX.jan.nijtmans2019-04-091-1/+1
* | Merge 8.6jan.nijtmans2019-10-301-2/+2
|\ \
* \ \ Merge 8.6jan.nijtmans2019-10-221-1/+1
|\ \ \ | |/ /
* | | TIP #414 implementation: Add (back) Tcl_InitSubsystems as Public APIjan.nijtmans2019-09-141-1/+1
|\ \ \
| * \ \ Merge 8.7jan.nijtmans2019-09-051-1/+1
| |\ \ \
| * \ \ \ Merge 8.7jan.nijtmans2019-08-261-22/+22
| |\ \ \ \
| * \ \ \ \ Merge 8.7jan.nijtmans2019-08-141-21/+740
| |\ \ \ \ \
| * \ \ \ \ \ Merge 8.7jan.nijtmans2019-05-101-61/+165
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge 8.7jan.nijtmans2019-02-041-20/+20
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2018-12-081-32/+64
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge 8.6. Remove 3 duplicate build-entries in .travis.ymljan.nijtmans2019-09-071-10/+4
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | / / | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | Don't let Tcl compilation depend on USE_32BIT_TIME_T any more: Microsoft coul...jan.nijtmans2019-09-071-10/+4
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Don't let Tcl depend on USE_32BIT_TIME_T any more: If your compiler supports ...jan.nijtmans2019-09-061-10/+4
* | | | | | | | | | Merge 8.6jan.nijtmans2019-08-281-1/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | | | | | | | / / | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | Add /* FALLTHRU */ markers in various places (silencing possible GCC warnings...jan.nijtmans2019-08-281-1/+1
* | | | | | | | | Merge 8.7jan.nijtmans2019-08-141-5/+5
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | Eliminate the use of C++ keywords as variable names. Nothing more than rename...jan.nijtmans2019-07-231-5/+5
* | | | | | | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-22/+22
|/ / / / / / / /
* | | | | | | | 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
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |