Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More of the same: Space before tab is extremely unlikely to be correct indent... | jan.nijtmans | 2024-06-05 | 1 | -1/+1 |
* | Few more spacing/formatting tweaks | jan.nijtmans | 2024-03-20 | 2 | -4/+4 |
|\ | |||||
* \ | Merge 8.7 | jan.nijtmans | 2024-01-12 | 3 | -2/+8 |
|\ \ | |/ | |||||
| * | Leave out Tcl_UtfNcmp/Tcl_UtfNcasecmp from -DTCL_NO_DEPRECATED builds, becaus... | jan.nijtmans | 2024-01-12 | 3 | -0/+6 |
| |\ | |||||
| | * | Update the pkga.c/pkgua.c examples, making sure there's no misunderstanding t... | jan.nijtmans | 2024-01-12 | 2 | -0/+4 |
| | * | (cherrypick) small part of: [26870862f0]: Wrong sentinel in Tcl_SetErrorCode ... | jan.nijtmans | 2023-10-20 | 2 | -4/+4 |
* | | | Merge 8.7 | jan.nijtmans | 2023-10-19 | 2 | -4/+4 |
|\ \ \ | |/ / | |||||
| * | | Handle sentinels for any C++ compiler | jan.nijtmans | 2023-10-17 | 2 | -4/+4 |
* | | | Remaining part of TIP #666 implementation (first part already done [cd426d20a... | jan.nijtmans | 2023-09-11 | 1 | -19/+2 |
|\ \ \ | |/ / | |||||
| * | | TIP #666 implementation: Change ptrdiff_t → Tcl_Size in Tcl 8.7 (and 9.0) | jan.nijtmans | 2023-09-11 | 2 | -23/+6 |
| |\ \ | |||||
| | * \ | Rebase to 8.7 | jan.nijtmans | 2023-07-26 | 2 | -4/+6 |
| | |\ \ | |/ / / | |||||
| | * | | TIP #666 implementation | jan.nijtmans | 2023-05-03 | 2 | -4/+6 |
* | | | | Merge 8.7 | jan.nijtmans | 2023-07-02 | 2 | -2/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 8.6 | jan.nijtmans | 2023-07-02 | 2 | -2/+2 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | No need for function prototypes in unix/dltest/*.c | jan.nijtmans | 2023-07-02 | 5 | -50/+2 |
| | * | | Unbreak the 8.6 build. | fvogel | 2023-07-02 | 2 | -2/+2 |
* | | | | Test update for bug [63530267aa]. Fix 32-bit embtest build issue. | griffin | 2023-06-30 | 1 | -1/+1 |
* | | | | Merge 8.7. Remove unused TclArithSeriesObjLength() | jan.nijtmans | 2023-06-30 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 8.6 | jan.nijtmans | 2023-06-30 | 1 | -20/+24 |
| |\ \ \ | | |/ / | |||||
| | * | | Use more strict compilation-flags (but not -DTCL_MEM_DEBUG) in unix/dltest/Ma... | jan.nijtmans | 2023-06-30 | 2 | -23/+25 |
* | | | | Revert 'fix' for [ac874937c5], committed as part of a "Merge 8.7" commit. It'... | jan.nijtmans | 2023-06-30 | 1 | -1/+1 |
* | | | | merge 8.7 | griffin | 2023-06-29 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
* | | | | Merge 8.7 | jan.nijtmans | 2023-05-15 | 1 | -3/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 8.6 | jan.nijtmans | 2023-05-15 | 1 | -3/+3 |
| |\ \ \ | | |/ / | | | / | | |/ | |/| | |||||
| | * | ckalloc -> attemptckalloc (since return-value is checked). Fix bug in unix/dl... | jan.nijtmans | 2023-05-15 | 1 | -3/+3 |
| * | | Fix dltest on Unix | apnadkarni | 2023-04-19 | 1 | -1/+1 |
| * | | Adapt TIP's #494/#481/#537/#544/#568/#616/#623/#627/#630 to TIP #660 changes | jan.nijtmans | 2023-04-18 | 1 | -4/+4 |
* | | | Use Tcl_Size instead of ptrdiff_t in Tcl_ObjCmdProc2(), Tcl_CmdObjTraceProc2,... | pooryorick | 2023-05-03 | 1 | -4/+4 |
* | | | Fix [0b9200888e]: TIP #660 breaks TIP #628/#630 | jan.nijtmans | 2023-04-12 | 1 | -4/+4 |
|\ \ \ | |||||
| * | | | Proposed fix for [0b9200888e]: TIP #660 breaks TIP #628/#630 | jan.nijtmans | 2023-04-11 | 1 | -4/+4 |
|/ / / | |||||
* | | | Merge 9.0 | apnadkarni | 2023-04-05 | 1 | -2/+2 |
|\ \ \ | |||||
| * \ \ | Merge 8.7 | jan.nijtmans | 2023-04-01 | 2 | -3/+3 |
| |\ \ \ | | |/ / | |||||
| | * | | Add -Wall -Wextra -Wc++-compat -Wconversion -Werror to CFLAGS in unix/dltest/... | jan.nijtmans | 2023-04-01 | 6 | -6/+23 |
* | | | | Fix gcc warnings from prior 9.0 merge | apnadkarni | 2023-04-01 | 2 | -6/+6 |
|/ / / | |||||
* | | | Merge 8.7. Code cleanup in dltest packages | jan.nijtmans | 2023-04-01 | 6 | -7/+154 |
|\ \ \ | |/ / | |||||
| * | | New "pkgt" for testing TIP #627 | jan.nijtmans | 2023-04-01 | 2 | -2/+119 |
* | | | Merge 8.7 | jan.nijtmans | 2023-03-30 | 1 | -1/+4 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2023-03-30 | 1 | -1/+4 |
| |\ \ | | |/ | |||||
| | * | Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on... | jan.nijtmans | 2023-03-30 | 1 | -1/+4 |
| | * | Update all "8.5" versions in Tcl_InitStubs() to "8.5-", since they can be com... | jan.nijtmans | 2022-11-29 | 7 | -10/+10 |
* | | | Another round of -1 -> TCL_INDEX_NONE | jan.nijtmans | 2023-03-05 | 4 | -4/+4 |
* | | | Make dltest/pkg*.c simple example how to use Tcl_Size with Tcl_GetStringFromO... | jan.nijtmans | 2023-03-04 | 3 | -5/+2 |
* | | | Merge 9.0 | jan.nijtmans | 2022-10-13 | 3 | -3/+3 |
|\ \ \ | |||||
* \ \ \ | Merge 9.0. Fix MacOSX build | jan.nijtmans | 2022-07-01 | 2 | -7/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 8.7. Don't worry about Tcl_GetErrorLine() any more | jan.nijtmans | 2022-06-28 | 2 | -7/+3 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge 8.6 | jan.nijtmans | 2022-06-28 | 1 | -3/+3 |
| | |\ \ | | | |/ | |||||
| | | * | typo's | jan.nijtmans | 2022-06-28 | 1 | -3/+3 |
| | | * | Make all "pkg?" package names lowercase (was: ""Pkg?"), as we now recommend l... | jan.nijtmans | 2021-05-20 | 6 | -10/+10 |
| | | * | Make Pkgua package thread-safe and properly clean up everything when being un... | jan.nijtmans | 2021-05-18 | 1 | -20/+33 |
| | * | | Backport unix/dltest/*.c changes from 9.0 | jan.nijtmans | 2022-06-13 | 6 | -13/+13 |