| Commit message (Expand) | Author | Age | Files | Lines |
* | Less verbose | Eric Blossom | 2010-12-03 | 1 | -1/+1 |
* | Make xyzzy_open_file work. (And a bit of renaming.) | Eric Blossom | 2010-12-03 | 1 | -5/+13 |
* | Allow xyzzy_init to accept NULL or "\0" to specify install path | Eric Blossom | 2010-12-03 | 1 | -2/+5 |
* | Update copyright dates | Eric Blossom | 2010-12-02 | 1 | -1/+1 |
* | Fix const-related warnings | Eric Blossom | 2010-12-02 | 1 | -2/+2 |
* | drop the rest of the crufty old ports code, string ports are great! | Rob Savoye | 2010-11-29 | 1 | -20/+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 | -36/+18 |
* | move make port between files to reduce messy extern prototypes | Rob Savoye | 2010-11-29 | 1 | -22/+6 |
* | fix xyzzy_file_exists() and test case | Rob Savoye | 2010-11-28 | 1 | -11/+10 |
* | #ifdef in make_read_only_port to change how it segfaults | Rob Savoye | 2010-11-28 | 1 | -13/+13 |
* | allocate memory for the port buffer | Rob Savoye | 2010-11-28 | 1 | -2/+1 |
* | more progress on ports. | Rob Savoye | 2010-11-27 | 1 | -8/+64 |
* | don't use C++ data types for return or args, this is a C function | Rob Savoye | 2010-11-27 | 1 | -5/+6 |
* | start getting I/O ports to work | Rob Savoye | 2010-11-27 | 1 | -9/+17 |
* | move the guile callbacks to the C linkage section | Rob Savoye | 2010-11-26 | 1 | -67/+51 |
* | 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 |
* | read the strings and content into a big std::map<> | Rob Savoye | 2010-11-26 | 1 | -18/+14 |
* | read a string from the stream | Rob Savoye | 2010-11-26 | 1 | -32/+43 |
* | drop the seekg() | Rob Savoye | 2010-11-26 | 1 | -1/+1 |
* | read in data file header, directories, and strings. | Rob Savoye | 2010-11-26 | 1 | -11/+70 |
* | read in fake file header and directory entries and byte swap them to the corr... | Rob Savoye | 2010-11-26 | 1 | -2/+46 |
* | create C++ class with C linkage bindings for guile. Add string conversion sta... | Rob Savoye | 2010-11-26 | 1 | -11/+59 |
* | start adding code to handle the filesystem data file | Rob Savoye | 2010-11-26 | 1 | -0/+68 |