summaryrefslogtreecommitdiff
path: root/gr-run-waveform/xyzzy.h
Commit message (Expand)AuthorAgeFilesLines
* Make xyzzy_open_file work. (And a bit of renaming.)Eric Blossom2010-12-031-2/+2
* Update copyright datesEric Blossom2010-12-021-1/+1
* Fix const-related warningsEric Blossom2010-12-021-2/+2
* drop the older read_only port prototype, the code is already goneRob Savoye2010-11-291-3/+1
* drop the rest of the crufty old ports code, string ports are great!Rob Savoye2010-11-291-12/+0
* use a string port for the file contents.Rob Savoye2010-11-291-1/+1
* add an init function to initialize the scm_xyzzy_* fucntionsRob Savoye2010-11-281-0/+2
* more progress on ports.Rob Savoye2010-11-271-1/+6
* Prepend the magic number for found paths. Override primitive-load.Rob Savoye2010-11-271-1/+1
* don't use C++ data types for return or args, this is a C functionRob Savoye2010-11-271-6/+12
* start getting I/O ports to workRob Savoye2010-11-271-0/+2
* move the guile callbacks to the C linkage sectionRob Savoye2010-11-261-1/+8
* read the strings and content into a big std::map<>Rob Savoye2010-11-261-3/+0
* read a string from the streamRob Savoye2010-11-261-1/+3
* read in data file header, directories, and strings.Rob Savoye2010-11-261-2/+6
* read in fake file header and directory entries and byte swap them to the corr...Rob Savoye2010-11-261-1/+5
* create C++ class with C linkage bindings for guile. Add string conversion sta...Rob Savoye2010-11-261-13/+44
* start adding code to handle the filesystem data fileRob Savoye2010-11-261-0/+82