summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2020-03-181-6/+6
|\
| * More uppercase HEX representations in source-code.jan.nijtmans2020-03-181-4/+4
| * Better error-handling in some libtommath calls.jan.nijtmans2020-01-231-1/+1
* | TIP 569 - remove lint commentsdgp2020-03-171-3/+0
* | More deployment of TCL_UNUSED. (Travis appears happy with it).dgp2020-03-061-92/+46
* | Merge 8.7jan.nijtmans2020-02-261-4/+4
|\ \
* \ \ Merge 8.7jan.nijtmans2020-02-131-8/+29
|\ \ \ | |/ /
| * | Start handling WUR (Warn Unused Result) in all tommath calls. WIP, not comple...jan.nijtmans2020-01-091-8/+29
* | | Merge 8.7jan.nijtmans2020-01-071-0/+2
|\ \ \ | |/ /
| * | Missing bit of interp->result deprecation.dgp2020-01-061-0/+2
* | | Fix 2 unused arguments with USE_DTRACEjan.nijtmans2019-12-201-1/+3
* | | Merge 8.7jan.nijtmans2019-12-131-3/+3
|\ \ \ | |/ /
| * | 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
| |\ \ \ | | |/ /
| * | | 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.7jan.nijtmans2019-11-091-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
| |/ / /
* | | | Merge 8.7jan.nijtmans2019-11-041-2/+2
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2019-10-301-2/+2
| |\ \ \ | | | |/ | | |/|
* | | | Merge 8.7jan.nijtmans2019-10-241-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2019-10-221-1/+1
| |\ \ \ | | |/ /
* | | | Merge 8.7jan.nijtmans2019-09-141-11/+5
|\ \ \ \ | |/ / /
| * | | 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 tip-548jan.nijtmans2019-08-291-39/+85
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | 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 tip-548jan.nijtmans2019-08-151-22/+22
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Merge 8.7jan.nijtmans2019-08-141-5/+5
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | |
| * | | | | | | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-22/+22
* | | | | | | | | | Merge 8.7. Continue implementation for win32jan.nijtmans2019-08-021-21/+29
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | 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
* | | | | | | | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-100/+100
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
* | | | | | | | | Experiment: compile Tcl with C++ compiler. WIPjan.nijtmans2019-07-041-30/+30
|/ / / / / / / /
* | | | | | | | Even better commenting of the fpclassify() replacement trickery.dkf2019-06-271-24/+38