summaryrefslogtreecommitdiffstats
path: root/generic/tclLoad.c
Commit message (Collapse)AuthorAgeFilesLines
* Improve bunch of error-messagesjan.nijtmans2024-08-151-3/+3
|\
| * Allow "tcl8" as library prefix (just as "tcl9" for Tcl 9)jan.nijtmans2024-08-151-3/+6
| |
* | merge 8.7sebres2024-07-161-2/+2
|\ \ | |/
| * amend to [ae09f6b190]: fixes SF [a7b7dd7927f3d56b] - LoadCleanupProc can be ↵sebres2024-07-161-2/+2
| | | | | | | | invoked with NULL first pointer (empty list on interp deletion if unloaded earlier)
* | merge 8.7 (fixes memory leak [ae09f6b190ceec31])sebres2024-07-151-22/+27
|\ \ | |/
| * fixes memory leak [ae09f6b190ceec31]: properly unload and free InterpLibrary ↵sebres2024-07-151-30/+33
| | | | | | | | if interpreter gets deleted
* | Backout the "dullest commit ever" (not my words ....). It breaks the build. jan.nijtmans2024-05-141-5/+4
| | | | | | JN: Many of those changes are actually good, but there are too many changes to be able to search for a bug somewhere. Feel free to re-apply, after assuring it's really only whitespace changes. (my advise: do that after 9.0b2)
* | Clean up a lot of small whitespace issues dkf2024-05-131-4/+5
| | | | | | This is the dullest commit ever. Sorry.
* | 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
| | | | | | | | | corrections in history.tcl and tcltest.test.
| | * 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 ↵jan.nijtmans2022-03-021-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | longer necessary
* | | | | | 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
| |/ / / | | | | | | | | has an Unload functions.
| * | | 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 ↵jan.nijtmans2021-04-071-11/+11
| | | | | | | | | | | | | | | | | | | | Tcl_StaticLibrary, Tcl_PackageInitProc to Tcl_LibraryInitProc and Tcl_PackageUnloadProc to Tcl_LibraryUnloadProc. Adapt documentation, mentioning that the old names are now deprecated.
| * | | | Merge 8.7jan.nijtmans2021-04-041-3/+3
| |\ \ \ \ | | |/ / /
| | * | | Rename exported symbol "Tcl_StaticPackage" to "Tcl_StaticLibrary". Still ↵jan.nijtmans2021-04-041-3/+3
| | | | | | | | | | | | | | | | | | | | undocumented, to be formalized by TIP #595. Tcl_StaticPackage() still works the same
| * | | | 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 ↵jan.nijtmans2021-03-221-162/+162
| | | | | | | | | | | | | | | | | | | | of Tcl's "package" mechanism.