home *** CD-ROM | disk | FTP | other *** search
/ Math Solutions 1995 October / Math_Solutions_CD-ROM_Walnut_Creek_October_1995.iso / pc / mac / graphing / rlab / changelo.g < prev    next >
Encoding:
Text File  |  1995-02-24  |  76.7 KB  |  2,827 lines

  1. Wed Feb 22 18:30:26 1995  Ian Searle  <ian@espresso>
  2.  
  3.     * configure.in: CC options for AIX.
  4.  
  5.     * matrix.c (matrix_AssignRow): Fix embarrasing bug in matrix
  6.     assignment... missing the `=' in `<='.
  7.  
  8. Sat Feb 18 09:55:35 1995  Ian Searle  <ian@espresso>
  9.  
  10.     * config.h.in: Use `#ifdef __STDC__' instead of `#if __STDC__'.
  11.  
  12.     * configure.in: Always remove config.cache at the conclusion of
  13.     each configure.
  14.  
  15. Thu Feb 16 18:34:08 1995  Ian Searle  <ian@espresso>
  16.  
  17.     * opmat.c (matrix_assign): Fix 'a[i;j] = a' problem.
  18.     (matrix_vector_assign): Same.
  19.  
  20. Mon Feb 13 20:53:42 1995  Ian Searle  <ian@espresso>
  21.  
  22.     * matop1.c (matrix_scalar_ne): Special case SCALAR != [].
  23.     (matrix_scalar_eq): Same.
  24.     (matrix_eq): Same.
  25.     (matrix_ne): Same.
  26.  
  27. Sat Feb 11 20:20:47 1995  Ian Searle  <ian@espresso>
  28.  
  29.     * opmat.c (matrix_reshape_col): Special case when arg = []
  30.  
  31. Fri Feb 10 20:20:49 1995  Ian Searle  <ian@espresso>
  32.  
  33.     * help/eig: Updated this help file.
  34.  
  35.     * bltin1.c (Members): Change `List' to `L'.
  36.  
  37. Sun Feb  5 19:39:05 1995  Ian Searle  <ian@espresso>
  38.  
  39.     * fi_1.c (matrix_Eig_GNEPa): Fixed core dump due to wrong starting
  40.     index in eval computation.
  41.     (matrix_Eig_GNEPa): Order of arguments backwards, left and right
  42.     eigenvectors switched.
  43.  
  44. Sat Feb  4 08:34:32 1995  Ian Searle  <ian@espresso>
  45.  
  46.     * Release v1.18a
  47.  
  48.     * getline.c (Strsplt): Added 2nd arg to split on strings or field
  49.     widths. 
  50.  
  51.     * util.c (cpnstr): New function.
  52.  
  53.     * getline.c (Getline): Make reading in a single string faster.
  54.  
  55. Thu Jan 26 19:56:22 1995  Ian Searle  <ian@espresso>
  56.  
  57.     * getline.c (Getline): Check for EOF, with 2nd arg.
  58.  
  59. Tue Jan 24 20:08:59 1995  Ian Searle  <ian@espresso>
  60.  
  61.     * Version 1.17d released.
  62.  
  63.     * rfile.c (require): Check to see if the variable required is an
  64.     UNDEF. 
  65.  
  66. Sun Jan 22 19:46:44 1995  Ian Searle  <ian@espresso>
  67.  
  68.     * test (listest): Add open-list assignment test.
  69.  
  70.     * code.c (olist_assign): New function.
  71.  
  72. Mon Jan 16 23:16:05 1995  Ian Searle  <ian@espresso>
  73.  
  74.     * rlib/intersection.r (intersection): Initialize Int=[]. Thanks
  75.     Rogelio Oliva.
  76.  
  77. Sun Jan 15 18:58:43 1995  Ian Searle  <ian@espresso>
  78.  
  79.     * math_1.c (Frexp): New function.
  80.  
  81. Tue Jan 10 19:01:56 1995  Ian Searle  <ian@espresso>
  82.  
  83.     * rlib/input.r (input): Check STRING arg to see if it exists.
  84.  
  85. Sun Jan  8 12:05:58 1995  Ian Searle  <ian@espresso>
  86.  
  87.     * getline.c (Getline): Allow getline to read in an entire line as
  88.     a single string.
  89.  
  90. Mon Jan  2 10:26:55 1995  Ian Searle  <ian@espresso>
  91.  
  92.     * bio.c (btree_WriteB): Write the number of _real_ nodes in the
  93.     tree. 
  94.  
  95.     * btree.c (btree_Write): Write the number of _real_ nodes in the
  96.     tree. 
  97.  
  98. Tue Dec 27 00:17:37 1994  Ian Searle  <ian@espresso>
  99.  
  100.     *  (toolbox/hilbert.r): New file.
  101.  
  102.     * math_2.c (Norm): Compute infinity norm when 2nd argument to
  103.     norm() is an Inf.
  104.  
  105. Mon Dec 26 12:26:54 1994  Ian Searle  <ian@espresso>
  106.  
  107.     * scan.l: Increment lineno on end of RFILE_COND and REQ_COND.
  108.  
  109. Fri Dec 23 14:20:54 1994  Ian Searle  <ian@espresso>
  110.  
  111.     * Version 1.16b released...
  112.  
  113. Thu Dec 22 20:51:27 1994  Ian Searle  <ian@espresso>
  114.  
  115.     *  (doc/rlabp.tex): Incorporated Dave Raymon's primer patches so
  116.     that is works OK under laTeX-2e.
  117.  
  118. Sun Dec 18 18:27:07 1994  Ian Searle  <ian@espresso>
  119.  
  120.     * rfile.c (require): New function.
  121.  
  122.     * bltin2.c: Set tictime to -1 (initialize) so it works on older
  123.     SunOSes.
  124.  
  125. Fri Dec 16 20:41:01 1994  Ian Searle  <ian@espresso>
  126.  
  127.     * fpe.c: Added include <math.h> for HP-UX.
  128.     Added some stuff for the DEC-alpha (still doesn't work like I want
  129.     it to).
  130.  
  131.     * bltin2.c (Tic): Use sysconf instead of CLK_TCK.
  132.  
  133. Thu Dec 15 22:01:20 1994  Ian Searle  <ian@espresso>
  134.  
  135.     * r_plot.c: Change header includes per tsy's suggestions. 
  136.     Go back... plConfig.h is only installed for Mac and Amigas. Causes
  137.     problems with Unix installations.
  138.  
  139. Mon Dec 12 22:54:11 1994  Ian Searle  <ian@espresso>
  140.  
  141.     * fpe.c: Add in change for those systems that don't have either
  142.     ieee_handler or ieeefp.h (linux).
  143.  
  144. Sun Dec 11 16:42:33 1994  Ian Searle  <ian@espresso>
  145.  
  146.     * scan.l: Fix lineno counting on comments.
  147.  
  148.     * Release version 1.15e.
  149.  
  150. Sat Dec 10 11:30:10 1994  Ian Searle  <ian@espresso>
  151.  
  152.     * rfile.c (rfile_load): Mods to handle multiple file names, and
  153.     deal with optional `.r'.
  154.     (rfile_ext): New function.
  155.  
  156.     * scan.l: Overhaul rfile command scanning.
  157.  
  158.     * util.c (strappend): New function.
  159.  
  160. Thu Dec  8 19:20:07 1994  ian  <ian@espresso>
  161.  
  162.     * scan.l: Add Matlab style comments as an option.
  163.  
  164. Fri Dec  2 20:15:30 1994  ian  <ian@espresso>
  165.  
  166.     * scan.l: Allow comments on the same line as rfile and help.
  167.  
  168. Wed Nov 30 19:09:30 1994  ian  <ian@espresso>
  169.  
  170.     * rlib/compan.r: fixed bug in computation of A when n == 2.
  171.  
  172. Sun Nov 27 18:48:40 1994  ian  <ian@espresso>
  173.  
  174.     * misc/plplot.r: Several little mods: Added set3d(), mods to
  175.     pclose(), and subplot().
  176.  
  177.     * bltin2.c (Toc): New functions, utilizing times(), a more
  178.     accurate measurment device.
  179.  
  180. Thu Nov 24 10:44:49 1994  ian  <ian@espresso>
  181.  
  182.     * Update configure.in, Makefile.in, etc to use autoconf v2.x
  183.  
  184. Wed Nov 16 23:23:49 1994  ian  <ian@espresso>
  185.  
  186.     * Just moved the entire code-tree over to espresso (my new
  187.     Pentium). 
  188.  
  189. Wed Nov  9 21:53:35 1994  Ian Searle  <ian@quixote>
  190.  
  191.     * symbol.c (install_tmp_switch): Add BLTIN to switch.
  192.  
  193.     * code.c (bltin): Get the listnode on the tmplist for assign().
  194.  
  195.     * rdl.c (DLopen): Return a bltin, not a listnode.
  196.  
  197. Tue Nov  8 06:16:06 1994  Ian Searle  <ian@quixote>
  198.  
  199.     * code.c (load_local_var): Use cpstr() for pass by value.
  200.  
  201.     * misc/plplot.r (pclose): Modify so that it can handle closing
  202.     when no plot windows exist.
  203.  
  204. Sun Nov  6 09:45:05 1994  Ian Searle  <ian@quixote>
  205.  
  206.     * Release v1.15b
  207.  
  208. Sat Oct 29 09:31:07 1994  Ian Searle  <ian@quixote>
  209.  
  210.     * function.c (function_setup2): Cut back size of program array. 
  211.  
  212.     * code.c (list_create): Change list-element create name to "-L-". 
  213.  
  214.     * Revised all flow-control logic. Instead of using ifcode(),
  215.     forcode(), whilecode(), the parser now generates codes for
  216.     conditional jumps and for loop construction with explicit
  217.     jumps. This required significant changes to main.c, rlab.y
  218.     code.[ch], diss.c, etc...
  219.  
  220. Fri Oct 28 23:17:15 1994  Ian Searle  <ian@quixote>
  221.  
  222.     * scalar.c (scalar_CreateC): Remove references to obsolete `dtype'
  223.     structure member.
  224.  
  225.     * symbol.c (install_tmp): Change tmplist scheme to include a
  226.     tmpstack of already allocated ListNodes in an effort to save time
  227.     during execution.
  228.  
  229. Fri Oct 21 20:50:50 1994  Ian Searle  <ian@quixote>
  230.  
  231.     * Release v1.13b.
  232.  
  233. Sat Oct  8 15:30:53 1994  Ian Searle  <ian@quixote>
  234.  
  235.     * fi_1.c (matrix_Det_Complex): Warn and return zero when matrix is
  236.     singular. 
  237.     (matrix_Det_Real): Same as above.
  238.  
  239. Thu Oct  6 20:02:14 1994  Ian Searle  <ian@quixote>
  240.  
  241.     * code.c (copy_arg): Copy name to data structure.
  242.  
  243. Fri Sep 30 20:11:13 1994  Ian Searle  <ian@quixote>
  244.  
  245.     * scan.l (new_file): Try and repair some small mem leaks (bst).
  246.  
  247.     * util.c (btree_members): Fix memory leak (bst).
  248.  
  249. Thu Sep 29 23:05:11 1994  Ian Searle  <ian@quixote>
  250.  
  251.     * misc/plplot.r (plot3): Take care of log-log-log data
  252.     possibility. 
  253.  
  254. Wed Sep 28 19:36:39 1994  Ian Searle  <ian@quixote>
  255.  
  256.     * odei.c (odei): Add optional last argument (8), a user supplied
  257.     output function.
  258.     (out_func): New function.
  259.  
  260. Sun Sep 25 19:46:29 1994  Ian Searle  <ian@quixote>
  261.  
  262.     * matop2.c (matrix_ReadGeneric): Check fscanf() return value.
  263.  
  264. Sat Sep 24 11:27:43 1994  Ian Searle  <ian@quixote>
  265.  
  266.     * code.c (load_local_var): Add nargin initialization.
  267.  
  268.     * misc/plplot.r: Check for previously existing WIN
  269.     before creating new one.
  270.  
  271. Mon Sep 19 18:33:14 1994  Ian Searle  <ian@quixote>
  272.  
  273.     * BIG CHANGE: Undeclared function variables are default local
  274.     now. 
  275.  
  276. Sat Sep 17 09:13:57 1994  Ian Searle  <ian@quixote>
  277.  
  278.     * configure.in: Make configure look for plplot in
  279.     /usr/local/plplot and /usr/local/... Also make trying to use
  280.     dynamic linking standard, and well as using the case statement for
  281.     option flags.
  282.  
  283. Thu Sep 15 17:12:56 1994  Ian Searle  <ian@quixote>
  284.  
  285.     * misc/plplot.r (y_scales): More bug fixes in y_scale().
  286.  
  287. Tue Sep 13 22:20:15 1994  Ian Searle  <ian@quixote>
  288.  
  289.     * r_plot.c (_plot_plsfile): New function.
  290.  
  291. Mon Sep 12 20:31:29 1994  Ian Searle  <ian@quixote>
  292.  
  293.     * rdl.c (DLopen): Check for RTLD_NOW.
  294.  
  295.     * print.c (SPrintf): Change argument cleanup... use inlined
  296.     clean-up function...
  297.  
  298.     * math_1.c (Floor): Try and recover some speed from earlier
  299.     changes... 
  300.  
  301. Sat Sep 10 23:19:33 1994  Ian Searle  <ian@quixote>
  302.  
  303.     * Major overhaul to built-in function argument handling. Instead
  304.     of bltin() handling the argument tmp-cleanup, each builtin is now
  305.     responsible. This may sound more difficult, but it will be easier
  306.     in the long run, especially for people writing rex files.
  307.  
  308. Sun Sep  4 12:26:43 1994  Ian Searle  (ian@quixote)
  309.  
  310.     * main.c (Eval): Make eval() work with any kind of string (matrix,
  311.     or scalar).
  312.  
  313.     * test: New tests for factor/backsub, real/complex ,
  314.     general/symmetric. 
  315.  
  316.     * Add symmetric linear equation solver usage for solve(), `\',
  317.     factor, and backsub.
  318.  
  319. Wed Aug 24 19:15:31 1994  Ian Searle  (ian@quixote)
  320.  
  321.     * bltin2.c (Putenv): New function.
  322.  
  323.     * configure.in: Some bug fixes, and improvements...
  324.  
  325. Tue Aug 23 17:42:42 1994  Ian Searle  (ian@quixote)
  326.  
  327.     * function.c (function_Copy): Always create arg and local lists on
  328.     copy. 
  329.  
  330. Mon Aug 22 23:21:58 1994  Ian Searle  (ian@quixote)
  331.  
  332.     * matop2.c (matrix_Pow2): Added more complete checking of
  333.     element-by-element power ops for various combinations of scalars
  334.     and matrices.
  335.     (matrix_matrix_el_pow): Check individual matrix entries for proper
  336.     conditions. 
  337.  
  338. Sun Aug 21 00:22:58 1994  Ian Searle  (ian@quixote)
  339.  
  340.     * r_plot.c (_plot_plvasp): New function.
  341.     (_plot_plvpas): New function.
  342.  
  343.     * code.c (userf): Had the names in bacwards order.
  344.  
  345. Tue Aug 16 22:51:53 1994  Ian Searle  (ian@quixote)
  346.  
  347.     * misc/plplot.r (subplot): New function.
  348.  
  349.     * configure.in: Check for working rint.
  350.  
  351. Mon Aug 15 18:24:27 1994  Ian Searle  (ian@quixote)
  352.  
  353.     * bio.c: Fix four-byte word size.
  354.  
  355. Sun Aug 14 22:05:22 1994  Ian Searle  (ian@quixote)
  356.  
  357.     * Makefile.a: Use version number for TOPDIR.
  358.  
  359. Sat Aug 13 07:28:38 1994  Ian Searle  (ian@quixote)
  360.  
  361.     * r_plot.c (_plot_plstart): Add server no kill code for new plplot
  362.     (4.99h). 
  363.  
  364. Wed Aug 10 18:20:41 1994  Ian Searle  (ian@quixote)
  365.  
  366.     * util.c (fpecatch): More EMX changes (re-enable signal()).
  367.  
  368.     * code.c (intcatch_wait): Some changes to support EMX (OS/2).
  369.  
  370. Tue Aug  9 03:46:10 1994  Ian Searle  (ian@quixote)
  371.  
  372.     * matop2.c (matrix_matrix_Pow): New function.
  373.     (matrix_scalar_Pow1): Add 1-by-1 special case.
  374.  
  375.     * opmat.c (matrix_assign): Reset matrix name after re-init.
  376.  
  377.     * rdl.c (DLopen): Add dlerror() usage to dlsym() call.
  378.  
  379. Mon Aug  8 18:29:38 1994  Ian Searle  (ian@quixote)
  380.  
  381.     * matrix.c (matrix_read_string): Eat up last new line. 
  382.     (matrix_Read): Return early from string read.
  383.  
  384. Sun Aug  7 12:24:35 1994  Ian Searle  (ian@quixote)
  385.  
  386.     * Makefile.a: New file. Actually this is the original
  387.     Makefile.in. Now either Makefile.so or Makefile.a gets copied to
  388.     Makefile.in during configure.
  389.  
  390.     * Makefile.so: New file
  391.  
  392.     * Adding support for dynamic linking.
  393.  
  394.     * util.c (call_rlab_script): Remove check for number of arguments,
  395.     this is done in userf already, and is not valid if the function is
  396.     a builtin.
  397.  
  398. Tue Aug  2 23:50:29 1994  Ian Searle  (ian@quixote)
  399.  
  400.     * code.c: Clean up memory inefficieny in list member references.
  401.  
  402. Fri Jul 29 20:17:09 1994  Ian Searle  (ian@quixote)
  403.  
  404.     * Many changes to almost all files. Re-organize to reduce global
  405.     variable usage, and increase modularity (for dynamic linking).
  406.  
  407.     * code.c: Convert global variables to static.
  408.  
  409. Thu Jul 28 22:17:09 1994  Ian Searle  (ian@quixote)
  410.  
  411.     * code.c (whilecode): All this time and I was neglecting to clean
  412.     the conditional Datums...
  413.     (ifcode): Same as whilecode...
  414.  
  415.     * matop2.c (matrix_ReadGeneric): Fix to allow spaces after last
  416.     row element. Re-work 1st line logic.
  417.  
  418. Thu Jul 21 22:33:18 1994  Ian Searle  (ian@quixote)
  419.  
  420.     * install.sh: Switch to X11R5 install.sh.
  421.  
  422. Tue Jul 19 22:46:27 1994  Ian Searle  (ian@quixote)
  423.  
  424.     * fi_1.c: Added matrix_Detect_Inf and matrix_Detect_Nan calls.
  425.  
  426.     * matop3.c (matrix_Detect_Inf): New function.
  427.     (matrix_Detect_Nan): New function.
  428.  
  429.     * util.c: Removed a few no-longer used functions.
  430.  
  431. Mon Jul 18 19:33:26 1994  Ian Searle  (ian@quixote)
  432.  
  433.     * code.c (assign): Rework LHS checking for a teeny bit of speed.
  434.  
  435.     * op.c (ent_ent_add): Flatten switches.
  436.  
  437. Sun Jul 17 00:57:06 1994  Ian Searle  (ian@quixote)
  438.  
  439.     * matop2.c (matrix_matrix_el_pow): Handle 1-by-1 matrices.
  440.  
  441.     * code.c (execute): Change for to a while to speed things up a
  442.     tad. 
  443.  
  444.     * opmat.c (matrix_assign): Speed up a[i;j] = x, where i and j are
  445.     scalars. 
  446.  
  447.     * matrix.c (matrix_Assign_el): New function.
  448.  
  449. Sat Jul 16 15:14:40 1994  Ian Searle  (ian@quixote)
  450.  
  451.     * main.c (run_program_eval): Modify to only call yyparse once. 
  452.  
  453.     * code.c (forcode): Cleanup changes to forcode for readability.
  454.  
  455. Tue Jul 12 17:22:36 1994  Ian Searle  (ian@quixote)
  456.  
  457.     * matop2.c (matrix_Sign): New function.
  458.  
  459. Mon Jul 11 18:11:50 1994  Ian Searle  (ian@quixote)
  460.  
  461.     * listnode.h (listNode_GetKey): Make it a macro (faster).
  462.  
  463. Sat Jul  9 17:03:36 1994  Ian Searle  (ian@quixote)
  464.  
  465.     * bltin2.c (Eval): New function. Also affects scan.l, and
  466.     main.c. Now eval() will read from a string without the temporary
  467.     file. 
  468.  
  469.     * scan.l (set_rlab_input): New function.
  470.  
  471. Thu Jul  7 20:37:51 1994  Ian Searle  (ian@quixote)
  472.  
  473.     * code.c (list_assign): Missing break.
  474.  
  475. Wed Jul  6 21:42:49 1994  Ian Searle  (ian@quixote)
  476.  
  477.     * bio.c (Fseek): New function.
  478.     (Fread): New function.
  479.  
  480. Tue Jul  5 17:50:29 1994  Ian Searle  (ian@quixote)
  481.  
  482.     * matrix.c (matrix_Truncate): Check size before truncating.
  483.  
  484. Sun Jun 26 08:48:01 1994  Ian Searle  (ian@quixote)
  485.  
  486.     * Release v1.02
  487.  
  488.     * misc/plplot.r (grid_y_default): Make default grid without grid
  489.     lines at tick intervals.
  490.  
  491. Wed Jun 22 22:36:50 1994  Ian Searle  (ian@quixote)
  492.  
  493.     * bltin2.c (Tmpfile): New function.
  494.  
  495. Sun Jun 12 09:23:21 1994  Ian Searle  (ian@quixote)
  496.  
  497.     * toolbox/toeplitz.r: Revise contributed toeplitz so that it will
  498.     handle size(C) != size(R). Note that it still will not perform
  499.     like Matlab's for the complex case.
  500.  
  501. Sat Jun 11 21:58:16 1994  Ian Searle  (ian@quixote)
  502.  
  503.     * misc/plplot.r (plhold_off): Add call to _pltext() to reset to
  504.     text mode.
  505.  
  506.     * matop2.c (matrix_ReadGeneric): Improvments to handle last lines
  507.     without terminating newline characters.
  508.  
  509. Thu Jun  9 17:18:23 1994  Ian Searle  (ian@quixote)
  510.  
  511.     * r_plot.c (_plot_plscol0): New function.
  512.  
  513.     * matop2.c (matrix_ReadGeneric): Make readm() more efficient.
  514.  
  515. Tue Jun  7 18:45:37 1994  Ian Searle  (ian@quixote)
  516.  
  517.     * Makefile.in: Remove obsolete targets from Makefile.
  518.  
  519.     * getline.c (Getline): Fix stupid string error.
  520.  
  521. Mon Jun  6 17:24:16 1994  Ian Searle  (ian@quixote)
  522.  
  523.     * fi_1.c (matrix_Eig_NEP): Fix overwrites problem with
  524.     left-eigenvectors. 
  525.  
  526. Sun Jun  5 20:20:32 1994  Ian Searle  (ian@quixote)
  527.  
  528.     * Release Version 1.0.
  529.  
  530. Tue May 24 16:55:15 1994  Ian Searle  (ian@quixote)
  531.  
  532.     * fi_1.c (solve_eq): Add calls to [DZ]GECON for input matrix
  533.     condition check.
  534.     (solve_eq): Mods to make A ill-conditioning handling more uniform,
  535.     as well as error messages.
  536.  
  537.     * matrix.c (matrix_Assign): Make row and column index requirements
  538.     looser. 
  539.     (matrix_ExtractColumn): Same.
  540.     (matrix_ExtractRow): Same
  541.     (matrix_ExtractColMatrix): Same.
  542.     (matrix_ExtractRowMatrix): Same.
  543.  
  544. Fri May 20 20:19:02 1994  Ian Searle  (ian@quixote)
  545.  
  546.     * symbol.c (symbol_table_create): Set the name of $$.
  547.  
  548.     * btree.c (btree_CopyTree): Check for $$.
  549.  
  550.     * code.c (copy_arg): New function.
  551.     (load_local_var): Copy arg variables if they are declared local.
  552.  
  553. Wed May 18 18:23:55 1994  Ian Searle  (ian@quixote)
  554.  
  555.     * matrix.c (matrix_AssignRow): Be more relaxed with matrix index
  556.     dimensions in assignments, and allow [] as assignment index.
  557.  
  558. Mon May 16 19:31:02 1994  Ian Searle  (ian@quixote)
  559.  
  560.     * fi_1.c (matrix_Eig_GNEPa): slightly more descriptive error
  561.     message. 
  562.  
  563. Fri May 13 22:07:52 1994  Ian Searle  (ian@quixote)
  564.  
  565.     * bltin1.c (Reshape): Use targ1 in arglist.
  566.  
  567. Tue May 10 19:20:41 1994  Ian Searle  (ian@quixote)
  568.  
  569.     * matop3.c (matrix_PNorm): New function.
  570.  
  571. Mon May  9 01:21:39 1994  Ian Searle  (ian@quixote)
  572.  
  573.     * fftp.h: Change defines to use newer fftpack calls. Same
  574.     arguments, etc, just added a `D' or `d' to the front of the name.
  575.  
  576.     * matop2.c (matrix_Find): Change && to || in find-complex logic.
  577.  
  578.     * bltin2.c (Find): Add usage of TARG_DESTROY.
  579.  
  580.     * code.c (ret_from_func): Search local list object with pointer
  581.     value. 
  582.  
  583.     * btree.c (btree_find_node_r): Had to make this function search
  584.     the list looking for nodes based upon pointer value.
  585.  
  586. Sun May  8 14:54:04 1994  Ian Searle  (ian@quixote)
  587.  
  588.     * r_plot.c (_plot_plptex): Make last argument be ["s"] or "s".
  589.  
  590.     * util.c (matrix_to_scalar): Add else-if option for STRING
  591.     matrices (can't believe this was used like this ?).
  592.  
  593.     * misc/plplot.r: Added plhold(), plhold_off(). Also added variable
  594.     line/point styles for the same plot.
  595.  
  596. Wed May  4 21:48:05 1994  Ian Searle  (ian@quixote)
  597.  
  598.     * matop3.h: New file.
  599.  
  600.     * matop3.c: New file.
  601.  
  602.     * math_2.c (Max): Make max compatible with Matlab (2 args).
  603.     (Min): Make min compatible with Matlab (2 args).
  604.  
  605. Mon May  2 06:30:08 1994  Ian Searle  (ian@quixote)
  606.  
  607.     * Release v0_99f.
  608.  
  609.     * Added plmesh() (to plplot.r) via r_plot.[ch].
  610.  
  611.     * listnode.c (listNode_isValid): Add listNode_isValid back in.
  612.  
  613.     * Release v0_99e (to tsyang).
  614.  
  615. Sun May  1 14:12:18 1994  Ian Searle  (ian@quixote)
  616.  
  617.     * rfile.c (get_rlab_search_path): New function.
  618.  
  619. Sat Apr 30 10:27:13 1994  Ian Searle  (ian@quixote)
  620.  
  621.     * Release v0_99d
  622.  
  623.     * util.c (call_rlab_script): Oops, make rlab_call_script handle
  624.     builtin functions as well.
  625.  
  626.     * odei.c (odei): Add error check to dtout (!= 0)
  627.     (odei): Moved TARG_DESTROY usage down to bottom of function where
  628.     it belongs.
  629.  
  630. Fri Apr 29 22:06:36 1994  Ian Searle  (ian@quixote)
  631.  
  632.     * bio.c (GetB): New function.
  633.  
  634.     * r_string.c (string_Write): Add call to fflush ().
  635.  
  636.     * bltin1.c (btree_write): Add call to fflush ().
  637.  
  638.     * scalar.c (scalar_Write): Added call to fflush().
  639.  
  640. Tue Apr 26 20:01:38 1994  Ian Searle  (ian@quixote)
  641.  
  642.     * main.c: Add -h to usage string.
  643.  
  644.     * print.c (get_file_ds): Added setvbuf, and buffsize.
  645.  
  646.     * bltin1.c (Read): Removed pre-cautionary close_file_ds() at
  647.     beginning. 
  648.  
  649.     * bio.c (ReadB): Removed pre-cautionary close_file_ds() at
  650.     beginning. 
  651.  
  652.     * rlab.y: Set $$ on [] to avoid confusing if().
  653.  
  654.     * diss.c (print_code_var): Print diss() from core dumping when a
  655.     pushed variable has no key.
  656.  
  657.     * bltin2.c (FVScope): Update for OP_ELADD and OP_EL_SUB.
  658.  
  659.     * diss.c (diss_assemble): Update for OP_EL_ADD and OP_EL_SUB. 
  660.  
  661. Sat Apr 23 08:58:23 1994  Ian Searle  (ian@quixote)
  662.  
  663.     * Release v0.99b
  664.  
  665.     * code.c (intcatch_wait): Mods to prevent unwanted termination
  666.     from multiple ^C.
  667.  
  668.     * matop2.c (matrix_Pow1): Fix a.^0 computation.
  669.  
  670. Tue Apr 12 21:27:56 1994  Ian Searle  (ian@quixote)
  671.  
  672.     * scan.l: Add .+ .-
  673.  
  674. Fri Apr  8 22:17:47 1994  Ian Searle  (ian@quixote)
  675.  
  676.     * code.c (list_assign): Allow 1st element of matrix as list index
  677.     for conversion to string.
  678.  
  679.     * rfile.c (cat_help_file_DOS): New function, added as a DOS
  680.     bandaid.
  681.  
  682. Tue Apr  5 17:13:17 1994  Ian Searle  (ian@quixote)
  683.  
  684.     * bio.c: Changed "r" and "w" to "rb" and "wb".
  685.  
  686. Sun Apr  3 18:07:20 1994  Ian Searle  (ian@quixote)
  687.  
  688.     * scan.l (rlab_yy_input): Added some code to feed flex a dummy
  689.     line if it has already read the '\n' before a flush_line occurs.
  690.  
  691. Tue Mar 29 21:19:13 1994  Ian Searle  (ian@quixote)
  692.  
  693.     * Renamed a bunch of files. Should be better now on crippled OSes.
  694.  
  695.     * matop2.c (matrix_VectorAddCol): New function.
  696.     (matrix_VectorAddRow): New function.
  697.  
  698. Sun Mar 27 18:17:40 1994  Ian Searle  (ian@quixote)
  699.  
  700.     * bltin2.c: Added #include <time.h> for tic() and toc().
  701.  
  702.     * rfile.c: Added #ifdefs for DOS inablility to handle popen in
  703.     rfile and help commands.
  704.  
  705. Thu Mar 24 21:35:57 1994  Ian Searle  (ian@quixote)
  706.  
  707.     * math_3.c (Filter): New function.
  708.  
  709. Sat Mar 19 00:22:52 1994  Ian Searle  (ian@quixote)
  710.  
  711.     * Break bltin.c into bltin1.c and bltin2.c.
  712.  
  713. Fri Mar 18 23:50:51 1994  Ian Searle  (ian@quixote)
  714.  
  715.     * test (l): Added ascii I/O tests.
  716.  
  717. Wed Mar 16 18:45:53 1994  Ian Searle  (ian@quixote)
  718.  
  719.     * bltin.c (Read): Removed fseek() and ftell() usage from read().
  720.  
  721. Mon Mar 14 20:09:59 1994  Ian Searle  (ian@quixote)
  722.  
  723.     * Dump rksuite, and replace with ode.f. Rename rks* to ode*.
  724.  
  725.     * matrix_op2.c (matrix_ReadGeneric): Overhaul readm() so that it
  726.     can read from pipes, or from the middle of a file...
  727.  
  728. Tue Mar  8 23:41:30 1994  Ian Searle  (ian@quixote)
  729.  
  730.     * rksi.f: New file.
  731.  
  732.     * rksi.h: New file.
  733.  
  734.     * rksuite.f: New file.
  735.  
  736.     *  rks.c: New file.
  737.  
  738. Tue Mar  1 21:35:46 1994  Ian Searle  (ian@quixote)
  739.  
  740.     * bio.c (scalar_ReadB): Remove extraneous strlen() call.
  741.     (matrix_ReadB): Remove old index usage.
  742.  
  743. Sun Feb 27 12:08:00 1994  Ian Searle  (ian@quixote)
  744.  
  745.     * test: Added binary file I/O tests.
  746.  
  747. Sat Feb 26 23:13:20 1994  Ian Searle  (ian@quixote)
  748.  
  749.     * bio.c: Changes to make matrix output MATLAB compatible.
  750.  
  751. Thu Feb 24 17:18:58 1994  Ian Searle  (ian@quixote)
  752.  
  753.     * rlib/save.r (save): Use writeb() instead of write().
  754.  
  755. Sun Feb 20 20:26:30 1994  Ian Searle  (ian@quixote)
  756.  
  757.     * bi_io.c: New file, contains binary file I/O functions.
  758.  
  759. Sat Feb 19 21:37:24 1994  Ian Searle  (ian@quixote)
  760.  
  761.     * bltin.c (Write): Fix write() so that argument checking is
  762.     correct. 
  763.  
  764.     * getline.c (Getline): Make getline() return a NULL string if a
  765.     blank line is encountered.
  766.  
  767. Tue Feb  8 20:41:42 1994  Ian Searle  (ian@quixote)
  768.  
  769.     * matrix_op2.c (matrix_Acos): Same change as below...
  770.  
  771.     * scalar_op1.c (scalar_Acos): Same change as below...
  772.  
  773.     * trig.c (Asin): Make asin() and acos() work for values >= 1.
  774.  
  775. Mon Feb  7 17:49:05 1994  Ian Searle  (ian@quixote)
  776.  
  777.     * bltin.c (Reshape): Make reshape() accept scalar numeric values. 
  778.  
  779. Sun Feb  6 22:18:51 1994  Ian Searle  (ian@quixote)
  780.  
  781.     * toolbox/nmsmax.r: New function.
  782.  
  783.     * toolbox/mdsmax.r: New function.
  784.  
  785. Sat Feb  5 22:07:39 1994  Ian Searle  (ian@quixote)
  786.  
  787.     * code.c (function_call): Numerous changes and restructuring to
  788.     make code more functional, and allow usage from other C source
  789.     code (getting ready for dynamic linking).
  790.  
  791. Fri Feb  4 23:04:58 1994  Ian Searle  (ian@quixote)
  792.  
  793.     * util.c (call_rlab_script): New function.
  794.  
  795.     * code.c (userf): New function.
  796.  
  797. Sun Jan 30 16:35:17 1994  Ian Searle  (ian@quixote)
  798.  
  799.     * Makefile.in: Made changes to Makefile to make non-UNIX usage
  800.     easier (OS/2, DOS, etc...).
  801.  
  802. Tue Jan 25 05:31:52 1994  Ian Searle  (ian@quixote)
  803.  
  804.     * toolbox/window.r (window): Return a column vector.
  805.  
  806. Thu Jan 20 17:11:08 1994  Ian Searle  (ian@quixote)
  807.  
  808.     * math_3.c (SchOrd): New function.
  809.  
  810.     * fi_2.c (matrix_Schur_Reorder): New function.
  811.  
  812. Sat Jan  8 13:58:50 1994  Ian Searle  (ian@quixote)
  813.  
  814.     * matrix_op1.c (matrix_scalar_eq): Allow equality tests between
  815.     matrices of numbers, and strings.
  816.     (matrix_scalar_ne): Allow equality tests between matrices of
  817.     numbers, and strings.
  818.  
  819. Fri Jan  7 20:39:05 1994  Ian Searle  (ian@quixote)
  820.  
  821.     * matrix_op1.c (matrix_ne): Allow equality tests between matrices
  822.     of numbers, and strings.
  823.     (matrix_eq): Allow equality tests between matrices of numbers, and
  824.     strings. 
  825.  
  826.     * matrix_op2.c (matrix_string_eq): Allow equality tests between
  827.     matrices, and strings.
  828.  
  829.     * relation.c (ent_ent_eq): Allow equality tests between scalars
  830.     and strings
  831.  
  832. Tue Jan  4 21:55:23 1994  Ian Searle  (ian@quixote)
  833.  
  834.     * test: Added lu/factor tests.
  835.  
  836. Tue Dec 14 19:11:49 1993  Ian Searle  (ian@quixote)
  837.  
  838.     * code.c (init_frame): New functions.
  839.  
  840. Mon Dec 13 17:24:29 1993  Ian Searle  (ian@quixote)
  841.  
  842.     * rfile.c (path_split): Make ':' a static variable called
  843.     PATHT_SEP so non-Unix platforms can change it easily.
  844.  
  845. Sun Dec 12 21:27:19 1993  Ian Searle  (ian@quixote)
  846.  
  847.     * code.c (find_lineno): Added a fail-safe so that we don't back
  848.     off of the code-stack.
  849.  
  850. Sat Dec 11 14:51:39 1993  Ian Searle  (ian@quixote)
  851.  
  852.     * rlab.y (ryyerror): Started using flush_line again. This time I
  853.     got it working :-).
  854.  
  855.     * btree.c (btree_sizeof): New function.
  856.  
  857.     * bltin.c (Sizeof): New function.
  858.  
  859. Mon Dec  6 19:48:29 1993  Ian Searle  (ian@quixote)
  860.  
  861.     * Switch to using flex-2.4.3
  862.  
  863. Fri Dec  3 23:14:12 1993  Ian Searle  (ian@quixote)
  864.  
  865.     * r_plot.c (_plot_plspause): New function.
  866.  
  867. Thu Dec  2 21:05:15 1993  Ian Searle  (ian@quixote)
  868.  
  869.     * print.c (rfile_Destroy): Remove if test, and error message from
  870.     fclose(). 
  871.  
  872. Wed Dec  1 19:12:16 1993  Ian Searle  (ian@quixote)
  873.  
  874.     * bltin.c (Strtod): Make strtod take matrices as well.
  875.  
  876.     * rlib/plplot.r: More updates to plplot.r
  877.  
  878. Tue Nov 23 19:05:09 1993  Ian Searle  (ian@quixote)
  879.  
  880.     * test: Many additional tests added.
  881.  
  882.     *  (fi_?.c): Changed all comparisons between ints and long ints
  883.     (info). 
  884.  
  885.     * r_plot.c (_plot_plprint): Added plflush(), and plend1().
  886.  
  887. Mon Nov 22 21:42:05 1993  Ian Searle  (ian@quixote)
  888.  
  889.     * test (a): Added matrix relational tests.
  890.  
  891.     * matrix_op1.c (matrix_lt): Fix typo.
  892.  
  893. Sun Nov 21 20:56:29 1993  Ian Searle  (ian@quixote)
  894.  
  895.     * bltin.c (Strtod): New function.
  896.  
  897. Wed Nov 17 19:15:09 1993  Ian Searle  (ian@quixote)
  898.  
  899.     * init.c: Add in PLPLOT code.
  900.  
  901.     * random.c (Rand): Change back to f2c *.f for ranlib, and make
  902.     necessary type casts in random.[ch]
  903.  
  904.     * math_3.c (FFT): Add F_INT declarations to avoid alignment
  905.     problems. 
  906.  
  907. Tue Nov 16 19:49:39 1993  Ian Searle  (ian@quixote)
  908.  
  909.     * config.h.in: Add #else #include <malloc.h>
  910.  
  911.     * mem.h: Remove #ifdef __STDC__ , and let config.h take care of
  912.     stdlib.h, or malloc.h.
  913.  
  914. Mon Nov 15 17:16:37 1993  Ian Searle  (ian@quixote)
  915.  
  916.     * matrix_op1.c (matrix_MultiplyCC): Must make sure to use ints
  917.     that are F_INT with BLAS subroutines.
  918.  
  919. Sat Nov 13 11:50:57 1993  Ian Searle  (ian@quixote)
  920.  
  921.     * LOTS of changes for improved fortran interface: New lp.[fh],
  922.     bl.[fh], and fi.h. Many mods to fi_1.c, and fi_2.c
  923.  
  924. Fri Nov 12 21:09:37 1993  Ian Searle  (ian@quixote)
  925.  
  926.     * mathl.c (Rrint): Rename rint() so that it can be used on systems
  927.     with broken rint().
  928.  
  929. Wed Nov 10 22:14:59 1993  Ian Searle  (ian@quixote)
  930.  
  931.     * math_2.c (Eig): Take all the argument overloading out of eig(),
  932.     now eig() just does eig(A), or eig(A, B).
  933.  
  934. Fri Nov  5 17:25:14 1993  Ian Searle  (ian@quixote)
  935.  
  936.     * math_2.c (Eig): Added "u" option.
  937.  
  938. Sat Oct 30 20:57:30 1993  Ian Searle  (ian@quixote)
  939.  
  940.     * btree.c (btree_Print): Add list name printing (like scalars
  941.     matrices, and strings).
  942.  
  943.     * r_string.c (string_Print): New function.
  944.  
  945.     * matrix.c (matrix_Print): Don't print out variable with "-N"
  946.     name, (function arguments).
  947.  
  948.     * scalar.c (scalar_Print): Don't print out variable with "-N" name
  949.     (function arguments).
  950.  
  951.     * main.c (main): Add -h option, prints out error message.
  952.  
  953. Fri Oct 29 19:20:07 1993  Ian Searle  (ian@quixote)
  954.  
  955.     * code.c (list_assign): Left g out of sprintf() format.
  956.  
  957. Tue Oct 26 18:54:38 1993  Ian Searle  (ian@quixote)
  958.  
  959.     * Obtained new getopt related files from the GNU libc.
  960.  
  961. Sat Oct 23 09:21:56 1993  Ian Searle  (ian@quixote)
  962.  
  963.     * bltin.c (Read): Now taks a 2nd argument (optional) which
  964.     specifies a list that the data can be installed onto.
  965.  
  966.     * rlib/fix.r (fix): Mods to function from bradh to handle complex.
  967.  
  968.     * trig.c (Atan2): More generic now.
  969.  
  970.     * matrix_op2.c (matrix_Atan2): Added 1-by-1 checks.
  971.  
  972. Fri Oct 22 21:04:07 1993  Ian Searle  (ian@quixote)
  973.  
  974.     * rlib/finite.r (finite): Return TRUE if element is finite.
  975.  
  976.     * math_1.c (Mod): Mods to handle combinations of different size
  977.     matrices. 
  978.  
  979.     * matrix_op2.c (matrix_Mod): Mods to handle  1-by-1 matrices.
  980.  
  981.     * config.h.in: Fix logic surrounding FP_SET_MASK.
  982.  
  983.     * main.c (warning_1): Moved commas around.
  984.  
  985. Wed Oct 20 20:08:47 1993  Ian Searle  (ian@quixote)
  986.  
  987.     * list_node.c (listNode_SetScope): New function.
  988.     (listNode_SetNum): New function.
  989.  
  990.     * list_node.h: Add two new fields. For scope checking, and
  991.     list-node ordering.
  992.  
  993. Sun Oct 17 09:47:23 1993  Ian Searle  (ian@quixote)
  994.  
  995.     * toolbox/czt.r (czt): Improve default arg checking.
  996.  
  997. Sat Oct 16 13:57:54 1993  Ian Searle  (ian@quixote)
  998.  
  999.     * fi_1.c (matrix_Eig_GNEP): Use complex_div instead of
  1000.     complex_Div. This keeps AIX cc from puking when compiled with -O. 
  1001.  
  1002. Sat Oct  9 23:51:23 1993  Ian Searle  (ian@quixote)
  1003.  
  1004.     * rlib/isempty.r: Fixed, was backwards.
  1005.  
  1006. Sun Oct  3 22:36:51 1993  Ian Searle  (ian@quixote)
  1007.  
  1008.     * toolbox/fftplot.r (fftplot): Fix it so frequency scale is
  1009.     returned, and mag and ph are truncated.
  1010.  
  1011. Sat Oct  2 08:35:51 1993  Ian Searle  (ian@quixote)
  1012.  
  1013.     * main.c (main): Add some more command line options.
  1014.  
  1015.     * op_append.c (matrix_matrix_app): Changed matrix_Copy to
  1016.     matrix_copy_complex. 
  1017.  
  1018.     * code.c (function_default_return): Removed unused variable tmp.
  1019.     (bltin): Removed unused variable tmp.
  1020.  
  1021.     * matrix_op2.c (matrix_Pow2): Fix stupid bug. Using wrong MAT
  1022.     macro.
  1023.  
  1024.     * test: Added eigenvalue tests.
  1025.  
  1026. Fri Oct  1 23:36:17 1993  Ian Searle  (ian@quixote)
  1027.  
  1028.     * math_2.c (Eig): Finish up new eig() features.
  1029.  
  1030. Sun Sep 26 09:57:01 1993  Ian Searle  (ian@quixote)
  1031.  
  1032.     * fi_1.c (matrix_Eig_SEP): New function.
  1033.  
  1034. Sat Sep 25 16:22:34 1993  Ian Searle  (ian@quixote)
  1035.  
  1036.     * math_3.c (matrix_is_symm): New function.
  1037.     (Issymm): New function.
  1038.  
  1039. Wed Sep 22 21:40:29 1993  Ian Searle  (ian@quixote)
  1040.  
  1041.     * code.c (list_assign): Change numeric to string conversion to
  1042.     ".6g". and fix lack of iCONSTANT in list_assign().
  1043.  
  1044. Tue Sep 14 18:52:03 1993  Ian Searle  (ian@quixote)
  1045.  
  1046.     * util.c (cpstr_strip): SIZE_T change.
  1047.  
  1048.     * r_string.c (string_Read): SIZE_T change.
  1049.  
  1050.     * mem.c (xrealloc): Changed all SIZE_T to size_t.
  1051.  
  1052.     * rlib/plot.r (plotm): Remove name() uses, replace with "?"
  1053.     temporarily. 
  1054.  
  1055. Sat Sep 11 11:17:52 1993  Ian Searle  (ian@quixote)
  1056.  
  1057.     * fi_2.c (matrix_Sylv_Complex): New function.
  1058.  
  1059.     * math_3.c (Sylv): New function.
  1060.  
  1061.     * fi_2.c (matrix_Sylv_Real): New function.
  1062.     (matrix_Sylv): New function.
  1063.  
  1064. Fri Sep 10 16:31:24 1993  Ian Searle  (ian@quixote)
  1065.  
  1066.     * complex.c (complex_gt): Change complex relationals back to
  1067.     original method (using magnitudes).
  1068.  
  1069. Thu Sep  9 21:37:57 1993  Ian Searle  (ian@quixote)
  1070.  
  1071.     * bltin.c (System): Remove name() function.
  1072.     (Matrix_cast): Fix string-matrix cast.
  1073.     (Scalar_cast): Fix string-scalar casts.
  1074.     (Show): Add string to type descriptor.
  1075.  
  1076.     * random.c (SRand): Add if(once) statement so that srand() can be
  1077.     called before rand().
  1078.  
  1079. Tue Sep  7 17:51:00 1993  Ian Searle  (ian@quixote)
  1080.  
  1081.     * matrix_op2.c (matrix_Pow1): Fix up [m].^salar ops.
  1082.     (matrix_is_positive): New function.
  1083.  
  1084.     * scalar_op1.c (scalar_Pow): Fix up powers (again).
  1085.  
  1086. Mon Sep  6 09:33:06 1993  Ian Searle  (ian@quixote)
  1087.  
  1088.     * math_2.c (Sort): Make string sort, a vector function.
  1089.  
  1090.     * op.c (ent_ent_add): Add matrix-string adds.
  1091.  
  1092.     * matrix_op2.c (matrix_string_add): New function.
  1093.  
  1094.     * r_string.c (string_add): New function.
  1095.  
  1096. Mon Aug 30 18:16:11 1993  Ian Searle  (ian@quixote)
  1097.  
  1098.     * scan.l: Ignore \f (form-feed control character.
  1099.  
  1100.     * rlab.y: Made a[], and a[;] allowable (they are no-ops).
  1101.  
  1102. Sun Aug 29 00:01:13 1993  Ian Searle  (ian@quixote)
  1103.  
  1104.     * math_3.c: Same as math_2.c.
  1105.     (FFT): Move position of tmp2 creation so that it occurs after
  1106.     matrix has been either trucated, or extended.
  1107.     (IFFT): Move position of tmp2 creation so that it occurs after
  1108.     matrix has been either trucated, or extended.
  1109.  
  1110.     * math_2.c: Use TARG_DESTROY macro in all functions where
  1111.     convert_to_matrix, or convert_to_scalar is used.
  1112.  
  1113.     * print.c (do_printf): Must check argcnt <= 0 since argcnt is
  1114.     unsigned. 
  1115.  
  1116.     * rlab.h: Removed some of the portability oriented defines, and
  1117.     put them in config.h
  1118.  
  1119.     * rlib/isinf.r (isinf): Check for -inf also.
  1120.  
  1121.     * rlib/linspace.r (linspace): Check N >= 2.
  1122.  
  1123.     * rlib/logspace.r (logspace): Check N >= 2.
  1124.  
  1125.     * rlib/triu.r (triu): use .nr, and .nc. Also check k correctly.
  1126.  
  1127. Sat Aug 28 12:12:33 1993  Ian Searle  (ian@quixote)
  1128.  
  1129.     * rlib/tril.r (tril): Use .nr, and .nc. Also check k correctly.
  1130.  
  1131.     * math_3.c (IFFT): Scale the result by 1/N (like MATLAB).
  1132.     (FFT): Remove the 1/N scaling (like MATLAB).
  1133.     (FFT): Make fft() behave like MATLAB, with 2nd argument.
  1134.     (IFFT): Make ifft() behave like MATLAB, with 2nd argument.
  1135.  
  1136.     * complex.c (complex_or): Make complex relational behave like
  1137.     MATLAB. 
  1138.  
  1139.     * main.c (init_environment): Check environment for PAGER if
  1140.     RLAB_PAGER is not specified.
  1141.  
  1142. Wed Aug 25 23:29:32 1993  Ian Searle  (ian@quixote)
  1143.  
  1144.     * rlab.y: Added f(,,3,,5) capability to function calls.
  1145.  
  1146. Tue Aug 24 22:41:42 1993  Ian Searle  (ian@quixote)
  1147.  
  1148.     * math_2.c (Sort): Make sort() handle scalar string.
  1149.  
  1150. Wed Aug 18 21:02:55 1993  Ian Searle  (ian@quixote)
  1151.  
  1152.     * matrix.c (matrix_AppendColC): Some cosmetic touch ups while
  1153.     looking for a mem-clobber.
  1154.  
  1155. Tue Aug 17 21:04:19 1993  Ian Searle  (ian@quixote)
  1156.  
  1157.     * fi_1.c (matrix_QrPR): Create [P] as a k-by-n.
  1158.     (matrix_QrPZ): Create [P] as a k-by-n.
  1159.  
  1160.     * matrix_op2.c (matrix_Rdivide): Make a / [] work.
  1161.     (matrix_Ldivide): Make a \ [] work.
  1162.  
  1163.     * matrix_op1.c (matrix_Add): Make a + [] work.
  1164.     (matrix_Sub): Make a - [] work.
  1165.     (matrix_El_Div): Make a ./ [] work.
  1166.     (matrix_El_Mul): Make a .* [] work.
  1167.  
  1168. Mon Aug 16 23:31:04 1993  Ian Searle  (ian@quixote)
  1169.  
  1170.     * fi_1.c (matrix_QrP): New function(s).
  1171.  
  1172. Sat Aug  7 08:30:44 1993  Ian Searle  (ian@quixote)
  1173.  
  1174.     * matrix_op2.c (matrix_ReadGeneric): Changed to MATLAB flat-file
  1175.     format. 
  1176.     (figure_it_out): New function.
  1177.  
  1178.     * op_matrix.c (matrix_vector_assign): Add code (move) to re-type
  1179.     empty matrices.
  1180.     (matrix_assign): Same.
  1181.  
  1182.     * matrix.c (matrix_AssignRow): Remove matrix rhs-lhs type
  1183.     matching, this should be done in op_matrix.c.
  1184.     (matrix_Assign): Same.
  1185.     (matrix_AssignCol): Same.
  1186.     (matrix_AssignVector): Same.
  1187.  
  1188. Wed Aug  4 19:36:20 1993  Ian Searle  (ian@quixote)
  1189.  
  1190.     * matrix.c (matrix_AssignCol): Change (1, 1) to (0, 0) is create
  1191.     matrix calls.
  1192.  
  1193. Mon Aug  2 19:41:27 1993  Ian Searle  (ian@quixote)
  1194.  
  1195.     *  (./rlib): complement.r, intersection.r, set.r, union.r, New
  1196.     function.s 
  1197.  
  1198.     * op_matrix.c (matrix_reshape_col): Make [:] work on scalar STRING
  1199.     entities. 
  1200.  
  1201.     * util.c (convert_all_to_matrix_d): New function.
  1202.  
  1203. Sun Aug  1 22:50:30 1993  Ian Searle  (ian@quixote)
  1204.  
  1205.     * bltin.c (Find): Make find() handle scalar input.
  1206.  
  1207. Fri Jul 30 22:35:33 1993  Ian Searle  (ian@quixote)
  1208.  
  1209.     * op_matrix.c (matrix_assign): Same changes as made to
  1210.     matrix_vector_assign(). 
  1211.  
  1212.     * matrix.c (matrix_AssignVector): Free old matrix string element
  1213.     before assigning new value.
  1214.     (matrix_Assign): Same as above.
  1215.     (matrix_AssignCol): Same as above.
  1216.     (matrix_AssignRow): Same as above.
  1217.  
  1218.     * op_matrix.c (matrix_vector_assign): Add code to treat strings
  1219.     like scalar numerics.
  1220.  
  1221.     * op.c (ent_ent_el_pow): Add defaults to the switches to catch
  1222.     non-numeric entities.
  1223.  
  1224. Thu Jul 29 18:23:53 1993  Ian Searle  (ian@quixote)
  1225.  
  1226.     * toolbox/lagrange.r: Added check for out-of-bounds.
  1227.  
  1228.     * matrix.c (matrix_AppendRowS): Copy the null string into the
  1229.     empty matrix elements.
  1230.  
  1231. Wed Jul 28 23:33:15 1993  Ian Searle  (ian@quixote)
  1232.  
  1233.     * scalar_op1.c (scalar_Pow): Fix BOZO in 2nd comparison test.
  1234.  
  1235. Tue Jul 27 06:13:19 1993  Ian Searle  (ian@quixote)
  1236.  
  1237.     * main.c (run_program): Check ijmp so that we don't run out of
  1238.     longjmps in the non-interactive case.
  1239.  
  1240. Sun Jul 25 20:03:21 1993  Ian Searle  (ian@quixote)
  1241.  
  1242.     * rfile.c (find_open): closedir before we call run_program in case
  1243.     an error occurs.
  1244.  
  1245.     * rlab.y (ryyerror): Add longjmp call to ryyerror, also function
  1246.     scope resetting.
  1247.  
  1248.     * main.c (run_program): Now when an error occurs, keep
  1249.     longjmp()'ing up until we hit input == 0.
  1250.  
  1251.     * code.c (function_define): Made to small, but significant
  1252.     changes.  `function_SetCodeSize (u_func, psize + 4);' the number 4
  1253.     was a 5. And, `for (i = psave; i < psize + psave; i++)' the `<'
  1254.     used to be a `<='. These changes were made simply because we were
  1255.     using an extra piece of code when copying the function, which may
  1256.     not be safe under some rare circumstances. This bug popped up when
  1257.     I installed fvscope().
  1258.  
  1259. Sat Jul 24 09:17:10 1993  Ian Searle  (ian@quixote)
  1260.  
  1261.     * dissassem.c (diss_assemble): Fixed bug in OP_LIST_MEMB, and
  1262.     OP_LIST_CREATE dissasembly.
  1263.  
  1264. Fri Jul 23 21:51:33 1993  Ian Searle  (ian@quixote)
  1265.  
  1266.     * bltin.c (FVScope): New function.
  1267.  
  1268. Wed Jul 21 20:05:45 1993  Ian Searle  (ian@quixote)
  1269.  
  1270.     * op_matrix.c (matrix_stack): Make [a;s] work, when a in
  1271.     numeric-string. 
  1272.  
  1273.     * op_append.c (matrix_string_app): Make [a,s] work, where a is
  1274.     numeric-empty. 
  1275.  
  1276. Tue Jul 20 08:22:34 1993  Ian Searle  (ian@quixote)
  1277.  
  1278.     * matrix.c (matrix_AssignVector): Add logic so that we can have
  1279.     any RHS when assigning to an empty matrix.
  1280.     (matrix_AssignRow): Same as previous change.
  1281.     (matrix_AssignCol): Same as previous change.
  1282.     (matrix_Assign): Same as previous change.
  1283.  
  1284.     * rlib/input.r: New function.
  1285.  
  1286.     * toolbox/mret.r: New function.
  1287.  
  1288. Sun Jul 18 09:03:16 1993  Ian Searle  (ian@quixote)
  1289.  
  1290.     * code.c (reset_stack_ptr): New function.
  1291.  
  1292.     * main.c (run_program): Call reset_stack_ptr after longjmp().
  1293.  
  1294.     * rlib/input.r (input): New function.
  1295.  
  1296.     * matrix.c (matrix_print_real): Modify matrix print format.
  1297.  
  1298.     * bltin.c (Clear): Improved error messages.
  1299.  
  1300. Sat Jul 17 08:08:31 1993  Ian Searle  (ian@quixote)
  1301.  
  1302.     * rlib/num2str.r (num2str): New function rfile.
  1303.  
  1304.     * code.c (find_lineno): Check for NULL ptr if we get an error, or
  1305.     warning on the very 1st statement.
  1306.  
  1307. Wed Jul 14 20:31:18 1993  Ian Searle  (ian@quixote)
  1308.  
  1309.     * rlib/redit.r: Removed file existence test.
  1310.  
  1311. Tue Jul 13 20:40:01 1993  Ian Searle  (ian@quixote)
  1312.  
  1313.     * main.c (run_program): Add call to reset_frame_ptr to set fp back
  1314.     after a longjmp.
  1315.  
  1316.     * code.c (reset_frame_ptr): New Function.
  1317.  
  1318. Mon Jul 12 18:49:33 1993  Ian Searle  (ian@quixote)
  1319.  
  1320.     * Release v0.91b.
  1321.  
  1322.     * Major changes to rlab.y, scan.l. to make the parser generate
  1323.     codes, line at a time.
  1324.  
  1325. Wed Jul  7 22:02:33 1993  Ian Searle  (ian@quixote)
  1326.  
  1327.     * rlib/tmp_file.r: Use static variable to help insure uniqness.
  1328.  
  1329. Mon Jul  5 00:40:17 1993  Ian Searle  (ian@quixote)
  1330.  
  1331.     *  (./rlab): Release v0.90a.
  1332.  
  1333.     * bltin.c (Load): Added close_file_ds() call. This is overkill,
  1334.     but what the heck (safety 1st).
  1335.  
  1336.     * util.c (btree_get_node_names_who): Don't print variable names
  1337.     that begin with a "_".
  1338.  
  1339.     * rlab.y: Removed pure parser declaration.
  1340.  
  1341.     * scan.l: Went back to classical lex-yacc interaction (not a
  1342.     pure-parser). 
  1343.  
  1344.     * dissassem.c (diss_assemble): Update for new op-codes.
  1345.  
  1346. Sun Jul  4 20:12:31 1993  Ian Searle  (ian@quixote)
  1347.  
  1348.     * code.c (execute): Add OP_RFILE, OP_RFILE_NAME codes.
  1349.  
  1350.     * Have made major changes to main.c, code.[ch], bltin.c to make
  1351.     the parser/machine callable while executing code.
  1352.  
  1353. Thu Jul  1 21:31:02 1993  Ian Searle  (ian@quixote)
  1354.  
  1355.     * btree.c (btree_write_nodes): Check for BLTIN, and UFUNCTION.
  1356.  
  1357.     * rfile.c (rfile_load): Print out full file name in error message.
  1358.  
  1359.     * matrix.c (matrix_ExtractRowMatrix): Cast element references when
  1360.     bounds checking, so that NaNs and Infs are properly handled.
  1361.  
  1362. Fri Jun 25 17:30:48 1993  Ian Searle  (ian@quixote)
  1363.  
  1364.     * test (S): Added sprintf() test.
  1365.  
  1366. Thu Jun 24 20:15:35 1993  Ian Searle  (ian@quixote)
  1367.  
  1368.     * print.c (do_printf): Fix up argument handling for formats with
  1369.     width and/or precision specifiers.
  1370.  
  1371. Wed Jun 23 19:33:26 1993  Ian Searle  (ian@quixote)
  1372.  
  1373.     * scalar_op1.c (scalar_Pow): Use complex computation all the time.
  1374.     (scalar_Pow): Always return 1 when s2 is 0.
  1375.  
  1376. Tue Jun 22 16:26:58 1993  Ian Searle  (ian@quixote)
  1377.  
  1378.     * config/*: Added HAVE_TIME_H define.
  1379.  
  1380.     * config/config.svr4:  Added HAVE_STDLIB_H define.
  1381.  
  1382.     * scan.l: Get rid of #elif pre-processor statements (not K&R
  1383.     compatible). 
  1384.  
  1385.     * rlab.h:   Added HAVE_STDLIB_H block.
  1386.  
  1387.     * config/config.rs6000: Added HAVE_STDLIB_H define.
  1388.  
  1389.     * rfile.c:  Added HAVE_STDLIB_H block.
  1390.  
  1391.     * symbol.c: Added HAVE_STDLIB_H block.
  1392.  
  1393.     * matrix.c: Don't need stdlib.h include anymore.
  1394.  
  1395.     * config/config.hpux: Got access to an HP 9000/720, HP-UX 8.05.
  1396.     This config files has now been tested.
  1397.  
  1398.     * fi_1.c (matrix_Svd_Complex): Added "A", "S" abililty.
  1399.  
  1400.     * math_2.c (Svd): Added "S", "A", 2nd arg to svd() list.
  1401.  
  1402.     * bltin.c (Zero): Cast matrix_Create args to (int).
  1403.     (Ones): Cast matrix_Create args to (int).
  1404.  
  1405. Sat Jun 19 22:25:10 1993  Ian Searle  (ian@quixote)
  1406.  
  1407.     * init.c (rlab_bltin): Add _garbage function.
  1408.  
  1409.     * README.install: Update installation instructions for make
  1410.     install. 
  1411.  
  1412.     * Makefile (mkdir): Remove `rm' command from Makefile.
  1413.  
  1414.     * rlib/whos.r (whos): Calculate nbytes correctly for complex
  1415.     types. 
  1416.  
  1417.     * util.c (btree_get_node_names_what): Don't print builtin
  1418.     functions that begin with a `_'.
  1419.  
  1420.     * scan.l: Allow variable names that begin with a `_'.
  1421.  
  1422. Mon Jun 14 19:48:17 1993  Ian Searle  (ian@quixote)
  1423.  
  1424.     * toolbox/pinv.r (pinv): Fixed bug in tol calc.
  1425.  
  1426. Mon Jun  7 19:13:25 1993  Ian Searle  (ian@quixote)
  1427.  
  1428.     * Makefile (COPYDIR): Copy doc directory and config.h file during
  1429.     install. 
  1430.  
  1431.     * config/config.sun4: Add ifdef __GNUC__ to handle sys/ieeefp.h,
  1432.     and float.h
  1433.  
  1434.     * matrix_op2.c (matrix_gt_zero): Fix error message.
  1435.  
  1436. Sun Jun  6 09:10:12 1993  Ian Searle  (ian@quixote)
  1437.  
  1438.     * rlib/diff.r (diff): Finished appr. comments.
  1439.  
  1440. Sat Jun  5 19:14:07 1993  Ian Searle  (ian@quixote)
  1441.  
  1442.     * matrix_op2.c (matrix_scalar_Pow1): Fix op for exp <= 0.
  1443.  
  1444.     * fi_2.c (matrix_Schur): New function.
  1445.  
  1446. Wed Jun  2 23:08:04 1993  Ian Searle  (ian@quixote)
  1447.  
  1448.     *  Release Version 0.83 beta.
  1449.  
  1450. Mon May 31 17:40:45 1993  Ian Searle  (ian@quixote)
  1451.  
  1452.     * code.c (forcode): Fix scalar execution of loop.
  1453.     (forcode): Set limit properly when vec_expr is a scalar.
  1454.  
  1455. Sun May 30 09:22:34 1993  Ian Searle  (ian@quixote)
  1456.  
  1457.     * rlab.h: Added NUM type.
  1458.  
  1459.     * bltin.c (get_bltin_arg): Added NUM type
  1460.  
  1461.     * random.c (Rand): Use get_num_scalar_val more to reduce gc
  1462.     inefficiency. 
  1463.  
  1464.     * Release v0.82
  1465.  
  1466. Sat May 29 22:55:06 1993  Ian Searle  (ian@quixote)
  1467.  
  1468.     * rlib/plot.r: Added showterm(), setterm(), phrd().
  1469.  
  1470.     * scan.l: Changed NUMBER regexps so that `a.e1' (list member ref)
  1471.     won't ge confused with exponential form of NUMBER.
  1472.  
  1473. Wed May 26 17:52:16 1993  Ian Searle  (ian@quixote)
  1474.  
  1475.     * scan.l (rlab_yy_input): Signal() should be called with
  1476.     intcatch_wait as arg.
  1477.  
  1478.     * btree.c (btree_copy_nodes): Add UNDEF case.
  1479.  
  1480. Mon May 24 20:23:49 1993  Ian Searle  (ian@quixote)
  1481.  
  1482.     * removed testmatrices directory.
  1483.  
  1484.     * ode*: Mods to user-output capabilities.
  1485.  
  1486. Sun May 23 13:50:21 1993  Ian Searle  (ian@quixote)
  1487.  
  1488.     * toolbox/FFT2.r: New file.
  1489.  
  1490.     * toolbox/FFT.r: New file.
  1491.  
  1492.     * toolbox/hankel: New rfile.
  1493.  
  1494.     * toolbox/ode78.r: Added Uoutput.
  1495.  
  1496.     * rlib/ode23.r: Added Uoutput.
  1497.  
  1498.     * op_matrix.c (matrix_reshape_col): Try and make more efficient if
  1499.     input is already a column. 
  1500.  
  1501.     * matrix_op1.c (matrix_ne): Fix goof in REAL !+ COMPLEX, and
  1502.     COMPLEX != REAL.
  1503.  
  1504. Wed May 19 18:19:00 1993  Ian Searle  (ian@quixote)
  1505.  
  1506.     * bltin.c, btree.c: Add UNDEF case to write() options. 
  1507.  
  1508. Sat May 15 12:25:25 1993  Ian Searle  (ian@quixote)
  1509.  
  1510.     * code.c (ret_from_func): Use btree_FindNodeR.
  1511.  
  1512.     * btree.[ch] (btree_FindNodeR): New function.
  1513.  
  1514.     * test: Added lqr test to test-suite.
  1515.  
  1516.     * Makefile: Added install for rlab.1 (man-page).
  1517.  
  1518.     * Makefile: Clean LIBDIR before installing files.
  1519.  
  1520.     * scan.l: Use strtod() more often (replace sscanf()).
  1521.  
  1522. Fri May 14 21:46:25 1993  Ian Searle  (ian@quixote)
  1523.  
  1524.     * toolbox/*.r, rlib/*.r: Any files that neede class() or type()
  1525.     mods. 
  1526.  
  1527.     * code.c (list_member): Change type member results for
  1528.     consistency. 
  1529.  
  1530.     * btree.[ch] (btree_GetRealNumNodes): New function.
  1531.  
  1532.     * bltin.c (Type): More consistemcy changes.
  1533.  
  1534.     * bltin.c (Class): More consistemcy changes.
  1535.  
  1536.     * bltin.c (Show): Working on consistency.
  1537.  
  1538.     * main.c (warning_?): Check for s being an arg tag, print null
  1539.     string if so. 
  1540.  
  1541. Sun May  9 10:56:13 1993  Ian Searle  (ian@quixote)
  1542.  
  1543.     * examples/testmatrices/jordan.r: Removed "dummy" usage.
  1544.  
  1545.     * examples/testmatrices/krylov.r: Removed "dummy" usage.
  1546.  
  1547.     * examples/testmatrices/jordan.r: Removed "dummy" usage.
  1548.  
  1549.     * examples/testmatrices/cauchy.r: Removed "dummy" usage.
  1550.  
  1551.     * bltin.c (Ones, Zero): Onnly accept matrices with m*n == 2.
  1552.  
  1553.     * toolbox/rk4.r: Changes function names to match file name, fixed
  1554.     bug in calling rrk4(), y-argument.
  1555.  
  1556.     * code.c (assign): Don't check for "-" when assigning anymore. Not
  1557.     necessary cause there are always ENTITIES in function arg lists.
  1558.  
  1559.     * code.c (function_call): Don't label UNDEF args "dummy".
  1560.  
  1561.     * code.c (ret_from_func): Don't test args for key == 0 on clean. 
  1562.  
  1563.     * rlib/triu.r, tril.r: Remove "dummy" usage.
  1564.  
  1565.     * rlib/linspace.r: Remove "dummy" usage.
  1566.  
  1567.     * contrib/FFT.r, FFT2.r, hankel.r, toepltiz.r: Remove "dummy"
  1568.     usage. 
  1569.  
  1570.     * code.c (print): Check for BLTIN.
  1571.  
  1572.     * rlib/whos: Add check for arg exist.
  1573.  
  1574.     * rlib/ode23: Remove "dummy" usage, add checks
  1575.  
  1576.     * rlib/plot.r: Check N in plot()
  1577.  
  1578.     * rlib/redit.r: Remove "dummy" usage.
  1579.  
  1580.     * rlib/redit.r: Remove "dummy" usage.
  1581.  
  1582.     * rlib/pause.r: Remove "dummy" usage.
  1583.  
  1584.     * rlib/eye.r: Remove "dummy" usage.
  1585.  
  1586.     * rlib/diff.r: Remove "dummy" usage.
  1587.  
  1588.     * toolboz/ode78.r: Remove "dummy" usage.
  1589.  
  1590.     * toolbox/lagrange.r: Remove "dummy" usage.
  1591.  
  1592.     * toolbox/chop.r: Remove "dummy" usage.
  1593.  
  1594.     * toolbox/bandred.r: Remove "dummy" usage.
  1595.  
  1596.     * code.c (function_call): Push UNDEF on for non-existent args.
  1597.  
  1598. Sat May  8 11:19:30 1993  Ian Searle  (ian@quixote)
  1599.  
  1600.     * rlib/lu.r: New file, replaces old lu() built-in
  1601.  
  1602.     * /help/backsub: New file
  1603.  
  1604.     * help/factor: New file
  1605.  
  1606.     * fi_1.[ch]: Removed matrix_LU().
  1607.  
  1608.     * fi_2.c (matrix_Backsub): Added error checking
  1609.  
  1610. Thu May  6 22:51:34 1993  Ian Searle  (ian@quixote)
  1611.  
  1612.     * fi_2.c (matrix_Factor): new function.
  1613.  
  1614.     * fi_2.c (matrix_Backsub): New function
  1615.  
  1616. Tue May  4 19:31:38 1993  Ian Searle  (ian@quixote)
  1617.  
  1618.     * toolbox/erf.r: Added erfcc(). Mods to inverf().
  1619.  
  1620.     * main.c (rpclose): New function.
  1621.  
  1622.     * code.c (print): Mods to use `use_pager' flag when printing
  1623.     matrices. 
  1624.  
  1625. Mon May  3 21:37:21 1993  Ian Searle  (ian@quixote)
  1626.  
  1627.     * code.c (print): Add rule-of-thumb, to avoid using popen() so
  1628.     much. 
  1629.  
  1630. Sun May  2 13:14:39 1993  Ian Searle  (ian@quixote)
  1631.  
  1632.     * code.c (ret_from_func): fix screw-up in local list clean.
  1633.  
  1634.     * rlib/plot.r: Re-written.
  1635.  
  1636.     * toolbox/gamma.r: Mods, uses static, updates to any(), all()
  1637.     usage. Also fixed gamm[pq] arg blunder.
  1638.  
  1639. Sat May  1 16:53:17 1993  Ian Searle  (ian@quixote)
  1640.  
  1641.     * print.c (FPrintf): Check fp for NULL.
  1642.  
  1643. Fri Apr 30 23:27:11 1993  Ian Searle  (ian@quixote)
  1644.  
  1645.     * print.c (do_printf): Add check for strv == 0.
  1646.  
  1647. Thu Apr 29 18:16:10 1993  Ian Searle  (ian@quixote)
  1648.  
  1649.     * code.c (ret_from_func): Test rd.u.ent for NULL name ptr.
  1650.  
  1651. Wed Apr 28 19:04:21 1993  Ian Searle  (ian@quixote)
  1652.  
  1653.     * op_matrix.c (matrix_vec_assign): Mods to handle scalars at top. 
  1654.  
  1655.     * code.c (ret_from_fun): Handle local lists now.
  1656.  
  1657.     * op_matrix.c (matrix_assign): Mods to handle scalars at top.
  1658.  
  1659. Tue Apr 27 21:25:59 1993  Ian Searle  (ian@quixote)
  1660.  
  1661.     * rlib/ode23.r: More efficient, use a LIST inside ode23(), then
  1662.     use collapse() to return a matrix.
  1663.  
  1664.     * bltin.c (Diag): New function.
  1665.  
  1666.     * bltin.c (Ones): New function.
  1667.  
  1668. Sun Apr 25 11:17:09 1993  Ian Searle  (ian@quixote)
  1669.  
  1670.     * code.c (ret_from_func): Do not clean BTREE objects from local
  1671.     variable list.
  1672.  
  1673.     * matrix_op1.c (matrix_eq and related functions): Add ability to
  1674.     do strinf-matrix ops when one matrix is a 1-by-1.
  1675.  
  1676.     * relation.c: All functions. Use switch, additions for
  1677.     matrix-string rel-ops.
  1678.  
  1679.     * matrix_op2.c: New functions... matrix_string_??().
  1680.  
  1681.     * code.c (execute): in OP_POP_CLEAN, add test for non-null entity
  1682.     type. 
  1683.  
  1684.     * matrix_op1.c (matrix_Multiply??): Add check for either A or B
  1685.     being an empty matrix, return an empty matrix.
  1686.  
  1687.     * util.c (convert_all_to_matrix): Changed d to new in
  1688.     string-matrix convert.
  1689.  
  1690. Sat Apr 24 11:22:56 1993  Ian Searle  (ian@quixote)
  1691.  
  1692.     * btree.c (btree_Print): Print <<>> for empty-list, even when list
  1693.     has UNDEFs.
  1694.  
  1695.     * bltin.c (Exist): New function
  1696.  
  1697.     * rlib/plot.r: Make pinfo static.
  1698.  
  1699. Fri Apr 23 23:38:39 1993  Ian Searle  (ian@quixote)
  1700.  
  1701.     * rlab.y, scan.l, main.c: Started addition of fstatic()
  1702.     declaration. 
  1703.  
  1704. Wed Apr 21 19:29:08 1993  Ian Searle  (ian@quixote)
  1705.  
  1706.     * code.c (find_file_name): Go straight to file name since we know
  1707.     exactly where it is.
  1708.  
  1709. Tue Apr 20 16:47:34 1993  Ian Searle  (ian@quixote)
  1710.  
  1711.     * code.c (forcode): This is really where yesterday's list-bug was
  1712.     lurking. The problem was not installing tmp for-vectors on the
  1713.     tmp-list. 
  1714.  
  1715. Mon Apr 19 19:38:39 1993  Ian Searle  (ian@quixote)
  1716.  
  1717.     * r_string.c (string_Read): Use fscanf() instead of getc() to get
  1718.     the last \n. This seems to work ?.
  1719.  
  1720.     * list.c (list_DetachNodeByAddr): Added check for n == 0. This may
  1721.     happen in some rare cases when the list is really clean.
  1722.  
  1723.     * code.c (ifcode, whilecode): Handle empty matrices as if(),
  1724.     while() args (eval to 0).
  1725.  
  1726.     * bltin.c (Read): Try and print out type if failure.
  1727.  
  1728.     * rlib/sign.r: Removed scalar option.
  1729.  
  1730.     * rlib/fix.r: New file
  1731.  
  1732.     * config/config.linux: Updated file from F.F.Yap.
  1733.  
  1734. Sun Apr 18 12:16:05 1993  Ian Searle  (ian@quixote)
  1735.  
  1736.     * Release version 0.75 beta
  1737.  
  1738.     * rlib/ode23.r: Mods to make ode23() operate on column solutions,
  1739.     and independent of y0 orientation.
  1740.  
  1741.     * toolbox/ode78.r: New function (from netlib).
  1742.  
  1743. Sat Apr 17 09:27:52 1993  Ian Searle  (ian@quixote)
  1744.  
  1745.     * toolbox/poly.r: Updated all() usage.
  1746.  
  1747.     * rlab.y: Moved function assign production to statement level so
  1748.     that trailing newline, or semicolon can be left out.
  1749.  
  1750.     * test: Incorporated getline() tests into test.
  1751.  
  1752. Thu Apr 15 19:46:57 1993  Ian Searle  (ian@quixote)
  1753.  
  1754.     * getline.c: Overhauled getline_scanner(), collect_decinal(), and
  1755.     collect_string() so that getline() will handle EOF.
  1756.  
  1757. Wed Apr 14 20:35:08 1993  Ian Searle  (ian@quixote)
  1758.  
  1759.     * test: Added a few more simple function tests.
  1760.  
  1761. Mon Apr 12 18:58:01 1993  Ian Searle  (ian@quixote)
  1762.  
  1763.     * util.c (convert_to_matrix): Removed call to remove_tmp_detroy(),
  1764.     to fix chol(1+1i) core dump.
  1765.  
  1766. Sun Apr 11 10:21:28 1993  Ian Searle  (ian@quixote)
  1767.  
  1768.     * rlib/cum[sum|prod].r: Re-write per Brad's suggestion (more
  1769.     efficient). 
  1770.  
  1771.     * init.c: Ordered bltin table for faster lookup.
  1772.  
  1773.     * util.[ch] (convert_all_to_matrix): New function.
  1774.  
  1775.     * op_matrix.c (matrix_vector_sub): Allow s[1] to work for a scalar
  1776.     string. 
  1777.  
  1778.     * bltin.c (Size, Length): Change the way we report on strings.
  1779.  
  1780.     * code.c (list_member): Add n, nr, nc as string attributes.
  1781.  
  1782. Sat Apr 10 10:46:00 1993  Ian Searle  (ian@quixote)
  1783.  
  1784.     * config.*: Fixed up obsolete comments around #include <float.h>
  1785.  
  1786.     * fi_1.c (matrix_inverse_?): Add call to matrix_Rcond() to check
  1787.     for ill-conditioned input.
  1788.  
  1789. Sun Apr  4 15:02:21 1993  Ian Searle  (ian@quixote)
  1790.  
  1791.     * fi_1.c (matrix_is_symmetric): Removed.
  1792.  
  1793. Sat Apr  3 00:05:57 1993  Ian Searle  (ian@quixote)
  1794.  
  1795.     * r_string.c (string_Read): Handle zero length string, and newline
  1796.     correctly. 
  1797.  
  1798.     * code.c (assign): Fix bungle in assign symbol table.
  1799.  
  1800.     * Copied bandred from testmatrices to toolbox.
  1801.  
  1802.     * Added contrib directory.
  1803.  
  1804.     * print.c (Close): Change test from `== 0' to `!= 1'.
  1805.  
  1806.     * test: Added tests for some of the more basic builtin functions
  1807.     (abs, max, sum, floor,...).
  1808.  
  1809.     * matrix_op1.c (matrix_Abs): Add #define rabs...
  1810.  
  1811.     * util.c (get_num_scalar_val): Put break where appropriate.
  1812.  
  1813. Fri Apr  2 20:50:05 1993  Ian Searle  (ian@quixote)
  1814.  
  1815.     * Many changes to get **return_ptr correct.
  1816.  
  1817.     * many small changes to get gcc -Wall  to shut up.
  1818.  
  1819.     * rfile.c (print_rfiles): Add extra space, and fflush() to force
  1820.     popen'ed ptr to behave correctly.
  1821.  
  1822.     * fi_1.c, matrix.c: Put #define rabs in.
  1823.  
  1824.     * util.c (btree_get_node_names): return a row matrix.
  1825.  
  1826.     * rlab.y, scan.l, symbol.[ch], util.c: Added $$ as globla symbol
  1827.     table constant.
  1828.  
  1829. Thu Apr  1 18:44:55 1993  Ian Searle  (ian@quixote)
  1830.  
  1831.     * Changed many error_1 messages, `wrong #' to Wrong number'.
  1832.  
  1833.     * main.c (warning_?): Fixed fprintf FILE ptr arg.
  1834.  
  1835. Wed Mar 31 19:24:13 1993  Ian Searle  (ian@quixote)
  1836.  
  1837.     * bltin.c (Length): Make compatible (partly) with Matlab.
  1838.  
  1839.     * alloca.c: Add #ifndef __GNUC__ to elminate supplied alloca if
  1840.     gcc is being used.
  1841.  
  1842.     * config/config.NeXT: Uncomment HAVE_PROTOTYPES, remove
  1843.     declarations at end of file.
  1844.  
  1845. Tue Mar 30 23:26:35 1993  Ian Searle  (ian@quixote)
  1846.  
  1847.     * code.c (list_el_create): Allow U_FUNCTION as valid type in
  1848.     switch. 
  1849.  
  1850. Sun Mar 28 11:24:02 1993  Ian Searle  (ian@quixote)
  1851.  
  1852.     * matrix_op1.c (matrix_El_Div): use matrix_screen_string().
  1853.  
  1854.     * bltin.c (CD): New function.
  1855.  
  1856.     * op_matrix.c (matrix_create): fix [2i], initialize real part.
  1857.  
  1858.     * toolbox/redit.r: New rfile.
  1859.  
  1860.     * scan.l: Take lineno++ out of # comment rule.
  1861.  
  1862. Sat Mar 27 09:27:01 1993  Ian Searle  (ian@quixote)
  1863.  
  1864.     * Now release v0.70.
  1865.  
  1866.     * op_matrix.c (matrix_stack): Fix type checking error in [1+2i;2]
  1867.     operation. 
  1868.  
  1869. Fri Mar 26 23:00:34 1993  Ian Searle  (ian@quixote)
  1870.  
  1871.     * Version 0.70 beta released.
  1872.  
  1873.     * scan.l: Added `#' as a commnet, now we can `#!/bin/rlab' our
  1874.     scripts. 
  1875.  
  1876. Wed Mar 24 00:02:06 1993  Ian Searle  (ian@quixote)
  1877.  
  1878.     * code.c (list_member): Make attribute look-up more consistent. 
  1879.  
  1880.     * bltin.c (Length): New function.
  1881.  
  1882.     * math_2.c (Sort): Make sort() a vector function.
  1883.  
  1884. Tue Mar 23 21:02:01 1993  Ian Searle  (ian@quixote)
  1885.  
  1886.     * matrix_op1.c (matrix_Any, matrix_All): Change to vector
  1887.     functions. 
  1888.  
  1889.     * util.c (get_datum_value): Fixed bug in extracting from 1-by-1.
  1890.  
  1891.     * matrix_op1.c: Most of the matrix relational functions. Added
  1892.     ability to recognize 1-by-1 matrices, and perform correct check.
  1893.  
  1894. Mon Mar 22 10:55:43 1993  Ian Searle  (ian@quixote)
  1895.  
  1896.     * rlab.y: Added production to opt_arg_list:
  1897.  
  1898.           | ',' error              { $$.count = 0; $$.off = 0; }
  1899.  
  1900.           The purpose of this rule is to prevent `sqrt ( , 2 )' from being
  1901.       a valid expression.
  1902.  
  1903. Sun Mar 21 23:02:59 1993  Ian Searle  (ian@quixote)
  1904.  
  1905.     * matrix_op2.c (matrix_Rdivide): Special case 1x1.
  1906.  
  1907. Sat Mar 20 14:36:19 1993  Ian Searle  (ian@quixote)
  1908.  
  1909.     * scan.l, rlab.y, code.[ch], dissasem.c, matrix_op1.[ch]: Added
  1910.     non-conjugate matrix transpose (.')
  1911.  
  1912.     * op.c (ent_ent_el_ldivide): Fixed typo in argument order.
  1913.  
  1914.     * op.c (rdivide, ldivide): Force all entities to be matrices, let
  1915.     low-level function determine appropriatness of dimensions.
  1916.  
  1917. Wed Mar 17 19:28:13 1993  Ian Searle  (ian@quixote)
  1918.  
  1919.     * btree.c (btree_Print): Change empty list printf().
  1920.  
  1921. Tue Mar 16 00:18:05 1993  Ian Searle  (ian@quixote)
  1922.  
  1923.     * matrix_op1.c (matrix_scalar_div2): Fix so 2./(1:3) works.
  1924.  
  1925.     * matrix_op1.c: Changes to handle [A] binop [3] conditions.
  1926.  
  1927. Mon Mar 15 20:56:18 1993  Ian Searle  (ian@quixote)
  1928.  
  1929.     * util.c (get_datum_value): Fix it so the function returns the
  1930.     value from a 1x1 matrix.
  1931.  
  1932.     * matrix_op2.[ch] (max, min): Modified max(), min() functions to
  1933.     behave more like MATLAB counterparts.
  1934.  
  1935.     * bltin.c (Reshape): mods to get rid of convert_to_scalar calls.
  1936.  
  1937.     * bltin.c (Scalar_cast, Matrix_cast): modified logix to get rid of
  1938.     convert_to_scalar().
  1939.  
  1940.     * print.c (SPrintf): Make sprintf() create the 1st argument if it
  1941.     is UNDEFINED.
  1942.  
  1943.     * math_1.c: Added
  1944.  
  1945.       if (targ.u.ent != arg.u.ent)
  1946.         remove_tmp_destroy (targ.u.ent);
  1947.       return;
  1948.  
  1949.       To all clean up temporary Datums when using convert_to_scalar.
  1950.  
  1951.  
  1952. Sun Mar 14 10:10:04 1993  Ian Searle  (ian@quixote)
  1953.  
  1954.     * scalar_op1.[ch], matrix_op1.[ch], complex.[ch], trig.c: add
  1955.     complex arc-trig functions.
  1956.  
  1957.     * scalar_op1.[ch], complex.[ch], trig.c, matrix_op1.[ch]: Add
  1958.     complex tangent.
  1959.  
  1960.     * rlab.y, code.[ch], dissamsem.c: Add `[:]' operation.
  1961.  
  1962. Sat Mar 13 12:34:46 1993  Ian Searle  (ian@quixote)
  1963.  
  1964.     * math_3.c (FFT): Add matrix fft capability.
  1965.  
  1966. Fri Mar 12 19:05:19 1993  Ian Searle  (ian@quixote)
  1967.  
  1968.     * op_matrix.c (matrix_transpose): Fix scalar complex transpose.
  1969.  
  1970.     * code.c (forcode): Add complex loop capability.
  1971.  
  1972.     * math_2.c (Chol, Det): Make them accept scalars as arguments.
  1973.  
  1974.     * math_2.c (Balance, Rcond): Make them accept scalars as arguments.
  1975.  
  1976.     * matrix.c (matrix_Print*): Add format for empty matrices.
  1977.  
  1978. Thu Mar 11 20:46:11 1993  Ian Searle  (ian@quixote)
  1979.  
  1980.     * math_1.c (Lu): Mods to handle scalar args.
  1981.  
  1982.     * eye.r: Mods to deal with new zeros().
  1983.  
  1984.     * bltin.c (Zero): Mods to allow it too handle combinations of
  1985.     matrices, and scalars.
  1986.  
  1987.     * rlab.y (yyparse): Small twiddle to newline production.
  1988.  
  1989. Tue Mar  9 19:49:06 1993  Ian Searle  (ian@quixote)
  1990.  
  1991.     * code.[ch], rlab.y, dissasem.c: Add OP_EMPTY_MATRIX_CREATE.
  1992.  
  1993.     * matrix.c (extraction functions): Small changes to extraction
  1994.     functions to handle NULL index matrices.
  1995.  
  1996.     * matrix_op2.c (matrix_Find): Fix logic around realloc() to avoid
  1997.     calling realloc with a zero argument.
  1998.  
  1999. Mon Mar  8 19:52:17 1993  Ian Searle  (ian@quixote)
  2000.  
  2001.     * op_matrix.c (matrix_sub): Make double indexing error checking
  2002.     behave like single indexing error-checking.
  2003.  
  2004.     * code.c (function_call): Convert CONSTANT args to scalars. 
  2005.  
  2006.     * matrix_op2.c (matrix_Find): Check for empty matrix when
  2007.     realloc'ing. 
  2008.  
  2009.     * matrix_op2.c (Prod): Fix complex products.
  2010.  
  2011. Sat Mar  6 11:31:50 1993  Ian Searle  (ian@quixote)
  2012.  
  2013.     * matrix.c (matrix_Write): Increased number of significant digits
  2014.     for output.
  2015.  
  2016.     * fi_[12].c: Remove the dependencies on f2c.h.
  2017.  
  2018. Fri Mar  5 17:16:41 1993  Ian Searle  (ian@quixote)
  2019.  
  2020.     * bltin.c (Show): Check for NULL names.
  2021.  
  2022. Sun Feb 28 10:25:53 1993  Ian Searle  (ian@quixote)
  2023.  
  2024.     * code.c (list_member): Made SCALAR attributes cosistent with
  2025.     MATRIX attributes.
  2026.  
  2027.     * matrix_op2.c (matrix_scalar_Pow): New function.
  2028.  
  2029.     * version.h: Changed version string. I am makeing the switch to
  2030.     BETA status.
  2031.  
  2032.     * matrix_op2.c (matrix_Max/matrix_Min): Small changes to
  2033.     algorithms. 
  2034.  
  2035. Thu Feb 25 20:26:41 1993  Ian Searle  (ian@quixote)
  2036.  
  2037.     * matrix.[ch]: matrix_ExtractElement, matrix_ExtractColumn,
  2038.     matrix_ExtractRow: new functions.
  2039.  
  2040.     * op_matrix.c (matrix_sub): Modify function loginc to improve
  2041.     speed. 
  2042.  
  2043. Tue Feb 23 21:11:34 1993  Ian Searle  (ian@quixote)
  2044.  
  2045.     * Incorporated config.NeXT, and NeXT patches.
  2046.  
  2047. Mon Feb 22 20:10:56 1993  Ian Searle  (ian@quixote)
  2048.  
  2049.     * math_2.c (Sort): Finished adding sort() features, complex,
  2050.     scalars, etc...
  2051.  
  2052. Sun Feb 21 15:46:49 1993  Ian Searle  (ian@quixote)
  2053.  
  2054.     * main.c, code.c, rlab.h, fi_[12].c: Changed way we catch SIGINT.
  2055.  
  2056.     * math_3.c, matrix_op2.[ch]: Added builtin versions of sum(),
  2057.     prod().
  2058.  
  2059. Tue Feb 16 21:21:59 1993  Ian Searle  (ian@quixote)
  2060.  
  2061.     * scalar.c (scalar_Create): Mods for small speedup.
  2062.  
  2063.     * list_node.[ch] (listNode_IsNodeAttached): Replace function with
  2064.     a macro in an attempt to speed things up.
  2065.  
  2066. Mon Feb 15 20:55:30 1993  Ian Searle  (ian@quixote)
  2067.  
  2068.     * test: Added matrix multiply tests.
  2069.  
  2070.     * matrix_op1.c (matrix_Mul??): Mods to handle A or B 1x1.
  2071.  
  2072.     * mm.c (ccmpy): Modified for a little more speed (courtesy Fook
  2073.     Fah). 
  2074.  
  2075. Sat Feb 13 21:00:48 1993  Ian Searle  (ian@quixote)
  2076.  
  2077.     * mm.c: New file.
  2078.  
  2079.     * matrix_op1.c (matrix_Mul??): Use contributed C matrix multiply
  2080.     code (faster).
  2081.  
  2082. Fri Feb 12 23:26:11 1993  Ian Searle  (ian@quixote)
  2083.  
  2084.     * code.c (list_member): Add member refs for CONSTANTs.
  2085.  
  2086.     * code.c (list_member): Add `.n' as scalar member.
  2087.  
  2088. Tue Feb  9 17:56:25 1993  Ian Searle  (ian@quixote)
  2089.  
  2090.     * math_2.c (MaxI/MinI): maxi()/mini() now return a scalar index
  2091.     value. 
  2092.  
  2093. Mon Feb  8 18:34:55 1993  Ian Searle  (ian@quixote)
  2094.  
  2095.     * code.c (forcode): Yet another change. Now for() will handle
  2096.     CONSTANTs were there should be vectors, without barfing.
  2097.  
  2098.     * math_2.c (Sort): sort() now returns a list of the sorted vector,
  2099.     and the sorted indices.
  2100.  
  2101.     * code.c (list_create): Remove erroneous call to
  2102.     convert_to_scalar().
  2103.  
  2104.     * matrix.c (matrix_assign_vector): Add calls to matrix_Extend() to
  2105.     handle empty matrix RHS.
  2106.  
  2107.     * code.c (forcode): Now for-loops will handle user changing loop
  2108.     vector in the middle of loop execution.
  2109.  
  2110. Sun Feb  7 22:32:58 1993  Ian Searle  (ian@quixote)
  2111.  
  2112.     * math_1.c (Inv): Allow scalars as well as matrices.
  2113.  
  2114.     * code.c (forcode): Fixed STUPID bug in loop-vector destroy logic
  2115.     (there was none).
  2116.  
  2117. Sat Feb  6 11:07:32 1993  Ian Searle  (ian@quixote)
  2118.  
  2119.     * matrix_op2.c (matrix_[LR]divide): Add test to use solve_eq()
  2120.     when A is square.
  2121.  
  2122.     * matrix.c (matrix_CreateFill): Add empty vector creation
  2123.     capability. 
  2124.  
  2125.     * code.c (forcode): Add no-execute capability/test.
  2126.  
  2127. Fri Feb  5 19:03:45 1993  Ian Searle  (ian@quixote)
  2128.  
  2129.     * rlab.y, scan.l: Made rfile, and help commands more versatile.
  2130.  
  2131.     * math_2.c (MinI): Fix subscripts on m.
  2132.  
  2133.     * matrix_op2.c (matrix_Max): Fixed complex max(). maxc.r = 0.0,
  2134.     NOT maxc.r = -DBL_MAX. Same for matrix_Min().
  2135.  
  2136. Tue Feb  2 21:41:37 1993  Ian Searle  (ian@quixote)
  2137.  
  2138.     * matrix.c (matrix_CreateFill): Change d = ... use abs(d3).
  2139.  
  2140. Mon Feb  1 23:21:31 1993  Ian Searle  (ian@quixote)
  2141.  
  2142.     * matrix_op2.c (matrix_Mod): Added complex matrices.
  2143.  
  2144.     * math_1.c (Mod): Better type checking. Handles complex args now.
  2145.  
  2146.     * complex.[ch] (complex_Mod): new function.
  2147.  
  2148. Sun Jan 31 13:20:11 1993  Ian Searle  (ian@quixote)
  2149.  
  2150.     * matrix_op2.c (matrix_Mod): Add some error/type checking.
  2151.  
  2152. Fri Jan 29 23:48:42 1993  Ian Searle  (ian@quixote)
  2153.  
  2154.     * Makefile: Still trying to make friendlier.
  2155.  
  2156. Thu Jan 28 17:31:22 1993  Ian Searle  (ian@quixote)
  2157.  
  2158.     * matrix_op2.[ch] (matrix_Mod): New function.
  2159.  
  2160.     * matrix.c (matrix_print_complex): Fix sign in sprintf().
  2161.  
  2162.     * code.c (assign): Change "-1" to "-" for strncmp.
  2163.  
  2164. Wed Jan 27 22:27:02 1993  Ian Searle  (ian@quixote)
  2165.  
  2166.     * bltin.c (Size): try returning size = 1x1 for SCALAR.
  2167.  
  2168. Tue Jan 26 20:03:52 1993  Ian Searle  (ian@quixote)
  2169.  
  2170.     * main.c, rlab.y: Mods to error printing. Leave filename, line
  2171.     number off when reading from stdin.
  2172.  
  2173. Mon Jan 25 22:40:06 1993  Ian Searle  (ian@quixote)
  2174.  
  2175.     * version.h: New file.
  2176.  
  2177.     * bltin.c, matrix_op2.[ch]: Moved matrix_Find() to matrix_op2.c.
  2178.  
  2179.     * getline.c, print.c, scan.h: Moved scancode[][ into getline.c
  2180.  
  2181. Fri Jan 22 00:10:52 1993  Ian Searle  (ian@quixote)
  2182.  
  2183.     * rlab.y: Starting on if statement syntax rework.
  2184.  
  2185.     * bltin.c (Find): New function.
  2186.  
  2187.     * main.c (warning_?): Check (s == 0).
  2188.  
  2189. Sun Jan 17 12:37:11 1993  Ian Searle  (ian@quixote)
  2190.  
  2191.     * bltin.c (All): Make scalar args allowable.
  2192.  
  2193.     * bltin.c (Any): Make scalar args allowable.
  2194.  
  2195.     * scan.l (new_file): Made minor change so tha ctrl-d (EOF) now
  2196.     stops execution.
  2197.  
  2198. Fri Jan 15 19:55:57 1993  Ian Searle  (ian@quixote)
  2199.  
  2200.     * dissasem.c: Changed output formats.
  2201.  
  2202.     * main.c, rlab.y: Add line_nos.
  2203.  
  2204. Thu Jan 14 18:19:26 1993  Ian Searle  (ian@quixote)
  2205.  
  2206.     * code.c (function_default_ret): A few more touches on argument
  2207.     cleaning. 
  2208.  
  2209. Wed Jan 13 19:27:36 1993  Ian Searle  (ian@quixote)
  2210.  
  2211.     * code.c (ret_from_func): Finally got garbage-collection for
  2212.     function args right (I hope :-).
  2213.  
  2214. Sun Jan 10 15:14:12 1993  Ian Searle  (ian@quixote)
  2215.  
  2216.     * code.c (list_member): Add "type" to string elements.
  2217.  
  2218. Fri Jan  8 22:09:53 1993  Ian Searle  (ian@quixote)
  2219.  
  2220.     * scan.l (new_file): Twiddle with lineno to get it right AFTER a
  2221.     load(), or rfile command.
  2222.  
  2223. Wed Jan  6 21:59:50 1993  Ian Searle  (ian@quixote)
  2224.  
  2225.     * code.c, rlab.y (list_assign): Fix it so that `a.[i] = a'. Caused
  2226.     a chang in generated op-codes in rlab.y.
  2227.  
  2228. Tue Jan  5 22:50:47 1993  Ian Searle  (ian@quixote)
  2229.  
  2230.     * random.c (Rand): Fixed rand(m,n).
  2231.  
  2232. Sat Jan  2 18:23:59 1993  Ian Searle  (ian@quixote)
  2233.  
  2234.     * rlab.y: mods to STRING ptr handling.
  2235.  
  2236.     * main.c: Add ip option. Use cat(1) as pager if -p is specified. 
  2237.  
  2238. Fri Jan  1 11:49:53 1993  Ian Searle  (ian@quixote)
  2239.  
  2240.     * getline.c (getline_scanner): Added quoted string scanning
  2241.     capability. 
  2242.  
  2243.     * print.c (get_file_ds): Use mode argument in popen() call.
  2244.  
  2245. Thu Dec 31 16:20:11 1992  Ian Searle  (ian@quixote)
  2246.  
  2247.     * getline.c: New File
  2248.  
  2249.     * scan.h: New File
  2250.  
  2251. Wed Dec 30 14:42:06 1992  Ian Searle  (ian@quixote)
  2252.  
  2253.     * matrix_op2.[ch]: Changed matrix_ReadColumn() to
  2254.     matrix_ReadGeneric(), added matrix_WriteGeneric().
  2255.  
  2256.     * bltin.c: Changed ReadV() to ReadM(). Added WriteM().
  2257.  
  2258. Tue Dec 29 09:30:53 1992  Ian Searle  (ian@quixote)
  2259.  
  2260.     * rfile.c: set pfile = 0 after successful pclose().
  2261.  
  2262.     * code.c (print): Set pfile = 0 after succesful pclose().
  2263.  
  2264. Wed Dec 23 16:56:11 1992  Ian Searle  (ian@quixote)
  2265.  
  2266.     * print.c (rfile_Destroy): Fixed braces on outside if.
  2267.  
  2268. Sat Dec 19 21:00:28 1992  Ian Searle  (ian@quixote)
  2269.  
  2270.     * print.c (do_printf): Changed error messages, and added another
  2271.     argcnt check.
  2272.  
  2273. Sun Dec 13 14:09:37 1992  Ian Searle  (ian@quixote)
  2274.  
  2275.     * matrix.c (matrix_Read): Fix complex read indexing
  2276.     (NWRITE+start-1). 
  2277.  
  2278.     * matrix.c (matrix_write_real): Fix `columns X through Y' output. 
  2279.  
  2280.     * math_2.c (Eig): Add calls to matrix_SetName().
  2281.  
  2282.     * lots!: Changed copy_string_ptr() to cpstr().
  2283.  
  2284. Thu Dec 10 19:23:42 1992  Ian Searle  (ian@quixote)
  2285.  
  2286.     * code.c (print): Print to stdout if popen() fails.
  2287.  
  2288.     * bltin.c (Read): close file after reading
  2289.  
  2290.     * matrix.c (matrix_Read): Fixe for-test while scanf'ing.
  2291.  
  2292. Sun Dec  6 13:00:50 1992  Ian Searle  (ian@quixote)
  2293.  
  2294.     * main.c (pipecatch): New function.
  2295.  
  2296.     * rfile.c: Make FILE *pfile static so we can pclose() if SIGPIPE
  2297.     occured. 
  2298.  
  2299.     * code.c (print): Use popen() for matrix output.
  2300.  
  2301.     * main.c (run): Catch SIGPIPE.
  2302.  
  2303. Fri Dec  4 17:27:08 1992  Ian Searle  (ian@quixote)
  2304.  
  2305.     * rfile.c (print_rfiles): Test for nfile == 0.
  2306.  
  2307. Thu Dec  3 19:57:50 1992  Ian Searle  (ian@quixote)
  2308.  
  2309.     * main.c (main): Add -l option.
  2310.  
  2311.     * main.c: Remove RLAB_LS_CMD.
  2312.  
  2313. Wed Dec  2 18:19:27 1992  Ian Searle  (ian@quixote)
  2314.  
  2315.     * Put power-op higher in precedence than unary-minus
  2316.  
  2317. Mon Nov 30 20:11:14 1992  Ian Searle  (ian@quixote)
  2318.  
  2319.     * math_2.c (Sort): Added string sort.
  2320.  
  2321.     * rfile.c: Finish up, still crude, but functionality is there.
  2322.  
  2323. Sun Nov 29 22:08:09 1992  Ian Searle  (ian@quixote)
  2324.  
  2325.     * rfiile.c (help): Moved help functionality to rfile.c
  2326.  
  2327. Sat Nov 28 21:10:43 1992  Ian Searle  (ian@quixote)
  2328.  
  2329.     * rlab.y: Move HELP, and RFILE productions up to program:
  2330.  
  2331.     * rfile.c: New file.
  2332.  
  2333. Mon Nov 23 23:16:39 1992  Ian Searle  (ian@quixote)
  2334.  
  2335.     * rlab.y: Clean-ups, comments.
  2336.  
  2337. Sun Nov 22 10:26:00 1992  Ian Searle  (ian@quixote)
  2338.  
  2339.     * Released v0.30.
  2340.  
  2341.     * Fixed goof in rlab.y ( parens around vec_expr ).
  2342.  
  2343.     * mathl.c: New file
  2344.  
  2345.     * rlab.y: Added '(' vec_expr ')' to vec_expr: rule.
  2346.  
  2347.     * mem.c (xmalloc, xrealloc): New functions. Now (hopefully) people
  2348.     can use most any compiler, and the provided alloca.c, and not get
  2349.     unresolved externals.
  2350.  
  2351.     * matrix.c (matrix_print_real): Use sprintf() now.
  2352.  
  2353.     * math_1.c (Round) New function, uses math library rint().
  2354.  
  2355. Sat Nov 21 22:13:34 1992  Ian Searle  (ian@quixote)
  2356.  
  2357.     * bltin.c (tic, toc): New functions.
  2358.  
  2359.     * scan.l, rlab.y: Trying to get error handling right so that the
  2360.     extra newline isn't needed.
  2361.  
  2362. Fri Nov 20 19:21:05 1992  Ian Searle  (ian@quixote)
  2363.  
  2364.     * fi_1.c (matrix_Norm): Fix 2-norm mistake.
  2365.  
  2366.     * bltin.c (Inf): New function.
  2367.  
  2368. Thu Nov 19 20:11:32 1992  Ian Searle  (ian@quixote)
  2369.  
  2370.     * scan.l (new_file): Fixed lineno bug, wasn't setting correct
  2371.     value in lnstack[].
  2372.  
  2373.     * config.h: Added choices for CONST, and BIG_ENDIAN,
  2374.     LITTLE_ENDIAN. 
  2375.  
  2376.     * bltin.c (Nan): New function.
  2377.  
  2378. Wed Nov 18 20:51:26 1992  Ian Searle  (ian@quixote)
  2379.  
  2380.     * config.h: Added option to use errno checking, or matherr().
  2381.  
  2382.     * bltin.c (matherr): New function.
  2383.  
  2384. Mon Nov 16 19:11:54 1992  Ian Searle  (ian@quixote)
  2385.  
  2386.     * bltin.c, main.c, scalar.c, matrix.c: Changed format() operation.
  2387.     Now format() works on REAL and COMPLEX.
  2388.  
  2389.     * main.c (init_misc): popen() FILE *paged_output, for paged matrix
  2390.     output. 
  2391.  
  2392.     * main.c: Removed inc_jmp_buff... and dec_jmp.... Replaced with
  2393.     jmp1, jmp2. Two simple variables should do the job.
  2394.  
  2395.     * scan.l (new_file): bptr = 0, if arg = 0.
  2396.  
  2397. Sun Nov 15 12:08:42 1992  Ian Searle  (ian@quixote)
  2398.  
  2399.     * matrix_*.c, bltin.c: Add calls to matrix_screen_string().
  2400.  
  2401.     * matrix.h (matrix_screen_string): Check for MTYPE == STRING, if
  2402.     TRUE, issue warning and longjmp().
  2403.  
  2404. Sat Nov 14 14:05:58 1992  Ian Searle  (ian@quixote)
  2405.  
  2406.     * sscan.l (new_file): Another overhaul, maybe someday I'll get it
  2407.     right.
  2408.  
  2409.     * rlab.y: Removed YYERROR usage, and replaced with longjmp().
  2410.  
  2411. Fri Nov 13 20:54:28 1992  Ian Searle  (ian@quixote)
  2412.  
  2413.     * main.c: Make jmp_buff an array. Change setjmp() call when
  2414.     loopong through filename arguments. If we run out of jmp_buff[]
  2415.     array, then STOP program.
  2416.  
  2417. Wed Nov 11 23:11:30 1992  Ian Searle  (ian@quixote)
  2418.  
  2419.     * matrix_op1.c (matrix_MultiplyCC): Call BLAS-3 ZGEMM().
  2420.  
  2421. Tue Nov 10 19:06:47 1992  Ian Searle  (ian@quixote)
  2422.  
  2423.     * matrix.c (matrix_CreateCLoad): Fixed bad matrix ref.
  2424.  
  2425.     * matrix.c (matrix_read_string): Completed.
  2426.  
  2427. Mon Nov  9 20:00:24 1992  Ian Searle  (ian@quixote)
  2428.  
  2429.     * !!! ADDITIONS TO LAPACK-C LIBRARY !!!
  2430.  
  2431.     * matrix_op2.c (matrix_Ldivide): Checks appropriate dimensions and
  2432.     calls matrix_LS.
  2433.  
  2434.     * fi_2.c (matrix_LS): New functions.
  2435.  
  2436.     * fi_1.c, fi_2.c: New files.
  2437.  
  2438.     * fi.c (matrix_Norm): The 2-norm is the ration of 1st/last
  2439.     singular values.
  2440.  
  2441. Sun Nov  8 10:39:10 1992  Ian Searle  (ian@quixote)
  2442.  
  2443.     * op_matrix.c (matrix_*_assign): Add call to matrix_gt_zero() to
  2444.     check indices for validity.
  2445.  
  2446.     * matrix_op2.c (matrix_gt_zero): New function
  2447.  
  2448.     * op_matrix.c (matrix_*_assign): Create LHS after looking at RHS
  2449.     type. 
  2450.  
  2451.     * op_append.c (matrix_string_app): Fix indexing bug that went
  2452.     passed end of array.
  2453.  
  2454.     * random.c (SRand): Add "clock" arg to enable setting seed from
  2455.     the clock.
  2456.  
  2457. Mon Nov  2 18:54:49 1992  Ian Searle  (ian@quixote)
  2458.  
  2459.     * matrix_op1.c (Sqrt, Log,...): Check for argument elements less
  2460.     than 0.
  2461.  
  2462.     * scalar_op1.c, matrix_op1.c (Log10): Added complex log10()
  2463.     capability. 
  2464.  
  2465.     * op_matrix.c (matrix_sub): Fix reduction of matrix string to
  2466.     scalar string.
  2467.  
  2468.     * matrix.c (matrix_print_string): Check for NULL ptrs before using
  2469.     strlen(). 
  2470.  
  2471.     * matrix.c (matrix_CreateS): Init string ptrs to 0 (for now).
  2472.  
  2473.     * util.c (print_What): Set unused matrix string ptrs to NULL
  2474.     string. 
  2475.  
  2476. Sun Nov  1 15:54:36 1992  Ian Searle  (ian@quixote)
  2477.  
  2478.     * matrix.[ch], op_append.c, op_matrix.c: Started in on adding
  2479.     matrices that contain STRING elements.
  2480.  
  2481. Sat Oct 31 11:34:13 1992  Ian Searle  (ian@quixote)
  2482.  
  2483.     * code.c, (ret_from_function): Do not try and clean argument
  2484.     variables while popping them off the stack.
  2485.  
  2486.     * bltin.c, (Name): Force name() to return "CONSTANT" when the
  2487.     entity name is "-1" (an constant in an argument list").
  2488.  
  2489.     * math_1.c, fi.c: Improved arg error checking, and added 2-norm
  2490.     option to Norm.
  2491.  
  2492. Fri Oct 30 17:43:39 1992  Ian Searle  (ian@quixote)
  2493.  
  2494.     * op_matrix.c: (matrix_vector_sub): Allow indexing of a SCALAR
  2495.     (only a single index).
  2496.  
  2497.     * op.c, util.c: Make all operations return a SCALAR, if the result
  2498.     is a 1x1 MATRIX.
  2499.  
  2500.     * scan.l: Call signal (SIG_IGN) in yy_input() to avoid causing a
  2501.     flex error.
  2502.  
  2503. Thu Oct 29 19:58:05 1992  Ian Searle  (ian@quixote)
  2504.  
  2505.     * rlab.y, scan.l: Add prompt variable to change the prompt for IF,
  2506.     FOR, WHILE, and functions.
  2507.  
  2508.     * code.c (assign): Finished fixing garbage collection details. In
  2509.     this case I was copying SCALARS twice. Now v0.30 is as good as
  2510.     0.21. 
  2511.  
  2512. Wed Oct 28 21:50:42 1992  Ian Searle  (ian@quixote)
  2513.  
  2514.     * op_matrix.c (matrix_assign) Clean rhs value.
  2515.  
  2516.     * util.c (convert_to_matrix): Clean original SCALAR.
  2517.  
  2518.     * op_append.c (vector_create): Add garbage-collection.
  2519.  
  2520.     * scan.l (new_file): Simplified scheme for input stream switching.
  2521.  
  2522. Mon Oct 26 19:51:37 1992  Ian Searle  (ian@quixote)
  2523.  
  2524.     * matrix.c (matrix_ExtractVector): Made more MATLAB like, by
  2525.     looking at type of parent matrix when deciding what dimensions of
  2526.     extracted vector should be.
  2527.  
  2528.     * relation.c: All functions, made SCALAR rel-op MATRIX and
  2529.     vice-versa work.
  2530.  
  2531.     * main.c (intcatch): New function, catch user interrupts.
  2532.  
  2533. Sat Oct 24 08:29:22 1992  Ian Searle  (ian@quixote)
  2534.  
  2535.     * scan.l: Added trailing context rules for: 3./A conditions.
  2536.  
  2537.     * code.c (load_local_var): Make local vars UNDEFINED.
  2538.  
  2539. Fri Oct 23 18:08:03 1992  Ian Searle  (ian@quixote)
  2540.  
  2541.     * Started Adding el-ops to rlab.y, code.c...
  2542.  
  2543.     * Finished eradicating VECTORS
  2544.  
  2545. Tue Oct 20 23:47:39 1992  Ian Searle  (ian@quixote)
  2546.  
  2547.     * Embarking on experiment... remove VECTORS from the language as a
  2548.     separate data type. Replace ';' with ',' as arg separators.
  2549.  
  2550. Thu Oct 15 18:31:51 1992  Ian Searle  (ian@quixote)
  2551.  
  2552.     * code.c (find_lineno, find_filename): Remove function arg.
  2553.  
  2554. Wed Oct 14 19:34:10 1992  Ian Searle  (ian@quixote)
  2555.  
  2556.     * rlab.y, code.c: Add loff (100) to line numbers to avoid op-code
  2557.     collisions when searching backwards through the codes.
  2558.  
  2559. Mon Oct 12 20:35:55 1992  Ian Searle  (ian@quixote)
  2560.  
  2561.     * code.c (function_define): Fixe 1st line number assign to test
  2562.     for line #0.
  2563.  
  2564. Fri Oct  9 23:38:58 1992  Ian Searle  (ian@quixote)
  2565.  
  2566.     * bltin.c (Clear): New function.
  2567.  
  2568.     * Reverted back to UNDEFINED variables.
  2569.  
  2570. Thu Oct  8 19:28:47 1992  Ian Searle  (ian@quixote)
  2571.  
  2572.     * code.c (list_create): Make list creation use numerical index
  2573.     values. 
  2574.  
  2575.     * trig.c, vector_op2.[ch], matrix_op2.[ch]: Make atan2() take
  2576.     vectors and matrices as args.
  2577.  
  2578.     * function.c (function_Destroy): Check list existence before
  2579.     destroy. 
  2580.  
  2581. Wed Oct  7 18:59:12 1992  Ian Searle  (ian@quixote)
  2582.  
  2583.     * Start incorporating some of the simpler, more common op-code
  2584.     functions directly into the switch.
  2585.  
  2586.     * rlab.[yh], code.[ch], scan.l: Have finished most of the changes
  2587.     mention below. Additionally have made y = function()... workable.
  2588.  
  2589. Mon Oct  5 00:58:30 1992  Ian Searle  (ian@quixote)
  2590.  
  2591.     * rlab.[yh], code.[ch], function.[ch]: Extensive changes to allow
  2592.     copying a user-function. Some of the changes: 1) adding two new
  2593.     op-codes, OP_PUSH_ARG, OP_PUSH_LOCAL, which push local and arg
  2594.     vars without explicit ptr reference 2) the new op-codes caused
  2595.     changes to function_call(), function_ret(), ret_from_function(),
  2596.     push_var, bltin(), and some others. The new op-codes also caused
  2597.     some changes in the parser actions.
  2598.  
  2599. Sat Oct  3 20:28:15 1992  Ian Searle  (ian@quixote)
  2600.  
  2601.     * function.[ch], code.c: Allow user-functions to be assigned,
  2602.     copied. 
  2603.  
  2604.     * scalar.c, vector.c, matrix.c: *_Print() functions changed to
  2605.     print COMPLEX prettier.
  2606.  
  2607. Wed Sep 30 07:16:43 1992  Ian Searle  (ian@quixote)
  2608.  
  2609.     * rlab.y, scan.l: Parser is re-enbtrant now. (%pure_parser)
  2610.  
  2611. Mon Sep 28 19:27:29 1992  Ian Searle  (ian@quixote)
  2612.  
  2613.     * vector.c (vector_copy_complex): Fixed stupid indexing bugs.
  2614.  
  2615.     * math_3.c (FFT): Don't use rfftf() anymore, scale the result by
  2616.     1/N.
  2617.  
  2618.     * op.c, vector_op1.c, matrix_op2.c (power related functions):
  2619.     Added scalar^matrix, matrix^scalar, vector^vector.
  2620.  
  2621.     * vector.c, matrix.c (Create functions): Removed ASSERT(), and
  2622.     replaced with if-test for dimensions < 0.
  2623.  
  2624.     * random.c (Rand): Fix improper ref to arg.u.val, should be
  2625.     arg.u.ent. 
  2626.  
  2627. Sun Sep 27 20:44:54 1992  Ian Searle  (ian@quixote)
  2628.  
  2629.     * op_matrix.c (matrix_transpose): Allow transpose of a vector.
  2630.  
  2631.     * matrix_op1.c (matrix_Transpose): Make complex transpose,
  2632.     complex-conjugate transpose.
  2633.  
  2634.     * random.c (SRand): error() when srand() os called with zero
  2635.     valued arg.
  2636.  
  2637.     * matrix_comp.c (matrix_Eig_NEP): Malloc for vl now, even though
  2638.     we don't uses it.
  2639.  
  2640.     * scan.l: Made 1e6i work.
  2641.  
  2642.     * random.c (Srand): Fixed bozo mistakes in inner switch.
  2643.  
  2644.     * matrix_op1.c (matrix_Log10): Fixed assignment.
  2645.  
  2646.     * rlab.y, code.[ch]: Modified list creation syntax, and behavior.
  2647.  
  2648. Thu Sep 24 21:52:01 1992  Ian Searle  (ian@quixote)
  2649.  
  2650.     * code.c (list_create): Write variable names to objects, as well
  2651.     as ListNodes.
  2652.  
  2653.     * scalar.c, vector.c, matrix.c string.c btree.c (Write): Fixed
  2654.     write functions so that the default name is NOT written on the
  2655.     entity. 
  2656.  
  2657.     * math_1.c (Exp): Fixed exp() to take complex constant.
  2658.  
  2659. Wed Sep 23 19:08:13 1992  Ian Searle  (ian@quixote)
  2660.  
  2661.     * matrix.c (matrix_Print): Played with print format.
  2662.  
  2663.     * matrix_comp.c (NEP): Finally added calls to ZGEEV.
  2664.  
  2665.     * math_2.c (Max, Min): Fixed stupid bug in returning max and min
  2666.     values of a scalar.
  2667.  
  2668.     * config.rs6000: New header file.
  2669.  
  2670.     * math_3.c (IFFT): New function.
  2671.  
  2672. Tue Sep 22 23:08:14 1992  Ian Searle  (ian@quixote)
  2673.  
  2674.     * op.c: Added tests for STRINGS in +, -, *, / functions, must
  2675.     finish rest.
  2676.  
  2677.     * util.c (convert_to_scalar): Added more error checking.
  2678.  
  2679.     * scan.l: Start counting interactive lines at 0.
  2680.  
  2681.     * main.c (error_?): Break error message into multiplt lines.
  2682.  
  2683.     * vector.[ch] (vector_Extend): Removed type spec. Reduce scope of
  2684.     function, now it only does what the name implies, extend the
  2685.     vector if necc.
  2686.  
  2687.     * op_vector.c (vector_assign): Many changes, mostly centered
  2688.     aaround calling vector_Extend.
  2689.  
  2690. Mon Sep 21 19:34:23 1992  Ian Searle  (ian@quixote)
  2691.  
  2692.     * scan.l: Added rule to scanner to handle `1e-3'. No decimal
  2693.     point. 
  2694.  
  2695.     * Doc/rlab.tex: Finally started working on the doc again.
  2696.  
  2697.     * rlab.y (yyparse): Removed silly restrictions in for, if, while,
  2698.     and function statements forcing users to type `{' on the same line
  2699.     as the `)'.
  2700.  
  2701.     * config.h: Added FOPEN_MAX for users who don't have one to set.
  2702.  
  2703.     * math_3.c (FFT): Added vector and matrix fft capability. This is
  2704.     neither finished, or checked out. Will undoubtedly change.
  2705.  
  2706. Sun Sep 20 19:01:13 1992  Ian Searle  (ian@quixote)
  2707.  
  2708.     * random.c (Rand): New file, some new functions. Finished hooking
  2709.     up rand ro RANLIB functions.
  2710.  
  2711.     * rlab.y (yyparse): Added ':' to precedence table (just above
  2712.     ','), and changed vec_expr production from:
  2713.  
  2714.          | vec_expr ',' expr  { code(OP_VEC_APPEND); }
  2715.  
  2716.      to:
  2717.  
  2718.          | vec_expr ',' vec_expr  { code(OP_VEC_APPEND); }
  2719.  
  2720.      This change makes expressions like `1,2,3:10' possible.
  2721.  
  2722.  
  2723.     * op_matrix.c (ent_ent_mat_promote): same as previous.
  2724.  
  2725.     * op_matrix.c (ent_con_mat_promote): same as previous.
  2726.  
  2727.     * op_matrix.c (con_ent_mat_promote): Fixed silly type checking
  2728.     errors that were preventing b[1;1,2] from working.
  2729.  
  2730. Sat Sep 19 00:00:39 1992  Ian Searle  (ian@quixote)
  2731.  
  2732.     * Picked up changes in config.sun4, bltin.h, btree.c, courtesy 
  2733.     R. M. Cothren.
  2734.  
  2735.     * op_vector.c (vector_assign): Improved error handling, and added
  2736.     more remove_tmp_destroy() calls.
  2737.  
  2738. Fri Sep 18 19:18:24 1992  Ian Searle  (ian@quixote)
  2739.  
  2740.     * op_vector.c  (vector_matrix_app): Same fix as below.
  2741.  
  2742.     * op_vector.c (vector_vector_app): Type in loop index (for REAL,
  2743.     COMPLEX) causing core dump. fix: add `+1'
  2744.  
  2745.     * code.c (bltin): Try and clean-up the argument from the tmplist.
  2746.  
  2747.     * code.c (ret_from_function): call remove_tmp_destroy() when
  2748.     poping local and arg vars.
  2749.  
  2750.     * op_matrix.c (matrix_assign): Add calls to remove_tmp_destroy(). 
  2751.  
  2752.     * op_matrix.c (matrix_transpose): Add call to
  2753.     remove_tmp_destroy().
  2754.  
  2755. Thu Sep 17 21:28:23 1992  Ian Searle  (ian@quixote)
  2756.  
  2757.     * math_3.c (FFT): Not finished yet, but compiled and setup
  2758.     libCfftpack.a 
  2759.  
  2760.     * math_1.c (SRand): New function.
  2761.  
  2762.     * math_1.c (Rand): Converted to RANLIB usage.
  2763.  
  2764.     * print.f (do_printf): Fixed sval overflow bug. Put in a test, and
  2765.     an error message.
  2766.  
  2767. Tue Sep 15 22:31:16 1992  Ian Searle  (ian@quixote)
  2768.  
  2769.     * code.c (list_member): Added more error checking, and .class
  2770.     capability for user and bltin functions.
  2771.  
  2772.     * matrix_comp.c (matrix_Eig_GSEP): New function.
  2773.  
  2774. Mon Aug 10 00:05:41 1992  Ian Searle  (ian@quixote)
  2775.  
  2776.     * print.c (Printf): New Function.
  2777.  
  2778. Thu Aug  6 18:53:35 1992  Ian Searle  (ian@quixote)
  2779.  
  2780.     * matrix_comp.c (Qr): Add COMPLEX qr() matrix_QrZ().
  2781.  
  2782.     * matrix_comp.c (Qr): Add install() calls.
  2783.  
  2784.     * math_1.c (Solve): Allow vector, or column matrix as 2nd arg.
  2785.  
  2786.     * rlab.y (yyparse): Add error checking for break and continue
  2787.     outsid of loops.
  2788.  
  2789.     * bltin.c (Zero): if zero() called with no arg of 0 return a
  2790.     scalar. 
  2791.  
  2792. Wed Aug  5 20:50:50 1992  Ian Searle  (ian@quixote)
  2793.  
  2794.     * Added ./lib/editline; a readline(3) like library, but smaller.
  2795.  
  2796. Tue Aug  4 21:36:39 1992  Ian Searle  (ian@quixote)
  2797.  
  2798.     * code.c (function_return): Set the name of an object to 0 when we
  2799.     zero out the name of the entity, returning local datums only.
  2800.  
  2801.     * bltin.c (Size): Make size() return 1 for size of a scalar.
  2802.  
  2803.     * code.c, functi[ch]: Added capability to print() to print
  2804.     function op-codes when -d is used.
  2805.  
  2806.     * Finished up most of relational ops (matrix-scalar).
  2807.  
  2808. Sun Aug  2 11:09:21 1992  Ian Searle  (ian@quixote)
  2809.  
  2810.     * relation.c, complex.[ch], scalar_op1.[ch], vector_op1.[ch]:
  2811.     working on finishing up the vector - scalar realtional ops.
  2812.  
  2813.     * code.c (find_lineno): (*--p) prevented checking current lineno. 
  2814.  
  2815. Fri Jul 31 20:39:38 1992  Ian Searle  (ian@quixote)
  2816.  
  2817.     * code.[ch], rlab.y, dissassem.c, main.c: Added file name, and
  2818.     line numbers to error messages. Some new functions...
  2819.     find_lineno(), find_file_name().
  2820.  
  2821. Tue Jul 28 23:38:03 1992  Ian Searle  (ian@quixote)
  2822.  
  2823.     * Have added the basics of complex variables, constants, etc...
  2824.     Have re-checked everything in after extensive changes to many
  2825.     files, and some brand-new files.
  2826.  
  2827.