CoreFW/src
2012-09-30 00:41:59 +02:00
..
array.c Add missing NULL. 2012-04-22 04:34:54 +02:00
array.h Adjust include guards. 2012-04-08 22:55:02 +02:00
bool.c Add bool boxing. 2012-06-13 19:01:39 +02:00
bool.h Add bool boxing. 2012-06-13 19:01:39 +02:00
box.c Add box. 2012-05-03 20:43:05 +02:00
box.h Add box. 2012-05-03 20:43:05 +02:00
class.c Remove cfw prefix from files. 2012-04-08 22:53:03 +02:00
class.h Add hashing. 2012-04-09 16:06:27 +02:00
corefw.h Add tcpsocket. 2012-09-30 00:34:49 +02:00
double.c Add double boxing. 2012-06-13 18:54:03 +02:00
double.h Add double boxing. 2012-06-13 18:54:03 +02:00
file.c Add tcpsocket. 2012-09-30 00:34:49 +02:00
file.h Add file. 2012-09-30 00:12:10 +02:00
hash.h Add hashing. 2012-04-09 16:06:27 +02:00
int.c Implement equal, hash and copy for int. 2012-05-03 20:39:04 +02:00
int.h Add int boxing. 2012-04-22 16:17:10 +02:00
Makefile Add tcpsocket. 2012-09-30 00:34:49 +02:00
map.c ISO C forbids empty initializer braces. 2012-04-25 11:22:42 +02:00
map.h Add map iteration. 2012-04-22 04:34:55 +02:00
object.c Fix "return NULL" in function returning void. 2012-08-26 17:40:43 +02:00
object.h Rename cfw_new_p to cfw_create. 2012-04-22 17:30:25 +02:00
range.c Remove cfw prefix from files. 2012-04-08 22:53:03 +02:00
range.h Adjust include guards. 2012-04-08 22:55:02 +02:00
refpool.c Add refpool. 2012-04-22 15:09:52 +02:00
refpool.h Add refpool. 2012-04-22 15:09:52 +02:00
stream.c Add cfw_stream_write_string(). 2012-09-30 00:41:59 +02:00
stream.h Add cfw_stream_write_string(). 2012-09-30 00:41:59 +02:00
string.c cfw_string_len() -> cfw_string_length(). 2012-04-25 11:30:27 +02:00
string.h cfw_string_len() -> cfw_string_length(). 2012-04-25 11:30:27 +02:00
tcpsocket.c Add tcpsocket. 2012-09-30 00:34:49 +02:00
tcpsocket.h Add tcpsocket. 2012-09-30 00:34:49 +02:00