pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] pspp/src/language ChangeLog command.def


From: Ben Pfaff
Subject: [Pspp-cvs] pspp/src/language ChangeLog command.def
Date: Wed, 22 Nov 2006 14:27:16 +0000

CVSROOT:        /cvsroot/pspp
Module name:    pspp
Changes by:     Ben Pfaff <blp> 06/11/22 14:27:16

Modified files:
        src/language   : ChangeLog command.def 

Log message:
        HOST command needs F_KEEP_FINAL_TOKEN.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/ChangeLog?cvsroot=pspp&r1=1.13&r2=1.14
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/command.def?cvsroot=pspp&r1=1.9&r2=1.10

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- ChangeLog   28 Oct 2006 08:31:22 -0000      1.13
+++ ChangeLog   22 Nov 2006 14:27:16 -0000      1.14
@@ -1,3 +1,7 @@
+Wed Nov 22 06:26:42 2006  Ben Pfaff  <address@hidden>
+
+       * command.def: HOST command needs F_KEEP_FINAL_TOKEN.
+
 Sat Oct 28 16:15:56 WST 2006 John Darrington <address@hidden>
 
        * linebuffer.c linebuffer.h: Moved getl_buf from here, into

Index: command.def
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/command.def,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- command.def 28 Oct 2006 04:01:55 -0000      1.9
+++ command.def 22 Nov 2006 14:27:16 -0000      1.10
@@ -26,7 +26,7 @@
 DEF_CMD (S_ANY, 0, "FILE HANDLE", cmd_file_handle)
 DEF_CMD (S_ANY, F_KEEP_FINAL_TOKEN, "FILE LABEL", cmd_file_label)
 DEF_CMD (S_ANY, 0, "FINISH", cmd_finish)
-DEF_CMD (S_ANY, 0, "HOST", cmd_host)
+DEF_CMD (S_ANY, F_KEEP_FINAL_TOKEN, "HOST", cmd_host)
 DEF_CMD (S_ANY, 0, "INCLUDE", cmd_include)
 DEF_CMD (S_ANY, 0, "N OF CASES", cmd_n_of_cases)
 DEF_CMD (S_ANY, F_ABBREV, "N", cmd_n_of_cases)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]