Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clock: better fix for validation check for scanned day of week in input ↵ | sebres | 2024-07-16 | 4 | -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) | sebres | 2024-07-16 | 2 | -11/+22 |
| | |||||
* | clock: fixed regression [3ee8f1c2a785f4d8]: time overflow (without ↵ | sebres | 2024-07-16 | 5 | -27/+37 |
| | | | | validation) must cause day increment; clock.test: more regression tests | ||||
* | amend to [ae09f6b190]: fixes SF [a7b7dd7927f3d56b] - LoadCleanupProc can be ↵ | sebres | 2024-07-16 | 1 | -2/+2 |
| | | | | invoked with NULL first pointer (empty list on interp deletion if unloaded earlier) | ||||
* | fixes memory leak [ae09f6b190ceec31]: properly unload and free InterpLibrary ↵ | sebres | 2024-07-15 | 1 | -30/+33 |
| | | | | if interpreter gets deleted | ||||
* | Stop variable from disappearing by accident when referred to by name. ↵ | dkf | 2024-07-14 | 2 | -0/+19 |
|\ | | | | | | | [74b6110204] | ||||
| * | Stop variable from disappearing by accident when referred to by name. ↵ | dkf | 2024-07-14 | 2 | -0/+19 |
| | | | | | | | | [74b6110204] | ||||
* | | merge 8.6 | sebres | 2024-07-14 | 1 | -0/+22 |
|\ \ | |/ | |||||
| * | [info vars] test coverage for global vars resolve | sebres | 2024-07-14 | 1 | -0/+22 |
| | | |||||
* | | Merge 8.6 | jan.nijtmans | 2024-07-03 | 1 | -66/+67 |
|\ \ | |/ | |||||
| * | Tcl_RegisterObjType() in alphabetical order. Backport some formatting and ↵ | jan.nijtmans | 2024-07-03 | 1 | -93/+97 |
| | | | | | | | | type-casts from 8.7/9.0 | ||||
* | | merge 8.6 | sebres | 2024-07-02 | 2 | -10/+14 |
|\ \ | |/ | |||||
| * | info frame: restored return {type precompiled} in case of no frame ↵ | sebres | 2024-07-02 | 2 | -10/+14 |
| | | | | | | | | information; see [0de6c1d79cfba2ea] for description | ||||
* | | merge 8.6 | sebres | 2024-07-02 | 3 | -4/+35 |
|\ \ | |/ | |||||
| * | fix crash [0de6c1d79c] more consistently (an error "bad level" for info ↵ | sebres | 2024-07-02 | 2 | -28/+11 |
| | | | | | | | | instead of artifical dummy info) | ||||
| * | Fix for [0de6c1d79c] crash (cherry-picked from trunk) | sebres | 2024-07-02 | 2 | -1/+33 |
| | | |||||
| * | further attempt to fix [fd91b0ca09cb171f] (check whether some disk/driver ↵ | sebres | 2024-07-01 | 1 | -2/+18 |
| | | | | | | | | may have 2038 problem) | ||||
* | | Fix [5fca83d78c]: [encoding system] is wrong in an ISO-8859-1 locale | jan.nijtmans | 2024-07-01 | 1 | -2/+5 |
|\ \ | |/ | |||||
| * | Fix [5fca83d78c]: [encoding system] is wrong in an ISO-8859-1 locale | jan.nijtmans | 2024-07-01 | 2 | -33/+36 |
| | | |||||
* | | macos-11 is no longer available on GITHUB, so switch to macos-12/macos-14 | jan.nijtmans | 2024-06-30 | 2 | -3/+3 |
|\ \ | |/ | |||||
| * | macos-11 is no longer available on GITHUB, so switch to macos-12 | jan.nijtmans | 2024-06-30 | 1 | -2/+2 |
| | | |||||
* | | Add "chan isbinary" to changes.md | jan.nijtmans | 2024-06-30 | 1 | -0/+1 |
| | | |||||
* | | Merge 8.6 - Fix docs for tcl::tm::roots - takes a single argument. | apnadkarni | 2024-06-29 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | Fix docs for tcl::tm::roots - takes a single argument. | apnadkarni | 2024-06-29 | 1 | -3/+3 |
| | | |||||
* | | Fix "chan isbinary" documentation for 8.7 | jan.nijtmans | 2024-06-28 | 1 | -2/+2 |
| | | |||||
* | | Add "chan isbinary" command. Part of TIP #699, meant for 8.7 | jan.nijtmans | 2024-06-28 | 6 | -1/+89 |
| | | |||||
* | | merge 8.7 | sebres | 2024-06-28 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | cmdAH.test: strengthening time64bit constraint (try to fix test failures ↵ | sebres | 2024-06-27 | 1 | -2/+2 |
| | | | | | | | | [fd91b0ca09cb171f]), always prefer size of st_mtime if testsize available | ||||
* | | (backport) Add tcl::unsupported::icu command (why not!) | jan.nijtmans | 2024-06-27 | 9 | -9/+921 |
| | | |||||
* | | Some indenting | jan.nijtmans | 2024-06-26 | 3 | -19/+19 |
| | | |||||
* | | Eliminate "-encoding binary" as much as possible in testcases | jan.nijtmans | 2024-06-24 | 4 | -75/+69 |
| | | |||||
* | | Revise use of "-translation binary" in testcases: Use it where usefull, ↵ | jan.nijtmans | 2024-06-21 | 4 | -20/+19 |
|\ \ | |/ | | | | | don't use it any more where misleading | ||||
| * | Revise use of "-translation binary" in testcases: Use it where usefull, ↵ | jan.nijtmans | 2024-06-21 | 4 | -22/+21 |
| | | | | | | | | don't use it any more where misleading | ||||
* | | Fix examples, using "-translation binary" correctly in stead of "-encoding ↵ | jan.nijtmans | 2024-06-21 | 2 | -5/+5 |
|\ \ | |/ | | | | | binary" | ||||
| * | Fix wrong example: Should be "-translation binary" here, not "-encoding binary" | jan.nijtmans | 2024-06-21 | 1 | -1/+1 |
| | | |||||
* | | (backport) Update string is integer docs as per TIP 514. | jan.nijtmans | 2024-06-21 | 1 | -6/+4 |
| | | |||||
* | | Fix [7be97a6859]: Reviewing chan.n changes | jan.nijtmans | 2024-06-19 | 33 | -246/+246 |
|\ \ | |||||
| * | | Change "channelId" to "channel" in documentation, error-handling and testcases | jan.nijtmans | 2024-06-17 | 28 | -159/+159 |
| | | | |||||
| * | | Merge 8.7 | dkf | 2024-06-16 | 2 | -753/+840 |
| |\ \ | |||||
| * | | | Fix non-standard indentation pattern | dkf | 2024-06-14 | 2 | -11/+8 |
| | | | | |||||
| * | | | Fix [1d26e580cf]: safe interp can't source files with BOM | jan.nijtmans | 2024-06-13 | 1 | -0/+4 |
| |\ \ \ | |||||
| * \ \ \ | Use tabs for indenting in stead of 8 spaces. Unbreak clang build | jan.nijtmans | 2024-06-13 | 12 | -799/+798 |
| |\ \ \ \ | |||||
| * | | | | | Fix some indentation/wrapping for style | dkf | 2024-06-12 | 1 | -127/+153 |
| | | | | | | |||||
| * | | | | | merge 8.7 (several conflicts resolved) | sebres | 2024-06-12 | 4 | -33/+48 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | merge 8.7 | sebres | 2024-06-12 | 4 | -101/+114 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Tcl_AppendResultVA() is gone in Tcl 9.0 | jan.nijtmans | 2024-06-12 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | Use "int fd" for file descriptors, like everywhere else in the code | jan.nijtmans | 2024-06-12 | 1 | -6/+6 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | merge 8.7 | sebres | 2024-06-12 | 1 | -0/+36 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | merge 8.7 (fix for [f05f5ef759c1f7f9]) | sebres | 2024-06-12 | 2 | -73/+89 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | channelName -> channelId, for consistancy with other *.n manpages | jan.nijtmans | 2024-06-11 | 1 | -1/+1 |
| | | | | | | | | | | |