Go to file
2023-12-08 01:45:16 -08:00
.github/workflows Add github-ci release workflow 2023-10-21 19:25:24 +02:00
.gitignore Add AC_CONFIG_HEADERS to configure.ac 2020-09-08 12:37:44 +02:00
AUTHORS First commit 2015-09-04 14:32:46 +02:00
bootstrap.sh Add AC_CONFIG_HEADERS to configure.ac 2020-09-08 12:37:44 +02:00
ChangeLog First commit 2015-09-04 14:32:46 +02:00
configure.ac Update to glibc 2.38 2023-12-08 01:45:16 -08:00
COPYING Use gcc/libiberty implementation of obstack 2015-09-10 08:56:26 +02:00
Makefile.am Makefile.am: bump version info to 1 2020-09-10 10:51:12 +02: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 Update to glibc 2.38 2023-12-08 01:45:16 -08:00
obstack.h Update to glibc 2.38 2023-12-08 01:45:16 -08: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.