Statistics
| Branch: | Tag: | Revision:

root / gr-run-waveform / xyzzy.h @ 9ef30ab6

History | View | Annotate | Download (3.8 kB)

# Date Author Comment
331a74a4 12/03/2010 09:14 pm Eric Blossom

Make xyzzy_open_file work. (And a bit of renaming.)

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.

09dc1cd6 12/02/2010 10:18 pm Eric Blossom

Update copyright dates

b7a674aa 12/02/2010 10:15 pm Eric Blossom

Fix const-related warnings

c0a4e83d 11/29/2010 11:39 pm Rob Savoye

drop the older read_only port prototype, the code is already gone

75c52385 11/29/2010 05:02 pm Rob Savoye

drop the rest of the crufty old ports code, string ports are great!

4b401019 11/29/2010 04:41 pm Rob Savoye

use a string port for the file contents.

35a0021f 11/29/2010 02:06 am Rob Savoye

add an init function to initialize the scm_xyzzy_* fucntions

b4d963b6 11/28/2010 03:36 am Rob Savoye

more progress on ports.

b2a39b5c 11/28/2010 12:33 am Rob Savoye

Prepend the magic number for found paths. Override primitive-load.

f4f598d3 11/27/2010 10:32 pm Rob Savoye

don't use C++ data types for return or args, this is a C function

edddbb1a 11/27/2010 05:25 pm Rob Savoye

start getting I/O ports to work

5db042a3 11/27/2010 02:45 am Rob Savoye

move the guile callbacks to the C linkage section

89f5dd30 11/27/2010 12:39 am Rob Savoye

read the strings and content into a big std::map<>

bfadc487 11/26/2010 11:39 pm Rob Savoye

read a string from the stream

9b7e9228 11/26/2010 11:01 pm Rob Savoye

read in data file header, directories, and strings.

518c3129 11/26/2010 08:03 pm Rob Savoye

read in fake file header and directory entries and byte swap them to the correct data

712e2a1b 11/26/2010 06:23 pm Rob Savoye

create C++ class with C linkage bindings for guile. Add string conversion static method.

e8a3f5ba 11/26/2010 05:30 pm Rob Savoye

start adding code to handle the filesystem data file