changeset 2200:6abec42e52f6

[project @ 1996-05-15 05:22:52 by jwe]
author jwe
date Wed, 15 May 1996 05:27:11 +0000
parents 983038cd04cd
children e5db2ea7f7c8
files src/arith-ops.cc src/balance.cc src/chol.cc src/data.cc src/det.cc src/dynamic-ld.cc src/eig.cc src/error.cc src/fft.cc src/fft2.cc src/hess.cc src/ifft.cc src/ifft2.cc src/inv.cc src/lex.l src/load-save.cc src/log.cc src/lu.cc src/pager.cc src/parse.y src/pinv.cc src/pr-output.cc src/pt-base.cc src/pt-cmd.cc src/pt-const.cc src/pt-exp-base.cc src/pt-exp.cc src/pt-fvc.cc src/pt-mat.cc src/pt-mvr.cc src/pt-plot.cc src/pt-pr-code.cc src/qr.cc src/schur.cc src/svd.cc
diffstat 35 files changed, 0 insertions(+), 35 deletions(-) [+]
line wrap: on
line diff
--- a/src/arith-ops.cc	Wed May 15 03:35:37 1996 +0000
+++ b/src/arith-ops.cc	Wed May 15 05:27:11 1996 +0000
@@ -36,7 +36,6 @@
 #include "mappers.h"
 #include "pt-const.h"
 #include "unwind-prot.h"
-#include "user-prefs.h"
 #include "utils.h"
 #include "xdiv.h"
 #include "xpow.h"
--- a/src/balance.cc	Wed May 15 03:35:37 1996 +0000
+++ b/src/balance.cc	Wed May 15 05:27:11 1996 +0000
@@ -39,7 +39,6 @@
 #include "gripes.h"
 #include "help.h"
 #include "oct-obj.h"
