more about genUnpackBits
[fw/sdcc] / ChangeLog
index 646cbb969b481698ce9f503525eb74294e2887eb..1d6890218b1ee84693efe54d4f0e3c7b9737ce63 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
+
+       * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
+       reformatted for better readability
+       * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
+       signed bitfields
+
+2005-11-17 Borut Razem <borut.razem AT siol.net>
+
+       * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
+         itroduced SILENT option to make building of pic16 libraries less
+         verbose - used for nightly snapshot build
+       * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
+         available on Win32 platforms.
+       * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
+         medium, large, pic and pic16
+
 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
 
        * device/lib/printf_large.c: Temporary patch for bug 1358192: