# # ChangeLog for uspace/lib/softfloat/add.c in mainline # # Generated by Trac 1.6 # 2026-04-02T14:25:04Z Thu, 04 Oct 2012 22:14:00 GMT Jakub Jermar [faa45c17] * uspace/app/tester/float/softfloat1.c (modified) * uspace/lib/softfloat/add.c (modified) Fix a wrong index in softfloat1 test and a couple of cstyle softfloat ... Fri, 07 Sep 2012 13:59:45 GMT Martin Decky [2416085] * uspace/lib/softfloat/Makefile (modified) * uspace/lib/softfloat/add.c (moved) * uspace/lib/softfloat/add.h (moved) * uspace/lib/softfloat/common.c (moved) * uspace/lib/softfloat/common.h (moved) * uspace/lib/softfloat/comparison.c (moved) * uspace/lib/softfloat/comparison.h (moved) * uspace/lib/softfloat/conversion.c (moved) * uspace/lib/softfloat/conversion.h (moved) * uspace/lib/softfloat/div.c (moved) * uspace/lib/softfloat/div.h (moved) * uspace/lib/softfloat/mul.c (moved) * uspace/lib/softfloat/mul.h (moved) * uspace/lib/softfloat/other.c (moved) * uspace/lib/softfloat/other.h (moved) * uspace/lib/softfloat/sftypes.h (moved) * uspace/lib/softfloat/softfloat.c (moved) * uspace/lib/softfloat/softfloat.h (moved) * uspace/lib/softfloat/sub.c (moved) * uspace/lib/softfloat/sub.h (moved) softfloat: move sources to a single directory implement more ARM ...