Overview
Comment: | Add file. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
95197cb01a0d7dd92b35940c44ead1b9 |
User & Date: | js on 2012-09-29 22:12:10 |
Other Links: | manifest | tags |
Context
2012-09-29
| ||
22:12 | Update corefw.h. check-in: cbf96fa23f user: js tags: trunk | |
22:12 | Add file. check-in: 95197cb01a user: js tags: trunk | |
22:10 | Add stream. check-in: e21a39f7dc user: js tags: trunk | |
Changes
Modified src/Makefile from [48b5473164] to [192d327027].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | SHARED_LIB = ${LIB_PREFIX}corefw${LIB_SUFFIX} LIB_MAJOR = 0 LIB_MINOR = 0 SRCS = array.c \ bool.c \ box.c \ class.c \ double.c \ int.c \ map.c \ object.c \ range.c \ refpool.c \ stream.c \ string.c | > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | SHARED_LIB = ${LIB_PREFIX}corefw${LIB_SUFFIX} LIB_MAJOR = 0 LIB_MINOR = 0 SRCS = array.c \ bool.c \ box.c \ class.c \ double.c \ file.c \ int.c \ map.c \ object.c \ range.c \ refpool.c \ stream.c \ string.c |
︙ | ︙ |
Added src/file.c version [707e2e6927].
Added src/file.h version [35f892cd3b].