Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Big set of 12 new validation types. These are facades/wrappers around the "valtype" snit validation types found in Tcllib (luhn, luhn5, verhoeff, gs1::ean13, iban, imei, isbn, usnpi, amex, visa, discover, mastercard). Documentation minimal, refers back to the Tcllib packages. Testsuites replicated here, under the general framework for VT testing. The facade code is fully generated based on the valtype name. The generator package is not documented (yet). |
|---|---|
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
7d8a178853fcb61ba9f232972ef007c4 |
| User & Date: | andreask 2015-07-03 22:34:14.808 |
Context
|
2015-07-09
| ||
| 04:04 | pager - Extended the module to run "less" with options allowing display of ANSI colors, and suppressing binary warning (due to such colors). check-in: 782638c0ff user: aku tags: trunk | |
|
2015-07-03
| ||
| 22:34 | Big set of 12 new validation types. These are facades/wrappers around the "valtype" snit validation types found in Tcllib (luhn, luhn5, verhoeff, gs1::ean13, iban, imei, isbn, usnpi, amex, visa, discover, mastercard). Documentation minimal, refers back to the Tcllib packages. Testsuites replicated here, under the general framework for VT testing. The facade code is fully generated based on the valtype name. The generator package is not documented (yet). check-in: 7d8a178853 user: andreask tags: trunk | |
| 05:30 | VT time::minute - Fixed documentation (2external, name of argument implied different type than actuually expected). check-in: 66bd654074 user: aku tags: trunk | |
Changes
Added doc/cmdr_vt_amex.man.
Added doc/cmdr_vt_discover.man.
Added doc/cmdr_vt_ean13.man.
Added doc/cmdr_vt_iban.man.
Added doc/cmdr_vt_imei.man.
Added doc/cmdr_vt_isbn.man.
Added doc/cmdr_vt_luhn.man.
Added doc/cmdr_vt_luhn5.man.
Added doc/cmdr_vt_mastercard.man.
Added doc/cmdr_vt_usnpi.man.
Added doc/cmdr_vt_verhoeff.man.
Added doc/cmdr_vt_visa.man.
Added doc/parts/valtype.inc.
Added embedded/man/files/cmdr_vt_amex.n.
Added embedded/man/files/cmdr_vt_discover.n.
Added embedded/man/files/cmdr_vt_ean13.n.
Added embedded/man/files/cmdr_vt_iban.n.
Added embedded/man/files/cmdr_vt_imei.n.
Added embedded/man/files/cmdr_vt_isbn.n.
Added embedded/man/files/cmdr_vt_luhn.n.
Added embedded/man/files/cmdr_vt_luhn5.n.
Added embedded/man/files/cmdr_vt_mastercard.n.
Added embedded/man/files/cmdr_vt_usnpi.n.
Added embedded/man/files/cmdr_vt_verhoeff.n.
Added embedded/man/files/cmdr_vt_visa.n.
Changes to embedded/man/index.n.
Changes to embedded/man/toc.n.
Added embedded/www/doc/files/cmdr_vt_amex.html.
Added embedded/www/doc/files/cmdr_vt_discover.html.
Added embedded/www/doc/files/cmdr_vt_ean13.html.
Added embedded/www/doc/files/cmdr_vt_iban.html.
Added embedded/www/doc/files/cmdr_vt_imei.html.
Added embedded/www/doc/files/cmdr_vt_isbn.html.
Added embedded/www/doc/files/cmdr_vt_luhn.html.
Added embedded/www/doc/files/cmdr_vt_luhn5.html.
Added embedded/www/doc/files/cmdr_vt_mastercard.html.
Added embedded/www/doc/files/cmdr_vt_usnpi.html.
Added embedded/www/doc/files/cmdr_vt_verhoeff.html.
Added embedded/www/doc/files/cmdr_vt_visa.html.
Changes to embedded/www/doc/toc.html.
Changes to embedded/www/index.html.
Changes to embedded/www/toc.html.
Added tests/v_amex.test.
Added tests/v_discover.test.
Added tests/v_ean13.test.
Added tests/v_iban.test.
Added tests/v_imei.test.
Added tests/v_isbn.test.
Added tests/v_luhn.test.
Added tests/v_luhn5.test.
Added tests/v_mastercard.test.
Added tests/v_usnpi.test.
Added tests/v_verhoeff.test.
Added tests/v_visa.test.
Added valtype_tcllib.tcl.
Added vt_amex.tcl.
Added vt_discover.tcl.
Added vt_ean13.tcl.
Added vt_iban.tcl.
Added vt_imei.tcl.
Added vt_isbn.tcl.
Added vt_luhn.tcl.
Added vt_luhn5.tcl.
Added vt_mastercard.tcl.
Added vt_usnpi.tcl.
Added vt_verhoeff.tcl.
Added vt_visa.tcl.
