<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/make.git/tests/scripts/features/loadapi, branch trunk</title>
<subtitle>launchpad.net: make
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/make.git/'/>
<entry>
<title>* features/loadapi (test_expand): Allocate memory for the nul byte.</title>
<updated>2013-11-24T09:08:30+00:00</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-11-24T09:08:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/make.git/commit/?id=05fedcc9a8124c39b92c8065d96037848149ffed'/>
<id>05fedcc9a8124c39b92c8065d96037848149ffed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[SV 40240] Use configure info to build load test shared libs</title>
<updated>2013-10-19T19:39:15+00:00</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-10-19T19:39:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/make.git/commit/?id=9332912cf079397050ad5f36fff31bb4df14b176'/>
<id>9332912cf079397050ad5f36fff31bb4df14b176</id>
<content type='text'>
* tests/config-flags.pm.in: A new file containing variable assignments
for the test suite; these variables are set by configure to contain
the values detected there for compilers, flags, etc.
* tests/run_make_tests.pl: Require the config-flags.pm file
* tests/scripts/features/load, tests/scripts/features/loadapi: Use the
configure-provided values when building the shared test library.
* configure.ac: Replace tests/config-flags.pm.in
* Makefile.am: Make sure tests/config-flags.pm is up to date
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* tests/config-flags.pm.in: A new file containing variable assignments
for the test suite; these variables are set by configure to contain
the values detected there for compilers, flags, etc.
* tests/run_make_tests.pl: Require the config-flags.pm file
* tests/scripts/features/load, tests/scripts/features/loadapi: Use the
configure-provided values when building the shared test library.
* configure.ac: Replace tests/config-flags.pm.in
* Makefile.am: Make sure tests/config-flags.pm is up to date
</pre>
</div>
</content>
</entry>
<entry>
<title>Sanitize the registered function interface.</title>
<updated>2013-10-05T20:10:30+00:00</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-10-05T20:10:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/make.git/commit/?id=9297abbdaabdd594716550fe48cd5902c895ea39'/>
<id>9297abbdaabdd594716550fe48cd5902c895ea39</id>
<content type='text'>
Expand the characters which are legal in a function name, and check
the name for validity.  Create a type for the function pointer.
Convert the last argument from a boolean to flags, to allow for expansion.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Expand the characters which are legal in a function name, and check
the name for validity.  Create a type for the function pointer.
Convert the last argument from a boolean to flags, to allow for expansion.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add requirement for plugin_is_GPL_compatible symbol in loaded objects.</title>
<updated>2013-05-15T02:53:42+00:00</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-05-15T02:53:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/make.git/commit/?id=b7041cbb385e9a35a6ba2da69bf9cffbce678eee'/>
<id>b7041cbb385e9a35a6ba2da69bf9cffbce678eee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add memory allocation cleanup to loadable objects.</title>
<updated>2013-05-04T21:38:53+00:00</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-05-04T21:38:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/make.git/commit/?id=3e67695034a1e235cbcf2c70d283fe0cd6c77427'/>
<id>3e67695034a1e235cbcf2c70d283fe0cd6c77427</id>
<content type='text'>
Add gmk_alloc() and gmk_free() functions so loadable objects can access our
memory model.  Also provide a more extensive example in the manual.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add gmk_alloc() and gmk_free() functions so loadable objects can access our
memory model.  Also provide a more extensive example in the manual.
</pre>
</div>
</content>
</entry>
<entry>
<title>Expand the loadable object support.</title>
<updated>2013-02-25T06:38:36+00:00</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-02-25T06:38:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/make.git/commit/?id=50ba7088f3fe2ef854acbfdc90bd93498f3f0f4c'/>
<id>50ba7088f3fe2ef854acbfdc90bd93498f3f0f4c</id>
<content type='text'>
Provide a simple API for loaded objects to interact with GNU make.  I still
won't guarantee that this API won't change but it's much closer to something
that's supported and provides easy-to-use interfaces with a public header
file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Provide a simple API for loaded objects to interact with GNU make.  I still
won't guarantee that this API won't change but it's much closer to something
that's supported and provides easy-to-use interfaces with a public header
file.
</pre>
</div>
</content>
</entry>
</feed>
