Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7 - unix test builds | apnadkarni | 2023-10-09 | 1 | -4/+8 |
|\ | |||||
| * | Fix test targets in mingw builds to not set TCL_LIBRARY when zipfs enabled | apnadkarni | 2023-10-09 | 1 | -4/+8 |
* | | Merge 8.7 | jan.nijtmans | 2023-09-28 | 2 | -3/+2 |
|\ \ | |/ | |||||
| * | Merge 8.6 | jan.nijtmans | 2023-09-28 | 2 | -3/+2 |
| |\ | |||||
| | * | TIP #662: Un-deprecate Tcl_VarEval. Also remove some useless typecasts from d... | jan.nijtmans | 2023-09-28 | 2 | -3/+2 |
| | |\ | |||||
| | * | | Fix [43b0656605]: MS Windows: files with emojis are found by glob but not rec... | jan.nijtmans | 2023-09-13 | 1 | -4/+10 |
| | * | | No longer support "OPTS=utf16" in makefile.vc/rules.vc | jan.nijtmans | 2023-09-12 | 2 | -13/+31 |
* | | | | Merge 8.7 - Bug [b6f7cee65c] - nmake not testing zip based tcl library | apnadkarni | 2023-09-16 | 1 | -3/+5 |
|\ \ \ \ | |/ / / | |||||
| * | | | Bug [b6f7cee65c] - nmake not testing zip based tcl library | apnadkarni | 2023-09-16 | 1 | -3/+5 |
* | | | | Merge 8.7 | jan.nijtmans | 2023-09-12 | 2 | -11/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Rebase to 8.7 | jan.nijtmans | 2023-08-30 | 2 | -11/+1 |
| |\ \ \ | |||||
| | * \ \ | Rebase to 8.7 | jan.nijtmans | 2023-07-26 | 2 | -11/+1 |
| | |\ \ \ | |||||
| | | * \ \ | Rebase to 8.7 | jan.nijtmans | 2023-07-09 | 2 | -11/+1 |
| | | |\ \ \ | |||||
| | | | * | | | Remove internal use of TCL_UTF_MAX=3 as much as possible, without compromizin... | jan.nijtmans | 2023-05-01 | 2 | -11/+1 |
* | | | | | | | Make Tcl_NRCallObjProc2 definition match documentation (ptrdiff_t -> Tcl_Size... | jan.nijtmans | 2023-08-31 | 1 | -1/+1 |
* | | | | | | | Update Tcl_Time for 32-bit systems and win64, being able to handle time > 203... | jan.nijtmans | 2023-08-24 | 1 | -7/+7 |
* | | | | | | | Merge 8.7 | jan.nijtmans | 2023-08-03 | 5 | -7/+16 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | Merge 8.7 | jan.nijtmans | 2023-08-03 | 4 | -16/+12 |
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | |||||
| | * | | | | | Implement TCL_LIB_FLAG/TCL_BUILD_LIB_SPEC for Windows (which - aparently - ha... | jan.nijtmans | 2023-08-03 | 4 | -17/+13 |
* | | | | | | | Merge 8.7 | jan.nijtmans | 2023-08-02 | 5 | -57/+6 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | Merge 8.6 | jan.nijtmans | 2023-08-02 | 4 | -13/+2 |
| |\ \ \ \ \ \ | | |/ / / / / | |||||
| | * | | | | | deprecate TCL_EXPORT_FILE_SUFFIX: no longer needed. Fix some path handling co... | jan.nijtmans | 2023-08-02 | 4 | -14/+3 |
* | | | | | | | Merge 8.7 | jan.nijtmans | 2023-08-01 | 2 | -2/+2 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | Make sure that zdll.lib and tommath.lib are installed in windows, for possibl... | jan.nijtmans | 2023-08-01 | 2 | -1/+2 |
* | | | | | | | Merge 8.7 | jan.nijtmans | 2023-08-01 | 4 | -6/+19 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | Merge 8.6 | jan.nijtmans | 2023-08-01 | 4 | -1/+27 |
| |\ \ \ \ \ \ | | |/ / / / / | | | / / / / | | |/ / / / | |/| | | | | |||||
| | * | | | | Add TCL_ZLIB_LIB_NAME to tclConfig.sh (for Windows) | jan.nijtmans | 2023-08-01 | 4 | -2/+15 |
| | | |_|/ | | |/| | | |||||
| | * | | | Simplify tenviron2utfdstr(), since 2nd argument is always -1. | jan.nijtmans | 2023-07-26 | 1 | -1/+1 |
* | | | | | Bug [76d45ec836] - mingw - tommath not copied on install | apnadkarni | 2023-08-01 | 4 | -2/+16 |
* | | | | | Merge 8.7 | jan.nijtmans | 2023-07-21 | 1 | -3/+0 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | simplify tenviron2utfdstr/utf2tenvirondstr macro's, since 2nd argument is alw... | jan.nijtmans | 2023-07-21 | 1 | -3/+0 |
* | | | | | Merge 8.7 | jan.nijtmans | 2023-07-20 | 1 | -3/+7 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Fix handling of pre-built libtommath.dll on win64-arm | jan.nijtmans | 2023-07-20 | 2 | -5/+9 |
* | | | | | Merge 8.7 - install tommath.lib | apnadkarni | 2023-07-17 | 1 | -0/+1 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Fix: tommath.lib needs to be installed to permit extensions to link when usin... | apnadkarni | 2023-07-17 | 1 | -0/+1 |
| | |/ / | |/| | | |||||
* | | | | merge trunk | griffin | 2023-06-30 | 5 | -122/+1 |
|\ \ \ \ | |||||
| * \ \ \ | Merge 8.7 | jan.nijtmans | 2023-06-27 | 1 | -44/+0 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Remove compat/dirent*.h and some other compat/*.c files: Modern C-compilers a... | jan.nijtmans | 2023-06-27 | 1 | -44/+0 |
| * | | | | Merge 8.7 | jan.nijtmans | 2023-06-26 | 4 | -78/+1 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Remove compat/stdint.h and compat/stdlib.h: All C-compilers nowadays have it. | jan.nijtmans | 2023-06-26 | 4 | -78/+1 |
* | | | | | merge trunk | griffin | 2023-06-06 | 1 | -1/+202 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 8.7 | jan.nijtmans | 2023-06-02 | 1 | -1/+1 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | New (internal) macro TclAttemptInitStringRep() | jan.nijtmans | 2023-06-02 | 1 | -1/+1 |
| * | | | | Merge 8.7 | jan.nijtmans | 2023-05-31 | 1 | -4/+4 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Let's see if this helps | jan.nijtmans | 2023-05-30 | 1 | -4/+4 |
| * | | | | Merge 8.7 | jan.nijtmans | 2023-05-29 | 1 | -1/+1 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | int -> Tcl_Size, for full Tcl 9 support | jan.nijtmans | 2023-05-29 | 1 | -1/+1 |
| * | | | | merge 8.7 | fvogel | 2023-05-28 | 1 | -1/+202 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | merge core-8-branch | dkf | 2023-05-24 | 28 | -878/+777 |
| | |\ \ \ | |||||
| | * \ \ \ | rebase to latest 8.7 | jan.nijtmans | 2022-09-22 | 1 | -1/+202 |
| | |\ \ \ \ |