summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2010-11-28ifdef file conflictRob Savoye
2010-11-28return the right pathRob Savoye
2010-11-28fix for xyzzy-search-pathEric Blossom
2010-11-28load the data fileRob Savoye
2010-11-28rename the test case to use C inetead of C++Rob Savoye
2010-11-28add an init function to initialize the scm_xyzzy_* fucntionsRob Savoye
2010-11-28reduce to the minimum required for one functionRob Savoye
2010-11-28add new test case, similar to run-waveformRob Savoye
2010-11-28be less verboseRob Savoye
2010-11-28fix renaming. Overload program-lpoad, succeed till we get a scm_shell() :-)Rob Savoye
2010-11-28add compile scriptRob Savoye
2010-11-28rename the other search functionsRob Savoye
2010-11-28minor tweak to the test output stringsRob Savoye
2010-11-28fix xyzzy_file_exists() and test caseRob Savoye
2010-11-28#ifdef in make_read_only_port to change how it segfaultsRob Savoye
2010-11-28enable the xyzzy_make_read_only_port testRob Savoye
2010-11-28use PYTHON from configure instead of hardcoding it.Rob Savoye
2010-11-28look for the python executable, so we can use it to run gen-xyzzyRob Savoye
2010-11-28allocate memory for the port bufferRob Savoye
2010-11-27more progress on ports.Rob Savoye
2010-11-27Prepend the magic number for found paths. Override primitive-load.Rob Savoye
2010-11-27override primitive-loadRob Savoye
2010-11-27move the contents of load.x into the source file.Rob Savoye
2010-11-27be less verboseRob Savoye
2010-11-27rename some methods for xyzzyRob Savoye
2010-11-27don't use C++ data types for return or args, this is a C functionRob Savoye
2010-11-27use a char * instead of a std::string to keep C happyRob Savoye
2010-11-27load the data file from the local directory, as it's now correctly generated ↵Rob Savoye
at build time
2010-11-27set a few more variables, neede by the generated libpath.hRob Savoye
2010-11-27build the generated filesystem and install it. Build libpath.h, needed by ↵Rob Savoye
xyzzy-load.c to get it's path definitions.
2010-11-27data file needed by xyzzy-load.cRob Savoye
2010-11-27start getting I/O ports to workRob Savoye
2010-11-27add additional headers needed to compile this file outside of guileRob Savoye
2010-11-27add AM_PROG_CC_C_O sinxe we now have one C source file.Rob Savoye
2010-11-27try to create a new I/O portRob Savoye
2010-11-27local copy of load.c from guileRob Savoye
2010-11-26move the guile callbacks to the C linkage sectionRob Savoye
2010-11-26link the guile libs into the test casesRob Savoye
2010-11-26add test for xyzzy_make_read_only_port()Rob Savoye
2010-11-26add initial code for ports supportRob Savoye
2010-11-26make less verboseRob Savoye
2010-11-26XYZZY::clear() droppedRob Savoye
2010-11-26read the strings and content into a big std::map<>Rob Savoye
2010-11-26read a string from the streamRob Savoye
2010-11-26drop the seekg()Rob Savoye