# # ChangeLog for test/print in mainline # # Generated by Trac 1.6 # 2025-08-22T02:48:44Z Wed, 04 Jan 2006 11:43:23 GMT Josef Cejka [b524c5e0] * arch/amd64/Makefile.inc (modified) * arch/amd64/include/fmath.h (deleted) * arch/amd64/src/fmath.c (deleted) * arch/ia32/Makefile.inc (modified) * arch/ia32/include/fmath.h (deleted) * arch/ia32/src/fmath.c (deleted) * arch/ia64/Makefile.inc (modified) * arch/ia64/include/fmath.h (deleted) * arch/ia64/src/fmath.c (deleted) * arch/mips32/Makefile.inc (modified) * arch/mips32/include/fmath.h (deleted) * arch/mips32/src/fmath.c (deleted) * arch/ppc32/Makefile.inc (modified) * arch/ppc32/include/fmath.h (deleted) * arch/ppc32/src/fmath.c (deleted) * generic/src/debug/print.c (modified) * test/print/print1/test.c (modified) Support for printing float numbers in kernel removed. Sat, 03 Sep 2005 14:16:25 GMT Josef Cejka [2f08a55d] * arch/amd64/include/fmath.h (modified) * arch/amd64/src/fmath.c (modified) * arch/ia32/include/fmath.h (modified) * arch/ia32/src/fmath.c (modified) * arch/ia64/include/fmath.h (modified) * arch/ia64/src/fmath.c (modified) * arch/mips/include/fmath.h (modified) * arch/mips/src/fmath.c (modified) * arch/ppc/include/fmath.h (modified) * arch/ppc/src/fmath.c (modified) * src/debug/print.c (modified) * test/print/print1/test.c (modified) Support for NaN and infinity in printf. Sat, 03 Sep 2005 12:56:14 GMT Josef Cejka [51022e9b] * arch/ia32/src/boot/memmap.S (modified) * include/print.h (modified) * src/debug/print.c (modified) * test/print/print1/test.c (modified) E option in printf added. Thu, 01 Sep 2005 15:02:43 GMT Josef Cejka [e83a9f7] * arch/ia32/Makefile.inc (modified) * include/print.h (modified) * src/debug/print.c (modified) * test/print/print1/test.c (modified) Created fmath as basic tool for IEEE 754 floating point numbers. ... Tue, 30 Aug 2005 13:17:10 GMT Josef Cejka [1e9a463] * arch/ia32/include/mm/memory_init.h (modified) * arch/ia32/src/ia32.c (modified) * arch/ia32/src/mm/frame.c (modified) * arch/ia32/src/mm/memory_init.c (modified) * test/print/print1/test.c (modified) Licence to print1/test.c added. New function for printing memory map ... Tue, 30 Aug 2005 09:43:51 GMT Josef Cejka [a6f8899] * src/Makefile.config (modified) * test/print/print1/test.c (added) * test/print/test.c (deleted) Small improvements in print1 test and its source code format. Tue, 30 Aug 2005 09:17:13 GMT Josef Cejka [00e00fa] * arch/ia32/src/mm/frame.c (modified) * src/Makefile.config (modified) * test/print/test.c (added) Test for printf added.