Overview
| Comment: | Rename SRCS_TAGGED_POINTER -> SRCS_TAGGED_POINTERS
This is more consistent. |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
acc1972daad815f8d09840c45b5659ed |
| User & Date: | js on 2023-09-10 12:38:29 |
| Other Links: | manifest | tags |
Context
|
2023-09-10
| ||
| 21:34 | Update buildsys (check-in: a19e9dde72 user: js tags: trunk) | |
| 12:41 | Merge trunk into 1.0 branch (check-in: fa4bc347b0 user: js tags: 1.0) | |
| 12:38 | Rename SRCS_TAGGED_POINTER -> SRCS_TAGGED_POINTERS (check-in: acc1972daa user: js tags: trunk) | |
| 12:32 | Increase patch level for ObjFW TLS library (check-in: 42066a788a user: js tags: trunk) | |
Changes
Modified configure.ac from [59e4e29514] to [f54f1e9278].
| ︙ | |||
500 501 502 503 504 505 506 | 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 | - + | ]) ]) AC_MSG_RESULT($objc_runtime) case "$objc_runtime" in "ObjFW runtime") AC_DEFINE(OF_OBJFW_RUNTIME, 1, [Whether we use the ObjFW runtime]) |
| ︙ |
Modified extra.mk.in from [74f87d6edc] to [d81c4eae26].
| ︙ | |||
84 85 86 87 88 89 90 | 84 85 86 87 88 89 90 91 92 93 94 95 | - + | UNICODE_M = @UNICODE_M@ USE_INCLUDES_ATOMIC = @USE_INCLUDES_ATOMIC@ USE_SRCS_APPLETALK = @USE_SRCS_APPLETALK@ USE_SRCS_FILES = @USE_SRCS_FILES@ USE_SRCS_IPX = @USE_SRCS_IPX@ USE_SRCS_PLUGINS = @USE_SRCS_PLUGINS@ USE_SRCS_SOCKETS = @USE_SRCS_SOCKETS@ |
Modified src/Makefile from [7ef983f2e0] to [8b9a3abcd2].
| ︙ | |||
208 209 210 211 212 213 214 | 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 | - + - + |
OFSubarray.m \
OFSubdata.m \
OFUTF8String.m \
${LIBBASES_M} \
${RUNTIME_AUTORELEASE_M} \
${RUNTIME_INSTANCE_M} \
${UNICODE_M} \
|
| ︙ |