summaryrefslogtreecommitdiffstats
path: root/generic/tclNamesp.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up a lot of small whitespace issues dkf2024-05-131-22/+21
* More whitespace cleanupdkf2024-05-101-4/+1
* Merge 8.7. Tcl_GetStringFromObj() -> TclGetStringFromObj() (optimization)jan.nijtmans2024-03-211-1/+1
|\
| * Restore TclListObjLength()/TclListObjGetElements() macro's, as they were in 8.6jan.nijtmans2024-03-131-4/+4
| * Merge 8.6jan.nijtmans2024-03-121-37/+37
| |\
| | * Code cleanup, no change in functionality. All backported from 8.7/9.0jan.nijtmans2024-03-121-7/+10
* | | more spacing/formatting tweaksdkf2024-03-191-12/+12
* | | Restore TclListObjGetElements()/TclListObjLength() as they were in 8.6 too.jan.nijtmans2024-03-121-4/+4
* | | re-generate tclOOScript.h, and fix testcasejan.nijtmans2024-03-091-2/+2
|\ \ \ | |/ /
| * | (backport): Corrections to TclOO errorcodes from scripted partsjan.nijtmans2024-03-091-2/+2
* | | merge 8.7sebres2024-03-081-12/+20
|\ \ \ | |/ /
| * | merge 8.6sebres2024-03-081-12/+20
| |\ \ | | |/
| | * TclGetNamespaceForQualName: TCL_FIND_IF_NOT_SIMPLE considers alternate search...sebres2024-03-081-12/+20
* | | Merge 8.7jan.nijtmans2024-03-081-1/+1
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2024-03-071-42/+45
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2024-03-071-43/+46
| |\ \ | | |/
| | * Add internal flag TCL_FIND_IF_NOT_SIMPLE for (internal) TclGetNamespaceForQua...jan.nijtmans2024-03-071-2/+11
| | * Code cleanup/formattingjan.nijtmans2024-03-071-75/+75
| | * Reduce code duplication (borrowed from "bug-910d67a229fe7f65" branch, but ind...jan.nijtmans2024-03-061-8/+3
| | * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-3/+3
| | * Better error-message for previous commit. Some more code-cleanup, backported ...jan.nijtmans2023-01-231-92/+70
* | | Merge 8.7jan.nijtmans2023-11-101-2/+2
|\ \ \ | |/ /
| * | Recommend Tcl_CreateObjCommand over Tcl_CreateCommandjan.nijtmans2023-11-101-2/+2
* | | Merge 8.7jan.nijtmans2023-10-191-15/+15
|\ \ \ | |/ /
| * | Handle sentinels for any C++ compilerjan.nijtmans2023-10-171-15/+15
| * | Move VarHashGetKey() to tclInt.h. More int -> Tcl_Sizejan.nijtmans2023-06-201-39/+42
* | | Merge 8.7jan.nijtmans2023-06-191-1/+1
|\ \ \ | |/ /
| * | New (internal) macro TclAttemptInitStringRep()jan.nijtmans2023-06-021-2/+6
* | | Fix warnings generated on disable8api buildsapnadkarni2023-04-211-1/+1
* | | Merge trunkapnadkarni2023-04-141-3/+3
|\ \ \
| * \ \ Correct spelling errors in comments and documentation, but also a non-comment...pooryorick2023-04-121-3/+3
| |\ \ \ | | |/ /
| | * | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-3/+3
* | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-37/+37
|/ / /
* | | Another round of -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-29/+29
* | | merge 8.7dgp2023-01-301-0/+2
|\ \ \ | |/ /
| * | Add some comments and tidy code.pooryorick2023-01-271-0/+2
* | | TIP 644 - Make Tcl_ObjType extensibleapnadkarni2022-10-111-1/+2
* | | Merge 9.0jan.nijtmans2022-05-171-4/+4
|\ \ \
| * \ \ Merge 8.7jan.nijtmans2022-05-171-4/+4
| |\ \ \ | | |/ /
| | * | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj...jan.nijtmans2022-05-171-4/+4
* | | | Make framePtr->level size_tjan.nijtmans2022-03-151-2/+2
* | | | Provide somewhat more space in Tcl_CallFramejan.nijtmans2022-03-081-1/+1
* | | | Merge 9.0jan.nijtmans2022-02-241-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2022-02-101-2/+2
| |\ \ \ | | |/ /
| | * | Merge 8.6jan.nijtmans2022-02-101-2/+2
| | |\ \ | | | |/
| | | * Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_...jan.nijtmans2022-02-101-2/+2
| | | * IntRep -> InternalRep. Internal changes only.jan.nijtmans2021-10-191-3/+3
| | | * More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea...jan.nijtmans2020-10-131-2/+4
| | | * Eliminate many "register" keywords (which do nothing with modern compilers)jan.nijtmans2020-09-141-37/+37
* | | | Same with TclListObjGetElementsjan.nijtmans2022-02-101-1/+1