50 check-ins occurring on or before 2012-09-30 00:25:00.
More ↑
2012-09-30
| ||
00:25 | Fix a memory leak in map. check-in: d416cefb3b user: js tags: trunk | |
2012-09-29
| ||
23:22 | Add cfw_string_set_nocopy(). check-in: ebf63ac6c8 user: js tags: trunk | |
23:17 | Add cfw_strndup(). check-in: 587d349f8d user: js tags: trunk | |
22:50 | Add cfw_std{in,out,err}. check-in: 999088161e user: js tags: trunk | |
22:41 | Add cfw_stream_write_string(). check-in: 2121a00059 user: js tags: trunk | |
22:34 | Add tcpsocket. check-in: 17c1d8f6b0 user: js tags: trunk | |
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 | |
2012-08-26
| ||
15:40 | Fix "return NULL" in function returning void. check-in: e1a8847e68 user: js tags: trunk | |
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 | |
16:52 | configure.ac: Remove useless checks. check-in: 9d0b087b32 user: js tags: trunk | |
2012-05-03
| ||
18:43 | Add box. check-in: 0c81d32c3e user: js tags: trunk | |
18:39 | Implement equal, hash and copy for int. check-in: e72556e3d2 user: js tags: trunk | |
2012-04-25
| ||
09:52 | Update buildsys. check-in: 6cb2f18894 user: js tags: trunk | |
09:35 | Only use -Wall when using a GCC-compatible CC. check-in: 1c129132e9 user: js tags: trunk | |
09:30 | Add -std=c99 -pedantic when using GCC. check-in: 9d5eb55485 user: js tags: trunk | |
09:30 | cfw_string_len() -> cfw_string_length(). check-in: 27a8cd7393 user: js tags: trunk | |
09:30 | Add cfw_strdup(), as strdup() is not C99. check-in: 5c1d214724 user: js tags: trunk | |
09:22 | ISO C forbids empty initializer braces. check-in: ceb7a22af1 user: js tags: trunk | |
09:17 | Oops. check-in: 0adce25085 user: js tags: trunk | |
2012-04-22
| ||
15:30 | Rename cfw_new_p to cfw_create. check-in: 8f2b2b8255 user: js tags: trunk | |
14:19 | Nicer tests. check-in: 3e28d1e360 user: js tags: trunk | |
14:17 | Add int boxing. check-in: 8eceaeb4a4 user: js tags: trunk | |
14:10 | Add cfw_class. check-in: 106a4491c3 user: js tags: trunk | |
14:03 | Add cfw_is. check-in: ffa5357d1b user: js tags: trunk | |
13:19 | Let the iter point to the first object. check-in: d4d333ba7f user: js tags: trunk | |
13:19 | Remove useless if. check-in: 626a89988f user: js tags: trunk | |
13:18 | Don't install tests. check-in: e5f3d00d30 user: js tags: trunk | |
13:09 | Add refpool. check-in: 8ec09e82ac user: js tags: trunk | |
12:50 | Add -Werror and -pipe if when using GCC. check-in: b18f80cc04 user: js tags: trunk | |
02:34 | Add map iteration. check-in: c339f2040e user: js tags: trunk | |
02:34 | Add map. check-in: 1965a6ab9e user: js tags: trunk | |
02:34 | Add missing NULL. check-in: c3a601908a user: js tags: trunk | |
02:34 | ctor: Set pointers to NULL before allocation. check-in: bdb850f3e2 user: js tags: trunk | |
2012-04-09
| ||
14:06 | Add hashing. check-in: a2613e09be user: js tags: trunk | |
2012-04-08
| ||
21:10 | Add cfw_string_find(). check-in: 8f1f410978 user: js tags: trunk | |
21:08 | Don't always build a static lib. check-in: 83b94fbdaf user: js tags: trunk | |
21:08 | Fix includes in tests. check-in: 23193dc30b user: js tags: trunk | |
20:55 | Adjust include guards. check-in: 63a650b235 user: js tags: trunk | |
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 | |
19:21 | cstr -> data. check-in: e036a533f1 user: js tags: trunk | |
19:19 | Add cfw_string_append(). check-in: 891f0add23 user: js tags: trunk | |
19:16 | Add -Wall. check-in: 5bb3f2db02 user: js tags: trunk | |
19:12 | Add corefw.h. check-in: 23d36a4cfe user: js tags: trunk | |
19:06 | clsptr -> cls. check-in: 1fd9e16f18 user: js tags: trunk | |