summaryrefslogtreecommitdiff
path: root/Guile-TODO
diff options
context:
space:
mode:
authorEric Blossom <eb@comsec.com>2010-11-20 18:27:04 -0800
committerEric Blossom <eb@comsec.com>2010-11-20 18:29:03 -0800
commitda6620e6a3d23b78e7231ba70b914974988d3ae1 (patch)
tree1be26b0f2a83d302dfe2452b3821f22b56028a4b /Guile-TODO
parent5c91f873301a6eca0895788b0b03862fc0060a19 (diff)
Add guile SIGINT handler to gr:wait.
Diffstat (limited to 'Guile-TODO')
-rw-r--r--Guile-TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/Guile-TODO b/Guile-TODO
index 93d96fa179..6f770c936e 100644
--- a/Guile-TODO
+++ b/Guile-TODO
@@ -1,7 +1,5 @@
In no particular order:
-2) SIGINT handling in gr_top_block::wait
-
3) Ensure that all 4 combinations of
--{enable,disable}-python --{enable,disable}-guile
work correctly.
@@ -72,6 +70,8 @@ These are done:
1) [DONE] Ensure that libraries containing swig generated code are regenerated
when any relevant .i file is touched.
+2) [DONE] SIGINT handling in gr_top_block::wait
+
4) [DONE] Fix GR_SWIG_BLOCK_MAGIC so that in the guile case we don't map all
the constructors into the same name. E.g. audio_alsa_sink -> sink.
(Causes problem when multiple gr-* modules are used.)