* device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
authorvrokas <vrokas@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 18 Jan 2005 10:44:20 +0000 (10:44 +0000)
committervrokas <vrokas@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 18 Jan 2005 10:44:20 +0000 (10:44 +0000)
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

index 17ebe8cc616f4b3103bfd3d0f23ef87fa50beee9..98ab933811d97cb49ff3762c5b0c49c544e71b25 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
 
+       * 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,