Overview
Comment: | Updated to use a meaningful package name and version |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | tls-1-7 |
Files: | files | file ages | folders |
SHA1: |
8f8805845f384034adf602a5cd6e8b74 |
User & Date: | rkeene on 2016-11-24 05:18:06 |
Other Links: | branch diff | manifest | tags |
Context
2016-11-24
| ||
05:18 | Updated to add the parent directory to the testing interpreters search path check-in: 5d996983fc user: rkeene tags: tls-1-7 | |
05:18 | Updated to use a meaningful package name and version check-in: 8f8805845f user: rkeene tags: tls-1-7 | |
05:11 | Updated with basic building support for OpenSSL check-in: 014ac5852d user: rkeene tags: tls-1-7 | |
Changes
Modified build/makearch.info from [b142ee826c] to [cbbf41f89e].
︙ | |||
12 13 14 15 16 17 18 | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | - + | # If set to "auto" it will be maintained in a file called .version # in the source directory and the revision will be incremented # each time a "makearch" is done. # # If @@SVNLCR@@ is used anywhere in this version number, it will be # replaced with the highest last-changed-rev from the output of # svn info -R (or 0) |
︙ |
Modified configure.in from [1fc99f0129] to [0ba49b2843].
1 | 1 2 3 4 5 6 7 8 9 | - + | dnl Define ourselves |
︙ |
Modified tls.c from [a38b0196bb] to [b151916d75].
︙ | |||
1723 1724 1725 1726 1727 1728 1729 | 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 | - + | Tcl_CreateObjCommand(interp, "tls::misc", MiscObjCmd, (ClientData) 0, (Tcl_CmdDeleteProc *) NULL); if (interp) { Tcl_Eval(interp, tlsTclInitScript); } |
︙ |