Age | Commit message (Collapse) | Author |
|
the library is not built using the autotools.
the advantages of this improvement are:
* we can do a make install / make uninstall / make dist / and so on
* the library is not (unless specified) built as a shared and static
library
* some portability issues will be easier to fix.
|
|
|
|
in order to be able to deal with strings (i.e null terminated), we
provide a new set of functions
rb_puts
rb_printf / rb_vprintf
rb_gets / rb_gets2
|
|
first working version of the library. the binary stuff is included.
we can write to and read from a ring buffer.
|