pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] pspp/src/ui/terminal command-line.c ChangeLog


From: Ben Pfaff
Subject: [Pspp-cvs] pspp/src/ui/terminal command-line.c ChangeLog
Date: Sun, 10 Dec 2006 19:14:37 +0000

CVSROOT:        /cvsroot/pspp
Module name:    pspp
Changes by:     Ben Pfaff <blp> 06/12/10 19:14:37

Modified files:
        src/ui/terminal: command-line.c ChangeLog 

Log message:
                * command-line.c (pre_syntax_message): Use term "syntax" instead
                of "script".

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/src/ui/terminal/command-line.c?cvsroot=pspp&r1=1.10&r2=1.11
http://cvs.savannah.gnu.org/viewcvs/pspp/src/ui/terminal/ChangeLog?cvsroot=pspp&r1=1.18&r2=1.19

Patches:
Index: command-line.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/ui/terminal/command-line.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- command-line.c      10 Dec 2006 04:08:47 -0000      1.10
+++ command-line.c      10 Dec 2006 19:14:37 -0000      1.11
@@ -232,11 +232,11 @@
 "\nInput and output:\n"
 "  -e, --error-file=FILE     send error messages to FILE (appended)\n"
 "  -f, --out-file=FILE       send output to FILE (overwritten)\n"
-"  -p, --pipe                read script from stdin, send output to stdout\n"
+"  -p, --pipe                read syntax from stdin, send output to stdout\n"
 "  -I-, --no-include         clear include path\n"
 "  -I, --include=DIR         append DIR to include path\n"
 "\nLanguage modifiers:\n"
-"  -i, --interactive         interpret scripts in interactive mode\n"
+"  -i, --interactive         interpret syntax in interactive mode\n"
 "  -n, --edit                just check syntax; don't actually run the code\n"
 "  -r, --no-statrc           disable execution of .pspp/rc at startup\n"
 "  -s, --safer               don't allow some unsafe operations\n"

Index: ChangeLog
===================================================================
RCS file: /cvsroot/pspp/pspp/src/ui/terminal/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- ChangeLog   8 Dec 2006 22:24:08 -0000       1.18
+++ ChangeLog   10 Dec 2006 19:14:37 -0000      1.19
@@ -1,3 +1,8 @@
+Sun Dec 10 11:13:53 2006  Ben Pfaff  <address@hidden>
+
+       * command-line.c (pre_syntax_message): Use term "syntax" instead
+       of "script".
+
 Sat Dec  9 07:21:02 WST 2006 John Darrington <address@hidden>
 
        * msg-ui.c (msg_ui_done): call msg_locator_done.




reply via email to

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