projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
774441e
)
command: Remove INSERT from list of unimplemented commands.
author
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 18 Jul 2010 21:55:55 +0000
(14:55 -0700)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Fri, 24 Sep 2010 03:45:31 +0000
(20:45 -0700)
This command is implemented, so this was a duplicate entry.
src/language/command.def
patch
|
blob
|
history
diff --git
a/src/language/command.def
b/src/language/command.def
index 8861d9197b048742c23c20f74ec53224be6f6279..2b00ea27b8138e2873d9c4a2f71c4b0a0cd0469d 100644
(file)
--- a/
src/language/command.def
+++ b/
src/language/command.def
@@
-190,7
+190,6
@@
UNIMPL_CMD ("HILOGLINEAR", "Hierarchial loglinear models")
UNIMPL_CMD ("HOMALS", "Homogeneity analysis")
UNIMPL_CMD ("IGRAPH", "Interactive graphs")
UNIMPL_CMD ("INFO", "Local Documentation")
-UNIMPL_CMD ("INSERT", "Insert file")
UNIMPL_CMD ("KEYED DATA LIST", "Read nonsequential data")
UNIMPL_CMD ("KM", "Kaplan-Meier")
UNIMPL_CMD ("LOGISTIC REGRESSION", "Regression Analysis")