Differences From Artifact [1a6cf1121d]:
- File tclOpts.h — part of check-in [49278969f2] at 2019-06-17 12:05:26 on branch mjanssen-asn1-certs — Add support for ASN1 blobs for certificates and keys (user: mjanssen, size: 1420) [annotate] [blame] [check-ins using] [more...]
To Artifact [38710f0c1f]:
- File tclOpts.h — part of check-in [737ebb9576] at 2024-01-25 22:56:39 on branch codebykevin — Extracted from https://www.codebykevin.com/fossil.cgi/tcltls (user: jan.nijtmans, size: 1432) [annotate] [blame] [check-ins using]
︙ | |||
22 23 24 25 26 27 28 | 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | - + | #define OPTOBJ(option, var) \ OPT_PROLOG(option) \ var = objv[idx]; \ OPT_POSTLOG() #define OPTSTR(option, var) \ OPT_PROLOG(option) \ |
︙ |