# HG changeset patch # User jwe # Date 1020221491 0 # Node ID fe7cbb23cb83f4406a9c650f246a536a8f886d45 # Parent 5e8e63b22c76fc04674d2a90daa52a5957ac6bc7 [project @ 2002-05-01 02:51:30 by jwe] diff -r 5e8e63b22c76 -r fe7cbb23cb83 doc/interpreter/preface.txi --- a/doc/interpreter/preface.txi Tue Apr 30 04:26:03 2002 +0000 +++ b/doc/interpreter/preface.txi Wed May 01 02:51:31 2002 +0000 @@ -85,6 +85,10 @@ C-style input and output functions. @item +Dirk Eddelbuettel @email{edd@@debian.org} makes Octave easy to install +for users of Debian GNU/Linux. + +@item Brian Fox @email{bfox@@gnu.org} wrote the @code{readline} library used for command history editing, and the portion of this manual that documents it. @@ -94,6 +98,10 @@ ported Octave to OS/2. @item +Kai Habel @email{kai.habel@@gmx.de} implemted functions for performing +coordinate transformations. + +@item A. Scottedward Hodel @email{A.S.Hodel@@eng.auburn.edu} contributed a number of functions including @code{expm}, @code{qzval}, @code{qzhess}, @code{syl}, @code{lyap}, and @code{balance}. @@ -113,6 +121,28 @@ Linux releases available. @item +Steven G. Johnson @email{stevenj@@alum.mit.edu} added support for ATLAS, +saving data in HDF5 files, and ported Octave's configure script to +Autoconf 2.50. + +@item +Mumit Khan @email{khan@@nanotech.wisc.edu} helped make it possible for +Octave to be compiled by ISO standard C++ compilers other than GCC. + +@item +Paul Kienzle @email{pkienzle@@users.sf.net} has provided many +enhancements to improve Octave's compatibility with @sc{Matlab}, and +also maintains the collection of conributed code at +@url{http://octave.sf.net}. + +@item +Bill Lash @email{lash@@tellabs.com} provided the @code{unwrap} function. + +@item +Dirk Laurie @email{dirk@@calvyn.puk.ac.za} rewrote @code{invhilb} to be +faster and more accurate. + +@item Friedrich Leisch @email{leisch@@ci.tuwien.ac.at} provided the @code{mahalanobis} function. @@ -132,11 +162,20 @@ @code{ferror}. @item +Gabriele Pannocchia @email{pannocchia@@ing.unipi.it} provided the +@code{dkalman.m} function and added support for singular system matrices +to @code{dlqe} and @code{dlqr}. + +@item Tony Richardson @email{arichard@@stark.cc.oh.us} wrote Octave's image processing functions as well as most of the original polynomial functions. @item +Ben Sapp @email{bsapp@@lanl.gov} implemented the debugger functions and +added Texinfo markup commands to the internal doc strings. + +@item R. Bruce Tenison @email{btenison@@dibbs.net} wrote the @code{hess} and @code{schur} functions. @@ -145,6 +184,10 @@ @code{gls} and @code{ols}. @item +James R. Van Zandt @email{jrv@@vanzandt.mv.com} added support for +reading and writing @sc{Matlab} version 5 binary data files. + +@item Andreas Weingessel @email{Andreas.Weingessel@@ci.tuwien.ac.at} wrote the audio functions @code{lin2mu}, @code{loadaudio}, @code{mu2lin}, @code{playaudio}, @code{record}, @code{saveaudio}, and @code{setaudio}. diff -r 5e8e63b22c76 -r fe7cbb23cb83 scripts/ChangeLog --- a/scripts/ChangeLog Tue Apr 30 04:26:03 2002 +0000 +++ b/scripts/ChangeLog Wed May 01 02:51:31 2002 +0000 @@ -21,7 +21,7 @@ returning them. * signal/freqz_plot.m: New file. -2002-04-24 Bill Lash +2002-04-24 Bill Lash * scripts/signal/unwrap.m: New file.