update changelogs for Debian build debian/0.6+190+g8b6767e
authorBdale Garbee <bdale@gag.com>
Wed, 5 May 2010 08:34:41 +0000 (02:34 -0600)
committerBdale Garbee <bdale@gag.com>
Wed, 5 May 2010 08:34:41 +0000 (02:34 -0600)
ChangeLog
debian/changelog

index 682a78a754d4a69675e3eae73d9735faa08494e6..5fcf8d703024914ab9c09c9a1fb49218e98c5513 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+commit 8b6767e24a88482dbd3d4c4c969a0be08917d22b
+Author: Keith Packard <keithp@keithp.com>
+Date:   Wed May 5 01:32:46 2010 -0700
+
+    Use ao_delay to sleep for 2 seconds instead of trying ao_sleep
+    
+    ao_sleep doesn't delay for a specified time interval as much as one
+    might want it to.
+
+commit e6bb80975fde20928a830170f0821d59a8c72690
+Author: Keith Packard <keithp@keithp.com>
+Date:   Wed May 5 01:31:57 2010 -0700
+
+    Fix all stdio reading functions to be __critical
+    
+    Oh, right SDCC has '__critical' to mark sections of code that need to
+    run with interrupts disabled; no need to use EA = 0 and EA = 1.
+    
+    Signed-off-by: Keith Packard <keithp@keithp.com>
+
+commit ff03cdf746b83542ebcca00d32e6cc69ccfc122d
+Author: Bdale Garbee <bdale@gag.com>
+Date:   Wed May 5 01:57:54 2010 -0600
+
+    update changelogs for Debian build
+
 commit 8702f497c4278648303eced1aed5bd76d559521a
 Author: Bdale Garbee <bdale@gag.com>
 Date:   Wed May 5 01:57:11 2010 -0600
index dd97cb287e02479886cdb9962d17fca82c7f0b74..7d9ad6702cde278de9222cb3163fd2297dd97f4f 100644 (file)
@@ -1,3 +1,11 @@
+altos (0.6+190+g8b6767e) unstable; urgency=low
+
+  [ Keith Packard ]
+  * Fix all stdio reading functions to be __critical
+  * Use ao_delay to sleep for 2 seconds instead of trying ao_sleep
+
+ -- Bdale Garbee <bdale@gag.com>  Wed, 05 May 2010 02:34:06 -0600
+
 altos (0.6+187+g8702f49) unstable; urgency=low
 
   [ Bdale Garbee ]