Differences From Artifact [f9620d33de]:
- File generic/tclOpts.h — part of check-in [b921cb3e6e] at 2024-02-20 14:58:09 on branch nijtmans — Move all *.c and *.h files to the /generic/ directory. Update win/makefile.vc from [https://chiselapp.com/user/bohagan/repository/TCLTLS/index] (user: jan.nijtmans, size: 1407) [annotate] [blame] [check-ins using]
- File tclOpts.h — part of check-in [663996a17b] at 2024-02-12 10:22:53 on branch tls-1.7 — Tcl_GetStringFromObj() -> Tcl_GetString(). Update ChangeLog/README.txt (user: jan.nijtmans, size: 1407) [annotate] [blame] [check-ins using]
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) \ |
︙ |