device/include/mcs51/P89LPC925.h: Added missing P1_6 and P1_7.
[fw/sdcc] / ChangeLog
index 98d11449feedfb45eb4de4f3e1b24606a5cd6b59..9094995e91559e0ae48073378c13459ba800ceb5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,53 @@
+2007-03-13 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
+
+       * device/include/mcs51/P89LPC925.h: Added missing P1_6 and P1_7.
+
+2007-03-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
+
+       * device/lib/_strlen.c: assembler version for mcs51
+
+2007-03-13 Raphael Neider <rneider AT web.de>
+
+       * device/include/pic16/pic18f2221.h,
+       * device/include/pic16/pic18f2321.h,
+       * device/include/pic16/pic18f2331.h,
+       * device/include/pic16/pic18f4221.h,
+       * device/include/pic16/pic18f4321.h,
+       * device/include/pic16/pic18f4331.h: fixed config byte location names
+       * support/scripts/inc2h-pic16.pl: removed debug output, emit
+         consistently named config byte locations
+
+2007-03-13 Borut Razem <borut.razem AT siol.net>
+
+       * src/Makefile.in, sim/ucsim/avr.src/Makefile.in, 
+         sim/ucsim/hc08.src/Makefile.in, sim/ucsim/s51.src/Makefile.in,
+         sim/ucsim/xa.src/Makefile.in, sim/ucsim/z80.src/Makefile.in,
+         as/link/z80/Makefile.in, as/z80/Makefile.in:
+         introduced LDFLAGS
+
+2007-03-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
+
+       * device/lib/printfl.c: 13 bytes less __data mem (12 more __idata)
+       * device/lib/printf_large.c: pointer was converted to generic
+       pointer for mcs51 models other than model-small (Maarten noticed)
+
+2007-03-10 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
+
+       * device/include/mcs51/ADuC84x.h: Added.
+
+2007-03-10 Borut Razem <borut.razem AT siol.net>
+
+       * src/SDCC.lex, src/SDCCutil.[ch], src/SDCCval:
+         fixed RFE #1624219: double backslashes in filenames;
+         functions hexEscape(), octalEscape() and copyStr() moved from
+         SDCCval.c to SDCCutil.c and made them glovbally available
+
+2007-03-09 Borut Razem <borut.razem AT siol.net>
+
+       * src/SDCC.lex, src/SDCCast.c. src/SDCCglobl.c, src/SDCCsymt.c,
+         src/SDCCval.c: fixed bugs #1676768: Wrong line number reported and
+         1673361: Missaligned comments in output files
+
 2007-03-09 Raphael Neider <rneider AT web.de>
 
        * device/include/pic/pic14devices.txt: fixed confsiz of 16f91[3467]
 
        * device/lib/printf_large.c: 6 bytes less __data mem (6 more __idata)
 
-2007-03-07  Borut Razem <borut.razem AT siol.net>
+2007-03-07 Borut Razem <borut.razem AT siol.net>
 
        * device/lib/pic16/libdev/pic18f[24][34]31.c:
-         serch include files in the current directory
+         search include files in the current directory
 
 2007-03-04 Maarten Brock <sourceforge.brock AT dse.nl>