Changed all the licence notices in all the files.
[pspp-builds.git] / src / command.def
index 223035cd48f8b2102300dac5e0179ef970f549e7..89c73a23533cf293c8e2a0494b53416f4e0a3fa5 100644 (file)
@@ -14,8 +14,8 @@
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA. */
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+   02110-1301, USA. */
 
 /* State abbreviations. */
 #define INIT STATE_INIT
@@ -30,6 +30,8 @@ DEFCMD ("ADD VALUE LABELS",       ERRO, INPU, TRAN, TRAN, cmd_add_value_labels)
 DEFCMD ("AGGREGATE",              ERRO, ERRO, PROC, TRAN, cmd_aggregate)
 UNIMPL ("ANOVA",                  ERRO, ERRO, ERRO, ERRO)
 DEFCMD ("APPLY DICTIONARY",       ERRO, ERRO, TRAN, TRAN, cmd_apply_dictionary)
+UNIMPL ("AREG",                   ERRO, ERRO, ERRO, ERRO)
+UNIMPL ("ARIMA",                  ERRO, ERRO, ERRO, ERRO)
 DEFCMD ("AUTORECODE",             ERRO, ERRO, PROC, PROC, cmd_autorecode)
 SPCCMD ("BEGIN DATA",             ERRO, ERRO, PROC, PROC, cmd_begin_data)
 DEFCMD ("BREAK",                  ERRO, INPU, TRAN, TRAN, cmd_break)
@@ -38,20 +40,21 @@ UNIMPL ("CASESTOVARS",                ERRO, ERRO, ERRO, ERRO)
 UNIMPL ("CCF",                    ERRO, ERRO, ERRO, ERRO)
 DEFCMD ("CLEAR TRANSFORMATIONS",  ERRO, INPU, TRAN, TRAN, cmd_clear_transformations)
 UNIMPL ("CLUSTER",                ERRO, ERRO, ERRO, ERRO)
-UNIMPL ("COMMENT",                ERRO, ERRO, ERRO, ERRO)
 DEFCMD ("COMPUTE",                ERRO, INPU, TRAN, TRAN, cmd_compute)
 UNIMPL ("CONJOINT",               ERRO, ERRO, ERRO, ERRO)
 DEFCMD ("CORRELATIONS",                  ERRO, ERRO, PROC, PROC, cmd_correlations)
+UNIMPL ("COXREG",                 ERRO, ERRO, ERRO, ERRO)
 DEFCMD ("COUNT",                  ERRO, INPU, TRAN, TRAN, cmd_count)
 UNIMPL ("CREATE",                 ERRO, ERRO, ERRO, ERRO)
 DEFCMD ("CROSSTABS",              ERRO, ERRO, PROC, PROC, cmd_crosstabs)
 UNIMPL ("CURVEFIT",               ERRO, ERRO, ERRO, ERRO)
 DEFCMD ("DATA LIST",              TRAN, INPU, TRAN, TRAN, cmd_data_list)
 UNIMPL ("DATE",                   ERRO, ERRO, ERRO, ERRO)
-DEFCMD ("DEBUG CASEFILE",        INIT, INPU, TRAN, PROC, cmd_debug_casefile)
-DEFCMD ("DEBUG EVALUATE",        INIT, INPU, TRAN, PROC, cmd_debug_evaluate)
-DEFCMD ("DEBUG MOMENTS",         INIT, INPU, TRAN, PROC, cmd_debug_moments)
-DEFCMD ("DEBUG POOL",            INIT, INPU, TRAN, PROC, cmd_debug_pool)
+DBGCMD ("DEBUG CASEFILE",        INIT, INPU, TRAN, PROC, cmd_debug_casefile)
+DBGCMD ("DEBUG EVALUATE",        INIT, INPU, TRAN, PROC, cmd_debug_evaluate)
+DBGCMD ("DEBUG MOMENTS",         INIT, INPU, TRAN, PROC, cmd_debug_moments)
+DBGCMD ("DEBUG POOL",            INIT, INPU, TRAN, PROC, cmd_debug_pool)
+UNIMPL ("DELETE VARIABLES",       ERRO, ERRO, ERRO, ERRO)
 DEFCMD ("DESCRIPTIVES",           ERRO, ERRO, PROC, PROC, cmd_descriptives)
 UNIMPL ("DISCRIMINANT",           ERRO, ERRO, ERRO, ERRO)
 DEFCMD ("DISPLAY",                ERRO, INPU, TRAN, PROC, cmd_display)
@@ -59,6 +62,7 @@ SPCCMD ("DOCUMENT",               ERRO, INPU, TRAN, TRAN, cmd_document)
 DEFCMD ("DO IF",                  ERRO, INPU, TRAN, TRAN, cmd_do_if)
 DEFCMD ("DO REPEAT",              ERRO, INPU, TRAN, TRAN, cmd_do_repeat)
 DEFCMD ("DROP DOCUMENTS",         INIT, INPU, TRAN, PROC, cmd_drop_documents)
+DEFCMD ("ECHO",                   INIT, INPU, TRAN, PROC, cmd_echo)
 UNIMPL ("EDIT",                   ERRO, ERRO, ERRO, ERRO)
 DEFCMD ("ELSE",                   ERRO, INPU, TRAN, TRAN, cmd_else)
 DEFCMD ("ELSE IF",                ERRO, INPU, TRAN, TRAN, cmd_else_if)
@@ -84,10 +88,12 @@ UNIMPL ("FIT",                    ERRO, ERRO, ERRO, ERRO)
 DEFCMD ("FLIP",                          ERRO, ERRO, PROC, PROC, cmd_flip)
 DEFCMD ("FORMATS",                INIT, INPU, TRAN, PROC, cmd_formats)
 DEFCMD ("FREQUENCIES",            ERRO, ERRO, PROC, PROC, cmd_frequencies)
