]> Savannah Git Hosting - gnulib.git/commit
New module 'abort-debug'.
authorBruno Haible <bruno@clisp.org>
Fri, 17 May 2024 20:05:46 +0000 (22:05 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 17 May 2024 20:05:46 +0000 (22:05 +0200)
commitcf692362ba3ac21a9553e88b37fa9f0b4d73f7af
treeba1acdf18d66b076a95520b0ee58181ff9ef13ac
parent35a44817783229179ed33680c9bbb46c30bcb9c0
New module 'abort-debug'.

* lib/stdlib.in.h (abort): New declaration.
* lib/abort-debug.c: New file.
* m4/abort-debug.m4: New file.
* modules/abort-debug: New file.
* m4/stdlib_h.m4 (gl_STDLIB_H_REQUIRE_DEFAULTS): Initialize
GNULIB_ABORT_DEBUG.
(gl_STDLIB_H_DEFAULTS): Initialize REPLACE_ABORT.
* modules/stdlib (Makefile.am): Substitute GNULIB_ABORT_DEBUG,
REPLACE_ABORT.
ChangeLog
lib/abort-debug.c [new file with mode: 0644]
lib/stdlib.in.h
m4/abort-debug.m4 [new file with mode: 0644]
m4/stdlib_h.m4
modules/abort-debug [new file with mode: 0644]
modules/stdlib