summaryrefslogtreecommitdiff
path: root/gr-run-waveform/xyzzy.h
AgeCommit message (Collapse)Author
2010-12-03Make xyzzy_open_file work. (And a bit of renaming.)Eric Blossom
xyzzy_open_file (nee make_xyzzy) was not stripping off the magic prefix before searching, and was thus always creating a new entry in the map and returning a "" string.
2010-12-02Update copyright datesEric Blossom
2010-12-02Fix const-related warningsEric Blossom
2010-11-29drop the older read_only port prototype, the code is already goneRob Savoye
2010-11-29drop the rest of the crufty old ports code, string ports are great!Rob Savoye
2010-11-29use a string port for the file contents.Rob Savoye
2010-11-28add an init function to initialize the scm_xyzzy_* fucntionsRob 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-27don't use C++ data types for return or args, this is a C functionRob Savoye
2010-11-27start getting I/O ports to workRob Savoye
2010-11-26move the guile callbacks to the C linkage sectionRob 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-26read in data file header, directories, and strings.Rob Savoye
2010-11-26read in fake file header and directory entries and byte swap them to the ↵Rob Savoye
correct data
2010-11-26create C++ class with C linkage bindings for guile. Add string conversion ↵Rob Savoye
static method.
2010-11-26start adding code to handle the filesystem data fileRob Savoye