Overview
Comment: | Only export the symbols we actually want to export |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
a05b5da9511ce0cf60dab6991863f8c0 |
User & Date: | rkeene on 2018-07-02 01:01:43 |
Other Links: | manifest | tags |
Context
2018-07-02
| ||
01:02 | Ensure patch residual files are cleaned up check-in: 16343ae691 user: rkeene tags: trunk | |
01:01 | Only export the symbols we actually want to export check-in: a05b5da951 user: rkeene tags: trunk | |
2018-07-01
| ||
22:12 | Start of support for key generation check-in: 28166744a1 user: rkeene tags: trunk | |
Changes
Modified .fossil-settings/ignore-glob from [bc53e55637] to [f4ce2e79db].
1 2 3 4 5 6 7 8 9 | 1 2 3 4 5 6 7 8 9 10 | + | nano.so nano.o nano.syms Makefile pkgIndex.tcl aclocal.m4 config.guess config.sub configure install-sh |
︙ |
Modified Makefile.in from [5c42621220] to [36321d6c7b].
1 2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | - + + + | CC := @CC@ CFLAGS := @CFLAGS@ @SHOBJFLAGS@ |
︙ |
Modified configure.ac from [20e905cc2d] to [7a5d060998].
︙ | |||
65 66 67 68 69 70 71 72 | 65 66 67 68 69 70 71 72 73 74 75 76 | + + + - + | if test "$TCLEXT_TLS_STATIC_SSL" = 'yes'; then DC_SYNC_RPATH([no]) else DC_SYNC_RPATH([yes]) fi fi dnl Setup a stable ABI DC_SETUP_STABLE_API(nano.vers, nano.syms) dnl Produce output |
Added nano.syms.in version [2261e41ee4].
1 | + | @SYMPREFIX@Nano_Init |
Added nano.vers version [45908ce570].
|