Implement variable and data file attributes.
authorBen Pfaff <blp@gnu.org>
Sat, 11 Oct 2008 22:35:42 +0000 (15:35 -0700)
committerBen Pfaff <blp@gnu.org>
Sun, 12 Oct 2008 03:45:09 +0000 (20:45 -0700)
commit5a0b0d607efde2ab3a47d0d9c9fc62128a3156c1
treef47a57e93740cd8a75476dffe084c4fe16d797f5
parent5165d8c7ed098d87a481f08652f3e1aa6d82c366
Implement variable and data file attributes.
23 files changed:
NEWS
doc/data-io.texi
doc/dev/system-file-format.texi
doc/files.texi
doc/language.texi
doc/variables.texi
src/data/attributes.c [new file with mode: 0644]
src/data/attributes.h [new file with mode: 0644]
src/data/automake.mk
src/data/dictionary.c
src/data/dictionary.h
src/data/sys-file-reader.c
src/data/sys-file-writer.c
src/data/variable.c
src/data/variable.h
src/language/command.def
src/language/dictionary/apply-dictionary.c
src/language/dictionary/attributes.c [new file with mode: 0644]
src/language/dictionary/automake.mk
src/language/dictionary/sys-file-info.c
tests/automake.mk
tests/command/attributes.sh [new file with mode: 0755]
tests/dissect-sysfile.c