Separated the abstraction of a file handle, from its implementation and
authorJohn Darrington <john@darrington.wattle.id.au>
Thu, 27 Oct 2005 03:19:06 +0000 (03:19 +0000)
committerJohn Darrington <john@darrington.wattle.id.au>
Thu, 27 Oct 2005 03:19:06 +0000 (03:19 +0000)
commit72fa0b1128357f3c0b471fddc5d0ff77766a2ea7
tree249da602983b8f1e90a48bf273178fb782bcba7f
parent7ca2a9077640efaa6da449396972180684e49243
Separated the abstraction of a file handle, from its implementation and
parsing.  Added a test for the FILE HANDLE command.
po/en_GB.po
po/pspp.pot
src/ChangeLog
src/Makefile.am
src/dfm-read.c
src/file-handle-def.c [new file with mode: 0644]
src/file-handle-def.h [new file with mode: 0644]
src/file-handle.h
src/file-handle.q
tests/Makefile.am
tests/command/file-handle.sh [new file with mode: 0755]