+UNIMPL ("GENLOG",                 ERRO, ERRO, ERRO, ERRO)
 DEFCMD ("GET",                    TRAN, ERRO, TRAN, TRAN, cmd_get)
 UNIMPL ("GET TRANSLATE",          ERRO, ERRO, ERRO, ERRO)
 UNIMPL ("GLM",                    ERRO, ERRO, ERRO, ERRO)
 UNIMPL ("GRAPH",                  ERRO, ERRO, ERRO, ERRO)
+UNIMPL ("HILOGLINEAR",            ERRO, ERRO, ERRO, ERRO)
 DEFCMD ("HOST",                   INIT, INPU, TRAN, PROC, cmd_host)
 DEFCMD ("IF",                     ERRO, INPU, TRAN, TRAN, cmd_if)
 UNIMPL ("IGRAPH",                 ERRO, ERRO, ERRO, ERRO)
@@ -99,6 +105,8 @@ DEFCMD ("INPUT PROGRAM",          INPU, ERRO, INPU, INPU, cmd_input_program)
 UNIMPL ("KEYED DATA LIST",        ERRO, ERRO, ERRO, ERRO)
 DEFCMD ("LEAVE",                  ERRO, INPU, TRAN, TRAN, cmd_leave)
 DEFCMD ("LIST",                   ERRO, ERRO, PROC, PROC, cmd_list)
+UNIMPL ("LOGLINEAR",              ERRO, ERRO, ERRO, ERRO)
+UNIMPL ("LOGISITIC REGRESSION",   ERRO, ERRO, ERRO, ERRO)
 DEFCMD ("LOOP",                   ERRO, INPU, TRAN, TRAN, cmd_loop)
 DEFCMD ("MATCH FILES",            TRAN, ERRO, TRAN, PROC, cmd_match_files)
 DEFCMD ("MATRIX DATA",            TRAN, ERRO, TRAN, TRAN, cmd_matrix_data)
@@ -107,14 +115,19 @@ DEFCMD ("MEANS",                  ERRO, ERRO, PROC, PROC, cmd_means)
 DEFCMD ("MISSING VALUES",         ERRO, INPU, TRAN, TRAN, cmd_missing_values)
 DEFCMD ("MODIFY VARS",            ERRO, ERRO, TRAN, PROC, cmd_modify_vars)
 UNIMPL ("MULT RESPONSE",          ERRO, ERRO, ERRO, ERRO)
+UNIMPL ("MVA",                    ERRO, ERRO, ERRO, ERRO)
 DEFCMD ("NEW FILE",               INIT, ERRO, INIT, INIT, cmd_new_file)
 DEFCMD ("N",                      INIT, INPU, TRAN, TRAN, cmd_n_of_cases)
 DEFCMD ("N OF CASES",             INIT, INPU, TRAN, TRAN, cmd_n_of_cases)
+UNIMPL ("NLR",                    ERRO, ERRO, ERRO, ERRO)
 UNIMPL ("NONPAR CORR",            ERRO, ERRO, ERRO, ERRO)
 UNIMPL ("NPAR TESTS",             ERRO, ERRO, ERRO, ERRO)
 UNIMPL ("NUMBERED",               ERRO, ERRO, ERRO, ERRO)
 DEFCMD ("NUMERIC",                ERRO, INPU, TRAN, TRAN, cmd_numeric)
+UNIMPL ("OLAP CUBES",             ERRO, ERRO, ERRO, ERRO)
+UNIMPL ("OMS",                    ERRO, ERRO, ERRO, ERRO)
 DEFCMD ("ONEWAY",                 ERRO, ERRO, PROC, PROC, cmd_oneway)
+UNIMPL ("ORTHOPLAN",              ERRO, ERRO, ERRO, ERRO)
 UNIMPL ("PACF",                   ERRO, ERRO, ERRO, ERRO)
 UNIMPL ("PARTIAL CORR",           ERRO, ERRO, ERRO, ERRO)
 DEFCMD ("PEARSON CORRELATIONS",          ERRO, ERRO, PROC, PROC, cmd_correlations)
@@ -172,8 +185,10 @@ UNIMPL ("UNNUMBERED",             ERRO, ERRO, ERRO, ERRO)
 UNIMPL ("UPDATE",                 ERRO, ERRO, ERRO, ERRO)
 DEFCMD ("USE",                   ERRO, ERRO, TRAN, TRAN, cmd_use)
 DEFCMD ("VALUE LABELS",           ERRO, INPU, TRAN, TRAN, cmd_value_labels)
+DEFCMD ("VARIABLE ALIGNMENT",     ERRO, INPU, TRAN, TRAN, cmd_variable_alignment)
 DEFCMD ("VARIABLE LABELS",        ERRO, INPU, TRAN, TRAN, cmd_variable_labels)
-UNIMPL ("VARIABLE LEVEL",         ERRO, ERRO, ERRO, ERRO)
+DEFCMD ("VARIABLE LEVEL",         ERRO, INPU, TRAN, TRAN, cmd_variable_level)
+DEFCMD ("VARIABLE WIDTH",         ERRO, INPU, TRAN, TRAN, cmd_variable_width)
 UNIMPL ("VARSTOCASES",           ERRO, ERRO, ERRO, ERRO)
 DEFCMD ("VECTOR",                 ERRO, INPU, TRAN, TRAN, cmd_vector)
 UNIMPL ("VERIFY",                 ERRO, ERRO, ERRO, ERRO)