| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix [ac601b59bab7] by making only unloading a library from the process if it | pooryorick | 2022-03-22 | 1 | -5/+20 |
|
|
* | Tweak TIP #590 impl on MacOS: Shared library could start with capital | jan.nijtmans | 2021-06-25 | 1 | -1/+5 |
|
|
* | Eliminate compiler warnings about unused parameters. | pooryorick | 2021-05-16 | 1 | -14/+10 |
|
|
* | Fix [28027d8bb7745fb0], memory leaks in tclUnload.c, | pooryorick | 2021-05-15 | 1 | -47/+73 |
|
|
* | merge core-8-branch | pooryorick | 2021-05-15 | 1 | -20/+25 |
|\ |
|
| * | Fix for issue [463b7a93be0a2ddd], Tcl_Unload, make gdb-test, segmentation fault | pooryorick | 2021-05-14 | 1 | -21/+25 |
|
|
* | | Separate library unloading routine from [unload] command processing. | pooryorick | 2021-05-15 | 1 | -12/+38 |
|/ |
|
* | TIP #595 (for Tcl 8.7) part 1: just rename Tcl_StaticPackage to Tcl_StaticLib... | jan.nijtmans | 2021-04-07 | 1 | -11/+11 |
|
|
* | Rename exported symbol "Tcl_StaticPackage" to "Tcl_StaticLibrary". Still undo... | jan.nijtmans | 2021-04-04 | 1 | -3/+3 |
|
|
* | Rename MODULESCOPE TclGetLoadedPackagesEx() to TclGetLoadedLibraries() | jan.nijtmans | 2021-03-22 | 1 | -2/+2 |
|
|
* | Rename internal variables, making it more clear that tclLoad.c is not part of... | jan.nijtmans | 2021-03-22 | 1 | -162/+162 |
|
|
* | Merge 8.6 | jan.nijtmans | 2021-03-19 | 1 | -142/+142 |
|\ |
|
| * | Change Tcl_StaticPackage's "pkgName" argument to "prefix" and improve documen... | jan.nijtmans | 2021-03-19 | 1 | -31/+31 |
|
|
* | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ... | jan.nijtmans | 2020-12-08 | 1 | -1/+1 |
|
|
* | | Merge 8.7. Tweak "tclreg" directory/library name and tclLoad.c, such that the... | jan.nijtmans | 2020-11-10 | 1 | -56/+43 |
|\ \ |
|
| * \ | Deprecate the (internal) functions TclGuessPackageName/TclGetLoadedPackages f... | jan.nijtmans | 2020-11-06 | 1 | -56/+39 |
| |\ \
|/ / /
| | _ |
|
| * | More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea... | jan.nijtmans | 2020-10-13 | 1 | -2/+2 |
|
|
* | | Fix -Wshadow warnings, when compiling with a C++ compiler | jan.nijtmans | 2020-10-02 | 1 | -5/+5 |
|
|
* | | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN... | jan.nijtmans | 2020-09-17 | 1 | -2/+2 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-09-01 | 1 | -6/+6 |
|\ \
| |/ |
|
| * | Many more internal master/slave -> parent/child renamings | jan.nijtmans | 2020-09-01 | 1 | -4/+4 |
|
|
* | | Merge 8.6. More documentation updates | jan.nijtmans | 2020-08-31 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Implement TIP #581: Master/Slave | jan.nijtmans | 2020-08-31 | 1 | -3/+3 |
|
|
* | | more | dgp | 2020-03-06 | 1 | -6/+3 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2020-02-13 | 1 | -1/+1 |
|\ \ |
|
| * \ | Merge 8.6 | jan.nijtmans | 2020-01-17 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Proposed fix for [8cd2fe7474]: "unload" command Bug (when handling multiple l... | jan.nijtmans | 2020-01-16 | 1 | -1/+1 |
|
|
* | | | Let's try a real C++ build with Travis on Linux | jan.nijtmans | 2019-08-30 | 1 | -1/+4 |
|\ \ \
| |/ / |
|
* | | | Merge 8.7, and continue implementation. Almost done | jan.nijtmans | 2019-07-10 | 1 | -15/+15 |
|/ / |
|
* | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an... | jan.nijtmans | 2019-02-27 | 1 | -1/+1 |
|
|
* | | Improve -DTCL_NO_DEPRECATED compiles. It now can handle loading stub-enabled ... | jan.nijtmans | 2018-03-07 | 1 | -0/+13 |
|
|
* | | merge core-8-6-branch | jan.nijtmans | 2017-08-18 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Better UTF-8 surrogate handling, only functional when TCL_UTF_MAX>3 | jan.nijtmans | 2017-06-08 | 1 | -1/+1 |
|
|
* | | merge core-8-6-branch | jan.nijtmans | 2017-05-29 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Tcl_UtfToUniChar() -> TclUtfToUniChar() in various places: No change in funct... | jan.nijtmans | 2017-05-29 | 1 | -1/+1 |
|
|
* | | Make TclGetLoadedPackagesEx() work with other than the only current interpret... | jan.nijtmans | 2017-01-05 | 1 | -9/+11 |
|
|
* | | Fix [7c7d3b4481d4e4e86420b54031f4abd1df18d64|7c7d3b4481]: load test failures.... | jan.nijtmans | 2017-01-05 | 1 | -21/+21 |
|
|
* | | Bring back stub table in original state. | jan.nijtmans | 2016-12-08 | 1 | -1/+13 |
|\ \ |
|
* \ \ | Merge trunk. | jan.nijtmans | 2016-11-25 | 1 | -7/+20 |
|\ \ \
| |/ / |
|
* | | | Starting implementing the "package files" command. TIP still to be written. | jan.nijtmans | 2016-11-24 | 1 | -1/+7 |
|/ / |
|
* | | typos | jan.nijtmans | 2016-11-24 | 1 | -1/+1 |
|/ |
|
* | Eliminate all usage of WIN32 and __WIN32__ macros: Some compilers (e.g. Clang... | jan.nijtmans | 2014-02-10 | 1 | -2/+2 |
|
|
* | Finish the TIP #416 implementation as specified (#define's were still missing... | jan.nijtmans | 2012-11-07 | 1 | -2/+2 |
|
|
* | syntax improvement: expect options before the filename | jan.nijtmans | 2012-10-24 | 1 | -15/+14 |
|
|
* | experimental implementation of FRQ-3579001 | jan.nijtmans | 2012-10-24 | 1 | -5/+31 |
|
|
* | more result generation conversion | dkf | 2012-08-04 | 1 | -26/+31 |
|
|
* | converting to using Tcl_Obj API for error message generation; part done | dkf | 2012-08-03 | 1 | -6/+4 |
|
|
* | Factor out a number of common patterns of use of Tcl_DStringAppend. | dkf | 2012-07-03 | 1 | -15/+15 |
|
|
* | Reduce amount of unreachable code. Refactor Win socket and load code to be less | dkf | 2012-04-05 | 1 | -31/+1 |
|
|
* | Patch from the cygwin folks | jan.nijtmans | 2012-03-04 | 1 | -0/+6 |
|\ |
|