summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-12-03Rename libguile- to libguile-gnuradio- to match guile library naming convention.Eric Blossom
2010-12-03update .gitignoreEric Blossom
2010-12-03tarball name: run-waveform -> gr-run-waveformEric Blossom
2010-12-03CommentsEric Blossom
2010-12-03Uhh, make that test_embed.ccEric Blossom
2010-12-03Rename test_waveform.c test_embed.cEric Blossom
2010-12-03Initialize GUILE_LOAD_PATH and LTDL_LIBRARY_PATH based on prefix.Eric Blossom
2010-12-03Less verboseEric Blossom
2010-12-03Put all files in filesystem, not just .scmEric Blossom
2010-12-03Override primitive-load et al. before loading code.Eric Blossom
2010-12-03xyzzy-search-load-path -> %xyzzy-search-load-pathEric Blossom
2010-12-03Revert "Add "shims" for booting (mostly) from magic file system"Eric Blossom
2010-12-03Rename run_waveform.cc gr-run-waveform.ccEric Blossom
2010-12-03work-in-progress on run_waveform.ccEric Blossom
2010-12-03Try to get block destructors called (fairly) earlyEric Blossom
2010-12-03Add "shims" for booting (mostly) from magic file systemEric Blossom
2010-12-03Make xyzzy_open_file work. (And a bit of renaming.)Eric Blossom
2010-12-03Add filesystem.dat to CLEANFILES; other minor tweaks.Eric Blossom
2010-12-03Modify scm_xyzzy_init so that it looks up the system values of variables.Eric Blossom
2010-12-03Allow xyzzy_init to accept NULL or "\0" to specify install pathEric Blossom
2010-12-02Add code to handle lib vs lib64Eric Blossom
2010-12-02Moved contents of gr-guile into gnuradio-core/src/guile and removed gr-guile.Eric Blossom
2010-12-02Move guts of gr-run-waveform into gnuradio/run-waveform.scmEric Blossom
2010-12-02Update copyright datesEric Blossom
2010-12-02Fix const-related warningsEric Blossom
2010-11-29fix xyzzy-search-load-path test case, it was incorrectRob Savoye
2010-11-29fix xyzzy-search-load-path, now the function works.Rob Savoye
2010-11-29get the current value of %load-pathRob Savoye
2010-11-29be less verboseRob Savoye
2010-11-29improve xyzzy-search-load-path testsRob Savoye
2010-11-29add xyzzy-primitive-load and xyzzy-primitive-load-path along with a minimal t...Rob Savoye
2010-11-29Merge branch 'guile' of gnashdev.org:/var/www/git/gnuradio into guileRob Savoye
2010-11-29add xyzzy-primitive-load and minimal test caseRob Savoye
2010-11-29drop the older read_only port prototype, the code is already goneRob Savoye
2010-11-29Add additional scripting language vector testsEric Blossom
2010-11-29be less verboseRob Savoye
2010-11-29tweak display strings so we don't confuse them with the scheme based testsRob Savoye
2010-11-29test for the proper results in the scheme code tooRob Savoye
2010-11-29drop temp variable from testRob Savoye
2010-11-29add more tests for the portRob Savoye
2010-11-29add cat test for the new portRob Savoye
2010-11-29drop the rest of the crufty old ports code, string ports are great!Rob Savoye
2010-11-29remove old crufty port code we don't need nowRob Savoye
2010-11-29use a string port for the file contents.Rob Savoye
2010-11-29use a string port for the file contents.Rob Savoye
2010-11-29add scheme test cases to EXTRA_DISTRob Savoye
2010-11-29load scheme test cases, test for the resultsRob Savoye
2010-11-29move make port between files to reduce messy extern prototypesRob Savoye
2010-11-29scheme source test casesRob Savoye
2010-11-28drop ifdef around exists testRob Savoye