Tcl Source Code

Timeline
Login

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

49 check-ins related to "tip-629"

2022-10-09
00:25
TIP-629 closed Closed-Leaf check-in: 5a44a8c18c user: griffin tags: tip-629
2022-09-20
14:36
TIP 629: Add a lseq command to the core of list commands check-in: f14407c635 user: griffin tags: core-8-branch
2022-09-19
16:30
Sync with core-8-branch, fix shimmer in TclLindexFlat. check-in: 5e65443def user: griffin tags: tip-629
14:18
addendum to previous commit: restore -errorcode too ..... check-in: e14825c0e5 user: jan.nijtmans tags: core-8-branch
2022-09-16
14:14
Sync with core-8-branch check-in: c2ee451bdc user: griffin tags: tip-629
2022-09-15
22:17
merge 8.6 check-in: 1063d0a7a3 user: jan.nijtmans tags: core-8-branch
2022-09-08
14:19
Merge 8.7 check-in: 04e160b7a7 user: jan.nijtmans tags: tip-629
14:06
Combine flags and testFlags in TcpState. That should unbreak socket testcase failure check-in: d19ee61498 user: jan.nijtmans tags: core-8-branch
2022-09-07
13:28
Merge 8.7 check-in: 3b29087c62 user: jan.nijtmans tags: tip-629
07:42
Merge 8.6 check-in: cecb37eb5e user: jan.nijtmans tags: core-8-branch
2022-09-05
19:42
Fix some typos in comments. check-in: f2c4ad47b9 user: fvogel tags: tip-629
2022-09-01
16:22
Restore compatibility with C++ compiler check-in: f8e035ac4a user: jan.nijtmans tags: tip-629
16:06
Merge 8.7 check-in: bfae1c76fb user: jan.nijtmans tags: tip-629
15:46
Merge 8.6 check-in: 2262a9874f user: jan.nijtmans tags: core-8-branch
14:09
Add empty "range.test": GIT doesn't handling file renames well .... check-in: c87e6d678e user: jan.nijtmans tags: tip-629
2022-08-31
23:41
Fix build issues. check-in: 6f40e93a2a user: griffin tags: tip-629
2022-08-30
19:09
Sync with core-8-branch check-in: 1e12ce976c user: griffin tags: tip-629
17:56
Sync with core-8-branch listObj changes. check-in: 82bd0b88d6 user: griffin tags: tip-629
06:53
gcc warning (-Wc++-compat) check-in: 6f3a9fb524 user: jan.nijtmans tags: core-8-branch
2022-08-29
18:05
sync with core-8-branch check-in: c077434fb1 user: griffin tags: tip-629
09:56
Remove TODO's already done. Only use ListSizeT for types which are 'size_t' in the Tcl 9 implementat... check-in: b8d47e9100 user: jan.nijtmans tags: core-8-branch
2022-08-28
22:55
Move ArithSeries code to its own files. More bug fixes. check-in: bf1809b762 user: griffin tags: tip-629
2022-08-26
23:11
[37108037b9]: Apply patch 0005 for CHERI check-in: a9db66657b user: jan.nijtmans tags: core-8-branch
2022-08-25
20:39
sync up with core-8-branch check-in: 6ff9af9a54 user: griffin tags: tip-629
2022-08-24
23:22
Implement support for float (double) values. Add more test coverage. check-in: 0efb01486a user: griffin tags: tip-629
2022-08-23
10:34
TIP #627 implementation check-in: 549820efbd user: jan.nijtmans tags: core-8-branch
2022-08-17
22:32
Bug fixes check-in: 6db6bdb9af user: griffin tags: tip-629
2022-08-16
18:33
Implement lrange for arithseries. Code cleanup. check-in: cbd3045166 user: griffin tags: tip-629
2022-08-14
02:21
sync with core-8-branch check-in: 654414a485 user: griffin tags: tip-629
01:22
Rename command from "range" to "lseq". Remove public C API calls, not part of the TIP. Fix shimmer i... check-in: 6d9ef1c25a user: griffin tags: tip-629
2022-08-04
15:26
Fix a case of lf not being flushed in certain cases when the crlf sequence gets split across two buf... check-in: 658a9d7cb5 user: max tags: core-8-branch
2022-07-24
20:04
Fix windows build (invalid '&'). Eliminate end-of-line spacing check-in: d4725a9969 user: jan.nijtmans tags: tip-629
2022-07-23
16:04
sync up with core-8-brnach. check-in: dcbaa175f3 user: griffin tags: tip-629
2022-07-22
21:57
Merge 8.6 check-in: bb6ebaa2f9 user: jan.nijtmans tags: core-8-branch
19:15
Rewrite argument processing code. All correct and error conditions are handled. Add some new tests ... check-in: d51e8e415e user: griffin tags: tip-629
2022-07-16
17:25
Fix nroff errors in range man page. check-in: 804d1c0c1d user: griffin tags: tip-629
2022-07-14
03:23
Remove support for double (real) values. Fix a couple cases of shimmering. Don't update the string r... check-in: f2cc3b1d88 user: griffin tags: tip-629
01:42
floor() wants math.h *at least* on NetBSD, and appears other *nix too(?) check-in: 1953e58093 user: bch tags: tip-629
01:33
"range", Tcl_RangeObjCmd() to proper compilation unit check-in: 5220a8151a user: bch tags: tip-629
01:16
typo; nfc check-in: 6ce2fe56f0 user: bch tags: tip-629
2022-07-12
18:57
Fix issue with sign of step value: if the sign of the step value is in conflict with the range, the ... check-in: f4bcf0701c user: griffin tags: tip-629
09:57
Fix build check-in: e72b0e9fe2 user: jan.nijtmans tags: tip-629
00:58
Implement TIP-225 ArithSeries. And other changes. check-in: ed4b300841 user: griffin tags: tip-629
2022-07-07
13:03
Eliminate totalElems (left-over from 'lrepeat'). Bug in checking LIST_MAX (also originally taken fro... check-in: 4b6e4f7288 user: jan.nijtmans tags: tip-629
12:44
Review: 1) cleanupTests missing in "range.test". 2) status should be int, not Tcl_WideInt 3) make op... check-in: 68c720870b user: jan.nijtmans tags: tip-629
2022-07-06
19:15
Improve error checking and testing. check-in: 1e5fb503d4 user: griffin tags: tip-629
2022-07-05
22:15
Missed step == 0 check. check-in: 5929796b34 user: griffin tags: tip-629
21:32
(bares some resemblance to) TIP-629 Implementation. check-in: b413bed009 user: griffin tags: tip-629
12:18
Merge 8.6 check-in: 4efa590542 user: jan.nijtmans tags: core-8-branch