Enabled VPATH feature: changed nearly all Makefiles (149 files).
[fw/sdcc] / src / pic16 / NOTES
index 847485e9eef63b1282d07f6455315b2f4404848f..16cfa6b41d3e6e6662dcb9a59085d6e4a7c567db 100644 (file)
@@ -1,24 +1,28 @@
-lNOTES file for SDCC pic16 port
+NOTES file for SDCC pic16 port
 $Id$
 
 Current pic16 port status is: Development
 
 Some things may change without notification between port updates. The latest
-CVS snapshot is guarenteed to compile without problems, but does not
+SVN snapshot is guarenteed to compile without problems, but does not
 guarantee backwards compatibility.
 
 For any questions please ask the current port
 developers.
 
 Current developer:
-Vangelis Rokas <vrokas AT users.sourceforge.net>
 Raphael Neider <rneider AT web.de>
 
 Other people to contact:
+Vangelis Rokas <vrokas AT users.sourceforge.net>
 Scott Dattalo  <scott AT dattalo.com>
 
 ======================================================================
 ======================================================================
+2006-Mar-14 Vangelis Rokas
+1. Added enviroment variable 'PIC16_PACKED_BITFIELDS' which agressively
+packs bitfields in structures
+
 2005-Mar-23 Vangelis Rokas
 1. I have added some optimizations that are controlled via enviroment
 variables to allow checking. Later these will be either enabled globally