Timeline
Not logged in

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

52 check-ins using file generic/tclProc.c version 4afdb79602

2023-04-18
15:23
Add TCL_T_MODIFIER (from TIP #660). Some header-file clean-up. check-in: 951cf65307 user: jan.nijtmans tags: core-8-branch
2023-04-17
20:45
Merge 8.7 check-in: e918b7f8d1 user: jan.nijtmans tags: tip-657-backport
17:55
merge 8.7 check-in: eac6535e6a user: dgp tags: core-8-7-b1-rc
2023-04-16
18:07
Remove unneeded ENCODING_UTF flags check-in: 68c6f78bbf user: jan.nijtmans tags: core-8-branch
17:58
some spelling corrections check-in: 2138857537 user: jan.nijtmans tags: core-8-branch
17:31
size_t -> ptrdiff_t to match Tcl 9 unsigned->signed change check-in: 23c8313c59 user: apnadkarni tags: tip-660-tcl8
10:55
Merge core-8-branch check-in: 83ce119fd5 user: apnadkarni tags: tip-660-tcl8
2023-04-15
22:14
Merge 8.7 check-in: 181ea9e540 user: jan.nijtmans tags: tip-657-backport
19:11
Merge 8.6 check-in: 8f718f3162 user: jan.nijtmans tags: core-8-branch
2023-04-14
21:40
int -> Tcl_Size where appropriate in tcl.decls (reducing the diff against Tcl 9.0) check-in: 727875354b user: jan.nijtmans tags: core-8-branch
11:46
Fix for issue [718de2132f487cf2], "review use of strip on the stubs library". check-in: 39514b5729 user: pooryorick tags: core-8-branch
10:27
Merge 8.7 check-in: 8b54565968 user: jan.nijtmans tags: tip-656-simpl
2023-04-13
16:56
Re-generate unix/configure check-in: dcae72f245 user: jan.nijtmans tags: core-8-branch
06:16
cherry-pick from trunk: Remove one unnecesary call to Tcl_SetErrno() in DoReadChars(). check-in: 935954e4d4 user: jan.nijtmans tags: core-8-branch
2023-04-12
21:32
Merge 8.7 check-in: f1990237b5 user: jan.nijtmans tags: tip-657-backport
19:52
Cherry-pick: Rearrange code blocks in DoReadChars to do less work when returning early check-in: db10185730 user: jan.nijtmans tags: core-8-branch
18:17
Some more int -> Tcl_Size (which is actually the same in 8.7). Backported from 9.0 check-in: 30a0218439 user: jan.nijtmans tags: core-8-branch
13:54
merge-mark check-in: de83090149 user: jan.nijtmans tags: core-8-branch
13:36
Undo spelling corrections in compat/zlib. check-in: 47e648207d user: pooryorick tags: core-8-branch
13:30
Correct spelling errors in comments and documentation, but also a non-comment corrections in histor... check-in: aca8de0aeb user: pooryorick tags: core-8-branch
09:10
int -> Tcl_Size for tclWinDde.c/tclWinReg.c, so it could (theoretically) handle larger lists in Tcl ... check-in: 79ca9e6801 user: jan.nijtmans tags: core-8-branch
2023-04-06
12:05
merge 8.7 check-in: 4fad278d69 user: dgp tags: core-8-7-b1-rc
2023-04-05
16:05
Make sure that infoPtr->validMask only contains TCL_READABLE|TCL_WRITABLE|TCL_EXCEPTION, no other fl... check-in: 840a85207b user: jan.nijtmans tags: core-8-branch
14:19
Use Tcl_GetIntForIndex() in testcases (tclTestObj.c) in stead of Tcl_GetWideIntFromObj(). Meant for ... check-in: c314274fb7 user: jan.nijtmans tags: core-8-branch
11:03
Add TCL_SIZE_MAX and TCL_SIZE_MODIFIER check-in: 6204253f71 user: apnadkarni tags: tip-660-tcl8
06:40
Tcl_GetSizeIntFromObj check-in: 9ebb17c2c8 user: apnadkarni tags: tip-660-tcl8
2023-04-04
21:54
Starting with [51d813943bcaf835], chan-io-52.10 and io-52.10 are failing on the Windows (with Visua... check-in: 05e4362604 user: jan.nijtmans tags: core-8-branch
16:26
Fix for [9ca87e6286262a62], sync fcopy buffers input in ReadChars(). check-in: ab027cdce4 user: pooryorick tags: core-8-branch
2023-04-03
13:23
merge 8.7 check-in: fe6adc4f49 user: dgp tags: core-8-7-b1-rc
2023-04-01
15:14
Merge 8.7. Remove TCL_ENCODING_PROFILE_DEFAULT (since it isn't documented and not used anywhere) check-in: 33103ed215 user: jan.nijtmans tags: tip-657-backport
14:52
Add -Wall -Wextra -Wc++-compat -Wconversion -Werror to CFLAGS in unix/dltest/Makefile.in, and minima... check-in: 9d3ede403c user: jan.nijtmans tags: core-8-branch
10:26
Merge 8.7 check-in: 935c9da508 user: jan.nijtmans tags: tip-657-backport
07:45
New "pkgt" for testing TIP #627 check-in: 0c2444d58d user: jan.nijtmans tags: core-8-branch
07:27
Improve tcltest package: Don't use 'scan' for printable characters, and don't print lf as \x0A any m... check-in: 84d052f950 user: jan.nijtmans tags: core-8-branch
2023-03-31
21:41
Restore iogt-2.3 expectation expectation to what it was in Tcl 8.6 (due to previous bug-fix) check-in: 2e154ec201 user: jan.nijtmans tags: core-8-branch
19:24
Backport CHANNEL_PROFILE_GET() usage fix from 9.0 check-in: c3f59ed8d5 user: jan.nijtmans tags: core-8-branch
13:49
merge 8.7 check-in: eb1f500190 user: dgp tags: core-8-7-b1-rc
11:06
Merge 8.6 check-in: d1b028ceac user: jan.nijtmans tags: core-8-branch
2023-03-30
22:06
One more snprintf check-in: 0165103304 user: jan.nijtmans tags: core-8-branch
22:02
Merge 8.6 check-in: 166e8656a7 user: jan.nijtmans tags: core-8-branch
09:13
Merge 8.6: Allow empty mode list in [chan create]. check-in: 93f005c985 user: max tags: core-8-branch
2023-03-29
08:32
typo check-in: c2bc9acf1d user: jan.nijtmans tags: core-8-branch
2023-03-28
14:26
Minumum backport to 8.7, for TIP #657 check-in: fe2af85168 user: jan.nijtmans tags: tip-657-backport
07:14
Fix [fa128568a5]: EOVERFLOW does not necessarily mean "file too big". Synchronize many error-message... check-in: 47a4750232 user: jan.nijtmans tags: core-8-branch
05:02
Merge 8.6. POSIX errors update and minizip fix check-in: 657ecc41ee user: apnadkarni tags: core-8-branch
2023-03-27
20:24
More text fixes Closed-Leaf check-in: 7163a2d2f4 user: jan.nijtmans tags: bug-fa128568a5
19:56
Remove unneeded parts from test in fileName.test. check-in: 25e8004945 user: pooryorick tags: core-8-branch
17:23
test hygiene cleaning up created files. check-in: 1f12f9d0a8 user: dgp tags: core-8-branch
14:42
spacing check-in: 9968365670 user: jan.nijtmans tags: core-8-branch
12:14
Make the documentation of [encoding] more concise and readable. check-in: 71bfc6e708 user: pooryorick tags: core-8-branch
11:49
Merge 8.7 check-in: 1ab77f146b user: jan.nijtmans tags: bug-fa128568a5
11:35
More (internal) usage of TclGetString() and TclGetStringFromObj() macro's check-in: 86bf13933a user: jan.nijtmans tags: core-8-branch