| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | local copy of load.c from guile | Rob Savoye | 2010-11-27 | 1 | -0/+532 |
* | move the guile callbacks to the C linkage section | Rob Savoye | 2010-11-26 | 2 | -68/+59 |
* | link the guile libs into the test cases | Rob Savoye | 2010-11-26 | 1 | -0/+1 |
* | add test for xyzzy_make_read_only_port() | Rob Savoye | 2010-11-26 | 1 | -8/+9 |
* | add initial code for ports support | Rob Savoye | 2010-11-26 | 1 | -1/+68 |
* | make less verbose | Rob Savoye | 2010-11-26 | 1 | -2/+0 |
* | XYZZY::clear() dropped | Rob Savoye | 2010-11-26 | 1 | -1/+0 |
* | read the strings and content into a big std::map<> | Rob Savoye | 2010-11-26 | 2 | -21/+14 |
* | read a string from the stream | Rob Savoye | 2010-11-26 | 2 | -33/+46 |
* | drop the seekg() | Rob Savoye | 2010-11-26 | 1 | -1/+1 |
* | read in data file header, directories, and strings. | Rob Savoye | 2010-11-26 | 2 | -13/+76 |
* | add the m4 macros libtoolize adds | Rob Savoye | 2010-11-26 | 1 | -2/+7 |
* | pass in the data dir too | Rob Savoye | 2010-11-26 | 1 | -2/+3 |
* | only test C API for now, as it uses the C++ one anyway. Add tests for xyzzy_i... | Rob Savoye | 2010-11-26 | 1 | -5/+24 |
* | fix header parsing test. FIx hex2mem() | Rob Savoye | 2010-11-26 | 1 | -23/+15 |
* | read in fake file header and directory entries and byte swap them to the corr... | Rob Savoye | 2010-11-26 | 3 | -4/+134 |
* | create C++ class with C linkage bindings for guile. Add string conversion sta... | Rob Savoye | 2010-11-26 | 2 | -24/+103 |
* | test string conversion static method. | Rob Savoye | 2010-11-26 | 1 | -4/+35 |
* | add test case and new XYZZY class files. | Rob Savoye | 2010-11-26 | 1 | -2/+19 |
* | start adding code to handle the filesystem data file | Rob Savoye | 2010-11-26 | 3 | -0/+200 |
* | Add run_waveform.scm, main scheme code to load by run_waveform.cc | Eric Blossom | 2010-11-25 | 1 | -0/+64 |
* | Remove space | Eric Blossom | 2010-11-25 | 1 | -1/+1 |
* | Remove configure from repo | Eric Blossom | 2010-11-25 | 2 | -5727/+2 |
* | Add gen-xyzzy, a tool to build the "magic fake filesystem" | Eric Blossom | 2010-11-25 | 2 | -0/+192 |