Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Omit -Wdeclaration-after-statement from CFLAGS: No longer needed since we ↵ | jan.nijtmans | 2021-01-08 | 1 | -11/+11 |
| | | | | | stopped support for MSVC 6++ Change Tcl_WideInt -> long long in various places: Tcl_WideInt could be a 128-bit type, we don't want that everywhere. | ||||
* | Merge 8.6 | jan.nijtmans | 2020-12-10 | 1 | -2/+2 |
|\ | |||||
| * | Potential fix for [ed5be77734]: win: "comx:" not recognized as serial port. | jan.nijtmans | 2020-12-10 | 1 | -2/+2 |
| | | | | | | (concluded from code inspection, not tested yet) | ||||
* | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ↵ | jan.nijtmans | 2020-12-08 | 1 | -2/+2 |
| | | | | | | | | C sources can now use UTF-8, as far as gcc/clang/msvc support it. Not used yet | ||||
* | | Merge 8.6. Don't inline functions which are too big to be inlined (according ↵ | jan.nijtmans | 2020-10-09 | 1 | -1/+2 |
|\ \ | |/ | | | | | to the -Winline compiler flag) | ||||
| * | Merge 8.5 | jan.nijtmans | 2020-10-09 | 1 | -20/+22 |
| |\ | |||||
| | * | (cherry-pick): Fix [014ade1d44]: Misleading error message when using "-path" ↵ | jan.nijtmans | 2020-10-09 | 1 | -22/+29 |
| | | | | | | | | | | | | | | | multiple times with "glob". Also fix a few (harmless) -Wundef warnings | ||||
| | * | cherry pick [df5f1e8652]: Fix [5bbd044812]: Fix index underflow. | sebres | 2020-07-16 | 1 | -2/+2 |
| | | | |||||
* | | | Merge 8.6 | jan.nijtmans | 2020-10-08 | 1 | -2/+8 |
|\ \ \ | |/ / | |||||
| * | | Fix [014ade1d44]: Misleading error message when using "-path" multiple times ↵ | jan.nijtmans | 2020-10-08 | 1 | -2/+8 |
| | | | | | | | | | | | | with "glob" | ||||
* | | | Fix -Wshadow warnings, when compiling with a C++ compiler | jan.nijtmans | 2020-10-02 | 1 | -2/+2 |
| | | | |||||
* | | | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> ↵ | jan.nijtmans | 2020-09-17 | 1 | -3/+6 |
| | | | | | | | | | | | | TclNewIntObj or Tcl_NewWideIntObj) | ||||
* | | | Merge 8.6 | jan.nijtmans | 2020-08-11 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Eliminate many unnecessary type-casts, mostly (size_t) when value is already ↵ | jan.nijtmans | 2020-08-11 | 1 | -1/+1 |
| | | | | | | | | | | | | size_t or int | ||||
* | | | Merge 8.6 | jan.nijtmans | 2020-07-16 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Fix [5bbd044812]: Fix index underflow. | jan.nijtmans | 2020-07-16 | 1 | -2/+2 |
| | | | |||||
* | | | Merge 8.6 | jan.nijtmans | 2020-05-11 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | occurance -> occurrence. | jan.nijtmans | 2020-05-11 | 1 | -1/+1 |
| | | | |||||
* | | | TIP 569 - remove lint comments | dgp | 2020-03-17 | 1 | -4/+2 |
| | | | |||||
* | | | more | dgp | 2020-03-06 | 1 | -5/+8 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2019-11-07 | 1 | -3/+2 |
|\ \ \ | |||||
| * | | | Rewrite documentation of IO subsystem. | pooryorick | 2019-11-06 | 1 | -3/+2 |
| | | | | |||||
| * | | | Backout [0f2870649c804dd8], since testcase encoding-2.2 fails | jan.nijtmans | 2019-10-24 | 1 | -4/+2 |
| |\ \ \ | | |/ / | |||||
| * | | | Fix for [bcd1004104] | pooryorick | 2019-10-22 | 1 | -2/+4 |
| |\ \ \ | | |/ / | |||||
* | | | | Let's try a real C++ build with Travis on Linux | jan.nijtmans | 2019-08-30 | 1 | -0/+2 |
|\ \ \ \ | |/ / / | |||||
* | | | | Merge tip-548 | jan.nijtmans | 2019-08-15 | 1 | -3/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ↵ | jan.nijtmans | 2019-07-17 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | in C++ (removed in C++17, even), and essentially does nothing with most modern compilers. | ||||
* | | | | Merge 8.7, and continue implementation. Almost done | jan.nijtmans | 2019-07-10 | 1 | -3/+3 |
|\ \ \ \ | |/ / / | |||||
* | | | | Experiment: compile Tcl with C++ compiler. WIP | jan.nijtmans | 2019-07-04 | 1 | -1/+1 |
|/ / / | |||||
* | | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) ↵ | jan.nijtmans | 2019-02-27 | 1 | -5/+5 |
| | | | | | | | | | | | | and (unsigned) type-casts, which don't make sense any more. | ||||
* | | | merge 8.6 | sebres | 2018-11-22 | 1 | -4/+4 |
|\ \ \ | |/ / | |||||
| * | | merge 8.5: fixes segfault [7a9dc52b29] and wrong normalization (inside ↵ | sebres | 2018-11-22 | 1 | -4/+4 |
| |\ \ | | |/ | | | | | | | TclJoinPath) for pure relative path-segments; test-cases extended and several windows-related are fixed. | ||||
| * | | Fix for issue 9fd5c629c1, TclOO - aborts when a trace on command deletion | pooryorick | 2018-02-14 | 1 | -1/+1 |
| | | | | | | | | | deletes the object's namespace. | ||||
* | | | fix [glob] handling of leading // | aspect | 2017-11-17 | 1 | -1/+1 |
| | | | |||||
* | | | Fix for issue 9fd5c629c1, TclOO - aborts when a trace on command deletion | pooryorick | 2017-10-30 | 1 | -1/+1 |
| | | | | | | | | | deletes the object's namespace. | ||||
* | | | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ↵ | jan.nijtmans | 2016-07-08 | 1 | -16/+16 |
|/ / | | | | | | | in many places where possible. | ||||
* | | Repair earlier bug fix. Stopped crash, but botched the logic for multiple | dgp | 2016-06-21 | 1 | -0/+1 |
| | | | | | | glob patterns. | ||||
* | | [c383ebb5e4] Match DStringInit and DStringFree properly. | dgp | 2016-06-20 | 1 | -1/+1 |
| | | |||||
* | | fix typo found by Coverity; no effect on "most" platforms (is there anyone ↵ | Miguel Sofer | 2015-07-31 | 1 | -2/+2 |
| | | | | | | | | where it would matter?) | ||||
* | | Improve documentation on the use of com ports (remove references to Windows ↵ | jan.nijtmans | 2014-11-13 | 1 | -4/+4 |
|\ \ | |/ | | | | | | | 95, deprecate the use of postfix ':'). Allow lpt[5-9] just as com[5-9], and make sure that path normalization works as expected for ports > 4. | ||||
| * | Improve documentation on the use of com ports (remove references to Windows ↵ | jan.nijtmans | 2014-11-13 | 1 | -4/+4 |
| | | | | | | | | | | 95, deprecate the use of postfix ':'). Allow lpt[5-9] just as com[5-9], and make sure that path normalization works as expected for ports > 4. | ||||
* | | Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h> | jan.nijtmans | 2013-02-10 | 1 | -1/+0 |
|\ \ | |/ | |||||
| * | Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>. | jan.nijtmans | 2013-02-10 | 1 | -1/+0 |
| | | |||||
* | | revert [8abba84224], and make sure that every source file that uses ↵ | jan.nijtmans | 2013-01-17 | 1 | -0/+1 |
|\ \ | |/ | | | | | Tcl_StatBuf has an "#include <sys/stat.h>" before including tcl.h | ||||
| * | revert [8abba84224], and make sure that every source file that uses ↵ | jan.nijtmans | 2013-01-17 | 1 | -0/+1 |
| | | | | | | | | Tcl_StatBuf has an "#include <sys/stat.h>" before including tcl.h | ||||
* | | [Bug #1536227]: Cygwin network pathname supoort | jan.nijtmans | 2012-08-08 | 1 | -47/+53 |
|\ \ | |/ | |||||
| * | [Bug #1536227]: Cygwin network pathname supoort | jan.nijtmans | 2012-08-08 | 1 | -145/+96 |
| | | |||||
* | | converting to using Tcl_Obj API for error message generation; part done | dkf | 2012-08-03 | 1 | -17/+22 |
| | | |||||
* | | missed a spot | dkf | 2012-07-04 | 1 | -2/+1 |
| | | |||||
* | | Factor out a number of common patterns of use of Tcl_DStringAppend. | dkf | 2012-07-03 | 1 | -17/+15 |
| | |