Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Removed an ancient CONST, that somehow sliped in. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | schema |
Files: | files | file ages | folders |
SHA3-256: |
afef231e601fe6267fed26f13e0d0251 |
User & Date: | rolf 2019-03-07 23:12:22.486 |
Context
2019-04-21
| ||
23:06 | Added (so far simplistic) validation error recovering with error reporting via tcl callback. check-in: cd6dce16a1 user: rolf tags: schema | |
2019-03-09
| ||
15:09 | wip check-in: bfa5b4bab7 user: rolf tags: wip | |
2019-03-07
| ||
23:12 | Removed an ancient CONST, that somehow sliped in. check-in: afef231e60 user: rolf tags: schema | |
22:46 | Merged from trunk. check-in: 60af362516 user: rolf tags: schema | |
Changes
Changes to generic/schema.h.
︙ | ︙ | |||
153 154 155 156 157 158 159 | Tcl_Obj *const objv[] ); int tDOM_SchemaObjCmd ( ClientData clientData, Tcl_Interp *interp, int objc, | | | 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 | Tcl_Obj *const objv[] ); int tDOM_SchemaObjCmd ( ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[] ); void tDOM_SchemaInit ( Tcl_Interp *interp ); int |
︙ | ︙ |