2019-09-15  Asher Gordon  <AsDaGo@posteo.net>

	* src/crash.c: Move dump_core() and I/O functions to their own
	files.
	* src/core.c, src/core.h: These are for the dump_core() function.
	* src/io.c, src/io.h: These are for signal safe I/O.
	* src/Makefile.am: Reflect the source file changes above.

	* src/crash.h: Don't include <config.h> here, since this header
	gets installed.

	* src/Makefile.am: Only export symbols that match the regular
	expression '^crash_'.

	* m4/gnulib-cache.m4: Use libtool.
	* src/Makefile.am: Use libcrash_la_LIBADD to link against
	lib/libgnu.la.
	* Makefile.am: Build lib before src since we need to link against
	lib/libgnu.la in src.

2019-09-14  Asher Gordon  <AsDaGo@posteo.net>

	Initial release 0.1a1.



======================================================================

Copyright (C) 2019  Asher Gordon <AsDaGo@posteo.net>

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.  This file is offered as-is,
without any warranty.
