summaryrefslogtreecommitdiffstats
path: root/generic/tclNamesp.c
Commit message (Expand)AuthorAgeFilesLines
* Review [56f880ad7b|this] commit: Introduce TclNewNamespaceObj() to factor out...jan.nijtmans2025-04-141-7/+6
* Add explanation for fix for ticket [63449c0514]oehhar2024-12-151-0/+3
* Proposed fix for [63449c0514]: [namespace children] doesn't match non-glob pa...core-bug-63449c0514jan.nijtmans2024-12-131-1/+1
* merge 8.7core-bug-02977e0004-9.0dkf2024-11-011-3/+3
|\
| * merge 8.6core-bug-02977e0004-8.7dkf2024-11-011-9/+7
| |\
| | * Fix the bug by forcing classes to be destroyed eagerly while queueing instances.dkf2024-11-011-9/+7
* | | merge 8.7sebres2024-10-231-2/+2
|\ \ \ | |/ /
| * | merge 8.6, conflicts resolvedsebres2024-10-231-6/+5
| |\ \ | | |/
| | * Don't make the var be Interp* when all uses are Tcl_Interp*dkf2024-10-231-10/+9
| | * Tcl_GetString() -> TclGetString(), for minor speedup.jan.nijtmans2024-04-041-2/+2
* | | Fix memory leakdkf2024-08-181-1/+2
* | | Define TclNewNamespaceObj() to capture common idiomdkf2024-08-171-263/+340
* | | Backout the "dullest commit ever" (not my words ....). It breaks the build. jan.nijtmans2024-05-141-21/+22
* | | 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