Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix compiler warnings, due to the use of macro's | jan.nijtmans | 2022-03-21 | 1 | -1/+1 |
| | |||||
* | Merge 8.7 | jan.nijtmans | 2021-10-08 | 1 | -2/+2 |
|\ | |||||
| * | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing list | jan.nijtmans | 2021-10-06 | 1 | -2/+2 |
| | | |||||
* | | Merge 8.7, resolve conflicts | jan.nijtmans | 2021-01-11 | 1 | -1/+1 |
|\ \ | |/ | |||||
* | | Merge 8.7 | jan.nijtmans | 2020-12-08 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ↵ | jan.nijtmans | 2020-12-08 | 1 | -1/+1 |
| | | | | | | | | C sources can now use UTF-8, as far as gcc/clang/msvc support it. Not used yet | ||||
* | | Merge 8.7 | jan.nijtmans | 2020-10-13 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Merge 8.6 | jan.nijtmans | 2020-10-13 | 1 | -2/+2 |
| |\ | |||||
| | * | Code cleanup: less of use "register" keyword, and better use of typecasts | 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 | ||||
| | * | MacOSX: add some type-casts, improving C++ compatibility. Make sure that ↵ | jan.nijtmans | 2020-06-28 | 1 | -4/+4 |
| | | | | | | | | | | | | strstr and strtoul() are not configured as invalid: Mac is more strict in exact function signatures. Backported from 8.7 | ||||
* | | | Change a few variables from type "int" to "size_t". Always test TCL_UTF_MAX ↵ | jan.nijtmans | 2020-04-20 | 1 | -1/+1 |
| | | | | | | | | | | | | for <= 3 or > 3, because that's the only 2 flavours we really have. | ||||
* | | | Merge 8.7 | jan.nijtmans | 2020-02-28 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge tip-548 | jan.nijtmans | 2019-08-15 | 1 | -2/+2 |
| |\ \ | |||||
| * | | | Merge tip-548 (since using the *WChar* functions leads to less type-casts in ↵ | jan.nijtmans | 2019-08-03 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | c++) Als finish implementaton for MacOSX | ||||
* | | | | Merge 8.7 | jan.nijtmans | 2019-08-14 | 1 | -2/+2 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Remove "register" keyword in various places. Also add some type-casts to ↵ | jan.nijtmans | 2019-08-14 | 1 | -2/+2 |
| |/ / | | | | | | | | | | help C++ compatibility. | ||||
* | | | Merge 8.7 | jan.nijtmans | 2019-04-01 | 1 | -5/+5 |
|\ \ \ | |/ / | |||||
| * | | Modify testbytestring such that is only produces pure byte-arrays, if not it ↵ | jan.nijtmans | 2019-04-01 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | errors out. Modify Tcl_NewIntObj/Tcl_NewBooleanObj -> Tcl_NewWideIntObj. Less references to "long" datatype. | ||||
* | | | Merge 8.7 | jan.nijtmans | 2019-03-01 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | More use of TclHasIntRep() macro. Add vfs build director to fossil ignore-glob | jan.nijtmans | 2019-03-01 | 1 | -1/+1 |
| | | | |||||
| * | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) ↵ | jan.nijtmans | 2019-02-27 | 1 | -1/+1 |
| | | | | | | | | | | | | and (unsigned) type-casts, which don't make sense any more. | ||||
* | | | More size_t-related consolidations. Now regexp can handle strings >2GB and ↵ | jan.nijtmans | 2019-02-05 | 1 | -2/+3 |
| | | | | | | | | | | | | more. Remove many type-casts which are not necessary any more. | ||||
* | | | Implement TIP 445 | dgp | 2018-11-13 | 1 | -16/+20 |
|\ \ \ | |/ / | |||||
| * | | merge trunk | dgp | 2017-06-16 | 1 | -1/+1 |
| |\ \ | |||||
| * \ \ | merge trunk | dgp | 2016-11-16 | 1 | -3/+3 |
| |\ \ \ | |||||
| * \ \ \ | merge trunk | dgp | 2016-07-09 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| * \ \ \ \ | merge trunk | dgp | 2016-07-02 | 1 | -1/+1 |
| |\ \ \ \ \ | |||||
| * | | | | | | Update Tcl_InitStringRep callers to handle OOM condition. | dgp | 2016-03-24 | 1 | -2/+5 |
| | | | | | | | |||||
| * | | | | | | Revise "osType" Tcl_ObjType to use new routine. | dgp | 2016-03-24 | 1 | -15/+16 |
| | | | | | | | |||||
* | | | | | | | merge trunk | jan.nijtmans | 2018-10-04 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | |||||
* | | | | | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, ↵ | jan.nijtmans | 2018-09-01 | 1 | -1/+1 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | TCL_IO_FAILURE and TCL_NO_LENGTH (experimental, still open to be renamed following discussion) | ||||
* | | | | | | merge core-8-6-branch | jan.nijtmans | 2017-06-07 | 1 | -1/+1 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | | | |||||
| * | | | | Tcl_GetWideIntFromObj() -> TclGetWideIntFromObj(), and minor other ↵ | jan.nijtmans | 2017-06-07 | 1 | -1/+1 |
| |/ / / | | | | | | | | | | | | | simplifications/optimizations. No functional change. | ||||
* | | | | Use more "size_t" in stead of "int" internall. Also eliminate a lot of ↵ | jan.nijtmans | 2016-11-16 | 1 | -3/+3 |
| |_|/ |/| | | | | | | | | type-casts which are not necessary any more. | ||||
* | | | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ↵ | jan.nijtmans | 2016-07-08 | 1 | -1/+1 |
| |/ |/| | | | | | in many places where possible. | ||||
* | | Simplify use of "struct" keyword in many places. | jan.nijtmans | 2016-06-30 | 1 | -1/+1 |
|/ | |||||
* | 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 |
| | | |||||
* | | Tcl_InvalidateStringRep -> TclInvalidateStringRep | jan.nijtmans | 2013-02-07 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Tcl_InvalidateStringRep -> TclInvalidateStringRep | jan.nijtmans | 2013-02-07 | 1 | -1/+1 |
| | | |||||
* | | Eliminate all Tcl_ConvertToType calls and all direct calls to ↵ | jan.nijtmans | 2013-02-04 | 1 | -1/+1 |
| | | | | | | | | typePtr->setFromAnyProc (except the call from inside the Tcl_ConvertToType function) from the Tcl core. | ||||
* | | 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 | ||||
* | | Final part of result generation conversion (modulo any minor blunders) | dkf | 2012-08-05 | 1 | -26/+31 |
| | | |||||
* | | Make sure SetFooFromAny routines react reasonably when passed a NULL interp. | dgp | 2011-04-21 | 1 | -3/+5 |
|\ \ | |/ | |||||
| * | Make sure SetFooFromAny routines react reasonably when passed a NULL interp. | dgp | 2011-04-21 | 1 | -2/+4 |
| | | |||||
* | | More generation of error codes (most platform-specific parts not already using | dkf | 2011-04-06 | 1 | -0/+3 |
| | | | | | | Tcl_PosixError). | ||||
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \ | |/ | | | cause more harm than good. Purged them (except in zlib files). | ||||
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| | | | | | | more harm than good. Purged them. |