summaryrefslogtreecommitdiffstats
path: root/generic/tclLoad.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Fix for issue [463b7a93be0a2ddd], Tcl_Unload, make gdb-test, segmentation faultpooryorick2021-05-141-21/+25
* | Separate library unloading routine from [unload] command processing.pooryorick2021-05-151-12/+38
|/
* TIP #595 (for Tcl 8.7) part 1: just rename Tcl_StaticPackage to Tcl_StaticLib...jan.nijtmans2021-04-071-11/+11
* Rename exported symbol "Tcl_StaticPackage" to "Tcl_StaticLibrary". Still undo...jan.nijtmans2021-04-041-3/+3
* Rename MODULESCOPE TclGetLoadedPackagesEx() to TclGetLoadedLibraries()jan.nijtmans2021-03-221-2/+2
* Rename internal variables, making it more clear that tclLoad.c is not part of...jan.nijtmans2021-03-221-162/+162
* 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
* | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-1/+1
* | Merge 8.7. Tweak "tclreg" directory/library name and tclLoad.c, such that the...jan.nijtmans2020-11-101-56/+43
|\ \
| * \ Deprecate the (internal) functions TclGuessPackageName/TclGetLoadedPackages f...jan.nijtmans2020-11-061-56/+39
| |\ \ |/ / / | | _
| * More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea...jan.nijtmans2020-10-131-2/+2
* | Fix -Wshadow warnings, when compiling with a C++ compilerjan.nijtmans2020-10-021-5/+5
* | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-2/+2
* | Merge 8.6jan.nijtmans2020-09-011-6/+6
|\ \ | |/
| * Many more internal master/slave -> parent/child renamingsjan.nijtmans2020-09-011-4/+4
* | Merge 8.6. More documentation updatesjan.nijtmans2020-08-311-3/+3
|\ \ | |/
| * Implement TIP #581: Master/Slavejan.nijtmans2020-08-311-3/+3
* | moredgp2020-03-061-6/+3
* | Merge 8.7jan.nijtmans2020-02-131-1/+1
|\ \
| * \ Merge 8.6jan.nijtmans2020-01-171-1/+1
| |\ \ | | |/
| | * Proposed fix for [8cd2fe7474]: "unload" command Bug (when handling multiple l...jan.nijtmans2020-01-161-1/+1
* | | Let's try a real C++ build with Travis on Linuxjan.nijtmans2019-08-301-1/+4
|\ \ \ | |/ /
* | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-15/+15
|/ /
* | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an...jan.nijtmans2019-02-271-1/+1
* | Improve -DTCL_NO_DEPRECATED compiles. It now can handle loading stub-enabled ...jan.nijtmans2018-03-071-0/+13
* | merge core-8-6-branchjan.nijtmans2017-08-181-1/+1
|\ \ | |/
| * Better UTF-8 surrogate handling, only functional when TCL_UTF_MAX>3jan.nijtmans2017-06-081-1/+1
* | merge core-8-6-branchjan.nijtmans2017-05-291-1/+1
|\ \ | |/
| * Tcl_UtfToUniChar() -> TclUtfToUniChar() in various places: No change in funct...jan.nijtmans2017-05-291-1/+1
* | Make TclGetLoadedPackagesEx() work with other than the only current interpret...jan.nijtmans2017-01-051-9/+11
* | Fix [7c7d3b4481d4e4e86420b54031f4abd1df18d64|7c7d3b4481]: load test failures....jan.nijtmans2017-01-051-21/+21
* | Bring back stub table in original state.jan.nijtmans2016-12-081-1/+13
|\ \
* \ \ Merge trunk.jan.nijtmans2016-11-251-7/+20
|\ \ \ | |/ /
* | | Starting implementing the "package files" command. TIP still to be written.jan.nijtmans2016-11-241-1/+7
|/ /
* | typosjan.nijtmans2016-11-241-1/+1
|/
* Eliminate all usage of WIN32 and __WIN32__ macros: Some compilers (e.g. Clang...jan.nijtmans2014-02-101-2/+2
* Finish the TIP #416 implementation as specified (#define's were still missing...jan.nijtmans2012-11-071-2/+2
* syntax improvement: expect options before the filenamejan.nijtmans2012-10-241-15/+14
* experimental implementation of FRQ-3579001jan.nijtmans2012-10-241-5/+31
* more result generation conversiondkf2012-08-041-26/+31
* converting to using Tcl_Obj API for error message generation; part donedkf2012-08-031-6/+4
* Factor out a number of common patterns of use of Tcl_DStringAppend.dkf2012-07-031-15/+15
* Reduce amount of unreachable code. Refactor Win socket and load code to be lessdkf2012-04-051-31/+1
* Patch from the cygwin folksjan.nijtmans2012-03-041-0/+6
|\
| * Patch from the cygwin folksjan.nijtmans2012-03-041-0/+6
| |\
| | * Patch from the cygwin folksjan.nijtmans2012-03-041-0/+6