Artifact
4ac536f609b1c7d4e1c7bd90bc39d48712b3a1e8:
- File
doc/GetInt.3
-
2016-12-21 12:59:30
— part of check-in
[2d5e0a6533]
on branch bug-39f6304c2e
— Experimental (partial) fix for [39f6304c2e90549c209cd11a7920dc9921b9f48e|39f6304c2e]: Tcl_LinkVar is not tolerant to minus, plus, dot.
This handled minus and plus only, not other possible errors. Will need a TIP, because the boolean type is extended to consider '-', '+' and 'o' (necessary for being able to type 'on' or 'off') as valid booleans
Dot, and integer prefixes (such as 0x) not handled yet, should be handled completely different.
(user:
jan.nijtmans
size: 3757)
-
2017-01-26 11:49:04
— part of check-in
[a4e62ef88d]
on branch bug-39f6304c2e
— Extend booleans to accept "+" and "-" as valid representation. And extend Tcl_LinkVar to accept boolean representation for all interger link types. TIP no written yet.
(user:
jan.nijtmans
size: 3757)