| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | fix renaming. Overload program-lpoad, succeed till we get a scm_shell() :-) | Rob Savoye | 2010-11-28 | 1 | -21/+17 |
* | add compile script | Rob Savoye | 2010-11-28 | 1 | -0/+1 |
* | rename the other search functions | Rob Savoye | 2010-11-28 | 1 | -29/+26 |
* | minor tweak to the test output strings | Rob Savoye | 2010-11-28 | 1 | -14/+8 |
* | fix xyzzy_file_exists() and test case | Rob Savoye | 2010-11-28 | 2 | -13/+24 |
* | #ifdef in make_read_only_port to change how it segfaults | Rob Savoye | 2010-11-28 | 1 | -13/+13 |
* | enable the xyzzy_make_read_only_port test | Rob Savoye | 2010-11-28 | 1 | -2/+0 |
* | use PYTHON from configure instead of hardcoding it. | Rob Savoye | 2010-11-28 | 1 | -1/+1 |
* | look for the python executable, so we can use it to run gen-xyzzy | Rob Savoye | 2010-11-28 | 1 | -0/+3 |
* | allocate memory for the port buffer | Rob Savoye | 2010-11-28 | 1 | -2/+1 |
* | more progress on ports. | Rob Savoye | 2010-11-27 | 3 | -33/+71 |
* | Prepend the magic number for found paths. Override primitive-load. | Rob Savoye | 2010-11-27 | 2 | -20/+19 |
* | override primitive-load | Rob Savoye | 2010-11-27 | 1 | -12/+28 |
* | move the contents of load.x into the source file. | Rob Savoye | 2010-11-27 | 3 | -15/+25 |
* | be less verbose | Rob Savoye | 2010-11-27 | 1 | -9/+0 |
* | rename some methods for xyzzy | Rob Savoye | 2010-11-27 | 1 | -11/+43 |
* | don't use C++ data types for return or args, this is a C function | Rob Savoye | 2010-11-27 | 2 | -11/+18 |
* | use a char * instead of a std::string to keep C happy | Rob Savoye | 2010-11-27 | 1 | -1/+2 |
* | load the data file from the local directory, as it's now correctly generated ... | Rob Savoye | 2010-11-27 | 1 | -1/+1 |
* | set a few more variables, neede by the generated libpath.h | Rob Savoye | 2010-11-27 | 1 | -0/+11 |
* | build the generated filesystem and install it. Build libpath.h, needed by xyz... | Rob Savoye | 2010-11-27 | 1 | -4/+63 |
* | data file needed by xyzzy-load.c | Rob Savoye | 2010-11-27 | 1 | -0/+9 |
* | start getting I/O ports to work | Rob Savoye | 2010-11-27 | 2 | -9/+19 |
* | add additional headers needed to compile this file outside of guile | Rob Savoye | 2010-11-27 | 1 | -19/+28 |
* | add AM_PROG_CC_C_O sinxe we now have one C source file. | Rob Savoye | 2010-11-27 | 1 | -0/+1 |
* | try to create a new I/O port | Rob Savoye | 2010-11-27 | 1 | -2/+46 |