summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Fix [63325009a8]: \u0400 conversion to and from cesu-8 failsjan.nijtmans2024-09-132-3/+6
|\ \ \ \ \ | |/ / / /
| * | | | Fix [63325009a8]: \u0400 conversion to and from cesu-8 fails.jan.nijtmans2024-09-132-1/+4
| | | | |
* | | | | Merge-markjan.nijtmans2024-09-130-0/+0
|\ \ \ \ \ | |/ / / /
| * | | | (Backport): Fix bug [fccb9f322f] - system encoding detectionjan.nijtmans2024-09-133-51/+73
| | | | |
* | | | | Unified naming of the Mac to 'macOS' as other names are outdated since 2016 ↵Torsten2024-09-115-8/+8
| | | | | | | | | | | | | | | | | | | | (macOS Sierra, version 10.12)
* | | | | Add tcl::idna, expr operators, oo to changes.mdapnadkarni2024-09-111-1/+6
| | | | |
* | | | | 3th "load" argument should be Titlecase jan.nijtmans2024-09-101-3/+3
|\ \ \ \ \ | |/ / / / | | | | | Fix registry library name for Tcl 9
| * | | | 3th "load" argument should be Titlecasejan.nijtmans2024-09-101-13/+13
| | | | |
* | | | | merge 8.7dgp2024-09-101-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | silence compiler warningdgp2024-09-101-1/+1
| | | | |
* | | | | size_t -> Tcl_Size (twice)jan.nijtmans2024-09-092-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | size_t -> Tcl_Size, for maximum compatibility with Tcl 8.6jan.nijtmans2024-09-092-2/+2
| | | | |
* | | | | Update to TZDATA 2024bjan.nijtmans2024-09-07216-10015/+7867
|\ \ \ \ \ | |/ / / /
| * | | | Update to TZDATA 2024bjan.nijtmans2024-09-07216-10015/+7867
| |\ \ \ \ | | |/ / /
| | * | | Fix [324ffb0d9]: Files missing from distributionjan.nijtmans2024-09-071-3/+5
| | | | |
| | * | | Update to TZDATA 2024bjan.nijtmans2024-09-07216-10015/+7867
| | | |/ | | |/|
| * | | Merge-markjan.nijtmans2024-09-020-0/+0
| |\ \ \ | | |/ /
| | * | cherrypicked typos, errors and clarifications from the ↵Torsten2024-09-025-8/+6
| | |/ | | | | | | | | | documentation-cleanup-for-transition branch (those marked as 'Fix:')
* | | Merge-markjan.nijtmans2024-09-020-0/+0
|\ \ \ | |/ /
| * | cherrypicked typos, errors and clarifications from the ↵jan.nijtmans2024-09-027-32/+38
| | | | | | | | | | | | documentation-cleanup-for-transition branch (those marked as 'Fix:')
* | | cherrypicked typos, errors and clarifications from the ↵Torsten2024-09-027-15/+22
| | | | | | | | | | | | documentation-cleanup-for-transition branch (those marked as 'Fix:')
* | | Fix for ticket [f4a4bd7f1070] - lseq "count" argument also dictates output ↵griffin2024-09-012-6/+26
| | | | | | | | | | | | | | | | | | formatting. Solved by only consdering the start, end, and step values to determine the value formatting of the results. Real numbers can still be used for the Count value, as long as the value is a whole number.
* | | Delete duplicated text fragment in lseq manpageapnadkarni2024-08-301-6/+0
| | |
* | | Fix logic that was inadvertently inverted back in [295715a1b1b2c3d5]pooryorick2024-08-271-1/+1
| | |
* | | Fix static build on MSVCjan.nijtmans2024-08-242-2/+2
|\ \ \ | |/ /
| * | Fix static build on MSVCjan.nijtmans2024-08-242-2/+2
| | |
* | | Minor fix in "load" documentation. Update release notes for "info loaded" changejan.nijtmans2024-08-232-5/+6
|\ \ \ | |/ /
| * | Update "info loaded" documentation. Add "info loaded" change to release notesjan.nijtmans2024-08-232-8/+7
| | |
* | | Don't pack the dde/registry dll's any more for static builds. See: ↵jan.nijtmans2024-08-231-2/+7
|\ \ \ | |/ / | | | | | | [https://core.tcl-lang.org/tk/tktview/939496ee1b|939496ee1b]
| * | Don't pack the dde/registry dll's any more for static builds. See: ↵jan.nijtmans2024-08-231-2/+7
| | | | | | | | | | | | [https://core.tcl-lang.org/tk/tktview/939496ee1b|939496ee1b]
* | | Eliminate compiler warning regarding ZLIB_VER_MAJOR on --disable-shared ↵jan.nijtmans2024-08-231-2/+5
|\ \ \ | |/ / | | | | | | builds (seen on Windows)
| * | Eliminate compiler warning regarding ZLIB_VER_MAJOR on --disable-shared ↵jan.nijtmans2024-08-231-13/+14
| | | | | | | | | | | | builds (seen on Windows)
* | | Documentation/comment fixes [dcc8645349]jan.nijtmans2024-08-234-11/+11
|\ \ \ | |/ /
| * | Documentation/comment fixes [dcc8645349]jan.nijtmans2024-08-234-15/+75
| |\ \
| | * | formatting. Missing "command"jan.nijtmans2024-08-231-3/+3
| | | |
| | * | Documentation/comment fixes [dcc8645349]jan.nijtmans2024-08-234-11/+11
| | | |
* | | | Fix [33f9b4de51], [945d2387d7], [f2e924e881] - encoding character limit bugsapnadkarni2024-08-232-85/+144
|\ \ \ \ | |_|/ / |/| | |
| * | | Also fix charlimit for cesu-8apnadkarni2024-08-232-5/+7
| | | |
| * | | Reenable utf16 tests after fixesapnadkarni2024-08-232-15/+11
| | | |
| * | | Proposed fixes for [945d2387d7], [f2e924e881], [33f9b4de51]apnadkarni2024-08-221-82/+140
| | | |
| * | | Merge trunkapnadkarni2024-08-224-55/+232
| |\ \ \
| * | | | Start on bug [945d2387d7]apnadkarni2024-08-211-0/+3
| | | | |
* | | | | Fix [a82f8b15d1]: Encoding of files stored by zipfsjan.nijtmans2024-08-231-2/+4
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Fix [a82f8b15d1]: Encoding of files stored by zipfsjan.nijtmans2024-08-231-2/+4
| |\ \ \ \
| | * | | | Oopsjan.nijtmans2024-08-221-1/+0
| | | | | |
| | * | | | Proposed fix for [a82f8b15d1]: Encoding of files stored by zipfsjan.nijtmans2024-08-221-2/+5
| |/ / / / |/| | | |
* | | | | Remove _ATL_XP_TARGETING from rules.vc: Windows XP is no longer supportedjan.nijtmans2024-08-221-6/+3
|\ \ \ \ \ | |/ / / /
| * | | | Remove _ATL_XP_TARGETING from rules.vc: Windows XP is no longer supportedjan.nijtmans2024-08-221-6/+3
| | | | |
* | | | | Fix failure under -singleproc 1 testingjan.nijtmans2024-08-221-123/+124
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | Fix failure under -singleproc 1 testingjan.nijtmans2024-08-221-0/+1
| |\ \ \ | | | |/ | | |/|