]> Savannah Git Hosting - gnulib.git/commit
totalordermag: New module.
authorBruno Haible <bruno@clisp.org>
Fri, 19 Apr 2024 00:21:21 +0000 (02:21 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 19 Apr 2024 00:21:21 +0000 (02:21 +0200)
commit9b5f6e60d2b6ec1d995245ff628923e5a4e5d493
treed965075988fcb6213b53d4ded287b57c39bcc174
parent8178a7d30b7a560f1196a2628d2ec2e01178e1a7
totalordermag: New module.

* lib/math.in.h (totalordermag): New declaration.
* lib/totalordermag.c: New file, based on lib/totalorder.c.
* m4/totalordermag.m4: New file, based on m4/totalorder.m4.
* m4/math_h.m4 (gl_MATH_H): Test whether totalordermag is declared.
(gl_MATH_H_REQUIRE_DEFAULTS): Initialize GNULIB_TOTALORDERMAG.
(gl_MATH_H_DEFAULTS): Initialize HAVE_TOTALORDERMAG,
REPLACE_TOTALORDERMAG.
* modules/math (Makefile.am): Substitute GNULIB_TOTALORDERMAG,
HAVE_TOTALORDERMAG, REPLACE_TOTALORDERMAG.
* modules/totalordermag: New file, based on modules/totalorder.
* doc/posix-functions/totalordermag.texi: Mention the new module.
ChangeLog
doc/posix-functions/totalordermag.texi
lib/math.in.h
lib/totalordermag.c [new file with mode: 0644]
m4/math_h.m4
m4/totalordermag.m4 [new file with mode: 0644]
modules/math
modules/totalordermag [new file with mode: 0644]