summaryrefslogtreecommitdiff
path: root/gr-run-waveform/xyzzy.cc
Commit message (Expand)AuthorAgeFilesLines
* Less verboseEric Blossom2010-12-031-1/+1
* Make xyzzy_open_file work. (And a bit of renaming.)Eric Blossom2010-12-031-5/+13
* Allow xyzzy_init to accept NULL or "\0" to specify install pathEric Blossom2010-12-031-2/+5
* Update copyright datesEric Blossom2010-12-021-1/+1
* Fix const-related warningsEric Blossom2010-12-021-2/+2
* drop the rest of the crufty old ports code, string ports are great!Rob Savoye2010-11-291-20/+1
* remove old crufty port code we don't need nowRob Savoye2010-11-291-61/+0
* use a string port for the file contents.Rob Savoye2010-11-291-36/+18
* move make port between files to reduce messy extern prototypesRob Savoye2010-11-291-22/+6
* fix xyzzy_file_exists() and test caseRob Savoye2010-11-281-11/+10
* #ifdef in make_read_only_port to change how it segfaultsRob Savoye2010-11-281-13/+13
* allocate memory for the port bufferRob Savoye2010-11-281-2/+1
* more progress on ports.Rob Savoye2010-11-271-8/+64
* don't use C++ data types for return or args, this is a C functionRob Savoye2010-11-271-5/+6
* start getting I/O ports to workRob Savoye2010-11-271-9/+17
* move the guile callbacks to the C linkage sectionRob Savoye2010-11-261-67/+51
* add initial code for ports supportRob Savoye2010-11-261-1/+68
* make less verboseRob Savoye2010-11-261-2/+0
* read the strings and content into a big std::map<>Rob Savoye2010-11-261-18/+14
* read a string from the streamRob Savoye2010-11-261-32/+43
* drop the seekg()Rob Savoye2010-11-261-1/+1
* read in data file header, directories, and strings.Rob Savoye2010-11-261-11/+70
* read in fake file header and directory entries and byte swap them to the corr...Rob Savoye2010-11-261-2/+46
* create C++ class with C linkage bindings for guile. Add string conversion sta...Rob Savoye2010-11-261-11/+59
* start adding code to handle the filesystem data fileRob Savoye2010-11-261-0/+68