Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simpler commenting of Tcl_ChannelType instances; make zip channel type const | dkf | 2024-06-09 | 1 | -16/+16 |
| | |||||
* | Space before tab is an extremely unlikely to be correct indentation pattern | dkf | 2024-06-04 | 1 | -1/+1 |
| | |||||
* | Backout the "dullest commit ever" (not my words ....). It breaks the build. | jan.nijtmans | 2024-05-14 | 1 | -9/+9 |
| | | | JN: Many of those changes are actually good, but there are too many changes to be able to search for a bug somewhere. Feel free to re-apply, after assuring it's really only whitespace changes. (my advise: do that after 9.0b2) | ||||
* | Clean up a lot of small whitespace issues | dkf | 2024-05-13 | 1 | -9/+9 |
| | | | This is the dullest commit ever. Sorry. | ||||
* | More whitespace cleanup | dkf | 2024-05-10 | 1 | -2/+0 |
| | |||||
* | Fix [6811a00819]: lsearch performance degradation on Tcl 8.6.11 release ↵ | jan.nijtmans | 2024-03-20 | 1 | -2/+2 |
|\ | | | | | | | (thanks, Sergey!) | ||||
| * | Fix [6811a00819]: lsearch performance degradation on Tcl 8.6.11 release ↵ | jan.nijtmans | 2024-03-20 | 1 | -2/+2 |
| |\ | | | | | | | | | | (thanks, Sergey!) | ||||
* | \ | Few more spacing/formatting tweaks | jan.nijtmans | 2024-03-20 | 1 | -11/+11 |
|\ \ \ | |/ / | |||||
| * | | (backport) more spacing/formatting tweaks. For now, macosx/unix/win only. | jan.nijtmans | 2024-03-20 | 1 | -29/+29 |
| | | | |||||
| * | | (cherry-pick) Reduce the number of warnings on Windows: channel names ↵ | jan.nijtmans | 2024-02-16 | 1 | -2/+1 |
| | | | | | | | | | | | | generated in one place | ||||
* | | | Reduce the number of warnings on Windows: channel names generated in one place | dkf | 2024-02-16 | 1 | -2/+1 |
| | | | |||||
* | | | Fix incorrect Tcl_UtfNcasecmp() usage (since len is in bytes, not characters ↵ | jan.nijtmans | 2023-12-30 | 1 | -3/+3 |
|\ \ \ | |/ / | | | | | | | here) | ||||
| * | | Merge 8.6 | jan.nijtmans | 2023-12-29 | 1 | -13/+13 |
| |\ \ | | |/ | |||||
| | * | Correct spelling errors in comments and documentation, but also non-comment | pooryorick | 2023-04-12 | 1 | -5/+5 |
| | | | | | | | | | corrections in history.tcl and tcltest.test. | ||||
* | | | Merge 8.7 | jan.nijtmans | 2023-10-19 | 1 | -10/+10 |
|\ \ \ | |/ / | |||||
| * | | Handle sentinels for any C++ compiler | jan.nijtmans | 2023-10-17 | 1 | -10/+10 |
| | | | |||||
| * | | int -> Tcl_Size and other (internal) signature improvements. Most of them ↵ | jan.nijtmans | 2023-05-19 | 1 | -9/+10 |
| | | | | | | | | | | | | backported from 9.0 | ||||
* | | | Merge trunk | apnadkarni | 2023-04-14 | 1 | -5/+5 |
|\ \ \ | |||||
| * \ \ | Correct spelling errors in comments and documentation, but also a ↵ | pooryorick | 2023-04-12 | 1 | -5/+5 |
| |\ \ \ | | |/ / | | | | | | | | | non-comment corrections in history.tcl and tcltest.test. | ||||
| | * | | Correct spelling errors in comments and documentation, but also a non-comment | pooryorick | 2023-04-12 | 1 | -5/+5 |
| | | | | | | | | | | | | corrections in history.tcl and tcltest.test. | ||||
* | | | | Follow-up to previous commit: Let's not break TIP #627 either. Also adapt ↵ | jan.nijtmans | 2023-04-13 | 1 | -2/+2 |
|/ / / | | | | | | | | | | documentation (will be needed to be done anyway) | ||||
* | | | Merge 8.7 | jan.nijtmans | 2023-04-05 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Make sure that infoPtr->validMask only contains ↵ | jan.nijtmans | 2023-04-05 | 1 | -1/+1 |
| | | | | | | | | | | | | TCL_READABLE|TCL_WRITABLE|TCL_EXCEPTION, no other flags | ||||
* | | | Merge 8.7 | jan.nijtmans | 2023-03-30 | 1 | -8/+8 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2023-03-30 | 1 | -8/+8 |
| |\ \ | | |/ | |||||
| | * | Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it ↵ | jan.nijtmans | 2023-03-30 | 1 | -13/+14 |
| | | | | | | | | | | | | on other platforms either. | ||||
| | * | Merge 8.5 (rename internal TCL_I_MODIFIER -> TCL_Z_MODIFIER) | jan.nijtmans | 2020-10-22 | 1 | -1/+1 |
| | |\ | |||||
| | | * | (cherry-pick): Fix [c975939973]: Usage of gnu_printf in latest mingw-w64. | jan.nijtmans | 2020-10-22 | 1 | -2/+2 |
| | | | | | | | | | | | | Change (internal, windows-only) TCL_I_MODIFIER to TCL_Z_MODIFIER, since that's how it's called in Tcl 8.7 and up | ||||
| * | | | TIP #646: Change -eofchar handling (Tcl 8.7 part) | jan.nijtmans | 2022-10-26 | 1 | -1/+1 |
| | | | | |||||
* | | | | More -Wconversion warning fixes | jan.nijtmans | 2023-03-08 | 1 | -33/+33 |
| | | | | |||||
* | | | | Merge 9.0. Change the default -eofchar on Windows | jan.nijtmans | 2022-10-17 | 1 | -6/+0 |
| | | | | |||||
* | | | | Merge 8.7 | jan.nijtmans | 2022-07-19 | 1 | -5/+5 |
|\ \ \ \ | |/ / / | |||||
| * | | | Make a start converting -1 -> TCL_INDEX_NONE where appropriate | jan.nijtmans | 2022-07-19 | 1 | -5/+5 |
| | | | | |||||
* | | | | TIP #616: Tcl lists > 2^31 elements | jan.nijtmans | 2022-06-08 | 1 | -6/+7 |
|\ \ \ \ | |||||
| * | | | | More WIP | jan.nijtmans | 2022-01-26 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | More work in progress | jan.nijtmans | 2022-01-24 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge 8.7 | jan.nijtmans | 2021-04-08 | 1 | -11/+11 |
|\ \ \ \ | |/ / / | |||||
| * | | | TclWinConvertError -> Tcl_WinConvertError | jan.nijtmans | 2021-03-09 | 1 | -11/+11 |
| | | | | |||||
* | | | | 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-28 | 1 | -7/+7 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 8.6 | jan.nijtmans | 2020-09-28 | 1 | -7/+7 |
| |\ \ \ | | |/ / | |||||
| | * | | Make Tcl compile warning-free using -Wshadow | jan.nijtmans | 2020-09-28 | 1 | -7/+7 |
| | | | | |||||
| | * | | Eliminate many unnecessary type-casts, mostly (size_t) when value is already ↵ | jan.nijtmans | 2020-08-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | size_t or int | ||||
| | * | | Fix [ed29806baf]: Tcl_UtfToUniChar reads more than TCL_UTF_MAX bytes | jan.nijtmans | 2020-05-13 | 1 | -5/+5 |
| | | | | |||||
| | * | | Implement WideSeekProc() for all channels which have a SeekProc(). Implement ↵ | jan.nijtmans | 2020-03-04 | 1 | -2/+16 |
| | | | | | | | | | | | | | | | | | | | | Close2Proc() for all channels, as minimal wrapper around CloseProc(). Backported (with comments) and adapted from core-8-branch. | ||||
* | | | | merge 8.7 | dgp | 2020-03-09 | 1 | -13/+6 |
|\ \ \ \ | |/ / / | |||||
| * | | | TCL_UNUSED for win sources. | dgp | 2020-03-09 | 1 | -13/+6 |
| | | | | |||||
* | | | | Merge 8.7 | jan.nijtmans | 2020-02-28 | 1 | -6/+10 |
|\ \ \ \ | |/ / / | |||||
| * | | | Implement TIP #562: Deprecate channel types 1-4 | jan.nijtmans | 2020-02-28 | 1 | -6/+10 |
| |\ \ \ |