summaryrefslogtreecommitdiffstats
path: root/generic/tclResult.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up a lot of small whitespace issues dkf2024-05-131-56/+56
* Merge 8.7. Tcl_GetStringFromObj() -> TclGetStringFromObj() (optimization)jan.nijtmans2024-03-211-2/+2
|\
| * Restore TclListObjLength()/TclListObjGetElements() macro's, as they were in 8.6jan.nijtmans2024-03-131-5/+5
* | Restore TclListObjGetElements()/TclListObjLength() as they were in 8.6 too.jan.nijtmans2024-03-121-5/+5
* | Merge 8.7jan.nijtmans2023-10-191-7/+7
|\ \ | |/
| * Handle sentinels for any C++ compilerjan.nijtmans2023-10-171-7/+7
| * More int -> Tcl_Size (backported from 9.0)jan.nijtmans2023-10-101-1/+1
* | Merge 8.7jan.nijtmans2023-06-021-1/+1
|\ \ | |/
* | Fix warnings generated on disable8api buildsapnadkarni2023-04-211-2/+2
* | Merge trunkapnadkarni2023-04-141-20/+17
|\ \
| * | Clean up Tcl_SetObjResult().pooryorick2023-04-131-20/+17
* | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-7/+7
|/ /
* | More -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-3/+3
* | TIP #616: Tcl lists > 2^31 elementsjan.nijtmans2022-06-081-7/+8
|\ \
| * \ Merge 9.0jan.nijtmans2022-05-171-5/+5
| |\ \ | |/ / |/| |
| * | Same with TclListObjGetElementsjan.nijtmans2022-02-101-2/+2
| * | Tcl_ListObjLength -> TclListObjLengthjan.nijtmans2022-02-101-3/+3
| * | More WIPjan.nijtmans2022-01-261-2/+3
| * | More work in progressjan.nijtmans2022-01-241-7/+7
| |\ \
| * | | TIP #616: Tcl lists > 2^31 elements. WIPjan.nijtmans2022-01-241-5/+5
| |/ /
* | | Merge 8.7jan.nijtmans2022-05-171-5/+5
|\ \ \ | | |/ | |/|
| * | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj...jan.nijtmans2022-05-171-5/+5
* | | Merge 8.7jan.nijtmans2022-02-101-4/+4
|\ \ \ | |/ / | | / | |/ |/|
| * Merge 8.6jan.nijtmans2022-02-101-4/+4
| |\
| | * Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_...jan.nijtmans2022-02-101-4/+4
| | * Tcl_NewObj() -> TclNewObj()jan.nijtmans2022-01-171-4/+6
| | * IntRep -> InternalRep. Internal changes only.jan.nijtmans2021-10-191-1/+1
* | | Merge 8.7jan.nijtmans2021-10-081-2/+2
|\ \ \ | |/ /
| * | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing listjan.nijtmans2021-10-061-2/+2
| * | Unbreak buildjan.nijtmans2021-04-131-1/+1
| * | Fix [f566e1c817]: macOS: -DTCL_NO_DEPRECATEDjan.nijtmans2021-04-121-1/+6
* | | Merge 8.7, resolve conflictsjan.nijtmans2021-01-111-2/+2
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2020-12-081-1/+1
|\ \ \ | |/ /
| * | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-1/+1
| * | Merge 8.6jan.nijtmans2020-09-281-4/+4
| |\ \ | | |/
| | * Eliminate many "register" keywords (which do nothing with modern compilers)jan.nijtmans2020-09-141-14/+14
* | | Merge 8.7jan.nijtmans2020-09-171-7/+8
|\ \ \ | |/ /
| * | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-9/+11
| * | Merge 8.6jan.nijtmans2020-04-141-1/+10
| |\ \ | | |/
| | * Merge 8.5. Failing tests highlight ticket [1b1f5f0b53].dgp2020-04-131-1/+10
| | |\
| | | * Same trouble fixed the same way in Tcl_AppendElement().dgp2020-04-091-1/+10
| | * | Use _copysign on Windows always (available from float.h). Use mp_iszero() whe...jan.nijtmans2020-01-081-2/+2
| | |\ \ | | | |/
| | | * * generic/tclResult.c (ResetObjResult): Correct failure to cleardgp2011-03-081-5/+7
* | | | Merge 8.7jan.nijtmans2020-02-281-4/+4
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2020-02-131-4/+2
| |\ \ \
| | * | | TIP #559 follow-up: Make sure that if Tcl_FreeResult() is used in an extensio...jan.nijtmans2020-01-251-4/+2
| * | | | Merge 8.7jan.nijtmans2020-01-071-19/+13
| |\ \ \ \ | | |/ / /
| * | | | Merge tip-548jan.nijtmans2019-08-151-13/+13
| |\ \ \ \
| * \ \ \ \ Merge 8.7. Continue implementation for win32jan.nijtmans2019-08-021-4/+4
| |\ \ \ \ \
| * | | | | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-9/+9