CoreFW  Check-in [e43ad662c9]

Overview
Comment:Add double boxing.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: e43ad662c95d80333e6165c0309f55dca955cec7c26d8e440a9c0a394fc52b00
User & Date: js on 2012-06-13 16:54:03
Other Links: manifest | tags
Context
2012-06-13
17:01
Add bool boxing. check-in: 5797d09b5d user: js tags: trunk
16:54
Add double boxing. check-in: e43ad662c9 user: js tags: trunk
16:52
configure.ac: Remove useless checks. check-in: 9d0b087b32 user: js tags: trunk
Changes

Modified src/Makefile from [6f54b584d5] to [598251ea9c].

1
2
3
4
5
6
7

8
9
10
11
12
13
14
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15







+







SHARED_LIB = ${LIB_PREFIX}corefw${LIB_SUFFIX}
LIB_MAJOR = 0
LIB_MINOR = 0

SRCS = array.c		\
       box.c		\
       class.c		\
       double.c		\
       int.c		\
       map.c		\
       object.c		\
       range.c		\
       refpool.c	\
       string.c

Added src/double.c version [14a562c66e].

Added src/double.h version [4a6ceeaf47].