Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7 | jan.nijtmans | 2022-07-03 | 1 | -2/+2 |
|\ | |||||
| * | Merge 8.7 | jan.nijtmans | 2022-05-19 | 1 | -3/+3 |
| |\ | |||||
| * \ | Merge 8.7 | jan.nijtmans | 2022-04-26 | 1 | -52/+52 |
| |\ \ | |||||
| * \ \ | Merge 8.7 | jan.nijtmans | 2021-11-16 | 1 | -0/+2 |
| |\ \ \ | |||||
| * | | | | Make TCL_QUEUE_ALERT_IF_EMPTY a separate flag | jan.nijtmans | 2021-08-15 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Proposed TIP #609 implementation | jan.nijtmans | 2021-08-15 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | Merge 9.0 | jan.nijtmans | 2022-05-17 | 1 | -3/+3 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge 8.7 | jan.nijtmans | 2022-05-17 | 1 | -3/+3 |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | |||||
| | * | | | | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and ↵ | jan.nijtmans | 2022-05-17 | 1 | -3/+3 |
| | | |_|/ | | |/| | | | | | | | | | | | | TclListObjLength -> TclListObjLengthM (prevent conflict with TIP #616) | ||||
| * | | | | Merge 8.7 | jan.nijtmans | 2022-02-10 | 1 | -3/+3 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge 8.6 | jan.nijtmans | 2022-02-10 | 1 | -3/+3 |
| | |\ \ \ | |||||
| | | * | | | Use TclListObjLength/TclListObjGetElements in stead of ↵ | jan.nijtmans | 2022-02-10 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | Tcl_ListObjLength/Tcl_ListObjGetElements everywhere. This is slightly more efficient if the refered list already has the correct type | ||||
| | | * | | | Tcl_NewObj() -> TclNewObj() | jan.nijtmans | 2022-01-17 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Same with TclListObjGetElements | jan.nijtmans | 2022-02-10 | 1 | -3/+3 |
| | | | | | | |||||
* | | | | | | Almost complete (at least the API) | jan.nijtmans | 2022-01-27 | 1 | -8/+7 |
| | | | | | | |||||
* | | | | | | TIP #616: Tcl lists > 2^31 elements. WIP | jan.nijtmans | 2022-01-24 | 1 | -3/+3 |
|/ / / / / | |||||
* | | | | | Merge 8.7. Fix (windows MSVC OPTS=symbols) build error | jan.nijtmans | 2022-01-14 | 1 | -12/+12 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 8.6 | jan.nijtmans | 2022-01-14 | 1 | -14/+14 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Suggested fix for [bca10e3790]: Undefined behavior in ResultAdd(). Make ↵ | jan.nijtmans | 2022-01-13 | 1 | -15/+15 |
| | | | | | | | | | | | | | | | | | | | | functions like ResultAdd() equal in tclIOGt.c and tclIOTrans.c | ||||
* | | | | | Merge 8.7 | jan.nijtmans | 2022-01-12 | 1 | -33/+33 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 8.6 | jan.nijtmans | 2022-01-12 | 1 | -35/+35 |
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| | | |||||
| | * | | Fix [da6f155ca4]: STRING_SIZE() macro: parenthesize numChars usage. Fix more ↵ | jan.nijtmans | 2022-01-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | macro's like this. | ||||
* | | | | Merge 8.7 | jan.nijtmans | 2021-08-23 | 1 | -0/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Make everything compile warning-free when TCL_THREADS=0 | jan.nijtmans | 2021-08-23 | 1 | -0/+2 |
| |\ \ \ | | |/ / | | | / | | |/ | |/| | |||||
| | * | Implement WideSeekProc() for all channels which have a SeekProc(). Implement ↵ | jan.nijtmans | 2020-03-04 | 1 | -38/+57 |
| | | | | | | | | | | | | | | | Close2Proc() for all channels, as minimal wrapper around CloseProc(). Backported (with comments) and adapted from core-8-branch. | ||||
* | | | Merge 8.7, resolve conflicts | jan.nijtmans | 2021-01-11 | 1 | -11/+11 |
|\ \ \ | |/ / | |||||
* | | | Merge 8.7 (resolve conflicts) | dgp | 2021-01-08 | 1 | -4/+4 |
|\ \ \ | |/ / | |||||
| * | | Omit -Wdeclaration-after-statement from CFLAGS: No longer needed since we ↵ | jan.nijtmans | 2021-01-08 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | 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.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-09-17 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> ↵ | jan.nijtmans | 2020-09-17 | 1 | -1/+1 |
| | | | | | | | | | | | | TclNewIntObj or Tcl_NewWideIntObj) | ||||
* | | | Merge 8.7. Use more TCL_INDEX_NONE in documentation/headers/code. | jan.nijtmans | 2020-06-04 | 1 | -4/+4 |
|\ \ \ | |/ / | |||||
* | | | merge 8.7 | dgp | 2020-03-06 | 1 | -10/+5 |
|\ \ \ | |/ / | |||||
| * | | More unused arguments through the IO code. | dgp | 2020-03-06 | 1 | -10/+5 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2020-02-28 | 1 | -45/+14 |
|\ \ \ | |/ / | |||||
| * | | Implement TIP #562: Deprecate channel types 1-4 | jan.nijtmans | 2020-02-28 | 1 | -24/+32 |
| |\ \ | |||||
| | * | | Make Tcl_ChannelCloseProc() deprecated too. Implement close2Proc and ↵ | jan.nijtmans | 2020-01-31 | 1 | -4/+9 |
| | | | | | | | | | | | | | | | | wideSeekProc for all internal channel types. | ||||
| | * | | Merge 8.7 | jan.nijtmans | 2020-01-30 | 1 | -61/+17 |
| | |\ \ | |||||
| | * | | | Deprecate channel types 1-4 | jan.nijtmans | 2020-01-29 | 1 | -12/+27 |
| | | | | | |||||
* | | | | | Merge 8.7 | jan.nijtmans | 2020-02-28 | 1 | -30/+35 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 8.7 | jan.nijtmans | 2020-02-13 | 1 | -35/+3 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| * | | | | Let's try a real C++ build with Travis on Linux | jan.nijtmans | 2019-08-30 | 1 | -3/+8 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| * | | | | Merge tip-548 | jan.nijtmans | 2019-08-15 | 1 | -1/+1 |
| |\ \ \ \ | | |/ / / | |||||
| * | | | | Merge 8.7, and continue implementation. Almost done | jan.nijtmans | 2019-07-10 | 1 | -27/+27 |
| | | | | | |||||
* | | | | | Merge 8.7 | jan.nijtmans | 2020-01-30 | 1 | -35/+3 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | Merge 8.6 | jan.nijtmans | 2020-01-30 | 1 | -35/+3 |
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/| | |||||
| | * | | Simplify the use of HaveVersion() in Channel handling. Nothing functional, ↵ | jan.nijtmans | 2020-01-30 | 1 | -35/+3 |
| | | | | | | | | | | | | | | | | only code clean-up. | ||||
* | | | | Merge 8.7 | jan.nijtmans | 2019-08-15 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ↵ | jan.nijtmans | 2019-07-17 | 1 | -1/+1 |
| | |/ | |/| | | | | | | | in C++ (removed in C++17, even), and essentially does nothing with most modern compilers. |