summaryrefslogtreecommitdiffstats
path: root/generic/tclLoad.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up a lot of small whitespace issues dkf2024-05-131-4/+5
* More whitespace cleanupdkf2024-05-101-20/+11
* Merge 8.7. encodingPtr -> encodingNamePtr (for consistency)jan.nijtmans2024-04-041-12/+12
|\
| * Merge 8.6jan.nijtmans2024-04-041-20/+20
| |\
| | * Tcl_GetString() -> TclGetString(), for minor speedup.jan.nijtmans2024-04-041-8/+8
| | * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-1/+1
| | * Merge 8.5jan.nijtmans2021-03-221-1/+1
| | |\
| | | * Fix incorrect comment: underscore ('_') is allowed in a packageNamejan.nijtmans2021-03-221-1/+1
| | | * Fix [8cd2fe7474]: "unload" command Bug (when handling multiple libs)jan.nijtmans2020-01-171-1/+1
* | | | Fix indentation/brace usage style issuesdkf2024-03-191-5/+5
* | | | Merge 8.7jan.nijtmans2023-10-191-12/+12
|\ \ \ \ | |/ / /
| * | | Handle sentinels for any C++ compilerjan.nijtmans2023-10-171-12/+12
* | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-14/+14
* | | | More -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-13/+13
* | | | Merge 8.7jan.nijtmans2022-10-211-1/+1
|\ \ \ \ | |/ / /
* | | | TIP #616: Tcl lists > 2^31 elementsjan.nijtmans2022-06-081-2/+2
|\ \ \ \
| * \ \ \ Merge 9.0jan.nijtmans2022-04-141-7/+7
| |\ \ \ \ | |/ / / / |/| | | |
| * | | | Merge 9.0. More progressjan.nijtmans2022-03-231-5/+20
| |\ \ \ \
| * | | | | More work in progressjan.nijtmans2022-01-241-1/+1
* | | | | | Rebase to Tcl 9.0jan.nijtmans2022-04-011-7/+7
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Use TIP #613's Tcl_GetIndexFromObj() to eliminate typecasts which are no long...jan.nijtmans2022-03-021-7/+7
* | | | | | Merge 8.7jan.nijtmans2022-03-221-5/+20
|\ \ \ \ \ \ | |_|/ / / / |/| | / / / | | |/ / / | |/| | |
| * | | | Fix [ac601b59bab7] by making only unloading a library from the process if itpooryorick2022-03-221-5/+20
| |/ / /
| * | | Tweak TIP #590 impl on MacOS: Shared library could start with capitaljan.nijtmans2021-06-251-1/+5
* | | | typojan.nijtmans2021-06-251-1/+1
* | | | merge 8.7 (resolve conflicts)dgp2021-05-201-64/+113
|\ \ \ \ | |/ / /
| * | | Eliminate compiler warnings about unused parameters.pooryorick2021-05-161-14/+10
| * | | Fix [28027d8bb7745fb0], memory leaks in tclUnload.c,pooryorick2021-05-151-47/+73
| * | | merge core-8-branchpooryorick2021-05-151-20/+25
| |\ \ \
| * | | | Separate library unloading routine from [unload] command processing.pooryorick2021-05-151-12/+38
* | | | | merge core-8-branchfvogel2021-05-151-21/+25
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Fix for issue [463b7a93be0a2ddd], Tcl_Unload, make gdb-test, segmentation faultpooryorick2021-05-141-21/+25
| |/ / /
* | | | Merge 9.0. Allow "Tcl9" prefix on MacOSjan.nijtmans2021-04-071-1/+5
|\ \ \ \
| * \ \ \ Merge 8.7jan.nijtmans2021-04-071-11/+11
| |\ \ \ \ | | |/ / /
| | * | | TIP #595 (for Tcl 8.7) part 1: just rename Tcl_StaticPackage to Tcl_StaticLib...jan.nijtmans2021-04-071-11/+11
| * | | | Merge 8.7jan.nijtmans2021-04-041-3/+3
| |\ \ \ \ | | |/ / /
| | * | | Rename exported symbol "Tcl_StaticPackage" to "Tcl_StaticLibrary". Still undo...jan.nijtmans2021-04-041-3/+3
| * | | | Merge 8.7jan.nijtmans2021-03-221-2/+2
| |\ \ \ \ | | |/ / /
| | * | | Rename MODULESCOPE TclGetLoadedPackagesEx() to TclGetLoadedLibraries()jan.nijtmans2021-03-221-2/+2
* | | | | indentingjan.nijtmans2021-03-221-1/+1
* | | | | Merge 9.0jan.nijtmans2021-03-221-26/+26
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.7jan.nijtmans2021-03-221-162/+162
| |\ \ \ \ | | |/ / /
| | * | | Rename internal variables, making it more clear that tclLoad.c is not part of...jan.nijtmans2021-03-221-162/+162
* | | | | Merge 9.0jan.nijtmans2021-03-221-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.7jan.nijtmans2021-03-191-142/+142
| |\ \ \ \ | | |/ / /
| | * | | Merge 8.6jan.nijtmans2021-03-191-142/+142
| | |\ \ \ | | | |/ /
| | | * | Change Tcl_StaticPackage's "pkgName" argument to "prefix" and improve documen...jan.nijtmans2021-03-191-31/+31
* | | | | Merge 9.0jan.nijtmans2021-02-171-1/+1
|\ \ \ \ \ | |/ / / /
* | | | | Merge 9.0jan.nijtmans2021-01-151-9/+3
|\ \ \ \ \ | |/ / / /
* | | | | Merge 9.0jan.nijtmans2020-12-101-1/+1
|\ \ \ \ \ | |/ / / /