Tcl Library Source Code

Changes On Branch tkt-7d93822003-ak
Login

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

Changes In Branch tkt-7d93822003-ak Excluding Merge-Ins

This is equivalent to a diff from 6c6a2a26e0 to 5f4fac2410

2017-05-30
15:59
Merged fixes to reported problems with PCX files check-in: b44b64f121 user: aku tags: trunk
2017-05-29
22:45
Merge additional fix in the new rest code. check-in: d196e16613 user: aku tags: trunk
22:41
Fixed PCX definitions, missing closing brace, and wrong use of checker command. Closed-Leaf check-in: 5f4fac2410 user: aku tags: tkt-7d93822003-ak
22:28
Merged rest change, with approval from the original reporter. check-in: 6c6a2a26e0 user: aku tags: trunk
22:24
Merged json fixes check-in: dbdaf3dff4 user: aku tags: trunk
18:57
Added "simple" alias for command "patch". Documented. Bumped version to 1.3. check-in: 3b0925ca00 user: aku tags: tkt-997c8b4e67-aku

Changes to modules/bee/bee.pcx.

51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
	checkWord
    }}
pcx::check 0.1 std ::bee::encodeDict \
    {checkSimpleArgs 1 1 {
	checkDict
    }}
pcx::check 0.1 std ::bee::encodeDictArgs \
    {checkSimpleArgsModNk 0 2 {
	checkWord
	checkWord
    }}
pcx::check 0.1 std ::bee::encodeList \
    {checkSimpleArgs 1 1 {
	checkList
    }}







|







51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
	checkWord
    }}
pcx::check 0.1 std ::bee::encodeDict \
    {checkSimpleArgs 1 1 {
	checkDict
    }}
pcx::check 0.1 std ::bee::encodeDictArgs \
    {checkSimpleArgsModNk 0 -1 2 0 {
	checkWord
	checkWord
    }}
pcx::check 0.1 std ::bee::encodeList \
    {checkSimpleArgs 1 1 {
	checkList
    }}

Changes to modules/json/json_write.pcx.

26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
	}}}
	{string {checkSimpleArgs 1 1 {
	    checkWord
	}}}
	{array {checkSimpleArgs 0 -1 {
	    checkWord
	}}}
	{object {checkSimpleArgsModNk 0 2 {
	    checkWord
	    checkWord
	}}}
    } {}}
}

# Initialization via pcx::init.
# Use a ::json::write::init procedure for non-standard initialization.
pcx::complete







|




|




26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
	}}}
	{string {checkSimpleArgs 1 1 {
	    checkWord
	}}}
	{array {checkSimpleArgs 0 -1 {
	    checkWord
	}}}
	{object {checkSimpleArgsModNk 0 -1 2 0 {
	    checkWord
	    checkWord
	}}}
    } {}}
}}

# Initialization via pcx::init.
# Use a ::json::write::init procedure for non-standard initialization.
pcx::complete