X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=2c1367ac85f149f25d8bb3f5068824a14e03f941;hb=a446a63f24e77a9806413bada4604eb098f06122;hp=6fc08cf0eaf7ed89ff6242a0ae6704a15835aaf5;hpb=9cf5e3a5561b8e888d6dafcb00ac57d4de896dac;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index 6fc08cf0..2c1367ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2007-06-28 Borut Razem + + * sim/ucsim/configure.in, sim/ucsim/configure, sim/ucsim/ddconfig_in.h: + find out the endianess of host machine for ucsim + +2007-06-27 Borut Razem + + * support/regression/generate-cases.py: corrected the file name + in warning + * configure.in, configure, sdccconf_in.h: find out the endianess of + host machine + * src/SDCC.y: fixed bug #1744146: Crash when compiling array of + negative size + +2007-06-27 Gudjon I. Gudjonsson + + * device/include/mcs51/p89c66x.h: NXP header file, OK to change licence + 2007-06-26 Borut Razem * support/regression/generate-cases.py: display warning if function @@ -8,7 +26,6 @@ * support/librarian/sdcclib.c: fixed warning: format '%s' expects type 'char *', but argument 2 has type 'int' - 2007-06-25 Jesus Calvino-Fraga * support/librarian/sdcclib.c: Added feature Requests [1510635]