Mercurial > hg > octave-nkf
diff 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 |
line wrap: on
line diff
--- a/NEWS +++ b/NEWS @@ -9,6 +9,11 @@ do work, but they print an annoying warning message to try to get people to switch to using gset.) + * Octave has been mostly ported to Windows NT and Windows 95 using + the beta 17 release of the Cygnus GNU-WIN32 tools. Not everything + works, but it is usable. See the file README.WINDOWS for more + information. + * Dynamic linking works on more systems using dlopen() and friends (most modern Unix systems) or shl_load() and friends (HP/UX systems). A simple example is provided in examples/hello.cc.