summaryrefslogtreecommitdiffstats
path: root/generic/tclLoad.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2020-12-041-0/+4
|\
| * Merge 8.7. Tweak "tclreg" directory/library name and tclLoad.c, such that the...jan.nijtmans2020-11-101-56/+43
| |\
* | \ Merge 8.7jan.nijtmans2020-11-061-56/+39
|\ \ \ | | |/ | |/|
| * | 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
* | | Merge 8.7jan.nijtmans2020-10-021-5/+5
|\ \ \ | |/ /
| * | Fix -Wshadow warnings, when compiling with a C++ compilerjan.nijtmans2020-10-021-5/+5
* | | Merge 8.7jan.nijtmans2020-09-171-2/+2
|\ \ \ | |/ /
| * | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-2/+2
* | | Merge 8.7jan.nijtmans2020-09-011-7/+7
|\ \ \ | |/ /
| * | 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
* | | Merge 8.7jan.nijtmans2020-03-071-6/+3
|\ \ \ | |/ /
| * | moredgp2020-03-061-6/+3
* | | Merge 8.7jan.nijtmans2020-02-281-16/+19
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2020-02-131-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
| |/ / /
* | | | merge 8.7sebres2020-01-171-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
| * | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an...jan.nijtmans2019-02-271-1/+1
* | | Another (big) round of int -> size_t enhancements. So Tcl can handle string >...jan.nijtmans2019-02-011-8/+8
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2018-12-111-2/+2
|\ \ \ | |/ /
* | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-011-16/+16
* | | Merge 8.7jan.nijtmans2018-03-071-1/+1
|\ \ \ | |/ /
| * | Improve -DTCL_NO_DEPRECATED compiles. It now can handle loading stub-enabled ...jan.nijtmans2018-03-071-0/+13
* | | tidyingdgp2017-10-301-11/+11
* | | Patch to make changes to Tcl 9 prescribed by TIPs 330 and 336.dgp2017-10-301-0/+11
|/ /
* | 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
|\