Skip to content

Releases: void-linux/musl-obstack

Add obstack_free alias to _obstack_free

28 Mar 16:37
Compare
Choose a tag to compare

obstack.c: alias obstack_free to _obstack_free

Add obstack_printf to obstack.h header.

26 Oct 18:09
Compare
Choose a tag to compare
v1.2.2

obstack.h: add obstack_printf declaration.

Need to bump libobstack.so to .1

10 Sep 08:51
Compare
Choose a tag to compare

There was a change which replaced the obstack_free() function by a macro, thus we need to bump the solib version.

Update to 1.2

08 Sep 10:38
Compare
Choose a tag to compare

Use obstack.c and obstack.h from gcc-10.2.0 libiberty.
Add AC_CONFIG_HEADERS to configure.ac and make ./bootstrap.sh create config.h.in.

Fix build system user variables and add obstack_printf()

14 Jan 10:22
Compare
Choose a tag to compare

Initial version

10 Sep 07:01
Compare
Choose a tag to compare
v1.0

Version 1.0