Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use size_t in Tcl_MainEx() | jan.nijtmans | 2022-02-25 | 1 | -1/+1 |
| | |||||
* | Merge 8.7 | jan.nijtmans | 2022-02-02 | 1 | -2/+2 |
|\ | |||||
| * | Merge 8.6 | jan.nijtmans | 2022-02-02 | 1 | -2/+2 |
| |\ | |||||
| | * | Change DEFAULT_PRIMARY_PROMPT from #define to static const string (saves a ↵ | jan.nijtmans | 2022-02-02 | 1 | -2/+2 |
| | | | | | | | | | | | | strlen() call) | ||||
* | | | Merge 8.7 | jan.nijtmans | 2022-02-01 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2022-02-01 | 1 | -6/+7 |
| |\ \ | | |/ | |||||
| | * | Code cleanup in tclMain.c and tclAppInit.c: Make them Tcl-8.7-aware, usable ↵ | jan.nijtmans | 2022-02-01 | 1 | -10/+11 |
| | | | | | | | | | | | | as more generic examples for extensions. | ||||
| | * | More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in ↵ | jan.nijtmans | 2020-10-13 | 1 | -3/+4 |
| | | | | | | | | | | | | stead of Tcl_NewIntObj() | ||||
| * | | take advantage of what we know re: argv guarantees ↵ | bch | 2022-01-28 | 1 | -7/+5 |
| | | | | | | | | | | | | [https://www.iso-9899.info/n1570.html#5.1.2.2.1|argv spec] (per @cousteau on #tcl) | ||||
| * | | rejig argv/argc handling in response to investigation prompted by ↵ | bch | 2022-01-28 | 1 | -9/+17 |
| | | | | | | | | | | | | | | | [https://arstechnica.com/information-technology/2022/01/a-bug-lurking-for- 12-years-gives-attackers-root-on-every-major-linux-distro/|this "polkit issue"] and some experimenting w/ execve() (ab)use. Essentially port of [0e1d2702ab] and its parent; discussed at length on IRC | ||||
* | | | take advantage of what we know re: argv guarantees ↵ | bch | 2022-01-29 | 1 | -6/+4 |
| | | | | | | | | | | | | [https://www.iso-9899.info/n1570.html#5.1.2.2.1|argv spec] (per @cousteau on #tcl) | ||||
* | | | be more strict about using argv[0] | bch | 2022-01-28 | 1 | -2/+4 |
| | | | |||||
* | | | rejig argv/argc Tcl_MainEx() handling, prompted by outside discussion re: ↵ | bch | 2022-01-28 | 1 | -9/+15 |
| | | | | | | | | | | | | current [https://arstechnica.com/information-technology/2022/01/a-bug-lurking-for-12-years-gives-attackers-root-on-every-major-linux-distro/|polkit] issues, and comparisons of execve(2) abuse/mitigation (esp wrt OpenBSD); Probably most importantly, the access to argv has been limited to indexing, not swapping back/forth between indexing and advancing argv; pls review | ||||
* | | | Merge 8.7, resolve conflicts | jan.nijtmans | 2021-01-11 | 1 | -4/+4 |
|\ \ \ | |/ / | |||||
* | | | Merge 8.7 (resolve conflicts) | dgp | 2021-01-08 | 1 | -5/+0 |
|\ \ \ | |/ / | |||||
| * | | Simplifications when assuming VS 2015 or later | jan.nijtmans | 2020-12-17 | 1 | -5/+0 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2020-12-08 | 1 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ↵ | jan.nijtmans | 2020-12-08 | 1 | -3/+3 |
| | | | | | | | | | | | | 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-09 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6. Don't inline functions which are too big to be inlined (according ↵ | jan.nijtmans | 2020-10-09 | 1 | -2/+2 |
| |\ \ | | |/ | | | | | | | to the -Winline compiler flag) | ||||
* | | | Merge 8.7 | jan.nijtmans | 2020-09-17 | 1 | -5/+6 |
|\ \ \ | |/ / | |||||
| * | | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> ↵ | jan.nijtmans | 2020-09-17 | 1 | -5/+6 |
| | | | | | | | | | | | | TclNewIntObj or Tcl_NewWideIntObj) | ||||
* | | | Merge 8.7. Use more TCL_INDEX_NONE in documentation/headers/code. | jan.nijtmans | 2020-06-04 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
* | | | 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 | jan.nijtmans | 2020-03-07 | 1 | -2/+1 |
|\ \ \ | |/ / | |||||
| * | | more | dgp | 2020-03-06 | 1 | -2/+1 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2020-02-28 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
* | | | Merge 8.7 | jan.nijtmans | 2020-02-28 | 1 | -2/+3 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.7 | jan.nijtmans | 2020-02-26 | 1 | -1/+1 |
| |\ \ | |||||
| * \ \ | Merge 8.7 | jan.nijtmans | 2020-01-07 | 1 | -1/+1 |
| |\ \ \ | |||||
| * \ \ \ | Merge 8.7 | jan.nijtmans | 2019-10-01 | 1 | -36/+15 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Let's try a real C++ build with Travis on Linux | jan.nijtmans | 2019-08-30 | 1 | -0/+1 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge tip-548 (since using the *WChar* functions leads to less type-casts in ↵ | jan.nijtmans | 2019-08-03 | 1 | -4/+2 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c++) Als finish implementaton for MacOSX | ||||
| * \ \ \ \ \ \ | Merge 8.7. Continue implementation for win32 | jan.nijtmans | 2019-08-02 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | Merge 8.7, and continue implementation. Almost done | jan.nijtmans | 2019-07-10 | 1 | -2/+2 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge 8.7 | jan.nijtmans | 2020-02-21 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | |||||
| * | | | | | | | Merge 8.6 | jan.nijtmans | 2020-02-21 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | / | | | |_|_|_|/ | | |/| | | | | |||||
| | * | | | | | Restore compatibility with older (mingw) Makefiles. Fix for [4b5deacc70]: ↵ | jan.nijtmans | 2020-02-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | undefined reference to `Tcl_SetStartupScript'. | ||||
* | | | | | | | Merge 8.7 | jan.nijtmans | 2020-01-07 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | Remove type-casts in many Tcl_LinkVar() calls, which is no longer necessary ↵ | jan.nijtmans | 2020-01-07 | 1 | -1/+1 |
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | since 8.7. Small missing piece in Tcl_LinkArray() implementation, handling (unsigned) longs on 64-bit platforms. | ||||
* | | | | | | Merge 8.7 | jan.nijtmans | 2019-09-29 | 1 | -36/+15 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Use Tcl_WCharToUtfDString in stead of (deprecated) Tcl_WinTCharToUtf | jan.nijtmans | 2019-09-29 | 1 | -1/+2 |
| | | | | | | |||||
| * | | | | | Merge 8.6 | jan.nijtmans | 2019-09-29 | 1 | -37/+15 |
| |\ \ \ \ \ | | |/ / / / | | | | | / | | |_|_|/ | |/| | | | |||||
| | * | | | Merge 8.6 and fix Travis build on Windows | jan.nijtmans | 2019-09-27 | 1 | -22/+15 |
| | |\ \ \ | |||||
| | * | | | | Merge 8.6 | jan.nijtmans | 2019-09-26 | 1 | -17/+7 |
| | |/ / / | |||||
* | | | | | Merge 8.7 | jan.nijtmans | 2019-09-14 | 1 | -4/+2 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Use *WChar* in stead of *Char16* functions on Windows, always. It's actually ↵ | jan.nijtmans | 2019-08-03 | 1 | -1/+1 |
| | |_|/ | |/| | | | | | | | | | | the same, but more consistent. | ||||
| * | | | Rename UTF-related functions to "WChar" and "Char16" variants, more ↵ | jan.nijtmans | 2019-07-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | intuitive because they represent wchar_t and char16_t (since C++11) types in modern compilers. | ||||
| * | | | Improvement: always export both 16-bit and 32-bit UTF function | jan.nijtmans | 2019-07-05 | 1 | -1/+1 |
| | | | |