changeset 3918:fe7cbb23cb83

[project @ 2002-05-01 02:51:30 by jwe]
author jwe
date Wed, 01 May 2002 02:51:31 +0000
parents 5e8e63b22c76
children cdfbc6678c23
files doc/interpreter/preface.txi scripts/ChangeLog
diffstat 2 files changed, 44 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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}.
--- 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  <lash@tellabs.com>
+2002-04-24  Bill Lash <lash@tellabs.com>
 
 	* scripts/signal/unwrap.m: New file.