From: Ben Pfaff Date: Sun, 3 Jan 2016 04:19:32 +0000 (-0800) Subject: LIST: Allow a subset of the CASES settings to be specified. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a74ac710e3cd2b6a52fd763ab31ce68e83f21dfe;hp=a74ac710e3cd2b6a52fd763ab31ce68e83f21dfe;p=pspp 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. ---