]> Savannah Git Hosting - gnulib.git/commit
totalorder, totalorderf, totalorderl: new modules
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 2 Oct 2023 04:46:01 +0000 (21:46 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 2 Oct 2023 05:20:40 +0000 (22:20 -0700)
commit0eb469248aa61f9ec7efa8d5076ac97a7a5b59d7
tree623169cf223257fc6068f1dae53bec6889a95543
parent49a9f86340d4a226c82b708e01d9a178d4ae77ce
totalorder, totalorderf, totalorderl: new modules

* lib/math.in.h: Declare totalorderf, totalorder, totalorderl.
* lib/totalorder.c, lib/totalorderf.c, lib/totalorderl.c:
* m4/totalorder.m4, modules/totalorder, modules/totalorder-tests:
* modules/totalorderf, modules/totalorderf-tests:
* modules/totalorderl, modules/totalorderl-tests:
* tests/test-totalorder.c, tests/test-totalorderf.c:
* tests/test-totalorderl.c: New files.
* m4/math_h.m4 (gl_MATH_H, gl_MATH_H_REQUIRE_DEFAULTS)
(gl_MATH_H_DEFAULTS):
* modules/math (math.h): Set up totalorder, totalorderf, totalorderl.
* m4/mathfunc.m4 (gl_MATHFUNC): Also support pointer-to-const.
21 files changed:
ChangeLog
doc/posix-functions/totalorder.texi
doc/posix-functions/totalorderf.texi
doc/posix-functions/totalorderl.texi
lib/math.in.h
lib/totalorder.c [new file with mode: 0644]
lib/totalorderf.c [new file with mode: 0644]
lib/totalorderl.c [new file with mode: 0644]
m4/math_h.m4
m4/mathfunc.m4
m4/totalorder.m4 [new file with mode: 0644]
modules/math
modules/totalorder [new file with mode: 0644]
modules/totalorder-tests [new file with mode: 0644]
modules/totalorderf [new file with mode: 0644]
modules/totalorderf-tests [new file with mode: 0644]
modules/totalorderl [new file with mode: 0644]
modules/totalorderl-tests [new file with mode: 0644]
tests/test-totalorder.c [new file with mode: 0644]
tests/test-totalorderf.c [new file with mode: 0644]
tests/test-totalorderl.c [new file with mode: 0644]