diff options
author | Eric Blossom | 2010-11-13 23:24:25 -0800 |
---|---|---|
committer | Eric Blossom | 2010-11-13 23:24:25 -0800 |
commit | c4d13fed327422ad94e642b15aa4032f6a8e2c62 (patch) | |
tree | cb47974616d94da898f42346a61237828d2f9164 | |
parent | c5770a722c28a0c7ec1d33e82b319e6cc9224999 (diff) | |
download | gnuradio-c4d13fed327422ad94e642b15aa4032f6a8e2c62.tar.gz gnuradio-c4d13fed327422ad94e642b15aa4032f6a8e2c62.tar.bz2 gnuradio-c4d13fed327422ad94e642b15aa4032f6a8e2c62.zip |
Update Guile-TODO
-rw-r--r-- | Guile-TODO | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/Guile-TODO b/Guile-TODO index 92d0846ff..14442cd8b 100644 --- a/Guile-TODO +++ b/Guile-TODO @@ -1,8 +1,5 @@ In no particular order: -1) Ensure that libraries containing swig generated code are regenerated - when any relevant .i file is touched. - 2) SIGINT handling in gr_top_block::wait 3) Ensure that all 4 combinations of @@ -77,3 +74,11 @@ I'm sure I'm forgetting some things... 90) Merge to next 100) Handle any fallout we missed. + + +------------------------------------------------------------------------------- +These are done: + + +1) [DONE] Ensure that libraries containing swig generated code are regenerated + when any relevant .i file is touched. |