Implement MRSETS command.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 2 May 2010 02:09:04 +0000 (19:09 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 2 May 2010 02:09:04 +0000 (19:09 -0700)
commitc5ad65b0351ab1d897eb072eeaec06fb37802b01
tree82d713b4103ed8606776eba1a4fda46b8dc7570e
parente2583dfdd29bc30e30ec1f0b38cb261ba6d87e37
Implement MRSETS command.

Thanks to Tom Wilson <tom_wilson@mointel.com> for reporting the format of
the MRSETS record in system files, and to John Darrington for examples of
additional types of records.
18 files changed:
NEWS
doc/dev/system-file-format.texi
doc/variables.texi
src/data/automake.mk
src/data/dictionary.c
src/data/dictionary.h
src/data/mrset.c [new file with mode: 0644]
src/data/mrset.h [new file with mode: 0644]
src/data/sys-file-reader.c
src/data/sys-file-writer.c
src/data/value-labels.c
src/language/command.def
src/language/dictionary/automake.mk
src/language/dictionary/mrsets.c [new file with mode: 0644]
tests/automake.mk
tests/dissect-sysfile.c
tests/language/dictionary/mrsets.at [new file with mode: 0644]
tests/testsuite.at