cmdr
Check-in [fe7c7e9c1f]
Not logged in

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

Overview
Comment:Fixed typo in comment
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: fe7c7e9c1fc36687ea4ac9a899768a93218d2c2d
User & Date: andreask 2015-03-05 23:32:47.319
Context
2015-03-06
01:54
cmdr::actor - Fixed issue with -extend of common blocks. The extended block can be missing. Then the operation is a plain set. Bumped to version 1.3.1 check-in: c14bea9a61 user: andreask tags: trunk
2015-03-05
23:32
Fixed typo in comment check-in: fe7c7e9c1f user: andreask tags: trunk
2014-11-27
21:54
Bump version of cmdr::config. check-in: dbe4876a14 user: andreask tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to config.tcl.
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
	    debug.cmdr/config {==== eval spec begin ====}
	    # Auto inherit common options, state, arguments.
	    # May not be defined. Only done if the context
	    # has a specification (=> i.e. is private). For officers we start out empty.
	    try {
		use *all*
	    } trap {CMDR STORE UNKNOWN} {e o} {
		# Swallow possibility of a misisng *all*.
	    }
	    eval $spec
	    debug.cmdr/config {==== eval spec done =====}
	}

	# Postprocessing
	my complete-definitions







|







141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
	    debug.cmdr/config {==== eval spec begin ====}
	    # Auto inherit common options, state, arguments.
	    # May not be defined. Only done if the context
	    # has a specification (=> i.e. is private). For officers we start out empty.
	    try {
		use *all*
	    } trap {CMDR STORE UNKNOWN} {e o} {
		# Swallow possibility of a missing *all*.
	    }
	    eval $spec
	    debug.cmdr/config {==== eval spec done =====}
	}

	# Postprocessing
	my complete-definitions