| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't let Tcl compilation depend on USE_32BIT_TIME_T any more: Microsoft coul... | jan.nijtmans | 2019-09-07 | 1 | -10/+4 |
|\ |
|
| * | Don't let Tcl depend on USE_32BIT_TIME_T any more: If your compiler supports ... | jan.nijtmans | 2019-09-06 | 1 | -10/+4 |
|
|
* | | Add /* FALLTHRU */ markers in various places (silencing possible GCC warnings... | jan.nijtmans | 2019-08-28 | 1 | -1/+1 |
|
|
* | | 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 |
|
|
* | | end-of-line spacing | jan.nijtmans | 2019-05-24 | 1 | -1/+1 |
|\ \
| |/ |
|
* | | 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 |
|
|
* | | 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 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Minor fix to entier(): Allow it to convert to "wideInt" as well when range is... | jan.nijtmans | 2018-08-17 | 1 | -6/+13 |
|
|
| * | | | Fix for [3592747]: Let TclNRTailcallEval handle namespace problems. | pooryorick | 2018-06-24 | 1 | -7/+1 |
|
|
| * | | | Rearrange a few lines TclRenameCommand to reduce operations. | pooryorick | 2018-02-15 | 1 | -6/+6 |
|
|
| * | | | Add the check for wrong arguments back to TclOO_Object_Destroy, remove | pooryorick | 2018-02-15 | 1 | -1/+0 |
|
|
| * | | | Streamline TclOO object cleanup routines. | pooryorick | 2018-02-15 | 1 | -0/+2 |
|
|
| * | | | Move return type to its own line. | pooryorick | 2018-02-15 | 1 | -2/+4 |
|
|
| * | | | Fix segmentation fault in TclOO that was noted in [16fe1b5807]. Update | pooryorick | 2018-02-14 | 1 | -29/+17 |
|
|
| * | | | Lift the restriction on command names names that begin with ":". | pooryorick | 2018-02-14 | 1 | -87/+79 |
|
|
| * | | | Move return type to its own line. | pooryorick | 2017-11-23 | 1 | -2/+4 |
|
|
| * | | | Fix segmentation fault in TclOO that was noted in [16fe1b5807]. Update | pooryorick | 2017-11-19 | 1 | -29/+17 |
|
|
| * | | | Lift the restriction on command names names that begin with ":". | pooryorick | 2017-11-17 | 1 | -8/+0 |
|
|
| * | | | Fix [16fe1b5807]: namespace ensemble command named ":" is mistakenly given the | pooryorick | 2017-11-17 | 1 | -34/+71 |
|
|
| * | | | Remove compat/float.h and related machinery. The last system known where this... | jan.nijtmans | 2017-11-15 | 1 | -1/+1 |
|
|
| * | | | Fix for issue 9fd5c629c1, TclOO - aborts when a trace on command deletion | pooryorick | 2017-10-30 | 1 | -4/+4 |
|
|
| * | | | Make mp_get_long and mp_set_long available to tommath-enabled Tcl extensions.... | jan.nijtmans | 2017-09-13 | 1 | -2/+2 |
|
|
| * | | | merge core-8-6-branch | jan.nijtmans | 2017-09-04 | 1 | -1/+1 |
| |\ \ \ |
|
| | * | | | Typo's (Thanks to Gustaf Neumann), nothing functional. | jan.nijtmans | 2017-09-04 | 1 | -1/+1 |
|
|
| * | | | | [0e4d88b650] Allow command overwrite when deletion callback deletes namespace. | dgp | 2017-09-02 | 1 | -62/+104 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | [0e4d88b650] Allow command overwrite when deletion callback deletes namespace. | dgp | 2017-09-02 | 1 | -62/+104 |
| | |\ \ \
| | | | |/
| | | |/| |
|
| | | * | | Similar fix to Tcl_CreateCommand(). | dgp | 2017-09-02 | 1 | -31/+54 |
|
|
| | | * | | Tidy up. | dgp | 2017-09-02 | 1 | -33/+40 |
|
|
| | | * | | [Bug 0e4d88b650] First draft fix. Re-resolve namespace after cmd deletion. | dgp | 2017-09-02 | 1 | -8/+20 |
| | | |/ |
|
| | | * | Implement TIP #440: Add engine to tcl_platform Array | jan.nijtmans | 2016-01-29 | 1 | -0/+7 |
|
|
| * | | | merge core-8-6-branch | jan.nijtmans | 2017-06-07 | 1 | -5/+5 |
| |\ \ \
| | |/ / |
|
| | * | | Tcl_GetWideIntFromObj() -> TclGetWideIntFromObj(), and minor other simplifica... | jan.nijtmans | 2017-06-07 | 1 | -5/+5 |
|
|
| * | | | Merge core-8-6-branch. This removes the work currently being done in "sebres-... | jan.nijtmans | 2017-06-02 | 1 | -1/+0 |
| |\ \ \
| | |/ / |
|
| * | | | merge trunk (to sebres-trunk-timerate) | sebres | 2017-05-11 | 1 | -7/+54 |
| |\ \ \ |
|
| | * \ \ | merge core-8-6-branch | jan.nijtmans | 2017-04-14 | 1 | -1/+1 |
| | |\ \ \
| | | |/ / |
|
| | * | | | merge core-8-6-branch | jan.nijtmans | 2017-04-12 | 1 | -1/+31 |
| | |\ \ \ |
|
| | * | | | | Remove some unnecessary "struct" definitions and some type casts no longer ne... | jan.nijtmans | 2017-04-11 | 1 | -1/+1 |
|
|
| | * | | | | If compiled with TCL_NO_DEPRECATED, the functions TclpGetDate/TclpLocaltime/T... | jan.nijtmans | 2017-04-06 | 1 | -1/+1 |
|
|
| | * | | | | If compiled with TCL_NO_DEPRECATED, remove some more stub entries which are n... | jan.nijtmans | 2017-03-20 | 1 | -0/+6 |
|
|
| | * | | | | If Tcl is compiled with -DTCL_NO_DEPRECATED, make sure that iPtr->(resultSpac... | jan.nijtmans | 2017-03-17 | 1 | -0/+10 |
|
|
| | * | | | | Make 'clock' and 'encoding' into compilable ensembles that play with safe int... | Kevin B Kenny | 2017-03-14 | 1 | -5/+6 |
| | |\ \ \ \ |
|