X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=98ab933811d97cb49ff3762c5b0c49c544e71b25;hb=300f9df103f31ae460d4e07162081f0b96f45a52;hp=17ebe8cc616f4b3103bfd3d0f23ef87fa50beee9;hpb=26ca26f89a9800d7e0baf3d2747c324188bbd662;p=fw%2Fsdcc 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,