| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ |
|
| * | Patch from the cygwin folks | jan.nijtmans | 2012-03-04 | 1 | -0/+6 |
| |\ |
|
| | * | Patch from the cygwin folks | jan.nijtmans | 2012-03-04 | 1 | -0/+6 |
|
|
* | | | Convert TclGetLoadedPackages to use Tcl_Obj API for result generation. | dkf | 2011-05-07 | 1 | -38/+40 |
|
|
* | | | More generation of errorCodes ([interp], [lset], [load], [unload]). | dkf | 2011-04-02 | 1 | -2/+34 |
|
|
* | | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -10/+10 |
|
|
* | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \ \
| |/ / |
|
| * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ \
| | |/ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| * | | Fixed [Bug 2269431]: load of shared objects | nijtmans | 2008-11-14 | 1 | -3/+5 |
|
|
| * | | * tclWinTest.c: Fix compiler warning when compiling this file with mingw gcc: | nijtmans | 2008-10-07 | 1 | -3/+5 |
|
|
* | | | * generic/tclBasic.c, generic/tclClock.c, generic/tclEncoding.c, | dkf | 2010-10-01 | 1 | -21/+25 |
|
|
* | | | Don't use arrays of length 1, just use a single element then, it makes code m... | nijtmans | 2010-05-19 | 1 | -4/+4 |
|
|
* | | | * generic/tcl.decls: [TIP #357]: First round of changes | Kevin B Kenny | 2010-04-02 | 1 | -51/+20 |
|
|