From 300f9df103f31ae460d4e07162081f0b96f45a52 Mon Sep 17 00:00:00 2001 From: vrokas Date: Tue, 18 Jan 2005 10:44:20 +0000 Subject: [PATCH] * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function which converts a float number to its ASCII representation * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support functions to convert the fractional and integer part of a float to ASCII, * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c, realloc.c): added _MALLOC_SPEC to explicit place variables in data ram git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3638 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 17ebe8cc..98ab9338 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2005-01-18 Vangelis Rokas + * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function + which converts a float number to its ASCII representation + * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support + functions to convert the fractional and integer part of a float to ASCII, + * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c, + realloc.c): added _MALLOC_SPEC to explicit place variables in data + ram * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM, _STATMEM macros, * device/include/pic16/adc.h: added GPL info, -- 2.47.2