comparison NEWS @ 2581:6eb163dafaca

[project @ 1996-12-10 07:10:05 by jwe]
author jwe
date Tue, 10 Dec 1996 07:12:13 +0000
parents fa7dd5fc7c59
children 5bcee07be597
comparison
equal deleted inserted replaced
2580:fa7dd5fc7c59 2581:6eb163dafaca
6 probably break lots of things, but it is necessary to allow for 6 probably break lots of things, but it is necessary to allow for
7 compatibility with the Matlab graphics and GUI commands in a 7 compatibility with the Matlab graphics and GUI commands in a
8 future version of Octave. (For now, the old set and show commands 8 future version of Octave. (For now, the old set and show commands
9 do work, but they print an annoying warning message to try to get 9 do work, but they print an annoying warning message to try to get
10 people to switch to using gset.) 10 people to switch to using gset.)
11
12 * Octave has been mostly ported to Windows NT and Windows 95 using
13 the beta 17 release of the Cygnus GNU-WIN32 tools. Not everything
14 works, but it is usable. See the file README.WINDOWS for more
15 information.
11 16
12 * Dynamic linking works on more systems using dlopen() and friends 17 * Dynamic linking works on more systems using dlopen() and friends
13 (most modern Unix systems) or shl_load() and friends (HP/UX 18 (most modern Unix systems) or shl_load() and friends (HP/UX
14 systems). A simple example is provided in examples/hello.cc. 19 systems). A simple example is provided in examples/hello.cc.
15 For this feature to work, you must configure Octave with 20 For this feature to work, you must configure Octave with