summaryrefslogtreecommitdiffstats
path: root/generic/tclLoad.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* | | 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 ↵jan.nijtmans2021-03-191-31/+31
| | | | | | | | | | | | | | | | documentation, describing better what this argument does.
* | | | Merge 9.0jan.nijtmans2021-02-171-1/+1
|\ \ \ \ | |/ / /
* | | | Merge 9.0jan.nijtmans2021-01-151-9/+3
|\ \ \ \ | |/ / /
* | | | Merge 9.0jan.nijtmans2020-12-101-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2020-12-081-1/+1
| |\ \ \ | | |/ /
| | * | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ↵jan.nijtmans2020-12-081-1/+1
| | | | | | | | | | | | | | | | C sources can now use UTF-8, as far as gcc/clang/msvc support it. Not used yet
* | | | Merge 9.0jan.nijtmans2020-12-041-19/+22
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2020-12-041-0/+4
| |\ \ \ | | |/ /
| | * | Merge 8.7. Tweak "tclreg" directory/library name and tclLoad.c, such that ↵jan.nijtmans2020-11-101-56/+43
| | |\ \ | | | | | | | | | | | | | | | the entry point of the "dde" and "registry" extensions can be guessed correctly
* | | | | more cleanup/error-messagesjan.nijtmans2020-11-101-94/+92
| | | | |
* | | | | Merge 9.0. Code/documentation cleanupjan.nijtmans2020-11-101-179/+175
| | | | |
* | | | | Possible solution for [ea39ab591e], making simply everything ↵jan.nijtmans2020-11-091-12/+15
|/ / / / | | | | | | | | | | | | case-insensitive. TODO: TIP, documentation, code cleanup
* | | | Merge 8.7jan.nijtmans2020-11-061-56/+39
|\ \ \ \ | | |/ / | |/| |
| * | | Deprecate the (internal) functions TclGuessPackageName/TclGetLoadedPackages ↵jan.nijtmans2020-11-061-56/+39
| |\ \ \ | | |/ / | |/| / | | |/ functions, since they turn out to be useless. The can be removed in 9.0
| | * More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in ↵jan.nijtmans2020-10-131-2/+2
| | | | | | | | | | | | stead of Tcl_NewIntObj()
* | | Merge 8.7jan.nijtmans2020-10-021-5/+5
|\ \ \ | |/ /