summaryrefslogtreecommitdiff
path: root/gr-run-waveform/xyzzy.cc
AgeCommit message (Collapse)Author
2010-12-03Less verboseEric Blossom
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-03Allow xyzzy_init to accept NULL or "\0" to specify install pathEric Blossom
2010-12-02Update copyright datesEric Blossom
2010-12-02Fix const-related warningsEric Blossom
2010-11-29drop the rest of the crufty old ports code, string ports are great!Rob Savoye
2010-11-29remove old crufty port code we don't need nowRob Savoye
2010-11-29use a string port for the file contents.Rob Savoye
2010-11-29move make port between files to reduce messy extern prototypesRob 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-28allocate memory for the port bufferRob Savoye
2010-11-27more progress on ports.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-26add initial code for ports supportRob Savoye
2010-11-26make less verboseRob 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
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