From: frief Date: Sat, 19 Jul 2003 20:20:54 +0000 (+0000) Subject: * device/lib/_gptrput.c: saved a few bytes X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=96ef5809ceeed7b37e2427a442074237ee149403;p=fw%2Fsdcc * device/lib/_gptrput.c: saved a few bytes * 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 --- diff --git a/ChangeLog b/ChangeLog index 4f776ac5..f1c8f2c5 100644 --- 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