<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ring_buffer.git/Makefile, branch master</title>
<subtitle>[no description]</subtitle>
<id>http://git.sigexec.com/cgit.cgi/ring_buffer.git/atom?h=master</id>
<link rel='self' href='http://git.sigexec.com/cgit.cgi/ring_buffer.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/ring_buffer.git/'/>
<updated>2014-01-18T12:44:42+00:00</updated>
<entry>
<title>rb: use the autotools to generate the library</title>
<updated>2014-01-18T12:44:42+00:00</updated>
<author>
<name>Olivier Gayot</name>
<email>duskcoder@gmail.com</email>
</author>
<published>2013-12-26T14:23:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/ring_buffer.git/commit/?id=6dd71f30872bb65d6959dd6ed2ac015c5739f98a'/>
<id>urn:sha1:6dd71f30872bb65d6959dd6ed2ac015c5739f98a</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>rb: add a header mentionning the GPL license in every source file</title>
<updated>2014-01-18T12:44:36+00:00</updated>
<author>
<name>Olivier Gayot</name>
<email>duskcoder@gmail.com</email>
</author>
<published>2013-12-26T11:14:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/ring_buffer.git/commit/?id=5e7842a056f7e99faadc68857a34f4f7cd307898'/>
<id>urn:sha1:5e7842a056f7e99faadc68857a34f4f7cd307898</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rb: add ascii support</title>
<updated>2014-01-18T12:43:52+00:00</updated>
<author>
<name>Olivier Gayot</name>
<email>duskcoder@gmail.com</email>
</author>
<published>2013-12-21T22:09:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/ring_buffer.git/commit/?id=3522c68dcd38e3eef393771d65aff6de2f815da3'/>
<id>urn:sha1:3522c68dcd38e3eef393771d65aff6de2f815da3</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>rb: add a first version of the library</title>
<updated>2014-01-18T12:43:46+00:00</updated>
<author>
<name>Olivier Gayot</name>
<email>duskcoder@gmail.com</email>
</author>
<published>2013-12-17T20:03:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/ring_buffer.git/commit/?id=9f25faad5fe732e498942818dc45de78ce7f3766'/>
<id>urn:sha1:9f25faad5fe732e498942818dc45de78ce7f3766</id>
<content type='text'>
first working version of the library. the binary stuff is included.
we can write to and read from a ring buffer.
</content>
</entry>
</feed>
