LIST: Allow a subset of the CASES settings to be specified.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 3 Jan 2016 04:19:32 +0000 (20:19 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 3 Jan 2016 04:19:32 +0000 (20:19 -0800)
commita74ac710e3cd2b6a52fd763ab31ce68e83f21dfe
tree164dad70f5b01724fa4e097a1622bd020f4dc625
parent30cea3a93e0c674cfd581b9ae9e4f3cb5847e639
LIST: Allow a subset of the CASES settings to be specified.

The LIST documentation said that any subset of the FROM, TO, and BY
settings could be used on the CASES subcommand, but until now the command
as implemented required all of them to be present.  This commit fixes
the implementation.

Also updates the documentation to reflect the current implementation.
doc/data-io.texi
src/language/data-io/list.c
tests/language/data-io/list.at