Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct spelling errors in comments and documentation, but also a ↵ | pooryorick | 2023-04-12 | 1 | -2/+2 |
|\ | | | | | | | 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 | -2/+2 |
| | | | | | | corrections in history.tcl and tcltest.test. | ||||
* | | Merge 8.7 | jan.nijtmans | 2023-03-30 | 1 | -9/+9 |
|\ \ | |/ | |||||
| * | Merge 8.6 | jan.nijtmans | 2023-03-30 | 1 | -9/+9 |
| |\ | |||||
| | * | Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it ↵ | jan.nijtmans | 2023-03-30 | 1 | -6/+6 |
| | | | | | | | | | | | | on other platforms either. | ||||
* | | | Compiles and runs. Tests still to be ported. | apnadkarni | 2023-02-25 | 1 | -2/+2 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2022-07-19 | 1 | -5/+3 |
|\ \ \ | |/ / | |||||
| * | | Make a start converting -1 -> TCL_INDEX_NONE where appropriate | jan.nijtmans | 2022-07-19 | 1 | -5/+3 |
| | | | |||||
* | | | Merge 9.0 | jan.nijtmans | 2022-03-21 | 1 | -2/+2 |
|\ \ \ | |||||
| * | | | Fix compiler warnings, due to the use of macro's | jan.nijtmans | 2022-03-21 | 1 | -2/+2 |
| | | | | |||||
* | | | | More work in progress | jan.nijtmans | 2022-01-24 | 1 | -2/+3 |
|/ / / | |||||
* | | | Merge 8.7 | jan.nijtmans | 2021-03-09 | 1 | -5/+8 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2021-03-09 | 1 | -5/+8 |
| |\ \ | | |/ | |||||
| | * | Fix [8419c55e2c]: Tclsh read loop does not handle EINTR | jan.nijtmans | 2021-03-09 | 1 | -5/+8 |
| | | | |||||
* | | | Merge 8.7 (resolve conflicts) | dgp | 2021-01-08 | 1 | -7/+7 |
|\ \ \ | |/ / | |||||
| * | | Omit -Wdeclaration-after-statement from CFLAGS: No longer needed since we ↵ | jan.nijtmans | 2021-01-08 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | 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 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | 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.7 | jan.nijtmans | 2020-09-17 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Change version number of http package from 2.9.5 -> 2.10.0a1, since it's ↵ | jan.nijtmans | 2020-09-17 | 1 | -2/+2 |
| |\ \ | | |/ | | | | | | | | | | different from the 2.9.5 version in Tcl 8.6.x. Use "$idx >= 0" check in stead of "$idx > -1" everywhere. | ||||
| | * | Merge-mark 8.5. Remove some ARGSUSED usage. | jan.nijtmans | 2020-04-17 | 1 | -1/+0 |
| | |\ | |||||
| | | * | Unbreak shared windows build. Remove some ARGSUSED usage. | jan.nijtmans | 2020-04-17 | 1 | -6/+0 |
| | | | | |||||
| | * | | Implement WideSeekProc() for all channels which have a SeekProc(). Implement ↵ | jan.nijtmans | 2020-03-04 | 1 | -2/+15 |
| | | | | | | | | | | | | | | | | | | | | Close2Proc() for all channels, as minimal wrapper around CloseProc(). Backported (with comments) and adapted from core-8-branch. | ||||
* | | | | merge 8.7 | dgp | 2020-03-17 | 1 | -1/+0 |
|\ \ \ \ | |/ / / | |||||
| * | | | TIP 569 - remove lint comments | dgp | 2020-03-17 | 1 | -1/+0 |
| | | | | |||||
* | | | | merge 8.7 | dgp | 2020-03-09 | 1 | -6/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | TCL_UNUSED in the unix sources. | dgp | 2020-03-09 | 1 | -6/+3 |
| | | | | |||||
| * | | | Minor TIP #562 fix: Missing #endif, results in (harmless) compiler warning ↵ | jan.nijtmans | 2020-02-28 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | when compiling with -DTCL_NO_DEPRECATED. | ||||
* | | | | Merge 8.7 | jan.nijtmans | 2020-02-28 | 1 | -73/+20 |
|\ \ \ \ | |/ / / | |||||
| * | | | Implement TIP #562: Deprecate channel types 1-4 | jan.nijtmans | 2020-02-28 | 1 | -10/+24 |
| |\ \ \ | |||||
| | * | | | Make Tcl_ChannelCloseProc() deprecated too. Implement close2Proc and ↵ | jan.nijtmans | 2020-01-31 | 1 | -9/+18 |
| | | | | | | | | | | | | | | | | | | | | wideSeekProc for all internal channel types. | ||||
| | * | | | Merge 8.7 | jan.nijtmans | 2020-01-30 | 1 | -1/+8 |
| | | | | | |||||
* | | | | | Merge 8.7 | jan.nijtmans | 2020-02-28 | 1 | -47/+49 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ↵ | jan.nijtmans | 2019-09-05 | 1 | -2/+4 |
| |\ \ \ \ | | |/ / / | | | | | | | | | | | Windows) without -Wunused-parameters warnings | ||||
| * | | | | Merge tip-548 | jan.nijtmans | 2019-08-29 | 1 | -1/+1 |
| |\ \ \ \ | | |/ / / | |||||
| * | | | | Experiment: compile Tcl with C++ compiler. WIP | jan.nijtmans | 2019-07-04 | 1 | -45/+45 |
| | | | | | |||||
* | | | | | Merge 8.7 | jan.nijtmans | 2019-08-23 | 1 | -1/+1 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Merge 8.6 | jan.nijtmans | 2019-08-23 | 1 | -1/+1 |
| |\ \ \ \ | | |/ / / | |/| / / | | |/ / | Update effective_tld_names.txt.gz to the latest version. Adapt .gitattributes and .fossil-settings/binary-glob to handle *.gz file transparently in fossil/git | ||||
| | * | | Fix [8566dc22f9]: various spelling fixes in comments | jan.nijtmans | 2019-08-22 | 1 | -1/+1 |
| | |\ \ | | | |/ | |||||
| | | * | Fix [8566dc22f9]: various spelling fixes in comments | jan.nijtmans | 2019-08-22 | 1 | -1/+1 |
| | | | | |||||
| | | * | Eliminate a few gcc compiler warnings, when using -Wwrite-strings (tested ↵ | jan.nijtmans | 2015-10-01 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | with the brand-new gcc 5.2.0) | ||||
* | | | | merge 8.7 | dkf | 2019-04-19 | 1 | -51/+322 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 8.7, and fix build problem on Windows | jan.nijtmans | 2019-04-07 | 1 | -14/+22 |
| |\ \ \ | |||||
| * | | | | Support -winsize read-only option | dkf | 2019-03-29 | 1 | -1/+27 |
| | | | | | |||||
| * | | | | Partial implementation on Windows. UNTESTED | dkf | 2019-03-27 | 1 | -4/+9 |
| | | | | | |||||
| * | | | | Better handling, reset capabilty, and ensure that inherited channels are correct | dkf | 2019-03-24 | 1 | -30/+91 |
| | | | | | |||||
| * | | | | Start of implementation of TIP 160: better terminal control | dkf | 2019-03-24 | 1 | -36/+212 |
| | | | | | |||||
* | | | | | Merge 8.7 | jan.nijtmans | 2019-03-11 | 1 | -11/+19 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Improve parsing of -xchar option for serial channels: Allow full 8-bit range ↵ | jan.nijtmans | 2019-03-11 | 1 | -11/+19 |
| |/ / / | | | | | | | | | | | | | (correct UTF-8 handling), and let UNIX/win32 produce the same error-message in case of char > 0xFF | ||||
* | | | | More size_t-related consolidations. Now regexp can handle strings >2GB and ↵ | jan.nijtmans | 2019-02-05 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | more. Remove many type-casts which are not necessary any more. |