Go to file
Petri Lehtinen 197d3aa160 Implement strbuffer
String buffer (strbuffer) is an object that resizes automatically when
data is added to it. It was implemented by generalizing the technique
used in json_dumps().
2009-06-11 08:56:11 +03:00
src Implement strbuffer 2009-06-11 08:56:11 +03:00
.gitignore Add autotools generated files to .gitignore 2009-05-16 22:26:51 +03:00
config.h.in Use autoconf, automake & libtool 2009-05-12 22:21:50 +03:00
configure.ac Use autoconf, automake & libtool 2009-05-12 22:21:50 +03:00
Makefile.am Use autoconf, automake & libtool 2009-05-12 22:21:50 +03:00