]> git.gag.com Git - fw/sdcc/commitdiff
* device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
authorfrief <frief@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 22 Oct 2004 11:29:13 +0000 (11:29 +0000)
committerfrief <frief@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 22 Oct 2004 11:29:13 +0000 (11:29 +0000)
  non-reentrant function __modsint in the interrupt function (thus
  corrupting math operations during serial I/O)
* device/lib/ser_ir.c: as above, changed buffersize
* src/mcs51/peeph.def: added 259.a,b for removing redundant ret
* doc/Makefile: added option -t for rsync

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

ChangeLog

index b0b11456d3776923a2ab240bcc428a1051008f49..46ca11d12434ceb1327559028d8f0732ed20804c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
+
+       * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
+       non-reentrant function __modsint in the interrupt function (thus 
+       corrupting math operations during serial I/O)
+       * device/lib/ser_ir.c: as above, changed buffersize 
+       * src/mcs51/peeph.def: added 259.a,b for removing redundant ret
+       * doc/Makefile: added option -t for rsync
+
 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
 
        * src/SDCCast.h (struct ast),
@@ -44,7 +53,7 @@
 
        * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
 
-2004-10-17 Maarten Brock <sourceforge.brock AT dse.nl>
+2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
 
        * as/mcs51/lkarea.c: removed old K&R style,
          (lnksect): changed check on boundary error,