Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
52 check-ins using file doc/FileSystem.3 version ece51c35db
|
2024-11-23
| ||
| 13:37 | Remove unused "interp" parameter from TclpLoadMemoryGetBuffer(). Make size type size_t. Add typecast... check-in: 230ee8520f user: jan.nijtmans tags: core-8-6-branch | |
|
2024-11-19
| ||
| 09:43 | Update "changes" file with bugs fixed so far check-in: 1fad737fe7 user: jan.nijtmans tags: core-8-6-branch | |
|
2024-11-15
| ||
| 17:44 | fixed wrong time conversion by free-scan (-1 from ToSecond() caused day decrement) - now the result ... check-in: 595fad24d7 user: sebres tags: core-8-6-branch | |
| 17:40 | revert (too many non-functional space changes by backporting, will be repeated with fixed spaces) check-in: e23ca39647 user: sebres tags: core-8-6-branch | |
| 17:02 | fixed wrong time conversion by free-scan (-1 from ToSecond() caused day decrement) - now the result ... check-in: 83c5c578cb user: sebres tags: core-8-6-branch | |
| 11:04 | Add testcases related to [f2b5f89c0d]: clock scan of leapsecond: wrong result in 8.6 and 9.0 check-in: a199e8f76e user: jan.nijtmans tags: core-8-6-branch | |
|
2024-11-14
| ||
| 12:10 | merge point (no changes) check-in: 8ae5026d60 user: sebres tags: core-8-6-branch | |
| 09:40 | Fix problem in testcase check-in: e0f4ad56c6 user: jan.nijtmans tags: core-8-6-branch | |
|
2024-11-13
| ||
| 19:31 | merge 8.5 check-in: b13097c0f9 user: sebres tags: core-8-6-branch | |
| 18:18 | fix and coverage for bug [43c94f95988f3057]: avoid vulnerability loading init.tcl in current directo... check-in: 4dbf09a5a7 user: sebres tags: core-8-6-branch | |
|
2024-11-12
| ||
| 23:17 | (backport) Make "-index" example more illustrative check-in: 865225a96b user: jan.nijtmans tags: core-8-6-branch | |
| 13:03 | backout [b569739692]: [02977e0004] Reduce impact of recursion depth bug. check-in: a72e9b170e user: jan.nijtmans tags: core-8-6-branch | |
|
2024-11-05
| ||
| 10:48 | GHA win-flow: speed-up build (j4), add info section into build check-in: ad2e01527a user: sebres tags: core-8-6-branch | |
| 10:45 | GHA linux- and mac-flows: speed-up build (j4), add info section into build (cherry-picked from bug-0... check-in: 006c657c51 user: sebres tags: core-8-6-branch | |
|
2024-11-04
| ||
| 14:17 | linux- and mac-flows: speed-up build (j4), add info section into build Closed-Leaf check-in: 1157d6bc10 user: sebres tags: bug-02977e0004-sebres | |
|
2024-11-02
| ||
| 03:19 | As in autoconf build, have nmake copy all .tcl files from library check-in: a6b5ee695a user: apnadkarni tags: core-8-6-branch | |
|
2024-11-01
| ||
| 20:56 | fix logic error of test oo-1.24 (deep nested ownership for class) - class destroy doesn't invoke des... check-in: e8755dc826 user: sebres tags: core-8-6-branch | |
| 20:49 | typo in comment check-in: 4f3ddf9d3c user: sebres tags: bug-02977e0004-sebres | |
| 20:46 | first 100 nested calls directly, hereafter via NRE (with forced run every 100 calls), seems to fix (... check-in: 007a9fc154 user: sebres tags: bug-02977e0004-sebres | |
| 20:19 | move delQueued from TSD to oo-foundation (interp-based now); few tests still failed (oo-11.4, but a... check-in: c7568a6e46 user: sebres tags: bug-02977e0004-sebres | |
| 19:34 | fix logic error of test oo-1.24 (deep nested ownership for class) - class destroy doesn't invoke des... check-in: 532557cc3b user: sebres tags: bug-02977e0004-sebres | |
| 19:32 | another variant to fix [02977e0004] (inclusive class deletion) using NRE-callout, without to extend ... check-in: 8d462098e4 user: sebres tags: bug-02977e0004-sebres | |
| 15:51 | [02977e0004] Reduce impact of recursion depth bug. check-in: b569739692 user: dkf tags: core-8-6-branch | |
| 12:01 | There still is a buggy case to worry about Closed-Leaf check-in: 9378c3e912 user: dkf tags: bug-02977e0004 | |
| 11:49 | Fix the bug by forcing classes to be destroyed eagerly while queueing instances. check-in: 0fc4ca2f42 user: dkf tags: bug-02977e0004 | |
|
2024-10-31
| ||
| 13:53 | merge 8.5 check-in: b58ad20346 user: sebres tags: core-8-6-branch | |
| 13:24 | merge 8.5 (clock: load TZ failure normalization and test coverage) check-in: 9c7be032eb user: sebres tags: core-8-6-branch | |
|
2024-10-29
| ||
| 18:32 | amend to test clock-59.2: cover free-scan too check-in: 264d88187f user: sebres tags: core-8-6-branch | |
| 18:29 | merge 8.5 (branch bug-fix-tz-w-offs): fixes regression and further bug [2c237beffbace823]: - tools... check-in: 6a166839ed user: sebres tags: core-8-6-branch | |
|
2024-10-26
| ||
| 19:57 | Trying to fix [02977e0004], but causes other problems. check-in: 2874bf0d6b user: dkf tags: bug-02977e0004 | |
|
2024-10-24
| ||
| 14:38 | tcltest::bytestring is deprecated. Document that (and don't use it any more) check-in: 9b56dbf51d user: jan.nijtmans tags: core-8-6-branch | |
| 11:33 | Document that [file dirname [file dirname [info nameofexecutable]]]/lib is also added to $auto_path ... check-in: 264193743d user: jan.nijtmans tags: core-8-6-branch | |
| 09:05 | tclOldParse.c doesn't exist any more check-in: 0a84921a34 user: jan.nijtmans tags: core-8-6-branch | |
|
2024-10-23
| ||
| 10:41 | win/Makefile.in: amend to [bc693446a9001783]: fixes "--disable-shared" build (make libtcl.a directly... check-in: e2ad8bcdfd user: sebres tags: core-8-6-branch | |
| 08:44 | Don't make the var be Interp* when all uses are Tcl_Interp* check-in: 8a66d9bbb5 user: dkf tags: core-8-6-branch | |
|
2024-10-22
| ||
| 22:12 | small amend to [bc693446a9001783] (forgotten unsaved changes) check-in: e4447975fd user: sebres tags: core-8-6-branch | |
| 21:35 | win/Makefile.in: fixed recipe and dependency for ${TCL_LIB_FILE} (built with ${TCL_DLL_FILE}); close... check-in: f70f06573b user: sebres tags: core-8-6-branch | |
| 08:59 | Test of nested ownership destruction order check-in: 4556e315ec user: dkf tags: core-8-6-branch | |
|
2024-10-18
| ||
| 15:06 | Fix [73d5cb615e]: zlib-8.8, zlib-8.16 fail on Fedora 40, gcc 14.1.1 backport [cfdf80a2efc6]: zlib ch... check-in: 81ad0315e2 user: jan.nijtmans tags: core-8-6-branch | |
|
2024-10-17
| ||
| 21:23 | Proposed fix for [73d5cb615e]: zlib-8.8, zlib-8.16 fail on Fedora 40, gcc 14.1.1 Closed-Leaf check-in: e5aa1e624a user: jan.nijtmans tags: bug-73d5cb615e | |
|
2024-10-16
| ||
| 20:33 | macOS 12 runner image will be removed check-in: 01fa181523 user: jan.nijtmans tags: core-8-6-branch | |
|
2024-10-15
| ||
| 14:24 | Use $::tcl_platform(pathSeparator) in stead of constructiong $sep check-in: f7361635f0 user: jan.nijtmans tags: core-8-6-branch | |
| 12:31 | Allow tcl_platform(pathSeparator) to be used in TCLLIBPATH. See [3057b6261] check-in: 79a1a6d628 user: jan.nijtmans tags: rfe-3057b6261 | |
|
2024-10-03
| ||
| 11:30 | Update nmakehlp.c check-in: e63a495dcc user: jan.nijtmans tags: core-8-6-branch | |
| 08:13 | Update links, pointing to the 9.0 release as well check-in: a1b815e33d user: jan.nijtmans tags: core-8-6-branch | |
|
2024-09-27
| ||
| 10:17 | Version -> 8.6.16 check-in: f02eae1849 user: jan.nijtmans tags: core-8-6-branch | |
|
2024-09-22
| ||
| 15:39 | Add testcases, proving that bug [e38dce74e2] is not present in 8.6 check-in: 3e45b0c2c0 user: jan.nijtmans tags: core-8-6-branch | |
|
2024-09-18
| ||
| 02:55 | Very minor typo - pathname -> pathtype check-in: a4bf65d0f5 user: apnadkarni tags: core-8-6-branch | |
|
2024-09-17
| ||
| 14:19 | improve comments (no functional changes) check-in: d80289c255 user: sebres tags: core-8-6-branch | |
| 14:13 | merge bug-02d5d65d70adab97: avoid unneeded (but expensive) path normalization for several file subsy... check-in: a6a5870235 user: sebres tags: core-8-6-branch | |
|
2024-09-16
| ||
| 16:30 | merge release check-in: 69e1e87590 user: dgp tags: core-8-6-branch | |
| 16:28 | Backport doc improvements from 9.0 check-in: 8824890885 user: jan.nijtmans tags: core-8-6-branch | |