summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.c
Commit message (Expand)AuthorAgeFilesLines
* merge core-8-branchjan.nijtmans2017-11-291-66/+85
|\
| * merge pyk-command-named-colonpooryorick2017-11-251-66/+85
| |\
| | * 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
* | | merge core-8-branchpspjuth2017-11-211-0/+69
|\ \ \ | |/ /
| * | Re-base to core-8-branch: This change is fine as-is for Tcl 8.7, I wouldn't r...jan.nijtmans2017-11-201-47/+69
| |\ \ | | |/
| * | Changed math functions min and max to C implementations.pspjuth2017-11-191-0/+69
| | |
| \ \
*-. \ \ TIP #422, Tcl 9.0 part: Don't Use stdarg.h/va_list in Public APIjan.nijtmans2017-11-171-42/+11
|\ \ \ \ | | | |/ | | |/|
| * | | Re-base TIP #422 implementation to trunk. Remove Tcl_VarEvalVA() as well. TIP...jan.nijtmans2017-11-071-42/+11
| |\ \ \
* | \ \ \ merge core-8-branchjan.nijtmans2017-11-151-1/+1
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Remove compat/float.h and related machinery. The last system known where this...jan.nijtmans2017-11-151-1/+1
| | |/ / | |/| |
* | | | Remove extra.unused2 field from struct Interp. It really is unused ...jan.nijtmans2017-11-141-2/+1
| |/ / |/| |
* | | TIPs 330 & 336 changes to Tcl 9 Implementationdgp2017-11-031-98/+12
|\ \ \
| * | | tidyingdgp2017-10-301-2/+1
| * | | Patch to make changes to Tcl 9 prescribed by TIPs 330 and 336.dgp2017-10-301-97/+12
| |/ /
* | | merge trunkdgp2017-10-301-4/+4
|\ \ \ | |/ /
| * | Fix for issue 9fd5c629c1, TclOO - aborts when a trace on command deletionpooryorick2017-10-301-4/+4
* | | Implementation branch for TIP 114 - Eliminate Octal Parsing...dgp2017-10-231-1/+0
|/ /
* | Make mp_get_long and mp_set_long available to tommath-enabled Tcl extensions....jan.nijtmans2017-09-131-2/+2
* | merge core-8-6-branchjan.nijtmans2017-09-041-1/+1
|\ \ | |/
| * Typo's (Thanks to Gustaf Neumann), nothing functional.jan.nijtmans2017-09-041-1/+1
* | [0e4d88b650] Allow command overwrite when deletion callback deletes namespace.dgp2017-09-021-62/+104
|\ \ | |/
| * [0e4d88b650] Allow command overwrite when deletion callback deletes namespace.dgp2017-09-021-62/+104
| |\
| | * Similar fix to Tcl_CreateCommand().dgp2017-09-021-31/+54
| | * Tidy up.dgp2017-09-021-33/+40
| | * [Bug 0e4d88b650] First draft fix. Re-resolve namespace after cmd deletion.dgp2017-09-021-8/+20
| | * Implement TIP #440: Add engine to tcl_platform Arrayjan.nijtmans2016-01-291-0/+7
* | | merge core-8-6-branchjan.nijtmans2017-06-071-5/+5
|\ \ \ | |/ /
| * | Tcl_GetWideIntFromObj() -> TclGetWideIntFromObj(), and minor other simplifica...jan.nijtmans2017-06-071-5/+5
* | | Merge core-8-6-branch. This removes the work currently being done in "sebres-...jan.nijtmans2017-06-021-1/+0
|\ \ \ | |/ /
* | | merge trunk (to sebres-trunk-timerate)sebres2017-05-111-7/+54
|\ \ \
| * \ \ merge core-8-6-branchjan.nijtmans2017-04-141-1/+1
| |\ \ \ | | |/ /
| | * | Don't use "0%o" format in test-cases, as it suggest's it's the normal way to ...jan.nijtmans2017-04-141-1/+1
| * | | merge core-8-6-branchjan.nijtmans2017-04-121-1/+31
| |\ \ \ | | |/ /
| | * | bug fix for [42202ba1e5ff566e0f9abb9f890e460fbc6c1c5c]: segfault by coro injectsebres2017-04-041-1/+31
| * | | Remove some unnecessary "struct" definitions and some type casts no longer ne...jan.nijtmans2017-04-111-1/+1
| * | | If compiled with TCL_NO_DEPRECATED, the functions TclpGetDate/TclpLocaltime/T...jan.nijtmans2017-04-061-1/+1
| * | | If compiled with TCL_NO_DEPRECATED, remove some more stub entries which are n...jan.nijtmans2017-03-201-0/+6
| * | | If Tcl is compiled with -DTCL_NO_DEPRECATED, make sure that iPtr->(resultSpac...jan.nijtmans2017-03-171-0/+10
| * | | Make 'clock' and 'encoding' into compilable ensembles that play with safe int...Kevin B Kenny2017-03-141-5/+6
| |\ \ \ | | |/ /
| | * | Make 'clock' and 'encoding' into compilable ensembles that play with safe int...Kevin B Kenny2017-03-141-0/+1
| | * | Make 'clock' and 'encoding' into proper compilable ensemblesKevin B Kenny2017-03-141-5/+5
* | | | merge trunksebres2017-03-061-6/+5
|\ \ \ \ | |/ / /
| * | | More internal use of size_t in stead of int, e.g. for epoch'sjan.nijtmans2017-02-151-1/+1
| * | | In TclGetNumberFromObj() macro (tclExecute.c): Don't fill in type if TCL_ERRO...jan.nijtmans2017-02-031-1/+1
| * | | If TCL_NO_DEPRECATED is defined, remove the "case" statement, and use much le...jan.nijtmans2017-01-251-1/+1
| * | | Merge core-8-6-branch. jan.nijtmans2017-01-111-3/+2
| |\ \ \ | | |/ /
* | | | New performance measurement routine "timerate" in opposition to "time" the ex...sebres2017-01-091-0/+1
|/ / /