Timeline
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

71 check-ins using file generic/tclTrace.c version b54871c1d7

2023-09-20
10:59
Constrain tests to account for difference between Unix, MingW and MacOs build configuration for --di... check-in: 786b273cb7 user: apnadkarni tags: core-8-branch
08:17
Eliminate "tip389" constraint. Mark 3 test-cases knownBug [e262613233] check-in: 7360740bcc user: jan.nijtmans tags: core-8-branch
07:25
eliminate use of "utf32" constraint: no longer necessary check-in: 311bb2391e user: jan.nijtmans tags: core-8-branch
07:23
Fix compilation with CFLAGS=-DTCL_NO_DEPRECATED check-in: c0fd9e3418 user: jan.nijtmans tags: core-8-branch
06:32
Bug [a288e2003b] - file normalize broken for zipfs. check-in: 3e93461bd9 user: apnadkarni tags: core-8-branch
2023-09-19
11:41
Bugs [14db54d81e], [6183f535c89]. Glob and find on zipfs root check-in: 65474fdc06 user: apnadkarni tags: core-8-branch
07:09
Fix gcc warning check-in: f13d0cd6e2 user: jan.nijtmans tags: core-8-branch
05:41
Bug [4c686f1f0a] - zipfs mount on / check-in: 14c7ed3ab2 user: apnadkarni tags: core-8-branch
2023-09-18
16:59
Bug [d056ee6d30] - zipfs list returns invalid paths check-in: 7c1d2b3dcc user: apnadkarni tags: core-8-branch
15:50
Allow larger values for "binary encode base64 -maxlen". Add some more testcases check-in: 224417e462 user: jan.nijtmans tags: core-8-branch
15:47
Directory depth calculation assumed zipfs root at /, not //zipfs:/ Closed-Leaf check-in: e1f0d4e46a user: apnadkarni tags: bug-d056ee6d30
14:56
Create new branch named "bug-d056ee6d30" check-in: 44d08ca2eb user: apnadkarni tags: bug-d056ee6d30
14:39
merge 8.7 check-in: 168b346fa6 user: dgp tags: dgp-tcl-code
14:37
merge 8.7 check-in: 2aeb7d6fc6 user: dgp tags: core-8-7-b1-rc
14:37
silence compiler warning about uninitialized variable check-in: c3171a4b62 user: dgp tags: core-8-branch
14:15
merge 8.7 check-in: a3a3629119 user: dgp tags: core-8-7-b1-rc
14:11
int -> Tcl_Size (where appropriate). Make TclStringCmpOpts() static check-in: ed3800d997 user: jan.nijtmans tags: core-8-branch
10:27
int -> Tcl_Size (where appropriate) check-in: 1e6ccfd68f user: jan.nijtmans tags: core-8-branch
06:51
Fix [3d3124d01d]: failures with -ftrapv compiler option check-in: 2283094106 user: jan.nijtmans tags: core-8-branch
06:30
Backport [891a74b941]: format %#d not consistent with other radix prefixes or TIP 472 description check-in: 4eec7c7f53 user: jan.nijtmans tags: core-8-branch
2023-09-17
15:16
Remove test constraint bug-b3c7429255 check-in: e59111ed12 user: apnadkarni tags: core-8-branch
04:01
Fix [3f9f494cc1] zipfs timezone tests. check-in: c826ea98fa user: apnadkarni tags: core-8-branch
03:38
Use local time in tests for zip timestamps Closed-Leaf check-in: 56e40c1603 user: apnadkarni tags: bug-3f9f494cc1
2023-09-16
19:06
merge-mark check-in: c3f165b8fa user: jan.nijtmans tags: core-8-branch
15:37
Bug [b6f7cee65c] - nmake not testing zip based tcl library check-in: 5c1ec14560 user: apnadkarni tags: core-8-branch
15:03
Bug [2696dfe3f5] - raise exception on CRC errors check-in: 8920c7c72e user: apnadkarni tags: core-8-branch
14:51
Clean up buffers on CRC failure Closed-Leaf check-in: 919b1038d9 user: apnadkarni tags: bug-2696dfe3f5
14:38
Add test file for CRC check-in: 9ebb8f29ba user: apnadkarni tags: bug-2696dfe3f5
13:03
Merge check-in: 565ee5e860 user: apnadkarni tags: bug-2696dfe3f5
10:52
Bug [943258f361] - valgrind - cmdInfo test uninitialized memory access check-in: 22d2c460ad user: apnadkarni tags: core-8-branch
07:48
Bug [d7849f7721]. zipfs memory leak. check-in: 96a4c5ad17 user: apnadkarni tags: core-8-branch
06:41
Mainly comments, more minor refactoring Closed-Leaf check-in: bbd54629ff user: apnadkarni tags: bug-d7849f7721
06:03
Minor refactoring check-in: 7e8f5f2821 user: apnadkarni tags: bug-d7849f7721
05:02
Fix ZipChannel.ubuf memory management check-in: f7b908e3c1 user: apnadkarni tags: bug-d7849f7721
02:46
Partial fix for leak check-in: f5fceee4c2 user: apnadkarni tags: bug-d7849f7721
2023-09-15
17:05
Disable two tests. Works on my Windows and Ubuntu but apparently not everywhere - [3f9f494cc1] check-in: ca1905b02c user: apnadkarni tags: core-8-branch
16:39
Add false positive tests for CRC checking check-in: 2cc147e7b9 user: apnadkarni tags: bug-2696dfe3f5
16:05
Test hygiene for supporting -singleproc 1 and -debug 1 check-in: 806f8d1b42 user: dgp tags: core-8-branch
15:37
CRC validation check-in: 8b28ca54fc user: apnadkarni tags: bug-2696dfe3f5
10:32
3 more places where -wtrapv errors are triggered running the test-suite Closed-Leaf check-in: 237894f65a user: jan.nijtmans tags: bug-3d3124d01d
08:00
Expand zipfs tests. Fix [9a80630571], [6ed3447a7e], [01d8f30342] and manpages. check-in: 2fd1277ae3 user: apnadkarni tags: core-8-branch
06:27
Merge 8.6 check-in: 3ccdecf613 user: jan.nijtmans tags: core-8-branch
2023-09-14
16:30
Fix more arg count tests. Adapt stat dict for non-windows check-in: 3c6a604c29 user: apnadkarni tags: apn-zipfs-tests
14:52
More tests and fix one more case triggering bug [01d8f30342] check-in: 7b81ff8bc4 user: apnadkarni tags: apn-zipfs-tests
14:49
Added test files for zipfs check-in: 5a79175b83 user: apnadkarni tags: apn-zipfs-tests
2023-09-13
16:45
Bug [01d8f30342]. zipfs canonical produces garbage. check-in: 626ffd4fea user: apnadkarni tags: apn-zipfs-tests
16:18
Merge 8.7 check-in: 8bf48a5b90 user: apnadkarni tags: apn-zipfs-tests
15:23
Merge-mark check-in: 5599ee3ce8 user: jan.nijtmans tags: core-8-branch
13:47
Merge-mark check-in: 05aaea9903 user: jan.nijtmans tags: core-8-branch
2023-09-12
19:21
merge 8.7 check-in: d6a65b9df0 user: dgp tags: dgp-tcl-code
19:10
Make use of the CompileProc typedef. check-in: bfbab2b0e9 user: dgp tags: core-8-branch
18:32
merge 8.6 check-in: 32289fd84e user: dgp tags: core-8-branch
18:31
More WIP check-in: 2e779e1e21 user: dgp tags: dgp-tcl-code
16:57
In 2020, internal routine TclParseHex() was converted to a static routine but the declaration was no... check-in: 53fc6e606b user: dgp tags: core-8-branch
16:36
Use a static declaration when possible and when it matches the name. check-in: d32838e62a user: dgp tags: core-8-branch
16:22
A housekeeping commit in 2019 added a declaration for TclIsDigitProc(). There is no implementation o... check-in: af55a8dbf8 user: dgp tags: core-8-branch
11:42
Fix test-case failure with --enable-symbols=mem. Slipped in with TIP #666 implementation check-in: 10679ee0c8 user: jan.nijtmans tags: core-8-branch
07:45
TIP #665: Remove support for internal utf-16 for Tcl 8.7 (and 9.0) check-in: f28f0f4b68 user: jan.nijtmans tags: core-8-branch
2023-09-11
19:11
Opening step in introduction of a Tcl_Code typedef. check-in: 582cc70c1a user: dgp tags: dgp-tcl-code
14:43
TIP #666 implementation: Change ptrdiff_t → Tcl_Size in Tcl 8.7 (and 9.0) check-in: 989de6a72a user: jan.nijtmans tags: core-8-branch
2023-08-31
14:45
Rebase to 8.7 Closed-Leaf check-in: 11af79f7e2 user: jan.nijtmans tags: tip-666
08:06
Make Tcl_GetBytesFromObj signature match documentation (not really a change since Tcl_Size == int). ... check-in: 0d567acda3 user: jan.nijtmans tags: tip-666
2023-08-30
14:42
Rebase to 8.7 check-in: 19aa3a165e user: jan.nijtmans tags: tip-666
2023-08-04
19:06
Merge 8.7 check-in: f5f79c0e63 user: jan.nijtmans tags: tip-666
2023-07-26
11:29
Rebase to 8.7 check-in: 6ed8dddae4 user: jan.nijtmans tags: tip-666
2023-05-11
06:23
Merge 8.7 check-in: bf8de67eaf user: jan.nijtmans tags: tip-666
2023-05-10
15:37
Rebase to latest 8.7 check-in: 11d97e377e user: jan.nijtmans tags: tip-666
2023-05-05
22:22
Merge 8.7 check-in: c7bb4073e4 user: jan.nijtmans tags: tip-666
2023-05-04
06:50
Rebase to latest 8.7 check-in: 0817ffe1c6 user: jan.nijtmans tags: tip-666
2023-05-03
14:56
Remove unused TclMethodIsType() check-in: bb3fc25ebd user: jan.nijtmans tags: tip-666
14:47
TIP #666 implementation check-in: 380064f5c8 user: jan.nijtmans tags: tip-666