-#include "user-prefs.h"
 #include "utils.h"
 
 DEFUN_DLD_BUILTIN (balance, args, nargout,
--- a/src/chol.cc	Wed May 15 03:35:37 1996 +0000
+++ b/src/chol.cc	Wed May 15 05:27:11 1996 +0000
@@ -32,7 +32,6 @@
 #include "gripes.h"
 #include "help.h"
 #include "oct-obj.h"
-#include "user-prefs.h"
 #include "utils.h"
 
 DEFUN_DLD_BUILTIN (chol, args, nargout,
--- a/src/data.cc	Wed May 15 03:35:37 1996 +0000
+++ b/src/data.cc	Wed May 15 05:27:11 1996 +0000
@@ -47,7 +47,6 @@
 #include "oct-map.h"
 #include "pt-const.h"
 #include "oct-obj.h"
-#include "user-prefs.h"
 #include "utils.h"
 
 #ifndef MIN
--- a/src/det.cc	Wed May 15 03:35:37 1996 +0000
+++ b/src/det.cc	Wed May 15 05:27:11 1996 +0000
@@ -32,7 +32,6 @@
 #include "gripes.h"
 #include "help.h"
 #include "oct-obj.h"
-#include "user-prefs.h"
 #include "utils.h"
 
 DEFUN_DLD_BUILTIN (det, args, ,
--- a/src/dynamic-ld.cc	Wed May 15 03:35:37 1996 +0000
+++ b/src/dynamic-ld.cc	Wed May 15 05:27:11 1996 +0000
@@ -50,7 +50,6 @@
 #include "toplev.h"
 #include "pathsearch.h"
 #include "pt-const.h"
-#include "user-prefs.h"
 #include "utils.h"
 #include "variables.h"
 
--- a/src/eig.cc	Wed May 15 03:35:37 1996 +0000
+++ b/src/eig.cc	Wed May 15 05:27:11 1996 +0000
@@ -31,7 +31,6 @@
 #include "gripes.h"
 #include "help.h"
 #include "oct-obj.h"
-#include "user-prefs.h"
 #include "utils.h"
 
 DEFUN_DLD_BUILTIN (eig, args, nargout,
--- a/src/error.cc	Wed May 15 03:35:37 1996 +0000
+++ b/src/error.cc	Wed May 15 05:27:11 1996 +0000
@@ -36,7 +36,6 @@
 #include "pager.h"
 #include "pt-const.h"
 #include "oct-obj.h"
-#include "user-prefs.h"
 #include "utils.h"
 
 // TRUE means that Octave will try to beep obnoxiously before printing
--- a/src/fft.cc	Wed May 15 03:35:37 1996 +0000
+++ b/src/fft.cc	Wed May 15 05:27:11 1996 +0000
@@ -30,7 +30,6 @@
 #include "help.h"
 #include "mappers.h"
 #include "oct-obj.h"
-#include "user-prefs.h"
 #include "utils.h"
 
 // This function should be merged with Fifft.
--- a/src/fft2.cc	Wed May 15 03:35:37 1996 +0000
+++ b/src/fft2.cc	Wed May 15 05:27:11 1996 +0000
@@ -30,7 +30,6 @@
 #include "help.h"
 #include "mappers.h"
 #include "oct-obj.h"
-#include "user-prefs.h"
 #include "utils.h"
 
 // This function should be merged with Fifft2.
--- a/src/hess.cc	Wed May 15 03:35:37 1996 +0000
+++ b/src/hess.cc	Wed May 15 05:27:11 1996 +0000
@@ -32,7 +32,6 @@
 #include "gripes.h"
 #include "help.h"
 #include "oct-obj.h"
-#include "user-prefs.h"
 #include "utils.h"
 
 DEFUN_DLD_BUILTIN (hess, args, nargout,
--- a/src/ifft.cc	Wed May 15 03:35:37 1996 +0000
+++ b/src/ifft.cc	Wed May 15 05:27:11 1996 +0000
@@ -30,7 +30,6 @@
 #include "help.h"
 #include "mappers.h"
 #include "oct-obj.h"
-#include "user-prefs.h"
 #include "utils.h"
 
 // This function should be merged with Ffft.
--- a/src/ifft2.cc	Wed May 15 03:35:37 1996 +0000
+++ b/src/ifft2.cc	Wed May 15 05:27:11 1996 +0000
@@ -30,7 +30,6 @@
 #include "help.h"
 #include "mappers.h"
 #include "oct-obj.h"
-#include "user-prefs.h"
 #include "utils.h"
 
 // This function should be merged with Ffft2.
--- a/src/inv.cc	Wed May 15 03:35:37 1996 +0000
+++ b/src/inv.cc	Wed May 15 05:27:11 1996 +0000
@@ -29,7 +29,6 @@
 #include "gripes.h"
 #include "help.h"
 #include "oct-obj.h"
-#include "user-prefs.h"
 #include "utils.h"
 
 DEFUN_DLD_BUILTIN (inv, args, ,
--- a/src/lex.l	Wed May 15 03:35:37 1996 +0000
+++ b/src/lex.l	Wed May 15 05:27:11 1996 +0000
@@ -58,7 +58,6 @@
 #include "pt-mat.h"
 #include "pt-misc.h"
 #include "pt-plot.h"
-#include "user-prefs.h"
 #include "utils.h"
 #include "variables.h"
 #include "y.tab.h"
--- a/src/load-save.cc	Wed May 15 03:35:37 1996 +0000
+++ b/src/load-save.cc	Wed May 15 05:27:11 1996 +0000
@@ -52,7 +52,6 @@
 #include "symtab.h"
 #include "sysdep.h"
 #include "unwind-prot.h"
-#include "user-prefs.h"
 #include "utils.h"
 
 // The default output format.  May be one of "binary", "text", or
--- a/src/log.cc	Wed May 15 03:35:37 1996 +0000
+++ b/src/log.cc	Wed May 15 05:27:11 1996 +0000
@@ -31,7 +31,6 @@
 #include "gripes.h"
 #include "help.h"
 #include "oct-obj.h"
-#include "user-prefs.h"
 #include "utils.h"
 
 // XXX FIXME XXX -- the next two functions should really be just
--- a/src/lu.cc	Wed May 15 03:35:37 1996 +0000
+++ b/src/lu.cc	Wed May 15 05:27:11 1996 +0000
@@ -32,7 +32,6 @@
 #include "gripes.h"
 #include "help.h"
 #include "oct-obj.h"
-#include "user-prefs.h"
 #include "utils.h"
 
 DEFUN_DLD_BUILTIN (lu, args, nargout,
--- a/src/pager.cc	Wed May 15 03:35:37 1996 +0000
+++ b/src/pager.cc	Wed May 15 05:27:11 1996 +0000
@@ -43,7 +43,6 @@
 #include "pager.h"
 #include "sighandlers.h"
 #include "unwind-prot.h"
-#include "user-prefs.h"
 
 pid_t octave_pager_pid = -1;
 
--- a/src/parse.y	Wed May 15 03:35:37 1996 +0000
+++ b/src/parse.y	Wed May 15 05:27:11 1996 +0000
@@ -54,7 +54,6 @@
 #include "pt-plot.h"
 #include "symtab.h"
 #include "token.h"
-#include "user-prefs.h"
 #include "utils.h"
 #include "variables.h"
 
--- a/src/pinv.cc	Wed May 15 03:35:37 1996 +0000
+++ b/src/pinv.cc	Wed May 15 05:27:11 1996 +0000
@@ -29,7 +29,6 @@
 #include "gripes.h"
 #include "help.h"
 #include "oct-obj.h"
-#include "user-prefs.h"
 #include "utils.h"
 
 DEFUN_DLD_BUILTIN (pinv, args, ,
--- a/src/pr-output.cc	Wed May 15 03:35:37 1996 +0000
+++ b/src/pr-output.cc	Wed May 15 05:27:11 1996 +0000
@@ -51,7 +51,6 @@
 #include "pr-output.h"
 #include "pt-const.h"
 #include "sysdep.h"
-#include "user-prefs.h"
 #include "utils.h"
 #include "variables.h"
 
--- a/src/pt-base.cc	Wed May 15 03:35:37 1996 +0000
+++ b/src/pt-base.cc	Wed May 15 05:27:11 1996 +0000
@@ -33,7 +33,6 @@
 #include <iostream.h>
 
 #include "pt-base.h"
-#include "user-prefs.h"
 
 /*
 ;;; Local Variables: ***
--- a/src/pt-cmd.cc	Wed May 15 03:35:37 1996 +0000
+++ b/src/pt-cmd.cc	Wed May 15 05:27:11 1996 +0000
@@ -52,7 +52,6 @@
 #include "pt-mvr.h"
 #include "pt-walk.h"
 #include "unwind-prot.h"
-#include "user-prefs.h"
 #include "variables.h"
 
 // Decide if it's time to quit a for or while loop.
--- a/src/pt-const.cc	Wed May 15 03:35:37 1996 +0000
+++ b/src/pt-const.cc	Wed May 15 05:27:11 1996 +0000
@@ -58,7 +58,6 @@
 #include "pt-const.h"
 #include "pt-walk.h"
 #include "unwind-prot.h"
-#include "user-prefs.h"
 #include "utils.h"
 #include "variables.h"
 
--- a/src/pt-exp-base.cc	Wed May 15 03:35:37 1996 +0000
+++ b/src/pt-exp-base.cc	Wed May 15 05:27:11 1996 +0000
@@ -35,7 +35,6 @@
 #include "pager.h"
 #include "pt-const.h"
 #include "pt-exp-base.h"
-#include "user-prefs.h"
 
 // Expressions.
 
--- a/src/pt-exp.cc	Wed May 15 03:35:37 1996 +0000
+++ b/src/pt-exp.cc	Wed May 15 05:27:11 1996 +0000
@@ -44,7 +44,6 @@
 #include "pt-misc.h"
 #include "pt-mvr.h"
 #include "pt-walk.h"
-#include "user-prefs.h"
 #include "utils.h"
 
 // Nonzero means we're returning from a function.
--- a/src/pt-fvc.cc	Wed May 15 03:35:37 1996 +0000
+++ b/src/pt-fvc.cc	Wed May 15 05:27:11 1996 +0000
@@ -42,7 +42,6 @@
 #include "pt-const.h"
 #include "pt-fvc.h"
 #include "pt-walk.h"
-#include "user-prefs.h"
 #include "utils.h"
 
 // But first, some extra functions used by the tree classes.
--- a/src/pt-mat.cc	Wed May 15 03:35:37 1996 +0000
+++ b/src/pt-mat.cc	Wed May 15 05:27:11 1996 +0000
@@ -41,7 +41,6 @@
 #include "pt-misc.h"
 #include "pt-mvr.h"
 #include "pt-walk.h"
-#include "user-prefs.h"
 
 // Are empty elements in a matrix list ok?  For example, is the empty
 // matrix in an expression like `[[], 1]' ok?  A positive value means
--- a/src/pt-mvr.cc	Wed May 15 03:35:37 1996 +0000
+++ b/src/pt-mvr.cc	Wed May 15 05:27:11 1996 +0000
@@ -39,7 +39,6 @@
 #include "pt-misc.h"
 #include "pt-mvr.h"
 #include "pt-walk.h"
-#include "user-prefs.h"
 
 // But first, some extra functions used by the tree classes.
 
--- a/src/pt-plot.cc	Wed May 15 03:35:37 1996 +0000
+++ b/src/pt-plot.cc	Wed May 15 05:27:11 1996 +0000
@@ -59,7 +59,6 @@
 #include "pt-plot.h"
 #include "pt-walk.h"
 #include "sysdep.h"
-#include "user-prefs.h"
 #include "utils.h"
 
 // If TRUE, a replot command is issued automatically each time a plot
--- a/src/pt-pr-code.cc	Wed May 15 03:35:37 1996 +0000
+++ b/src/pt-pr-code.cc	Wed May 15 05:27:11 1996 +0000
@@ -34,7 +34,6 @@
 #include "input.h"
 #include "pr-output.h"
 #include "pt-pr-code.h"
-#include "user-prefs.h"
 
 void
 tree_print_code::visit_argument_list (tree_argument_list& lst)
--- a/src/qr.cc	Wed May 15 03:35:37 1996 +0000
+++ b/src/qr.cc	Wed May 15 05:27:11 1996 +0000
@@ -34,7 +34,6 @@
 #include "gripes.h"
 #include "help.h"
 #include "oct-obj.h"
-#include "user-prefs.h"
 #include "utils.h"
 
 DEFUN_DLD_BUILTIN (qr, args, nargout,
--- a/src/schur.cc	Wed May 15 03:35:37 1996 +0000
+++ b/src/schur.cc	Wed May 15 05:27:11 1996 +0000
@@ -34,7 +34,6 @@
 #include "gripes.h"
 #include "help.h"
 #include "oct-obj.h"
-#include "user-prefs.h"
 #include "utils.h"
 
 DEFUN_DLD_BUILTIN (schur, args, nargout,
--- a/src/svd.cc	Wed May 15 03:35:37 1996 +0000
+++ b/src/svd.cc	Wed May 15 05:27:11 1996 +0000
@@ -34,7 +34,6 @@
 #include "mappers.h"
 #include "oct-obj.h"
 #include "pr-output.h"
-#include "user-prefs.h"
 #include "utils.h"
 
 DEFUN_DLD_BUILTIN (svd, args, nargout,