Overview
Comment: | Add cfw_range_t. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
1341ca826a3868bc85fd432ebdde561e |
User & Date: | js on 2012-04-08 20:50:33 |
Other Links: | manifest | tags |
Context
2012-04-08
| ||
20:53 | Remove cfw prefix from files. check-in: e6664d7c7a user: js tags: trunk | |
20:50 | Add cfw_range_t. check-in: 1341ca826a user: js tags: trunk | |
20:37 | Add README.md. check-in: f74799ae0d user: js tags: trunk | |
Changes
Modified src/Makefile from [b3d23c0239] to [e90a64082f].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | SHARED_LIB = ${LIB_PREFIX}corefw${LIB_SUFFIX} STATIC_LIB = libcorefw.a LIB_MAJOR = 0 LIB_MINOR = 0 SRCS = cfwarray.c \ cfwclass.c \ cfwobject.c \ cfwstring.c INCLUDES = ${SRCS:.c=.h} \ corefw.h include ../buildsys.mk | > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | SHARED_LIB = ${LIB_PREFIX}corefw${LIB_SUFFIX} STATIC_LIB = libcorefw.a LIB_MAJOR = 0 LIB_MINOR = 0 SRCS = cfwarray.c \ cfwclass.c \ cfwobject.c \ cfwrange.c \ cfwstring.c INCLUDES = ${SRCS:.c=.h} \ corefw.h include ../buildsys.mk |
Added src/cfwrange.c version [2f0f5d973a].
Added src/cfwrange.h version [e7abd1c9f4].