summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* be less verboseRob Savoye2010-11-291-1/+1
* tweak display strings so we don't confuse them with the scheme based testsRob Savoye2010-11-291-8/+9
* test for the proper results in the scheme code tooRob Savoye2010-11-291-0/+14
* drop temp variable from testRob Savoye2010-11-291-4/+2
* add more tests for the portRob Savoye2010-11-291-3/+29
* add cat test for the new portRob Savoye2010-11-292-1/+10
* drop the rest of the crufty old ports code, string ports are great!Rob Savoye2010-11-293-34/+1
* remove old crufty port code we don't need nowRob Savoye2010-11-291-61/+0
* use a string port for the file contents.Rob Savoye2010-11-291-15/+3
* use a string port for the file contents.Rob Savoye2010-11-292-37/+19
* add scheme test cases to EXTRA_DISTRob Savoye2010-11-291-1/+4
* load scheme test cases, test for the resultsRob Savoye2010-11-291-9/+58
* move make port between files to reduce messy extern prototypesRob Savoye2010-11-292-23/+30
* scheme source test casesRob Savoye2010-11-293-0/+37
* drop ifdef around exists testRob Savoye2010-11-281-21/+1
* ifdef file conflictRob Savoye2010-11-281-1/+13
|\
| * fix for xyzzy-search-pathEric Blossom2010-11-281-15/+9
* | return the right pathRob Savoye2010-11-281-10/+11
* | load the data fileRob Savoye2010-11-281-0/+2
|/
* rename the test case to use C inetead of C++Rob Savoye2010-11-282-13/+4
* add an init function to initialize the scm_xyzzy_* fucntionsRob Savoye2010-11-282-0/+9
* reduce to the minimum required for one functionRob Savoye2010-11-281-314/+16
* add new test case, similar to run-waveformRob Savoye2010-11-282-2/+61
* be less verboseRob Savoye2010-11-281-8/+6
* fix renaming. Overload program-lpoad, succeed till we get a scm_shell() :-)Rob Savoye2010-11-281-21/+17
* add compile scriptRob Savoye2010-11-281-0/+1
* rename the other search functionsRob Savoye2010-11-281-29/+26
* minor tweak to the test output stringsRob Savoye2010-11-281-14/+8
* fix xyzzy_file_exists() and test caseRob Savoye2010-11-282-13/+24
* #ifdef in make_read_only_port to change how it segfaultsRob Savoye2010-11-281-13/+13
* enable the xyzzy_make_read_only_port testRob Savoye2010-11-281-2/+0
* use PYTHON from configure instead of hardcoding it.Rob Savoye2010-11-281-1/+1
* look for the python executable, so we can use it to run gen-xyzzyRob Savoye2010-11-281-0/+3
* allocate memory for the port bufferRob Savoye2010-11-281-2/+1
* more progress on ports.Rob Savoye2010-11-273-33/+71
* Prepend the magic number for found paths. Override primitive-load.Rob Savoye2010-11-272-20/+19
* override primitive-loadRob Savoye2010-11-271-12/+28
* move the contents of load.x into the source file.Rob Savoye2010-11-273-15/+25
* be less verboseRob Savoye2010-11-271-9/+0
* rename some methods for xyzzyRob Savoye2010-11-271-11/+43
* don't use C++ data types for return or args, this is a C functionRob Savoye2010-11-272-11/+18
* use a char * instead of a std::string to keep C happyRob Savoye2010-11-271-1/+2
* load the data file from the local directory, as it's now correctly generated ...Rob Savoye2010-11-271-1/+1
* set a few more variables, neede by the generated libpath.hRob Savoye2010-11-271-0/+11
* build the generated filesystem and install it. Build libpath.h, needed by xyz...Rob Savoye2010-11-271-4/+63
* data file needed by xyzzy-load.cRob Savoye2010-11-271-0/+9
* start getting I/O ports to workRob Savoye2010-11-272-9/+19
* add additional headers needed to compile this file outside of guileRob Savoye2010-11-271-19/+28
* add AM_PROG_CC_C_O sinxe we now have one C source file.Rob Savoye2010-11-271-0/+1
* try to create a new I/O portRob Savoye2010-11-271-2/+46