summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | merge 8.7dgp2018-03-111-0/+15
|\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| * | | | | | | | | [db36fa5122] Upgrade the index value parsing and encoding machinery. Refactor...dgp2018-03-101-0/+15
| |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | / | | |_|_|_|_|_|_|/ | |/| | | | | | |
| | * | | | | | | Return routine to file scope.dgp2018-03-091-2/+0
| | * | | | | | | Refactor the index value encode/decode machinery for broader use.dgp2018-03-091-0/+15
| | * | | | | | | New internal routine TclGetEndOffsetFromObj.dgp2018-03-061-0/+2
| | * | | | | | | Fix segmentation fault in TclOO that was noted in [16fe1b5807]. Updatepooryorick2018-02-141-0/+4905
| | * | | | | | | Lift the restriction on command names names that begin with ":".pooryorick2018-02-141-4922/+0
* | | | | | | | | Use internalRep.wideValue as internal representation for booleans. This simpl...jan.nijtmans2018-02-151-3/+2
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
* | | | | | | | | Merge core-8-branchjan.nijtmans2018-02-141-2/+10
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Move TclGetBooleanFromObj to tclInt.h, so multiple source files can use it. C...jan.nijtmans2018-02-141-2/+10
* | | | | | | | | merge 8.7dgp2018-02-091-3/+3
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | small code review: resolve conversion warnings (possible loss of data, signed...sebres2018-02-091-2/+2
| * | | | | | | | fixes [9280abbaf57fca3eb40a89403d9d891853209bb6]: compare of `LLONG_MAX == LO...sebres2018-02-081-1/+1
* | | | | | | | | merge core-8-branchjan.nijtmans2018-02-061-62/+46
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | TIP 484: Merge 'int' and 'wideInt' Obj-type to a single 'int'dgp2018-02-061-52/+25
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Rename (internal) TclNewWideObj macro to TclNewIntObj. Change Tcl_SetIntObj/T...jan.nijtmans2018-01-261-3/+3
| | * | | | | | | | Merge core-8-branch. Also some minor performance improvement: Turn Tcl_NewLon...jan.nijtmans2018-01-261-2/+2
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | make the old "int" type "static", since it's just used in a single file.jan.nijtmans2018-01-221-1/+0
| | * | | | | | | | | Put old "int" type back. Not used by Tcl anymore, but this restores compatibi...jan.nijtmans2018-01-221-0/+1
| | * | | | | | | | | merge core-8-branchjan.nijtmans2018-01-221-15/+17
| | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / /
| | * | | | | | | | | merge core-8-branchjan.nijtmans2018-01-161-1/+0
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ merge core-8-branchjan.nijtmans2017-12-281-5/+4
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ / / | | | |/| | | | | | | |
| | * | | | | | | | | | merge core-8-branchjan.nijtmans2017-12-191-20/+19
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|/ | | | |/| | | | | | | |
| | * | | | | | | | | | merge core-8-branchjan.nijtmans2017-12-061-1/+30
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|/ | | | |/| | | | | | | |
| | * | | | | | | | | | merge core-8-branch. Also fix some test-cases, expecting the existence of "in...jan.nijtmans2017-11-151-2/+2
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Rebase back to 8.7 (core-8-branch), since that's what the TIP is meant for. (...jan.nijtmans2017-11-091-19/+57
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2017-11-091-58/+20
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ merge trunkjan.nijtmans2017-11-031-13/+18
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|/ / | | | |/| | | | | | | | | | |
| | * | | | | | | | | | | | | Finally, get rid of tclWideIntType completelyjan.nijtmans2017-11-011-47/+6
| | * | | | | | | | | | | | | Fix some pointer arthemeric (only visible on big-endian systems)jan.nijtmans2017-10-301-1/+18
| | * | | | | | | | | | | | | more progress in code simplificationsjan.nijtmans2017-10-301-4/+4
| | * | | | | | | | | | | | | Experimental branch meant to eliminate the "wideint" type, just merge it to a...jan.nijtmans2017-10-301-7/+7
| * | | | | | | | | | | | | | Merge the NRE-enabling of [package require].dgp2018-02-061-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | Fix segmentation fault triggered by test package-3.12. Adapt signature ofpooryorick2018-01-311-0/+1
| | | |_|_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | Rework TclStringReverse to consistent standard form.dgp2018-02-061-3/+3
| * | | | | | | | | | | | | | Rename TclStringFind to TclStringFirst. Repair its operations on bytearrays.dgp2018-02-061-2/+2
| * | | | | | | | | | | | | | Revise the TclStringCat() interface to follow a common pattern.dgp2018-02-051-3/+2
| * | | | | | | | | | | | | | Revise TclStringRepeat() interface so that in place operations are done onlydgp2018-02-051-2/+13
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Now really remove Tcl_EvalTokens/Tcl_Backslash as promised in the TIP.jan.nijtmans2018-01-191-3/+0
* | | | | | | | | | | | | | Remove obsolete documentation (belonging to now-removed functions). Remove ob...jan.nijtmans2018-01-171-13/+0
* | | | | | | | | | | | | | Remove Tcl_CaseObjCmd from tclInt.h as well (was missing in previous commit)jan.nijtmans2018-01-171-5/+0
* | | | | | | | | | | | | | TIP #485 implementation, Tcl 9.0 part: Realy remove code which was declared d...jan.nijtmans2018-01-171-9/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | TIP #485 implementation, Tcl 8.6 part: If Tcl is compiled with -DTCL_NO_DEPRE...jan.nijtmans2018-01-171-9/+11
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ merge core-8-branchjan.nijtmans2018-01-121-25/+22
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|/ / / / | | | |/| | | | | | | | | | |
| | * | | | | | | | | | | | | merge core-8-branchjan.nijtmans2017-11-301-1/+28
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ / / / / / | | | |/| | | | | | | | | | |
| | * | | | | | | | | | | | | merge core-8-branch. jan.nijtmans2017-11-231-2/+4
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | Deprecate support for macro's like CONST, CONST84, _ANSI_ARGS_, INLINE, TCL_V...jan.nijtmans2017-11-201-3/+3
| | * | | | | | | | | | | | | | merge core-8-branch. Deprecate support for "string bytelength"jan.nijtmans2017-11-201-2/+2
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|/ / / / / / | | | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | | | TIP #485 implementation: "Remove Deprecated API". Based on Tcl 8.7 (core-8-br...jan.nijtmans2017-11-081-1/+1
| | | |_|_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | merge core-8-6-branch (typo's)jan.nijtmans2018-01-171-6/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | |