cmdr
Changes On Branch vtype-testing
Not logged in
Bounty program for improvements to Tcl and certain Tcl packages.

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

Changes In Branch vtype-testing Excluding Merge-Ins

This is equivalent to a diff from 3305575764 to 1e68d757fb

2015-07-03
05:01
Merge VT test work back to main line. check-in: dd4c6bd2ac user: aku tags: trunk
05:01
Fix issues with time::minute validation. Added testsuite. Closed-Leaf check-in: 1e68d757fb user: aku tags: vtype-testing
04:37
Flipped tests for weekday and year, were swapped. check-in: 0afbe6cc28 user: aku tags: vtype-testing
2015-07-02
21:53
New validation type, time as (hour:)minute offset from midnight. Closed-Leaf check-in: a2015467df user: aku tags: vt-minute
2015-06-26
23:24
Simplified approach to specification of custom messages. Command variants taking it as argument. Plus variants which leave out the intro containing parameter information (name, type). check-in: 3305575764 user: andreask tags: trunk
2015-05-12
22:15
config, color - Bump version numbers, due to their recent changes. check-in: 4f21251865 user: aku tags: trunk

Added doc/cmdr_vt_time_minute.man.

Changes to doc/parts/definitions.inc.

Changes to embedded/man/files/cmdr_vt_time.n.

Added embedded/man/files/cmdr_vt_time_minute.n.

Changes to embedded/man/index.n.

Changes to embedded/man/toc.n.

Changes to embedded/www/doc/files/cmdr_vt_time.html.

Added embedded/www/doc/files/cmdr_vt_time_minute.html.

Changes to embedded/www/doc/toc.html.

Changes to embedded/www/index.html.

Changes to embedded/www/toc.html.

Added tests/v_boolean.test.

Added tests/v_double.test.

Added tests/v_identity.test.

Added tests/v_integer.test.

Added tests/v_percent.test.

Added tests/v_posint.test.

Added tests/v_rdir.test.

Added tests/v_rfile.test.

Added tests/v_rwdir.test.

Added tests/v_rwfile.test.

Added tests/v_time_minute.test.

Added tests/v_weekday.test.

Added tests/v_wfile.test.

Added tests/v_year.test.

Added tests/vtype.tcl.

Changes to vt_time.tcl.

Added vt_time_minute.tcl.

Changes to vt_weekday.tcl.

Changes to vt_year.tcl.