Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Fix [9921778646]: something is wrong in core-8-branch | jan.nijtmans | 2023-06-01 | 1 | -6/+6 | |
| * | | Added some examples to library(n) | dkf | 2023-06-01 | 1 | -3/+75 | |
* | | | merge-mark | jan.nijtmans | 2023-05-31 | 0 | -0/+0 | |
|\ \ \ | |/ / | ||||||
| * | | Use TclDuplicatePureObj() in stead of TclListObjCopy() where appropriate. Bac... | jan.nijtmans | 2023-05-31 | 13 | -282/+436 | |
* | | | Merge 8.7 | jan.nijtmans | 2023-05-31 | 1 | -5/+7 | |
|\ \ \ | |/ / | ||||||
| * | | Document hoe Tcl_ReadChars() behaves in "-profile strict" mode when an encodi... | jan.nijtmans | 2023-05-31 | 1 | -5/+7 | |
* | | | Merge 8.7 | jan.nijtmans | 2023-05-31 | 4 | -21/+21 | |
|\ \ \ | |/ / | ||||||
| * | | Fix [c243e7a85e]: TIP #603 implementation broken on Windows | jan.nijtmans | 2023-05-31 | 1 | -4/+4 | |
| |\ \ | ||||||
| | * | | Let's see if this helps | jan.nijtmans | 2023-05-30 | 1 | -4/+4 | |
| |/ / | ||||||
| * | | More typo fixes | dkf | 2023-05-30 | 3 | -17/+17 | |
* | | | Merge 8.7 | jan.nijtmans | 2023-05-30 | 3 | -74/+64 | |
|\ \ \ | |/ / | ||||||
| * | | Backport IO-related changes from Tcl 9.0. Needed for preparation of TIP #653 | jan.nijtmans | 2023-05-30 | 3 | -375/+504 | |
* | | | Merge 8.7 | jan.nijtmans | 2023-05-29 | 4 | -6/+6 | |
|\ \ \ | |/ / | ||||||
| * | | int -> Tcl_Size, for full Tcl 9 support | jan.nijtmans | 2023-05-29 | 2 | -8/+9 | |
| * | | Fix typo and outdated comment | dkf | 2023-05-29 | 2 | -2/+2 | |
* | | | merge 8.7 | fvogel | 2023-05-28 | 8 | -10/+440 | |
|\ \ \ | |/ / | ||||||
| * | | Fix errors when building the html man page for configurable.n (TIP #558) | fvogel | 2023-05-28 | 1 | -4/+3 | |
| |\ \ | ||||||
| | * | | Fix errors when building the html man page for configurable.n | fvogel | 2023-05-28 | 1 | -4/+3 | |
| * | | | TIP 603: Get 'stat' Information of Open Files | dkf | 2023-05-24 | 7 | -6/+437 | |
| |\ \ \ | ||||||
| | * \ \ | merge core-8-branch | dkf | 2023-05-24 | 537 | -57321/+25279 | |
| | |\ \ \ | | |/ / / | |/| | | | ||||||
| | * | | | rebase to latest 8.7 | jan.nijtmans | 2022-09-22 | 7 | -6/+437 | |
| | |\ \ \ | ||||||
| | | * \ \ | Merge 8.7 | jan.nijtmans | 2021-11-01 | 162 | -3193/+3767 | |
| | | |\ \ \ | ||||||
| | | * | | | | Added a basic portable test of [fconfigure -stat] | dkf | 2021-07-13 | 1 | -1/+22 | |
| | | * | | | | Added documentation | dkf | 2021-07-13 | 1 | -0/+22 | |
| | | * | | | | Merge 8.7. Fix fstat() call in tclUnixChan.c, in case Tcl_StatBuf == struct s... | jan.nijtmans | 2021-06-29 | 14 | -187/+19595 | |
| | | |\ \ \ \ | ||||||
| | | * | | | | | Make tclWinChan.c compile again, fixing obvious implementation problems. Not ... | jan.nijtmans | 2021-06-29 | 1 | -6/+4 | |
| | | * | | | | | Fix iocmd-8.4 testcase | jan.nijtmans | 2021-06-28 | 1 | -1/+1 | |
| | | * | | | | | merge core-8-branch | dkf | 2021-06-27 | 30 | -67/+183 | |
| | | |\ \ \ \ \ | ||||||
| | | * | | | | | | First attempt at Windows implementation. | dkf | 2021-06-19 | 1 | -1/+204 | |
| | | * | | | | | | Added in missing field | dkf | 2021-06-19 | 4 | -157/+155 | |
| | | * | | | | | | Start of implementing TIP 603: chan configure -stat | dkf | 2021-06-19 | 1 | -1/+168 | |
* | | | | | | | | | Eliminate some clang warnings. Only use "testbigdata" if sizeof(Tcl_Size) == ... | jan.nijtmans | 2023-05-25 | 2 | -2/+11 | |
* | | | | | | | | | Merge 8.7 | jan.nijtmans | 2023-05-24 | 6 | -13/+16 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | ||||||
| * | | | | | | | | Fix regular expression in previous commit | jan.nijtmans | 2023-05-24 | 1 | -1/+1 | |
| * | | | | | | | | Enhance html generation, so it can handle the "©" copy-sign as well | jan.nijtmans | 2023-05-24 | 5 | -5/+5 | |
| * | | | | | | | | More size protection for winDde | jan.nijtmans | 2023-05-24 | 1 | -8/+11 | |
* | | | | | | | | | Remove TCL_SIZE_SMAX, not used anywhere. Some more variable which should have... | jan.nijtmans | 2023-05-24 | 2 | -8/+2 | |
* | | | | | | | | | Merge 8.7 | jan.nijtmans | 2023-05-23 | 7 | -13/+13 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | ||||||
| * | | | | | | | | Give Tcl_CreateThread a TCL_HASH_TYPE (unsigned) stackSize parameter | jan.nijtmans | 2023-05-23 | 7 | -13/+13 | |
* | | | | | | | | | Merge 8.7 | jan.nijtmans | 2023-05-22 | 10 | -71/+100 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | ||||||
| * | | | | | | | | Small documentation corrections | dkf | 2023-05-22 | 6 | -66/+95 | |
* | | | | | | | | | Merge 8.7 | jan.nijtmans | 2023-05-21 | 4 | -65/+65 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | ||||||
| * | | | | | | | | Unbreak windows symbols build. More int -> Tcl_Size backported from 9.0 | jan.nijtmans | 2023-05-21 | 1 | -62/+64 | |
* | | | | | | | | | Fix test to be stable. | griffin | 2023-05-21 | 1 | -2/+2 | |
* | | | | | | | | | Add cleanup to lseq tests. Fix assertion. | griffin | 2023-05-20 | 2 | -53/+132 | |
* | | | | | | | | | Fix [c9663296fd]. Also refactor memory reallocation. | apnadkarni | 2023-05-20 | 10 | -213/+344 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Minor refactor to combine alloc/realloc | apnadkarni | 2023-05-20 | 3 | -72/+37 | |
| * | | | | | | | | | Merge trunk | apnadkarni | 2023-05-19 | 55 | -44257/+3522 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | More refactoring into common code | apnadkarni | 2023-05-19 | 6 | -209/+234 | |
| * | | | | | | | | | | Refactor couple more reallocations | apnadkarni | 2023-05-15 | 3 | -70/+168 | |