Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7 | jan.nijtmans | 2023-05-16 | 1 | -2/+0 |
|\ | |||||
| * | Remove some more references to removed ChangeLog | jan.nijtmans | 2023-05-16 | 1 | -2/+0 |
* | | size_t -> Tcl_Size (twice) | jan.nijtmans | 2023-05-09 | 1 | -1/+1 |
* | | Merge 8.7 | jan.nijtmans | 2023-04-26 | 1 | -2/+0 |
|\ \ | |/ | |||||
| * | Merge 8.6 | jan.nijtmans | 2023-04-26 | 1 | -2/+0 |
| |\ | |||||
| | * | Don't refer to CVS any more | jan.nijtmans | 2023-04-26 | 1 | -2/+0 |
| | * | Correct spelling errors in comments and documentation, but also non-comment | pooryorick | 2023-04-12 | 3 | -4/+4 |
* | | | Merge trunk | apnadkarni | 2023-04-14 | 3 | -4/+4 |
|\ \ \ | |||||
| * \ \ | Correct spelling errors in comments and documentation, but also a non-comment... | pooryorick | 2023-04-12 | 3 | -4/+4 |
| |\ \ \ | | |/ / | |||||
| | * | | Correct spelling errors in comments and documentation, but also a non-comment | pooryorick | 2023-04-12 | 3 | -4/+4 |
* | | | | Fix macos Tcl_MacOSXOpenVersionedBundleResources to use Tcl_Size | apnadkarni | 2023-03-31 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge trunk | apnadkarni | 2023-03-18 | 2 | -7/+7 |
|\ \ \ | |||||
| * \ \ | Merge 8.7 | jan.nijtmans | 2023-03-17 | 2 | -7/+7 |
| |\ \ \ | | |/ / | |||||
| | * | | Few more arm64e -> arm64 | jan.nijtmans | 2023-03-17 | 1 | -5/+5 |
| | * | | Merge 8.6 | jan.nijtmans | 2023-03-17 | 1 | -2/+2 |
| | |\ \ | | | |/ | |||||
| | | * | Fix [https://core.tcl-lang.org/tk/info/bf0f4808d7|bf0f4808d7]: macOS Aqua : C... | jan.nijtmans | 2022-04-21 | 1 | -1/+1 |
| | | * | Backport [fc1e203728]: backout e56a9f214a. If it was wrong in core-8-branch, ... | jan.nijtmans | 2020-11-13 | 1 | -1/+1 |
* | | | | Merge 9.0 | jan.nijtmans | 2023-03-07 | 1 | -3/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | More -1 -> TCL_INDEX_NONE | jan.nijtmans | 2023-03-05 | 1 | -3/+3 |
* | | | | Fix Tcl_UtfToExternalDStringEx call in macos code | apnadkarni | 2023-03-01 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge 8.7 | jan.nijtmans | 2022-11-24 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Use some more TCL_INDEX_NONE and Tcl_Size | jan.nijtmans | 2022-11-24 | 1 | -1/+1 |
* | | | Forgot one TCL_OBJTYPE_V0 | jan.nijtmans | 2022-11-10 | 1 | -1/+2 |
* | | | TIP #640: Remove Tcl_SaveResult | jan.nijtmans | 2022-10-06 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | TIP #640: Remove Tcl_SaveResult (in Tcl 8.7 it's only removed when compiled w... | jan.nijtmans | 2022-10-06 | 1 | -2/+2 |
* | | | Some more (internal) ClientData -> void * changes | jan.nijtmans | 2022-09-02 | 1 | -10/+10 |
* | | | Merge 8.7 | jan.nijtmans | 2022-07-19 | 1 | -6/+6 |
|\ \ \ | |/ / | |||||
| * | | Make a start converting -1 -> TCL_INDEX_NONE where appropriate | jan.nijtmans | 2022-07-19 | 1 | -6/+6 |
* | | | Merge 8.7 | jan.nijtmans | 2022-04-20 | 4 | -3231/+2 |
|\ \ \ | |/ / | |||||
| * | | Eliminate the need for --enable-64bit on MacOS: We only do 64-bit now. Remove... | jan.nijtmans | 2022-04-20 | 4 | -3241/+2 |
* | | | Merge 8.7 | jan.nijtmans | 2022-04-20 | 5 | -29/+22 |
|\ \ \ | |/ / | |||||
| * | | Fix [https://core.tcl-lang.org/tk/tktview?name=bf0f4808d7|bf0f4808d7]: macOS ... | jan.nijtmans | 2022-04-20 | 4 | -27/+22 |
* | | | Fix compiler warnings, due to the use of macro's | jan.nijtmans | 2022-03-21 | 1 | -1/+1 |
* | | | Merge 8.7 | jan.nijtmans | 2021-10-08 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing list | jan.nijtmans | 2021-10-06 | 1 | -2/+2 |
* | | | Merge 8.7 | jan.nijtmans | 2021-08-20 | 1 | -7/+155 |
|\ \ \ | |/ / | |||||
| * | | Apply macos-tip511.diff. Resolve conflict with TIP #601 | jan.nijtmans | 2021-08-19 | 1 | -10/+15 |
| * | | Fix use of TCL_THREADS macro: In Tcl 8.7, this is always defined, but can hav... | jan.nijtmans | 2021-08-18 | 1 | -2/+2 |
| * | | tip#511 proposed implementation | jan.nijtmans | 2021-08-17 | 1 | -3/+146 |
* | | | Merge 8.7 | jan.nijtmans | 2021-04-07 | 2 | -4/+4 |
|\ \ \ | |/ / | |||||
| * | | A few missing renamings | jan.nijtmans | 2021-04-07 | 2 | -4/+4 |
* | | | Clean up the notifier code to not spread the hooks quite so widely | dkf | 2021-04-03 | 1 | -128/+116 |
|\ \ \ | |/ / | |||||
| * | | Refactoring, ahoy | dkf | 2021-03-30 | 1 | -128/+116 |
* | | | Merge 8.7 | jan.nijtmans | 2021-02-10 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Add --disable-zipfs flag to GNUmakefile | jan.nijtmans | 2021-02-09 | 1 | -1/+1 |
* | | | Merge 8.7 | jan.nijtmans | 2021-01-29 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Fix [113be1991e]: zipfs on mac. | jan.nijtmans | 2021-01-29 | 1 | -1/+1 |
* | | | Merge 8.7. Simplify handling of platform-dependant API's like Tcl_CreateFileH... | jan.nijtmans | 2021-01-22 | 1 | -4/+4 |
|\ \ \ | |/ / | |||||
| * | | Change exported symbol from TclMacOSXNotifierAddRunLoopMode -> Tcl_MacOSXNoti... | jan.nijtmans | 2021-01-22 | 1 | -1/+1 |
| * | | Rebase to core-8-branch | jan.nijtmans | 2021-01-22 | 1 | -3/+3 |
| |\ \ |