| Commit message (Expand) | Author | Age | Files | Lines |
* | Backport formatting from 9.0. Revise genStubs.tcl such that dummy entries are... | jan.nijtmans | 2024-03-23 | 1 | -3/+3 |
|
|
* | Backport fix for [bda99f2393]: gets stdin problem when non-blocking - Windows | jan.nijtmans | 2024-03-19 | 1 | -2/+1 |
|
|
* | Need Tcl_Size #define a little earlier (for 8.6) | jan.nijtmans | 2023-11-24 | 1 | -13/+17 |
|
|
* | Update dde and registry (int -> Tcl_Size) | jan.nijtmans | 2023-11-24 | 1 | -21/+21 |
|
|
* | [26870862f0] follow-up: of course it was not complete yet | jan.nijtmans | 2023-10-27 | 1 | -3/+3 |
|
|
* | Remove useless type-casts. Backport some changes from 9.0 | jan.nijtmans | 2023-05-09 | 1 | -4/+4 |
|
|
* | Correct spelling errors in comments and documentation, but also a non-comment
| pooryorick | 2023-04-12 | 1 | -6/+6 |
|
|
* | int -> Tcl_Size for tclWinDde.c/tclWinReg.c, so it could (theoretically) hand... | jan.nijtmans | 2023-04-12 | 1 | -1/+1 |
|
|
* | Merge 8.6 | jan.nijtmans | 2023-03-30 | 1 | -2/+2 |
|\ |
|
| * | Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on... | jan.nijtmans | 2023-03-30 | 1 | -2/+2 |
|
|
* | | Tweaks to dde and registry extension, so they "load" without 3th argument in ... | jan.nijtmans | 2022-12-21 | 1 | -1/+1 |
|
|
* | | make Windows dde (-> 1.4.5) and registry (-> 1.3.7) extensions ready for the ... | jan.nijtmans | 2022-11-29 | 1 | -57/+67 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2022-11-29 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Update all "8.5" versions in Tcl_InitStubs() to "8.5-", since they can be com... | jan.nijtmans | 2022-11-29 | 1 | -1/+1 |
|
|
| * | Fix some gcc(-9) warnings caused by -Wcast-function-type | jan.nijtmans | 2020-03-04 | 1 | -1/+1 |
|
|
* | | TIP #590 follow-up: Restore 2nd 'load' argument in dde/registry pkgIndex.tcl.... | jan.nijtmans | 2021-01-06 | 1 | -1/+1 |
|
|
* | | Implement TIP #557: C++ support for Tcl | jan.nijtmans | 2020-02-28 | 1 | -1/+1 |
|/ |
|
* | Make tclWinDde.c compilable with C++ compiler. dde -> 1.4.3 | jan.nijtmans | 2020-02-26 | 1 | -5/+5 |
|
|
* | Bump to dde 1.4.2 and registry 1.3.4. | dgp | 2019-10-21 | 1 | -2/+2 |
|
|
* | Change LSTATUS to LONG, since older SDK's don't know it. | jan.nijtmans | 2019-10-05 | 1 | -2/+2 |
|
|
* | Modify registry/dde such that they no longer need to be compiled with -DUNICO... | jan.nijtmans | 2019-09-20 | 1 | -62/+93 |
|
|
* | Add support for TIP #494 to registry and dde. Only effective when compiled ag... | jan.nijtmans | 2018-10-30 | 1 | -2/+21 |
|
|
* | tclWinDde.c: Backport version 1.4.1 from Tcl 8.6. | jan.nijtmans | 2018-10-27 | 1 | -23/+9 |
|
|
* | Backport "registry" version 1.3.3, so all active branches now have the same r... | jan.nijtmans | 2018-10-24 | 1 | -346/+320 |
|
|
* | [Bug #3362446]: registry keys command fails with 8.5/8.6. Follow Microsofts e... | jan.nijtmans | 2012-07-11 | 1 | -1/+1 |
|
|
* | [Bug 3362446]: possible allocation error when using UNICODE | jan.nijtmans | 2012-06-21 | 1 | -3/+3 |
|\ |
|
| * | [Bug 3362446]: possible allocation error when using UNICODE | jan.nijtmans | 2012-06-21 | 1 | -4/+4 |
|
|
* | | [Bug #3362446]: registry keys command fails with 8.5/8.6 | jan.nijtmans | 2012-06-21 | 1 | -77/+30 |
|\ \ |
|
| * | | remove some unused code | jan.nijtmans | 2012-06-20 | 1 | -12/+8 |
|
|
| * | | [bug 3362446]: registry keys command fails with 8.5/8.6 | jan.nijtmans | 2012-06-19 | 1 | -64/+30 |
|
|
* | | | Plug memory leak, part of [Bug #3362446] | jan.nijtmans | 2012-06-19 | 1 | -0/+2 |
|\ \ \
| | |/
| |/| |
|
| * | | Plug memory leak, part of [Bug #3362446] | jan.nijtmans | 2012-06-19 | 1 | -0/+2 |
| |/ |
|
* | | make some more internal tables const | jan.nijtmans | 2012-04-23 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | make some more internal tables const | jan.nijtmans | 2012-04-23 | 1 | -1/+1 |
|
|
| * | Fix gcc warnings (discovered with latest mingw, based on gcc 4.6.1) | jan.nijtmans | 2011-10-07 | 1 | -2/+2 |
|
|
* | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-15 | 1 | -5/+6 |
|
|
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| * | Fix gcc-4.5.2 error: lvalue required as ... | nijtmans | 2011-01-14 | 1 | -2/+4 |
|
|
| * | * changes: updates for 8.4.15 release. | dgp | 2007-05-15 | 1 | -2/+2 |
|
|
| * | * win/tclWinReg.c (GetKeyNames): Size the buffer for enumerating | Kevin B Kenny | 2007-03-17 | 1 | -23/+66 |
|
|
| * | * library/reg/pkgIndex.tcl: Long overlooked bump to registry pack... | dgp | 2006-04-05 | 1 | -2/+2 |
|
|
| * | WIN64 corrections | hobbs | 2004-09-01 | 1 | -4/+4 |
|
|
| * | * library/dde/pkgIndex.tcl: Added safeguards so that registry | dgp | 2003-11-10 | 1 | -2/+2 |
|
|
| * | * win/tclWinReg.c: Incremented the version to 1.1.2. | patthoyts | 2003-07-23 | 1 | -2/+2 |
|
|
| * | * win/tclWinReg.c (OpenSubKey): Backported fix for bug 775976 | patthoyts | 2003-07-22 | 1 | -2/+2 |
|
|
* | | Various CYGWIN-related fixes | nijtmans | 2010-01-31 | 1 | -15/+16 |
|
|
* | | * win/configure: autoconf-2.59 (FC6 fork) | dgp | 2007-05-15 | 1 | -2/+2 |
|
|
* | | More type-pun warning squelches | dkf | 2007-05-05 | 1 | -14/+11 |
|
|