.. |
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
|
Rename eof to at_end.
|
2012-09-30 03:34:46 +02:00 |
file.h
|
Add cfw_std{in,out,err}.
|
2012-09-30 00:50:49 +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
|
Fix a leak in map.
|
2012-09-30 04:56:53 +02:00 |
map.h
|
Add cfw_map_{get,set}_c() for convenience.
|
2012-09-30 04:21:50 +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
|
Fix a bug in refpool.
|
2012-09-30 04:57:00 +02:00 |
refpool.h
|
Add refpool.
|
2012-04-22 15:09:52 +02:00 |
stream.c
|
Work around malloc(0) returning NULL.
|
2012-09-30 05:20:09 +02:00 |
stream.h
|
Rename eof to at_end.
|
2012-09-30 03:34:46 +02:00 |
string.c
|
Add a few new string functions.
|
2012-09-30 03:46:16 +02:00 |
string.h
|
Add a few new string functions.
|
2012-09-30 03:46:16 +02:00 |
tcpsocket.c
|
Rename eof to at_end.
|
2012-09-30 03:34:46 +02:00 |
tcpsocket.h
|
Add tcpsocket.
|
2012-09-30 00:34:49 +02:00 |