| Commit message (Expand) | Author | Age | Files | Lines |
* | tarball name: run-waveform -> gr-run-waveform | Eric Blossom | 2010-12-03 | 1 | -1/+1 |
* | Comments | Eric Blossom | 2010-12-03 | 1 | -2/+5 |
* | Uhh, make that test_embed.cc | Eric Blossom | 2010-12-03 | 3 | -46/+90 |
* | Rename test_waveform.c test_embed.c | Eric Blossom | 2010-12-03 | 2 | -5/+5 |
* | Initialize GUILE_LOAD_PATH and LTDL_LIBRARY_PATH based on prefix. | Eric Blossom | 2010-12-03 | 2 | -6/+28 |
* | Less verbose | Eric Blossom | 2010-12-03 | 1 | -1/+1 |
* | Put all files in filesystem, not just .scm | Eric Blossom | 2010-12-03 | 1 | -1/+2 |
* | Override primitive-load et al. before loading code. | Eric Blossom | 2010-12-03 | 1 | -20/+25 |
* | xyzzy-search-load-path -> %xyzzy-search-load-path | Eric Blossom | 2010-12-03 | 1 | -2/+2 |
* | Rename run_waveform.cc gr-run-waveform.cc | Eric Blossom | 2010-12-03 | 3 | -6/+6 |
* | work-in-progress on run_waveform.cc | Eric Blossom | 2010-12-03 | 1 | -41/+34 |
* | Make xyzzy_open_file work. (And a bit of renaming.) | Eric Blossom | 2010-12-03 | 3 | -21/+25 |
* | Add filesystem.dat to CLEANFILES; other minor tweaks. | Eric Blossom | 2010-12-03 | 1 | -3/+6 |
* | Modify scm_xyzzy_init so that it looks up the system values of variables. | Eric Blossom | 2010-12-03 | 1 | -24/+9 |
* | Allow xyzzy_init to accept NULL or "\0" to specify install path | Eric Blossom | 2010-12-03 | 1 | -2/+5 |
* | Add code to handle lib vs lib64 | Eric Blossom | 2010-12-02 | 4 | -64/+115 |
* | Update copyright dates | Eric Blossom | 2010-12-02 | 6 | -7/+7 |
* | Fix const-related warnings | Eric Blossom | 2010-12-02 | 2 | -4/+4 |
* | fix xyzzy-search-load-path test case, it was incorrect | Rob Savoye | 2010-11-29 | 1 | -3/+3 |
* | fix xyzzy-search-load-path, now the function works. | Rob Savoye | 2010-11-29 | 1 | -3/+3 |
* | get the current value of %load-path | Rob Savoye | 2010-11-29 | 1 | -2/+2 |
* | be less verbose | Rob Savoye | 2010-11-29 | 1 | -5/+6 |
* | improve xyzzy-search-load-path tests | Rob Savoye | 2010-11-29 | 1 | -3/+13 |
* | add xyzzy-primitive-load and xyzzy-primitive-load-path along with a minimal t... | Rob Savoye | 2010-11-29 | 2 | -13/+75 |
* | add xyzzy-primitive-load and minimal test case | Rob Savoye | 2010-11-29 | 2 | -2/+108 |
* | drop the older read_only port prototype, the code is already gone | Rob Savoye | 2010-11-29 | 1 | -3/+1 |
* | be less verbose | Rob Savoye | 2010-11-29 | 1 | -1/+1 |
* | tweak display strings so we don't confuse them with the scheme based tests | Rob Savoye | 2010-11-29 | 1 | -8/+9 |
* | test for the proper results in the scheme code too | Rob Savoye | 2010-11-29 | 1 | -0/+14 |
* | drop temp variable from test | Rob Savoye | 2010-11-29 | 1 | -4/+2 |
* | add more tests for the port | Rob Savoye | 2010-11-29 | 1 | -3/+29 |
* | add cat test for the new port | Rob Savoye | 2010-11-29 | 2 | -1/+10 |
* | drop the rest of the crufty old ports code, string ports are great! | Rob Savoye | 2010-11-29 | 3 | -34/+1 |
* | remove old crufty port code we don't need now | Rob Savoye | 2010-11-29 | 1 | -61/+0 |
* | use a string port for the file contents. | Rob Savoye | 2010-11-29 | 1 | -15/+3 |
* | use a string port for the file contents. | Rob Savoye | 2010-11-29 | 2 | -37/+19 |
* | add scheme test cases to EXTRA_DIST | Rob Savoye | 2010-11-29 | 1 | -1/+4 |
* | load scheme test cases, test for the results | Rob Savoye | 2010-11-29 | 1 | -9/+58 |
* | move make port between files to reduce messy extern prototypes | Rob Savoye | 2010-11-29 | 2 | -23/+30 |
* | scheme source test cases | Rob Savoye | 2010-11-29 | 3 | -0/+37 |
* | drop ifdef around exists test | Rob Savoye | 2010-11-28 | 1 | -21/+1 |
* | ifdef file conflict | Rob Savoye | 2010-11-28 | 1 | -1/+13 |
|\ |
|
| * | fix for xyzzy-search-path | Eric Blossom | 2010-11-28 | 1 | -15/+9 |
* | | return the right path | Rob Savoye | 2010-11-28 | 1 | -10/+11 |
* | | load the data file | Rob Savoye | 2010-11-28 | 1 | -0/+2 |
|/ |
|
* | rename the test case to use C inetead of C++ | Rob Savoye | 2010-11-28 | 2 | -13/+4 |
* | add an init function to initialize the scm_xyzzy_* fucntions | Rob Savoye | 2010-11-28 | 2 | -0/+9 |
* | reduce to the minimum required for one function | Rob Savoye | 2010-11-28 | 1 | -314/+16 |
* | add new test case, similar to run-waveform | Rob Savoye | 2010-11-28 | 2 | -2/+61 |
* | be less verbose | Rob Savoye | 2010-11-28 | 1 | -8/+6 |