home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / octa21ep.zip / octave / Changes.OS2 next >
Text File  |  1999-05-30  |  21KB  |  660 lines

  1. *******************************************************************************
  2. ** Changes since the Version 2.09 of Octave for OS/2                         **
  3. *******************************************************************************
  4.  
  5.     
  6. Octave 2.1.14 Build 02:
  7. ***********************
  8.  
  9. * atanh(1) and acoth(1) will no longer crash Octave (liboctave/lo-mappers.cc).
  10.  
  11. * clc clears the whole screen (liboctave/cmd-edit.cc).
  12.  
  13. * help for all the mapper functions (erf, erfc, gamma, ...) has been fixed.
  14.  
  15. Octave 2.1.14 Build 01:
  16. ***********************
  17.  
  18. * New version: 
  19.  
  20.   ***************************************************************************
  21.   ** Octave 2.1.14 is a test release!                                      **
  22.   ** If you have any problems, please report them, so that they can be     **
  23.   ** fixed in the next version.                                            **
  24.   ***************************************************************************
  25.  
  26. Octave 2.0.14 Build 02:
  27. ***********************
  28.  
  29. * atanh(1) and acoth(1) will no longer crash Octave.
  30.  
  31. Octave 2.0.14 Build 01:
  32. ***********************
  33.  
  34. * New Version 2.0.14
  35.  
  36. * diary bug fixed: User input when running a script will now be written into
  37.   the diary file.
  38.  
  39. Octave 2.0.13 Build 02:
  40. ***********************
  41.  
  42. * oregon.cc renamed.
  43.  
  44. * Patch included:
  45.   src/file-io.cc and liboctave/data-conv.cc: uint16 and uint32 types supported
  46.   in fread.
  47.  
  48. * Complex erf added to examples for dlfcn.
  49.  
  50. * Patch included:
  51.   data.cc: is_complex added.
  52.  
  53. * GNU Info updated to version 2.18.
  54.  
  55. * kpathsearch version 3.2 used.
  56.  
  57. * Help in image.m is now correct.
  58.  
  59. Octave 2.0.13 Build 01:
  60. ***********************
  61.  
  62. * New Version 2.0.13
  63.  
  64. * Plot functions patched.
  65.  
  66. * Patch included:
  67.   DASSL.cc (DASSL::do_integrate): If an exception occurs in the
  68.   call to ddassl, set integration_error to 1 before calling the
  69.   error handler and returning.
  70.  
  71. * Patch included:
  72.   Array2-idx.h (assign): Allow A([],[]) = scalar and, if
  73.   do_fortran_indexing is set, A([]) = scalar.
  74.   Array-idx.h (assign): Allow A([]) = scalar.
  75.  
  76. * Patch included:
  77.   time.cc (extract_tm): Truncate field values instead of rounding.
  78.   (Fgmtime, Flocaltime): Likewise, for timeval.
  79.  
  80. Octave 2.0.11 Build 02:
  81. ***********************
  82.  
  83. * New Version 2.0.11
  84.  
  85. * Patch included:
  86.   symtab.cc (symbol_record::variable_value): Avoid dereferencing
  87.   NULL pointer.
  88.  
  89. * Patch included:
  90.   lo-spec-fun: the order of the arguments in the gammai and gammainc.
  91.  
  92. * Patch included:
  93.   error.cc (verror): Fix thinko in attempt to skip `error: ' tag
  94.   when buffering error messages.
  95.   pt-cmd.cc (tree_try_catch::eval): Reset buffer_error_messages
  96.   here if just discarding unwind_protect frame.
  97.  
  98. * Typos in mplot.m fixed.
  99.  
  100. * __pltopt__ functionality extended:
  101.   Now, for plot (x, y, fmt) in the cases where either x or y (or both)
  102.   are matrices, fmt can also be a string array.  The rows of the string
  103.   array correspond to the lines on the plot:
  104.   plot/__pltopt1.m__: New file.
  105.   plot/__pltopt.m__: Handle opt as a string array by calling
  106.   __pltopt1__ multiple times and returning a string array with rows
  107.   corresponding to the rows of opt.
  108.   plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m,
  109.   plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string
  110.   array.
  111.  
  112. Octave 2.0.10 Build 01:
  113. ***********************
  114.  
  115. * New Version 2.0.10
  116.  
  117. * Default install path changed (h:/apps/science/octave).
  118.  
  119. Octave 2.09.98 Build 01:
  120. ************************
  121.  
  122. * New Version 2.0.9.98 (Beta)
  123.  
  124. Octave 2.09.97 Build 01:
  125. ************************
  126.  
  127. * New Version 2.0.9.97 (Beta)
  128.  
  129.  
  130.  
  131. *******************************************************************************
  132. ** Changes since the Version 1.9x of Octave for OS/2                         **
  133. *******************************************************************************
  134.  
  135.  
  136. Octave 2.09 Build 04:
  137. *********************
  138.  
  139. * makefile.os2 modified: This corrects the missing xmalloc.lib problem, when
  140.   using make-octfile.
  141.  
  142. * lgamma(-2) no longer aborts Octave.
  143.  
  144. * Minor changes in the source code.
  145.  
  146. * Patch for filter.cc included.
  147.  
  148. * sighandlers.cc (octave_child_list::do_remove) and
  149.   toplev.cc (run_command_and_return_output) modified:
  150.   [a,b] = system ("dir") returns the correct return value in b.
  151.  
  152. * Patch included:
  153.     * pt-mat.h (tree_matrix_row::preserve_expr): New private data.
  154.     (tree_matrix_row::~tree_matrix_row): Delete list contents.
  155.     (tree_matrix::~tree_matrix): Delete list contents.
  156.     * pt-mat.cc (tree_matrix_row::to_return_list): Set preserve_expr
  157.     to true if successful.
  158.  
  159. * get_boot_drive in inst-octave.cmd and updt-octave.cmd patched.
  160.  
  161. * Patch included:
  162.         * input.cc (get_user_input): Return an empty string if the user
  163.     just types RET.
  164.  
  165. Octave 2.09 Build 03:
  166. *********************
  167.  
  168. * mkfifo is now supported.
  169.  
  170. * inst-octave.cmd creates WPS objects for the documentation.
  171.  
  172. * The documentation is now also available in OS/2's INF format. You can
  173.   view them using gnuview as Octave's external info viewer.
  174.  
  175. * Compiler updated (EMXFIX03).
  176.  
  177. * Bug in logm (wrong result for a complex scalar argument) fixed.
  178.  
  179. * Minor changes in the sources and makefiles.
  180.  
  181. * Workaround for the bug in the fortran routine DGELSS added (in CMatrix.cc).
  182.  
  183. * Patch included:
  184.     * idx-vector.cc (IDX_VEC_REP::sort): New function.
  185.     * idx-vector.h (idx_vector::sort): Ditto.
  186.     * Array2-idx.h (Array2<T>::maybe_delete_elements): Use it before
  187.     trying to delete elements specified by the index vectors.
  188.  
  189. Octave 2.09 Build 02:
  190. *********************
  191.  
  192. * Bug in cruft4.def fixed, which caused Octave to crash, when trying to
  193.   compute eig(A), with a complex matrix A.
  194.  
  195. Octave 2.09 Build 01:
  196. *********************
  197.  
  198. * New Version 2.0.9.
  199.  
  200. Octave 2.08 Build 01:
  201. *********************
  202.  
  203. * New Version 2.0.8.
  204.  
  205. * Patch for pt-fvc.cc included.
  206.  
  207. Octave 2.07 Build 01:
  208. *********************
  209.  
  210. * New Version 2.0.7.
  211.  
  212. Octave 2.06 Build 01:
  213. *********************
  214.  
  215. * New Version 2.0.6.
  216.  
  217. * All functions working with FILE IDS (file handles) are renamed:
  218.   _dup, _dup2, _close, _fdopen, _pipe.
  219.  
  220. * The function pipe is now returning the octave file streams.
  221.  
  222. * Minor modifications in the makefiles.
  223.  
  224. Octave 2.05 Build 04:
  225. *********************
  226.  
  227. * inst-octave.cmd and updt-octave.cmd patched.
  228.  
  229. * Patches included:
  230.   input.cc (octave_read):
  231.     Don't forget to free input buffer if it exists and has zero length.
  232.   (gnu_readline):
  233.     Free buf if fgets returns 0.
  234.   parse.y:
  235.     Parse error will not abort Octave, when forced_interactive "-i"
  236.   Array2-idx.h (Array2<T>::maybe_delete_elements):
  237.     Prevent out-of-bounds indexing of the index array.
  238.   Array-idx.h (Array<T>::maybe_delete_elements): Likewise.
  239.   idx-vector.cc (IDX_VEC_REP::is_colon_equiv):
  240.      Make it work when the vector is not sorted.
  241.  
  242. Octave 2.05 Build 03:
  243. *********************
  244.  
  245. * lex.l patched:
  246.   help will work with text mode files, even if the help text is not at the
  247.   beginning of the file.
  248.  
  249. * Lisp files modified:
  250.   hilit19 will not be loaded, when running emacs in normal text mode.
  251.  
  252. * parse.y patch included:
  253.   Using formal parameters for functions, the names of which are already
  254.   being used by builtin functions, will not produce errors. For example:
  255.   function y=f(type), y=type; end;
  256.  
  257. * variables.cc patched: <CR>s are not copied into the help text.
  258.  
  259. * The full name of the executable can be specified in .emacs.
  260.  
  261. * inst-octave.cmd and updt-octave.cmd patched.
  262.  
  263. * lex.l patched: Octave reads script and function files with lines like:
  264.   x = x + ...
  265.       3;
  266.  
  267. Octave 2.05 Build 02:
  268. *********************
  269.  
  270. * New internal system routine (also used in procbuf):
  271.   All / in the executable are replaced by \ when using cmd.exe or 4os2.exe
  272.   as shell and all \ are replaced by / when using a UNIX shell.
  273.  
  274. * make-octfile.cmd patched: The dynamic loading of function will
  275.   under OS/2 2.xx.
  276.  
  277. * nextpow2.m patched: nextpow2(1000) returns 10.
  278.  
  279. * inst-octave.cmd patched: scripts.fat will be renamed to scripts on FAT.
  280.  
  281. * The files in the subdirectory doc are FAT compatible.
  282.  
  283. * Octave reads script and function files with lines like:
  284.   M = [1 2
  285.        3 4]
  286.  
  287. Octave 2.05 Build 01:
  288. *********************
  289.  
  290. * New version: Octave 2.0.5
  291.  
  292. * help will work with text (<CR>>LF>) files.
  293.  
  294. * No endfunction is needed at the end of a function file.
  295.  
  296. * Octave uses noncontinous multiple heaps. So the heap size is no longer
  297.   fixed to 32 MB.
  298.  
  299. * Image viewer and GNUPlot can be used at the same time again.
  300.   The environment variable OCTAVE_IMAGE_VIEWER is supported again.
  301.  
  302. * (require 'hilit19) added in lisp files.
  303.  
  304. * octave-mode.el modified: switch/case/otherwise/endswitch statement included.
  305.  
  306. Octave 2.02 Build 02:
  307. *********************
  308.  
  309. * Bug in usleep fixed. plot works again.
  310.  
  311. * erf(x) and erfc(x) are supported. Bug in erfinv.m is fixed.
  312.  
  313. * gamma(2000) no longer aborts Octave.
  314.  
  315. * Bugfixes in the installationsscript. Corrected README.OS2
  316.  
  317. * Default value of IMAGEPATH now points to ../scripts/image.
  318.  
  319. * Patch included (oct-stream.cc):
  320.   scanf reads correctly when using %f or %e.
  321.  
  322. Octave 2.02 Build 01:
  323. *********************
  324.  
  325. * POPEN2.M modified: The script now uses the new function spawn to start
  326.   the child process.
  327.  
  328. * The environment variable OCTAVE_IMAGE_VIEWER is no longer supported. Modify
  329.   the script file IMAGE.M, if you want to use another image viewer.
  330.  
  331. * Function added: child_purge_temp_file. It removes the temporary file
  332.   when the specified child process dies (used in IMAGE.M).
  333.  
  334. * The pipe function returns the file handles and not the Octave's file ids.
  335.   Use fdopen to open the handles!
  336.  
  337. * Functions added: dup, close, fdopen.
  338.  
  339. * Function added: spawn.
  340.  
  341. * Octave reads OS/2 BMP (version 1.0) Windows BMP, PNM (P1 - P6) and
  342.   Octave's IMG format. It writes OS/2 BMP (version 1.0) Windows BMP,
  343.   PNM (P5, P6), Postscript and Octave's IMG format. LOADIMAGE.M and
  344.   SAVEIMAGE.M are modified (the original version are in the archive
  345.   image.zip).
  346.  
  347. * New version: Octave 2.0.2
  348.  
  349. * Bug fixes in dlfcn.lib.
  350.  
  351. Octave 2.01 Build 01:
  352. *********************
  353.  
  354. * Dynamik Linking is now supported! See hello.cc and make_int.cc for
  355.   example. A small bug in make_int.cc fixed.
  356.  
  357. * Bug in xor.m fixed.
  358.  
  359. * Bug in the installation script fixed: The script will not replace the first
  360.   "\DLL" in LIBPATH, if Octave is installed for the first time on a system.
  361.  
  362. * The installation script is renamed to inst-octave.cmd.
  363.  
  364. * New version 2.0.1.
  365.  
  366. * All C++ Code is now placed in DLLs.
  367.     
  368. * GNUPLOT is started as normal VIO, so gshow will work. Also because of other
  369.   changes in the code, CTRL-C works even when GNUPLOT is started.
  370.  
  371. * Minor changes in the sources.
  372.  
  373. Octave 2.00 Build 01:
  374. *********************
  375.  
  376. * New version: Octave 2.0.
  377.  
  378. * Script and function files are loaded correctly even if they contain an
  379.   End-of-file character. This character will be interpreted as a newline
  380.   character.
  381.  
  382. * saveimage saves images in bmp, gif and ps files.
  383.  
  384.  
  385.  
  386. *******************************************************************************
  387. ** Changes since the Version 1.1.1 of Octave for OS/2                        **
  388. *******************************************************************************
  389.  
  390. Octave 1.94 Build 01:
  391. *********************
  392.  
  393. * New version 1.94 (pre-2.0). Keep in mind:
  394.  
  395.   ***************************************************************************
  396.   ** Octave 1.94 is a test release!                                        **
  397.   ** If you have any problems, please report them, so that they can be     **
  398.   ** fixed in version 2.0                                                  **
  399.   ***************************************************************************
  400.  
  401. * New command line flag '-I'. It forces interactive behaviour, but
  402.   deactivates the pager, even if Octave is in interactive mode.
  403.  
  404. * Every signal which will cause a jump to toplevel (Octave prompt), will
  405.   be handled differently if a script or function file is executed: It will
  406.   be handled as an error.
  407.  
  408. * A new installation script: This script make changes in the config.sys,
  409.   .octaverc, .emacs and dir. It unzips the scriptfiles and creates an object
  410.   on the desktop! The info-files will be copied to the correct directory
  411.   and older DLLs coming with EMX will be removed, if necessary.
  412.  
  413. Octave 1.93 Build 02:
  414. *********************
  415.  
  416. * Script and function files are loaded correctly even if they no text file
  417.   (CR/LF).
  418.  
  419. * The sigchld_handler in sighandlers.cc is patched:
  420.   When no child in octave_child_list has created SIGCHLD, waitpid is
  421.   executed. This solves problems with displaying images when GNUPLOT is
  422.   running, and similar problems.
  423.  
  424. * Octave's system command now correctly returns the output or the pid,
  425.   depending on the number or values of the arguments.
  426.  
  427. * The image viewer is started in "async" mode.
  428.  
  429. Octave 1.93 Build 01:
  430. *********************
  431.  
  432. * New version 1.93 (pre-2.0). Keep in mind:
  433.  
  434.   ***************************************************************************
  435.   ** Octave 1.93 is a test release!                                        **
  436.   ** If you have any problems, please report them, so that they can be     **
  437.   ** fixed in version 2.0                                                  **
  438.   ***************************************************************************
  439.  
  440. * Changes in octave.el: hilit19 is used for octave-shell-mode.
  441.  
  442. Octave 1.92 Build 02:
  443. *********************
  444.  
  445. * get_size () in oct-stream.cc patched:
  446.   fread works with a scalar as second argument.
  447.  
  448. * Function kbhit () in sysdep.cc calls flush_octave_stdout.
  449.     
  450. * sighandlers.cc and toplev.cc patched:
  451.   Ctrl-C and Ctrl-Break will work more than only once again.
  452.     
  453. Octave 1.92 Build 01:
  454. *********************
  455.  
  456. * New version 1.92 (pre-2.0). Keep in mind:
  457.  
  458.   ***************************************************************************
  459.   ** Octave 1.92 is a test release!                                        **
  460.   ** If you have any problems, please report them, so that they can be     **
  461.   ** fixed in version 2.0                                                  **
  462.   ***************************************************************************
  463.  
  464. * Minor bug fixes in octave-info.el.
  465.  
  466. * Changes in octave-mode.el: hilit19 is used for editing script files.
  467.  
  468. * New command add to the Emacs-Shell-Mode for Octave: warranty, multiplot,
  469.   close multiplot, subwindow.
  470.  
  471. * Minor changes in the the makefiles for OS/2. These changes do not 
  472.   modify the binary.
  473.  
  474. Octave 1.91 Build 01:
  475. *********************
  476.  
  477. * New version 1.91 (pre-2.0). Keep in mind:
  478.  
  479.   ***************************************************************************
  480.   ** Octave 1.91 is a test release!                                        **
  481.   ** If you have any problems, please report them, so that they can be     **
  482.   ** fixed in version 2.0                                                  **
  483.   ***************************************************************************
  484.  
  485. Octave 1.90 Build 01:
  486. *********************
  487.  
  488. * New version 1.90 (pre-2.0). Keep in mind:
  489.  
  490.   ***************************************************************************
  491.   ** Octave 1.90 is a test release!                                        **
  492.   ** If you have any problems, please report them, so that they can be     **
  493.   ** fixed in version 2.0                                                  **
  494.   ***************************************************************************
  495.  
  496. * New libraries (readline, kpathsea).
  497.  
  498. * Octave uses again an internal info viewer. This ensures that it runs
  499.   correctly under the control of Emacs.
  500.  
  501. * Signal handler for SIGCHLD gepatcht.
  502.  
  503. * Octave needs the GNUPLOT 3.6 beta to display multiple plots.
  504.  
  505. * Since the new compiler supports multiple heaps it is no longer
  506.   necessary to fix the heap size during the installation.
  507.  
  508. * The environment variable specifies the name of the init file octave executes
  509.   on startup.
  510.  
  511.  
  512.  
  513. *******************************************************************************
  514. ** Changes since the Version 1.1.0 of Octave for OS/2                        **
  515. *******************************************************************************
  516.  
  517. Octave 1.1.1 Build 08:
  518. **********************
  519.  
  520. * The cursor type will be selected in readline.
  521.  
  522. * New Compiler (emx-gcc 0.9c) and libraries used.
  523.  
  524. * The Stacksize has been increased.
  525.  
  526. * Signal handling is improved: Ctrl-Break always acts in the same way Ctrl-C
  527.   does. No signal handler for SIGTERM!
  528.  
  529. Octave 1.1.1 Build 07:
  530. **********************
  531.  
  532. * All FPE signals are now explicity masked off. The fixes the bugs when
  533.   running Octave on systems with GAMESRVR.DLL.
  534.  
  535. Octave 1.1.1 Build 06:
  536. **********************
  537.  
  538. * Pause now works also when running Octave under Emacs.
  539.  
  540. * The Octave's 'system' (or 'shell_cmd') is fixed. This fixes also the bug in
  541.   saveimage.
  542.  
  543. * xvos2 now uses the image viewer specified in the environment variable
  544.   OCTAVE_IMAGE_VIEWER, if set, or ib.exe if not.
  545.  
  546. Octave 1.1.1 Build 05:
  547. **********************
  548.  
  549. * New Compiler (emx-gcc 0.9B) and libraries (stdcpp, libg++, ...)
  550.  
  551. * New info browser version 2.14
  552.  
  553. * parse.y was patched:
  554.   A parse error will not abort the parser, if octave is forced to be
  555.   interactive (-i).
  556.  
  557. * lex.l was patched:
  558.   SIGINT will not crash Octave, if octave is forced to be interactive (-i).
  559.  
  560. * info will not kill the octave process, if the terminal type is emacs.
  561.   It displays a message, so that emacs can start its own info browser.
  562.  
  563. * The routines read and write in liboctave/dMatrix.cc are patched:
  564.   The streams are set to binary mode before writing/reading and set back to
  565.   text mode after.
  566.  
  567. * Emacs-Shell-Mode for Octave including Info, temporary files, script files.
  568.  
  569. * New function in Octave: add_to_command_number.
  570.  
  571. Octave 1.1.1 Build 04:
  572. **********************
  573.  
  574. * image uses now ib.exe (the Multimedia Viewer coming with Warp) to view
  575.   the images. This works also when GNUPLOT is running.
  576.  
  577. * GNUPLOT is now started as PM program in a different session. Now one can
  578.   use Ctrl-C to interrupt Octave, when Gnuplot is running.
  579.  
  580. * Internal Changes in Iostream:
  581.   New function _io_popen (used in the member functions of the class procbuf):
  582.   The command is now executed direct, without the command processor cmd.exe
  583.   (or ...). The way the program is started (PM, Session, ...) is specified
  584.   in the third argument of _io_popen. If this fails, the command is
  585.   executed via the command processor.
  586.  
  587. * A new signal handler (SIGINT) for parse_and_execute: The script files
  588.   are closed, if the execution is interrupted by the user. The signal works
  589.   like an error! 
  590.  
  591. Octave 1.1.1 Build 03:
  592. **********************
  593.  
  594. * The signal handler is fixed: Ctrl-C works now more than only ones.
  595.  
  596. Octave 1.1.1 Build 02:
  597. **********************
  598.  
  599. * The function script polyreduce.m is fixed. So the functions deconv and
  600.   residue are working.
  601.  
  602. * The Fortran and C routines are now in DLLs. This reduces the size of the
  603.   executable and octave needs not so much memory at start time.
  604.  
  605. * The libraries of info, kpathsea and readline are linked using DLLs. The
  606.   stand-alone info browser (info.exe) uses also that DLLs.
  607.  
  608. * The heap is not longer fixed to 32 MB (by emx gcc). The user can select the
  609.   best heap size for his problems and his system.
  610.  
  611. * The iostream library is fixed: Octave reads binary files (load -b or
  612.   load -m).
  613.  
  614. * A few changes in the source code.
  615.  
  616. * New Version of Octave (1.1.1).
  617.  
  618. * Octave no longer hangs the WPS, if it is closed by typing quit, while
  619.   GNUPLOTPM is still running.
  620.  
  621.  
  622.  
  623. *******************************************************************************
  624. ** Changes since the Version 1.0 of Octave for OS/2                          **
  625. *******************************************************************************
  626.  
  627. * Octave now uses ';' as separator in paths.
  628.  
  629. * Drives are now supported in paths. So you can start octave from a
  630.   different drive and octave will find the script files.
  631.  
  632. * Drives are also supported in 'cd' and 'pwd'.
  633.  
  634. * Control-C works more than once.
  635.  
  636. * By defining USE_EXTERNAL_TEMPLATES and using emxbind -s I made the file
  637.   octave.exe much smaller.
  638.  
  639. * The temporary files created by the commands edit_history and run_history
  640.   are deleted.
  641.  
  642. * The info files are changed for FAT.
  643.  
  644. * I create a second set of script files, patched for FAT.
  645.  
  646. * Octave uses the file in the environment variable OCTAVE_INITFILE instead
  647.   of .octaverc, if the variable is set.
  648.  
  649. * New Version of Octave (Version 1.1.0)
  650.  
  651. * New Compiler (emx-gcc 0.9A) and libraries (iostream 0.66)
  652.  
  653. * I add the extproc-statement.
  654.  
  655. * Octave executes now a interactive script from a file in the command line.
  656.  
  657. * Images can be viewed using ghostscript.
  658.  
  659. * Octave uses now GNUPLOT 3.5.
  660.