summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.c
Commit message (Expand)AuthorAgeFilesLines
* merge 8.7dgp2018-05-241-29/+37
|\
| * Simplify usage of TCL_THREAD, along the lines of [eeddb0693a950be980a66de3811...jan.nijtmans2018-05-221-2/+2
| * TIP #491 implementation: Threading Support: phasing out non-threaded buildsjan.nijtmans2018-05-171-2/+2
| |\
| * | General code style cleanup.dkf2018-05-131-27/+35
| |/
* | merge 8.7dgp2018-03-151-0/+1
|\ \ | |/
| * merge 8.7dgp2018-03-121-107/+196
| |\
| * \ merge 8.7dgp2017-11-071-76/+148
| |\ \
| * | | Basic scaffolding for tcl::processf.bonnet2017-08-171-0/+1
* | | | merge 8.7dgp2018-03-101-3/+8
|\ \ \ \ | | |_|/ | |/| |
| * | | Improve -DTCL_NO_DEPRECATED compiles. It now can handle loading stub-enabled ...jan.nijtmans2018-03-071-3/+8
* | | | merge 8.7dgp2018-03-051-1/+1
|\ \ \ \ | |/ / /
| * | | Use mp_isneg() in stead of mp_cmp_d() when the output of this function is sim...jan.nijtmans2018-02-271-1/+1
* | | | merge 8.7dgp2018-02-061-26/+11
|\ \ \ \ | |/ / /
| * | | TIP 484: Merge 'int' and 'wideInt' Obj-type to a single 'int'dgp2018-02-061-25/+8
| |\ \ \
| | * | | Rename (internal) TclNewWideObj macro to TclNewIntObj. Change Tcl_SetIntObj/T...jan.nijtmans2018-01-261-1/+1
| | * | | Merge core-8-branch. Also some minor performance improvement: Turn Tcl_NewLon...jan.nijtmans2018-01-261-1/+1
| | |\ \ \
| | * \ \ \ merge core-8-branchjan.nijtmans2018-01-221-2/+8
| | |\ \ \ \
| | * \ \ \ \ merge core-8-branchjan.nijtmans2018-01-161-6/+7
| | |\ \ \ \ \
| | * \ \ \ \ \ merge core-8-branchjan.nijtmans2017-12-281-1/+1
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ merge core-8-branchjan.nijtmans2017-12-191-1/+5
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ merge core-8-branchjan.nijtmans2017-12-061-66/+154
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ merge core-8-branch. Also fix some test-cases, expecting the existence of "in...jan.nijtmans2017-11-151-1/+1
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Rebase back to 8.7 (core-8-branch), since that's what the TIP is meant for. (...jan.nijtmans2017-11-091-12/+99
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|/ | | | |/| | | | | | | |
| | * | | | | | | | | | merge trunkdgp2017-11-091-99/+12
| | |\ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ 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
| | | |\ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / /
| | | * | | | | | | | | | Implementation branch for TIP 114 - Eliminate Octal Parsing...dgp2017-10-231-1/+0
| | * | | | | | | | | | | Finally, get rid of tclWideIntType completelyjan.nijtmans2017-11-011-1/+1
| | * | | | | | | | | | | Eliminate most usage of TCL_NUMBER_LONG, just use TCL_NUMBER_WIDE in stead (s...jan.nijtmans2017-10-311-2/+1
| | * | | | | | | | | | | more progress in code simplificationsjan.nijtmans2017-10-301-23/+7
| | | |/ / / / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Add remaining wrapper to the NR functions, remaining calls topooryorick2018-02-061-1/+3
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | merge 8.7dgp2018-01-231-0/+2
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | typodgp2018-01-221-1/+1
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | Follow-up to previous commit (TIP #485 implementation). Actually remove Tcl_B...jan.nijtmans2018-01-201-0/+2
* | | | | | | | | | merge 8.7dgp2018-01-181-2/+6
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | merge core-8-branchjan.nijtmans2018-01-121-8/+13
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | |
| * | | | | | | | | merge core-8-branchjan.nijtmans2017-11-301-66/+85
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | |
| * | | | | | | | | merge core-8-branch. jan.nijtmans2017-11-231-1/+74
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ merge core-8-branch. Deprecate support for "string bytelength"jan.nijtmans2017-11-201-1/+1
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / | | |/| | | | | | | |
| * | | | | | | | | | TIP #485 implementation: "Remove Deprecated API". Based on Tcl 8.7 (core-8-br...jan.nijtmans2017-11-081-1/+1
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | merge 8.7dgp2018-01-111-6/+7
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | |
| * | | | | | | | | Merge pyk-TclOO branch. See [90657479e8]pooryorick2018-01-081-0/+1
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ merge core-8-branchpooryorick2017-12-261-2/+4
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ / | | | |/| | | | | | |
| | * | | | | | | | | Add the check for wrong arguments back to TclOO_Object_Destroy, removepooryorick2017-12-111-1/+0
| | * | | | | | | | | Streamline TclOO object cleanup routines.pooryorick2017-12-101-0/+2
| * | | | | | | | | | Rearrange a few lines TclRenameCommand to reduce operations.pooryorick2018-01-081-6/+6
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | merge 8.7dgp2017-12-191-1/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | [586e71dce4] Exeception handling at level #0 by EvalObjvdgp2017-12-191-1/+1
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |