summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.c
Commit message (Expand)AuthorAgeFilesLines
* Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_...jan.nijtmans2022-02-101-3/+3
* Tcl_NewObj() -> TclNewObj()jan.nijtmans2022-01-171-5/+5
* Fix [6ef312dcf5]: memcpy() with NULL source in Tcl_CreateMathFunc()jan.nijtmans2021-12-161-1/+3
* Fix [90612089d8]: signed integer overflow in ExprRandFunc()jan.nijtmans2021-12-161-4/+4
|\
| * Fix [90612089d8]: signed integer overflow in ExprRandFunc()jan.nijtmans2021-12-151-4/+4
|/
* Unbreak buildjan.nijtmans2021-11-261-1/+1
* Change TclInitSubsystems() signature, matching Tcl_InitSubsystems() in Tcl 8....jan.nijtmans2021-11-261-146/+150
* Remove the refCount increment that accompanied the decrement removed in thepooryorick2021-05-181-1/+0
* Remove unnecessary refCount decrement.pooryorick2021-05-171-1/+0
* Fix for [688fcc7082fa99a4], trace on imported alias deletes alias and thenpooryorick2021-05-171-14/+13
* Use _wgetenv() in stead of getenv() on Windows: The wide environment is not a...jan.nijtmans2021-02-231-0/+4
* Fix [48898ab5f6a0d957]: Too few is better than not enough? (Inconsistent erro...jan.nijtmans2020-10-261-2/+2
* Eliminate many "register" keywords (which do nothing with modern compilers)jan.nijtmans2020-09-141-22/+22
* Many more internal master/slave -> parent/child renamingsjan.nijtmans2020-09-011-3/+3
* Implement TIP #581: Master/Slavejan.nijtmans2020-08-311-1/+1
* Eliminate many unnecessary type-casts, mostly (size_t) when value is already ...jan.nijtmans2020-08-111-1/+1
* Fix mistake in [7eed2baf73]pooryorick2020-08-101-1/+1
* Fix for [29e8848eb976], imported alias in a deletion trace.pooryorick2020-08-101-1/+2
* 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
* 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
* | Add /* FALLTHRU */ markers in various places (silencing possible GCC warnings...jan.nijtmans2019-08-281-1/+1
* | 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
* | end-of-line spacingjan.nijtmans2019-05-241-1/+1
|\ \ | |/
* | 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
* | 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
|\ \ \ \ | |_|/ / |/| | |
| * | | Minor fix to entier(): Allow it to convert to "wideInt" as well when range is...jan.nijtmans2018-08-171-6/+13
| * | | Fix for [3592747]: Let TclNRTailcallEval handle namespace problems.pooryorick2018-06-241-7/+1
| * | | Rearrange a few lines TclRenameCommand to reduce operations.pooryorick2018-02-151-6/+6
| * | | Add the check for wrong arguments back to TclOO_Object_Destroy, removepooryorick2018-02-151-1/+0
| * | | Streamline TclOO object cleanup routines.pooryorick2018-02-151-0/+2
| * | | Move return type to its own line.pooryorick2018-02-151-2/+4
| * | | Fix segmentation fault in TclOO that was noted in [16fe1b5807]. Updatepooryorick2018-02-141-29/+17
| * | | Lift the restriction on command names names that begin with ":".pooryorick2018-02-141-87/+79
| * | | Move return type to its own line.pooryorick2017-11-231-2/+4
| * | | Fix segmentation fault in TclOO that was noted in [16fe1b5807]. Updatepooryorick2017-11-191-29/+17
| * | | Lift the restriction on command names names that begin with ":".pooryorick2017-11-171-8/+0
| * | | Fix [16fe1b5807]: namespace ensemble command named ":" is mistakenly given thepooryorick2017-11-171-34/+71
| * | | Remove compat/float.h and related machinery. The last system known where this...jan.nijtmans2017-11-151-1/+1
| * | | Fix for issue 9fd5c629c1, TclOO - aborts when a trace on command deletionpooryorick2017-10-301-4/+4