X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fcommand.def;h=a7f3cca8db5deec48f32e94ea6815fb2488e7b9f;hb=0ef6ac022673935ef842a1059aad45b89d59f025;hp=681fe5b6a4929cad75df969af4e5c108a4c15f68;hpb=1195caf0c998e80d3e7195a0452a14e7b4194077;p=pspp diff --git a/src/command.def b/src/command.def index 681fe5b6a4..a7f3cca8db 100644 --- a/src/command.def +++ b/src/command.def @@ -66,7 +66,7 @@ DEFCMD ("ELSE", ERRO, INPU, TRAN, TRAN, cmd_else) DEFCMD ("ELSE IF", ERRO, INPU, TRAN, TRAN, cmd_else_if) DEFCMD ("END CASE", ERRO, INPU, ERRO, ERRO, cmd_end_case) DEFCMD ("END FILE", ERRO, INPU, ERRO, ERRO, cmd_end_file) -DEFCMD ("END FILE TYPE", ERRO, TRAN, ERRO, ERRO, cmd_end_file_type) +UNIMPL ("END FILE TYPE", ERRO, TRAN, ERRO, ERRO, "Ends complex data input") DEFCMD ("END IF", ERRO, INPU, TRAN, TRAN, cmd_end_if) DEFCMD ("END INPUT PROGRAM", ERRO, TRAN, ERRO, ERRO, cmd_end_input_program) DEFCMD ("END LOOP", ERRO, INPU, TRAN, TRAN, cmd_end_loop) @@ -79,7 +79,7 @@ DEFCMD ("EXPORT", ERRO, ERRO, PROC, PROC, cmd_export) UNIMPL ("FACTOR", ERRO, ERRO, ERRO, ERRO, "Factor analysis") DEFCMD ("FILE HANDLE", INIT, INPU, TRAN, PROC, cmd_file_handle) SPCCMD ("FILE LABEL", INIT, INPU, TRAN, PROC, cmd_file_label) -DEFCMD ("FILE TYPE", INPU, ERRO, INPU, INPU, cmd_file_type) +UNIMPL ("FILE TYPE", INPU, ERRO, INPU, INPU, "Complex data input") DEFCMD ("FILTER", ERRO, ERRO, TRAN, TRAN, cmd_filter) DEFCMD ("FINISH", INIT, INPU, TRAN, PROC, cmd_finish) UNIMPL ("FIT", ERRO, ERRO, ERRO, ERRO, "Goodness of Fit") @@ -143,9 +143,9 @@ UNIMPL ("RANK", ERRO, ERRO, ERRO, ERRO, "Create rank scores") DEFCMD ("RECODE", ERRO, INPU, TRAN, TRAN, cmd_recode) DEFCMD ("RECORD TYPE", ERRO, INPU, ERRO, ERRO, cmd_record_type) UNIMPL ("REFORMAT", ERRO, ERRO, ERRO, ERRO, "Read obsolete files") -UNIMPL ("REGRESSION", ERRO, ERRO, ERRO, ERRO, "Compute regression coefficients") +DEFCMD ("REGRESSION", ERRO, ERRO, PROC, PROC, cmd_regression) DEFCMD ("RENAME VARIABLES", ERRO, INPU, TRAN, PROC, cmd_rename_variables) -DEFCMD ("REPEATING DATA", ERRO, INPU, ERRO, ERRO, cmd_repeating_data) +UNIMPL ("REPEATING DATA", ERRO, INPU, ERRO, ERRO, "Specify multiple cases per input record") UNIMPL ("REPORT", ERRO, ERRO, ERRO, ERRO, "Pretty print working file") DEFCMD ("REREAD", ERRO, INPU, ERRO, ERRO, cmd_reread) UNIMPL ("RESTORE", ERRO, ERRO, ERRO, ERRO, "Restore settings") @@ -188,4 +188,5 @@ UNIMPL ("VERIFY", ERRO, ERRO, ERRO, ERRO, "Report time series") DEFCMD ("WEIGHT", ERRO, INPU, TRAN, TRAN, cmd_weight) DEFCMD ("WRITE", ERRO, INPU, TRAN, TRAN, cmd_write) DEFCMD ("WRITE FORMATS", ERRO, INPU, TRAN, TRAN, cmd_write_formats) +DEFCMD ("XEXPORT", ERRO, INPU, TRAN, TRAN, cmd_xexport) DEFCMD ("XSAVE", ERRO, INPU, TRAN, TRAN, cmd_xsave)