summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* clock: better fix for validation check for scanned day of week in input ↵sebres2024-07-164-19/+42
| | | | | (normalized input value after scan, Sun is always 7 now); more tests for valid days of weeks covering also format scan with different weekday formats (%a, %u, %w)
* clock: fix validation check for scanned Sunday (missing % 7 by compare)sebres2024-07-162-11/+22
|
* clock: fixed regression [3ee8f1c2a785f4d8]: time overflow (without ↵sebres2024-07-165-27/+37
| | | | validation) must cause day increment; clock.test: more regression tests
* amend to [ae09f6b190]: fixes SF [a7b7dd7927f3d56b] - LoadCleanupProc can be ↵sebres2024-07-161-2/+2
| | | | invoked with NULL first pointer (empty list on interp deletion if unloaded earlier)
* fixes memory leak [ae09f6b190ceec31]: properly unload and free InterpLibrary ↵sebres2024-07-151-30/+33
| | | | if interpreter gets deleted
* Stop variable from disappearing by accident when referred to by name. ↵dkf2024-07-142-0/+19
|\ | | | | | | [74b6110204]
| * Stop variable from disappearing by accident when referred to by name. ↵dkf2024-07-142-0/+19
| | | | | | | | [74b6110204]
* | merge 8.6sebres2024-07-141-0/+22
|\ \ | |/
| * [info vars] test coverage for global vars resolvesebres2024-07-141-0/+22
| |
* | Merge 8.6jan.nijtmans2024-07-031-66/+67
|\ \ | |/
| * Tcl_RegisterObjType() in alphabetical order. Backport some formatting and ↵jan.nijtmans2024-07-031-93/+97
| | | | | | | | type-casts from 8.7/9.0
* | merge 8.6sebres2024-07-022-10/+14
|\ \ | |/
| * info frame: restored return {type precompiled} in case of no frame ↵sebres2024-07-022-10/+14
| | | | | | | | information; see [0de6c1d79cfba2ea] for description
* | merge 8.6sebres2024-07-023-4/+35
|\ \ | |/
| * fix crash [0de6c1d79c] more consistently (an error "bad level" for info ↵sebres2024-07-022-28/+11
| | | | | | | | instead of artifical dummy info)
| * Fix for [0de6c1d79c] crash (cherry-picked from trunk)sebres2024-07-022-1/+33
| |
| * further attempt to fix [fd91b0ca09cb171f] (check whether some disk/driver ↵sebres2024-07-011-2/+18
| | | | | | | | may have 2038 problem)
* | Fix [5fca83d78c]: [encoding system] is wrong in an ISO-8859-1 localejan.nijtmans2024-07-011-2/+5
|\ \ | |/
| * Fix [5fca83d78c]: [encoding system] is wrong in an ISO-8859-1 localejan.nijtmans2024-07-012-33/+36
| |
* | macos-11 is no longer available on GITHUB, so switch to macos-12/macos-14jan.nijtmans2024-06-302-3/+3
|\ \ | |/
| * macos-11 is no longer available on GITHUB, so switch to macos-12jan.nijtmans2024-06-301-2/+2
| |
* | Add "chan isbinary" to changes.mdjan.nijtmans2024-06-301-0/+1
| |
* | Merge 8.6 - Fix docs for tcl::tm::roots - takes a single argument.apnadkarni2024-06-291-3/+3
|\ \ | |/
| * Fix docs for tcl::tm::roots - takes a single argument.apnadkarni2024-06-291-3/+3
| |
* | Fix "chan isbinary" documentation for 8.7jan.nijtmans2024-06-281-2/+2
| |
* | Add "chan isbinary" command. Part of TIP #699, meant for 8.7jan.nijtmans2024-06-286-1/+89
| |
* | merge 8.7sebres2024-06-281-2/+2
|\ \ | |/
| * cmdAH.test: strengthening time64bit constraint (try to fix test failures ↵sebres2024-06-271-2/+2
| | | | | | | | [fd91b0ca09cb171f]), always prefer size of st_mtime if testsize available
* | (backport) Add tcl::unsupported::icu command (why not!)jan.nijtmans2024-06-279-9/+921
| |
* | Some indentingjan.nijtmans2024-06-263-19/+19
| |
* | Eliminate "-encoding binary" as much as possible in testcasesjan.nijtmans2024-06-244-75/+69
| |
* | Revise use of "-translation binary" in testcases: Use it where usefull, ↵jan.nijtmans2024-06-214-20/+19
|\ \ | |/ | | | | don't use it any more where misleading
| * Revise use of "-translation binary" in testcases: Use it where usefull, ↵jan.nijtmans2024-06-214-22/+21
| | | | | | | | don't use it any more where misleading
* | Fix examples, using "-translation binary" correctly in stead of "-encoding ↵jan.nijtmans2024-06-212-5/+5
|\ \ | |/ | | | | binary"
| * Fix wrong example: Should be "-translation binary" here, not "-encoding binary"jan.nijtmans2024-06-211-1/+1
| |
* | (backport) Update string is integer docs as per TIP 514.jan.nijtmans2024-06-211-6/+4
| |
* | Fix [7be97a6859]: Reviewing chan.n changesjan.nijtmans2024-06-1933-246/+246
|\ \
| * | Change "channelId" to "channel" in documentation, error-handling and testcasesjan.nijtmans2024-06-1728-159/+159
| | |
| * | Merge 8.7dkf2024-06-162-753/+840
| |\ \
| * | | Fix non-standard indentation patterndkf2024-06-142-11/+8
| | | |
| * | | Fix [1d26e580cf]: safe interp can't source files with BOMjan.nijtmans2024-06-131-0/+4
| |\ \ \
| * \ \ \ Use tabs for indenting in stead of 8 spaces. Unbreak clang buildjan.nijtmans2024-06-1312-799/+798
| |\ \ \ \
| * | | | | Fix some indentation/wrapping for styledkf2024-06-121-127/+153
| | | | | |
| * | | | | merge 8.7 (several conflicts resolved)sebres2024-06-124-33/+48
| |\ \ \ \ \
| * \ \ \ \ \ merge 8.7sebres2024-06-124-101/+114
| |\ \ \ \ \ \
| * | | | | | | Tcl_AppendResultVA() is gone in Tcl 9.0jan.nijtmans2024-06-121-1/+1
| | | | | | | |
| * | | | | | | Use "int fd" for file descriptors, like everywhere else in the codejan.nijtmans2024-06-121-6/+6
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge 8.7sebres2024-06-121-0/+36
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ merge 8.7 (fix for [f05f5ef759c1f7f9])sebres2024-06-122-73/+89
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | channelName -> channelId, for consistancy with other *.n manpagesjan.nijtmans2024-06-111-1/+1
| | | | | | | | | | |