* device/lib/_gptrput.c: saved a few bytes
authorfrief <frief@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 19 Jul 2003 20:20:54 +0000 (20:20 +0000)
committerfrief <frief@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 19 Jul 2003 20:20:54 +0000 (20:20 +0000)
* device/lib/_ser.c: process RX bytes earlier than TX bytes
* device/lib/serial.c: process RX bytes earlier than TX bytes

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2759 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog

index 4f776ac5790969c965613f918912a37438604e61..f1c8f2c5209de390ba33e3a96069ee1ebd065ee7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@
 
         * device/include/regc515c.h: fixed #758477
         * device/lib/_gptrget.c: saving some cycles in generic pointer get
+        * device/lib/_gptrput.c: saved a few bytes
+       * my tab spacing is 8, yours too?)
+        * device/lib/_ser.c: process RX bytes earlier than TX bytes
+        * device/lib/serial.c: process RX bytes earlier than TX bytes
         
 2003-07-18  Erik Petrich <epetrich@ivorytower.norman.ok.us>