# # ChangeLog for uspace/lib/math/generic/fabs.c in mainline # # Generated by Trac 1.6 # 2025-08-02T05:44:19Z Fri, 31 Aug 2018 11:55:41 GMT GitHub [516e780] * boot/Makefile.common (modified) * uspace/Makefile.common (modified) * uspace/app/tester/float/float2.c (modified) * uspace/lib/c/include/fenv.h (moved) * uspace/lib/c/include/float.h (moved) * uspace/lib/c/include/math.h (added) * uspace/lib/math/Makefile (modified) * uspace/lib/math/arch/abs32le/Makefile.inc (deleted) * uspace/lib/math/arch/abs32le/include/libarch/math.h (deleted) * uspace/lib/math/arch/amd64/Makefile.inc (deleted) * uspace/lib/math/arch/amd64/include/libarch/math.h (deleted) * uspace/lib/math/arch/amd64/include/libarch/x87.h (deleted) * uspace/lib/math/arch/amd64/src/cos.S (deleted) * uspace/lib/math/arch/amd64/src/sin.S (deleted) * uspace/lib/math/arch/amd64/src/trunc.S (deleted) * uspace/lib/math/arch/arm32/Makefile.inc (deleted) * uspace/lib/math/arch/arm32/include/libarch/math.h (deleted) * uspace/lib/math/arch/ia32/Makefile.inc (deleted) * uspace/lib/math/arch/ia32/include/libarch/math.h (deleted) * uspace/lib/math/arch/ia32/include/libarch/x87.h (deleted) * uspace/lib/math/arch/ia32/src/cos.S (deleted) * uspace/lib/math/arch/ia32/src/sin.S (deleted) * uspace/lib/math/arch/ia32/src/trunc.S (deleted) * uspace/lib/math/arch/ia64/Makefile.inc (deleted) * uspace/lib/math/arch/ia64/include/libarch/math.h (deleted) * uspace/lib/math/arch/mips32/Makefile.inc (deleted) * uspace/lib/math/arch/mips32/include/libarch/math.h (deleted) * uspace/lib/math/arch/mips32eb/Makefile.inc (deleted) * uspace/lib/math/arch/mips32eb/include/libarch/math.h (deleted) * uspace/lib/math/arch/ppc32/Makefile.inc (deleted) * uspace/lib/math/arch/ppc32/include/libarch/math.h (deleted) * uspace/lib/math/arch/riscv64/Makefile.inc (deleted) * uspace/lib/math/arch/riscv64/include/libarch/math.h (deleted) * uspace/lib/math/arch/sparc64/Makefile.inc (deleted) * uspace/lib/math/arch/sparc64/include/libarch/math.h (deleted) * uspace/lib/math/generic/__fcompare.c (moved) * uspace/lib/math/generic/__fpclassify.c (moved) * uspace/lib/math/generic/__signbit.c (moved) * uspace/lib/math/generic/acos.c (deleted) * uspace/lib/math/generic/asin.c (deleted) * uspace/lib/math/generic/atan.c (deleted) * uspace/lib/math/generic/atan2.c (deleted) * uspace/lib/math/generic/cosh.c (deleted) * uspace/lib/math/generic/exp.c (deleted) * uspace/lib/math/generic/fabs.c (modified) * uspace/lib/math/generic/floor.c (deleted) * uspace/lib/math/generic/fmod.c (modified) * uspace/lib/math/generic/frexp.c (deleted) * uspace/lib/math/generic/ldexp.c (deleted) * uspace/lib/math/generic/log.c (deleted) * uspace/lib/math/generic/log10.c (deleted) * uspace/lib/math/generic/log2.c (deleted) * uspace/lib/math/generic/modf.c (deleted) * uspace/lib/math/generic/nearbyint.c (added) * uspace/lib/math/generic/round.c (moved) * uspace/lib/math/generic/sinh.c (deleted) * uspace/lib/math/generic/tanh.c (deleted) * uspace/lib/math/generic/trig.c (modified) * uspace/lib/math/generic/trunc.c (modified) * uspace/lib/math/include/acos.h (deleted) * uspace/lib/math/include/asin.h (deleted) * uspace/lib/math/include/atan2.h (deleted) * uspace/lib/math/include/ceil.h (deleted) * uspace/lib/math/include/cosh.h (deleted) * uspace/lib/math/include/fabs.h (deleted) * uspace/lib/math/include/floor.h (deleted) * uspace/lib/math/include/fmod.h (deleted) * uspace/lib/math/include/frexp.h (deleted) * uspace/lib/math/include/ldexp.h (deleted) * uspace/lib/math/include/log10.h (deleted) * uspace/lib/math/include/log2.h (deleted) * uspace/lib/math/include/math.h (deleted) * uspace/lib/math/include/modf.h (deleted) * uspace/lib/math/include/pow.h (deleted) * uspace/lib/math/include/sinh.h (deleted) * uspace/lib/math/include/sqrt.h (deleted) * uspace/lib/math/include/tan.h (deleted) * uspace/lib/math/include/tanh.h (deleted) * uspace/lib/math/include/trig.h (deleted) * uspace/lib/math/include/trunc.h (deleted) * uspace/lib/math/test/main.c (moved) * uspace/lib/math/test/rounding.c (added) * uspace/lib/posix/include/posix/math.h (modified) * uspace/lib/softfloat/Makefile (modified) * uspace/lib/softfloat/comparison.c (modified) * uspace/lib/softfloat/comparison.h (modified) * uspace/lib/softfloat/mathtypes.h (moved) Strip down libmath. (#45) libmath is mostly unused (except for ... Thu, 17 Sep 2015 16:16:25 GMT Jiri Svoboda [b69786e] * uspace/app/tester/float/float2.c (modified) * uspace/app/tester/tester.h (modified) * uspace/lib/c/include/errno.h (modified) * uspace/lib/math/Makefile (modified) * uspace/lib/math/arch/abs32le/include/libarch/math.h (modified) * uspace/lib/math/arch/amd64/include/libarch/math.h (modified) * uspace/lib/math/arch/arm32/include/libarch/math.h (modified) * uspace/lib/math/arch/ia32/include/libarch/math.h (modified) * uspace/lib/math/arch/ia64/include/libarch/math.h (modified) * uspace/lib/math/arch/mips32/include/libarch/math.h (modified) * uspace/lib/math/arch/mips32eb/include/libarch/math.h (modified) * uspace/lib/math/arch/ppc32/include/libarch/math.h (modified) * uspace/lib/math/arch/sparc32/include/libarch/math.h (modified) * uspace/lib/math/arch/sparc64/include/libarch/math.h (modified) * uspace/lib/math/generic/acos.c (added) * uspace/lib/math/generic/asin.c (added) * uspace/lib/math/generic/atan.c (added) * uspace/lib/math/generic/atan2.c (added) * uspace/lib/math/generic/cosh.c (added) * uspace/lib/math/generic/exp.c (modified) * uspace/lib/math/generic/fabs.c (added) * uspace/lib/math/generic/fmod.c (moved) * uspace/lib/math/generic/frexp.c (added) * uspace/lib/math/generic/ldexp.c (added) * uspace/lib/math/generic/log10.c (added) * uspace/lib/math/generic/modf.c (added) * uspace/lib/math/generic/pow.c (modified) * uspace/lib/math/generic/sinh.c (added) * uspace/lib/math/generic/sqrt.c (added) * uspace/lib/math/generic/tan.c (added) * uspace/lib/math/generic/tanh.c (added) * uspace/lib/math/include/acos.h (added) * uspace/lib/math/include/asin.h (added) * uspace/lib/math/include/atan.h (added) * uspace/lib/math/include/atan2.h (added) * uspace/lib/math/include/cosh.h (added) * uspace/lib/math/include/fabs.h (added) * uspace/lib/math/include/fmod.h (moved) * uspace/lib/math/include/frexp.h (added) * uspace/lib/math/include/ldexp.h (added) * uspace/lib/math/include/log10.h (added) * uspace/lib/math/include/math.h (modified) * uspace/lib/math/include/modf.h (added) * uspace/lib/math/include/sinh.h (added) * uspace/lib/math/include/sqrt.h (added) * uspace/lib/math/include/tan.h (added) * uspace/lib/math/include/tanh.h (added) Add all functions required by C89 plus their single-precision ...