CoreFW  Check-in [5797d09b5d]

Overview
Comment:Add bool boxing.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 5797d09b5da94cd2049e6549ad7a13597cbf74062c2b13b4c60b865603661e60
User & Date: js on 2012-06-13 17:01:39
Other Links: manifest | tags
Context
2012-06-13
17:17
Allow NULL for all parameters in object.c. check-in: 80c6e7c622 user: js tags: trunk
17:01
Add bool boxing. check-in: 5797d09b5d user: js tags: trunk
16:54
Add double boxing. check-in: e43ad662c9 user: js tags: trunk
Changes

Modified src/Makefile from [598251ea9c] to [0731aa76a3].

1
2
3
4
5

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





+







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		\

Added src/bool.c version [934338606d].

Added src/bool.h version [ae8d16bb95].