summaryrefslogtreecommitdiffstats
path: root/generic/tclNamesp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Tcl_ListObjLength -> TclListObjLengthjan.nijtmans2022-02-101-3/+3
* | | | More WIPjan.nijtmans2022-01-261-10/+10
* | | | TIP #616: Tcl lists > 2^31 elements. WIPjan.nijtmans2022-01-241-4/+4
|/ / /
* | | Merge 8.7jan.nijtmans2021-10-081-37/+37
|\ \ \ | |/ /
| * | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing listjan.nijtmans2021-10-061-15/+15
| * | Backport fixes for [ccc448a6bfd5], namespace ensemble subcommand name prefixpooryorick2021-09-021-2/+3
* | | Update code comments.pooryorick2021-09-021-5/+5
* | | Fix for [ccc448a6bfd59cbd], namespace ensemble subcommand name prefix matchin...pooryorick2021-09-011-2/+3
* | | merge 8.7 (resolve conflicts)dgp2021-05-201-80/+104
|\ \ \ | |/ /
| * | update documentation and macro namespooryorick2021-05-191-20/+21
| * | Fix for issue [e39cb3f462631a99], namespace is removed from other namespacepooryorick2021-05-181-4/+4
| * | Break TclDeleteNamespaceChildren out of TclTeardownNamespace.pooryorick2021-05-161-56/+78
* | | Merge 8.7jan.nijtmans2021-04-041-83/+59
|\ \ \ | |/ /
| * | Fix [https://github.com/tcltk/tcl/runs/2263266926|failing test-cases] with --...jan.nijtmans2021-04-041-111/+95
| * | Update code comments.pooryorick2021-04-031-33/+24
| * | Changes to code comments.pooryorick2021-04-031-8/+9
| * | When a namesapce is deleted delete all namespaces under it before making anypooryorick2021-04-031-59/+83
* | | When a namesapce is deleted delete all namespaces under it before making anypooryorick2021-04-031-59/+83
* | | Merge 8.7, resolve conflictsjan.nijtmans2021-01-111-1/+1
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2020-12-081-5/+5
|\ \ \ | |/ /
| * | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-5/+5