No description
Find a file
2017-01-14 11:17:44 +01:00
.gitignore Use gcc/libiberty implementation of obstack 2015-09-10 08:56:26 +02:00
AUTHORS First commit 2015-09-04 14:32:46 +02:00
bootstrap.sh Use gcc/libiberty implementation of obstack 2015-09-10 08:56:26 +02:00
ChangeLog First commit 2015-09-04 14:32:46 +02:00
configure.ac Update version to 1.1 2017-01-14 11:17:44 +01:00
COPYING Use gcc/libiberty implementation of obstack 2015-09-10 08:56:26 +02:00
Makefile.am Add obstack_printf function. 2017-01-14 11:16:37 +01:00
musl-obstack.pc.in Install pkgconfig file and respect user vars 2017-01-13 16:22:08 -08:00
NEWS First commit 2015-09-04 14:32:46 +02:00
obstack.c Use gcc/libiberty implementation of obstack 2015-09-10 08:56:26 +02:00
obstack.h Add obstack_printf function. 2017-01-14 11:16:37 +01:00
obstack_printf.c Add obstack_printf function. 2017-01-14 11:16:37 +01:00
README Update READMEs for the implmentation's source 2015-09-10 09:00:20 +02:00
README.md Update READMEs for the implmentation's source 2015-09-10 09:00:20 +02:00

musl-obstack

The musl-obstack package is a copy + paste of the obstack
functions and macros found in GNU gcc libiberty library
for use with musl libc.