annotate doc/interpreter/contributors.in @ 19631:db92e7e28e1f

strip trailing whitespace from most source files * NEWS, doc/interpreter/contributors.in, doc/interpreter/func.txi, doc/interpreter/genpropdoc.m, doc/interpreter/octave_logo.eps, doc/interpreter/plot.txi, doc/interpreter/stmt.txi, examples/data/Makefile.am, libinterp/corefcn/data.cc, libinterp/corefcn/debug.cc, libinterp/corefcn/error.cc, libinterp/corefcn/file-io.cc, libinterp/corefcn/gl-render.cc, libinterp/corefcn/graphics.cc, libinterp/corefcn/graphics.in.h, libinterp/corefcn/load-path.cc, libinterp/corefcn/pr-output.cc, libinterp/corefcn/pt-jit.cc, libinterp/corefcn/strfind.cc, libinterp/corefcn/toplev.cc, libinterp/corefcn/toplev.h, libinterp/corefcn/urlwrite.cc, libinterp/corefcn/variables.cc, libinterp/octave-value/ov-classdef.cc, libinterp/octave-value/ov-classdef.h, libinterp/octave.cc, libinterp/parse-tree/lex.h, libinterp/parse-tree/oct-parse.in.yy, libinterp/parse-tree/pt-classdef.h, liboctave/system/file-ops.cc, liboctave/system/oct-env.cc, m4/acinclude.m4, scripts/deprecated/finite.m, scripts/deprecated/fmod.m, scripts/deprecated/fnmatch.m, scripts/deprecated/luinc.m, scripts/deprecated/octave_tmp_file_name.m, scripts/deprecated/syl.m, scripts/deprecated/usage.m, scripts/general/inputParser.m, scripts/general/interp1.m, scripts/general/interp2.m, scripts/general/interp3.m, scripts/general/isequal.m, scripts/general/private/__isequal__.m, scripts/geometry/voronoi.m, scripts/image/image.m, scripts/image/imshow.m, scripts/image/ind2rgb.m, scripts/linear-algebra/bandwidth.m, scripts/linear-algebra/isbanded.m, scripts/miscellaneous/bzip2.m, scripts/miscellaneous/cast.m, scripts/miscellaneous/copyfile.m, scripts/miscellaneous/delete.m, scripts/miscellaneous/fullfile.m, scripts/miscellaneous/getappdata.m, scripts/miscellaneous/gunzip.m, scripts/miscellaneous/isappdata.m, scripts/miscellaneous/ls.m, scripts/miscellaneous/mex.m, scripts/miscellaneous/movefile.m, scripts/miscellaneous/orderfields.m, scripts/miscellaneous/recycle.m, scripts/miscellaneous/rmappdata.m, scripts/miscellaneous/setfield.m, scripts/miscellaneous/symvar.m, scripts/miscellaneous/tar.m, scripts/miscellaneous/tmpnam.m, scripts/miscellaneous/unpack.m, scripts/miscellaneous/ver.m, scripts/miscellaneous/what.m, scripts/miscellaneous/xor.m, scripts/miscellaneous/zip.m, scripts/optimization/fminbnd.m, scripts/optimization/sqp.m, scripts/path/private/getsavepath.m, scripts/path/savepath.m, scripts/pkg/pkg.m, scripts/pkg/private/installed_packages.m, scripts/plot/draw/plotyy.m, scripts/plot/draw/polar.m, scripts/plot/draw/private/__quiver__.m, scripts/plot/draw/private/__scatter__.m, scripts/plot/draw/private/__stem__.m, scripts/plot/draw/surface.m, scripts/plot/draw/surfnorm.m, scripts/plot/util/copyobj.m, scripts/plot/util/hgload.m, scripts/plot/util/hgsave.m, scripts/plot/util/isprop.m, scripts/plot/util/linkprop.m, scripts/plot/util/private/__go_draw_axes__.m, scripts/set/setdiff.m, scripts/set/union.m, scripts/signal/periodogram.m, scripts/sparse/eigs.m, scripts/sparse/ilu.m, scripts/sparse/qmr.m, scripts/sparse/sprand.m, scripts/sparse/sprandn.m, scripts/specfun/beta.m, scripts/specfun/ellipke.m, scripts/specfun/isprime.m, scripts/statistics/base/lscov.m, scripts/testfun/__run_test_suite__.m, scripts/testfun/test.m: Strip trailing whitespace.
author John W. Eaton <jwe@octave.org>
date Tue, 20 Jan 2015 10:29:54 -0500
parents 6b09dd576521
children af1a024b3344
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7016
93c65f2a5668 [project @ 2007-10-12 06:40:56 by jwe]
jwe
parents: 6757
diff changeset
1 Ben Abbott
19029
8ac4ab4ae5f4 periodogram.m: Overhaul function (bug #39279, bug #42859).
Drew Abbot <drewabbot@gmail.com> and Rik <rik@octave.org>
parents: 18852
diff changeset
2 Drew Abbot
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
3 Andy Adler
17927
c17f06b50ac5 doc: Add new contributors to list in manual.
Rik <rik@octave.org>
parents: 17906
diff changeset
4 Adam H. Aitkenhead
12853
7869cc61ce90 codesprint: Add 4 new contributors from the code sprint to contributors.in
Jordi Gutiérrez Hermoso <jordigh@gmail.com>
parents: 12652
diff changeset
5 Giles Anderson
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
6 Joel Andersson
19625
6b09dd576521 Fix cummin/cummax operations on rows when NaN element present (bug #44009).
Lachlan Andrew <lachlanbis@gmail.com>
parents: 19342
diff changeset
7 Lachlan Andrew
18828
1514f5337781 nchoosek.m: nchoosek(N,0) now returns [](1x0) when N is a vector (bug #41890).
Pedro Angelo <fonini@poli.ufrj.br>
parents: 18730
diff changeset
8 Pedro Angelo
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
9 Muthiah Annamalai
17906
c757f5421ecc doc: Add new contributors to list in manual.
Rik <rik@octave.org>
parents: 17869
diff changeset
10 Markus Appel
18607
53ba52143af7 Fix dead assignment in oct-rand.cc do_float_scalar (bug #41827).
Branden Archer <b.m.archer4@gmail.com>
parents: 18219
diff changeset
11 Branden Archer
14140
6aa14605c6c0 doc: update list of contributors
John W. Eaton <jwe@octave.org>
parents: 13895
diff changeset
12 Marco Atzeri
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
13 Shai Ayal
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
14 Roger Banks
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
15 Ben Barrowes
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
16 Alexander Barth
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
17 David Bateman
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
18 Heinz Bauschke
16140
797ac81586d1 Modify pt-mat.cc to solve a problem related to vertcat/horzcat overloading.
Julien Bect <julien.bect@supelec.fr>
parents: 15940
diff changeset
19 Julien Bect
13099
bf61bc523805 Add Roman Belov to contributors.in
Jordi Gutiérrez Hermoso <jordigh@octave.org>
parents: 13002
diff changeset
20 Roman Belov
18465
d6736ea0251a doc: Add new contributors to contributors.in file.
Rik <rik@octave.org>
parents: 18219
diff changeset
21 Markus Bergholz
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
22 Karl Berry
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
23 David Billinghurst
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
24 Don Bindner
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
25 Jakub Bogusz
7231
2eb392d058bb [project @ 2007-11-30 18:53:29 by jwe]
jwe
parents: 7098
diff changeset
26 Moritz Borgmann
14140
6aa14605c6c0 doc: update list of contributors
John W. Eaton <jwe@octave.org>
parents: 13895
diff changeset
27 Paul Boven
7678
5988e08c1ae6 handle negative column values in sortrows
Richard Bovey
parents: 7668
diff changeset
28 Richard Bovey
14140
6aa14605c6c0 doc: update list of contributors
John W. Eaton <jwe@octave.org>
parents: 13895
diff changeset
29 John Bradshaw
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
30 Marcus Brinkmann
14511
cdc752aba928 add Max Brister to the list of contributors
John W. Eaton <jwe@octave.org>
parents: 14459
diff changeset
31 Max Brister
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
32 Remy Bruno
17927
c17f06b50ac5 doc: Add new contributors to list in manual.
Rik <rik@octave.org>
parents: 17906
diff changeset
33 Clemens Buchacher
14140
6aa14605c6c0 doc: update list of contributors
John W. Eaton <jwe@octave.org>
parents: 13895
diff changeset
34 Ansgar Burchard
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
35 Marco Caliari
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
36 Daniel Calvelo
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
37 John C. Campbell
14175
3972c4caa60a Add new function is_function_handle (patch #7695)
Juan Pablo Carbajal <carbajal@ifi.uzh.ch>
parents: 14140
diff changeset
38 Juan Pablo Carbajal
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
39 Jean-Francois Cardoso
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
40 Joao Cardoso
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
41 Larrie Carr
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
42 David Castelow
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
43 Vincent Cautaerts
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
44 Clinton Chee
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
45 Albert Chin-A-Young
9169
b1e82cc8a9f3 eliminate broken special case for copying floats on Sun systems
Carsten Clark <tantumquantum+gnuoctave@gmail.com>
parents: 9110
diff changeset
46 Carsten Clark
16853
d02fdab3651b Updated french translation
Catalin Codreanu <codreanu.catalin@gmail.com>
parents: 16671
diff changeset
47 Catalin Codreanu
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
48 J. D. Cole
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
49 Martin Costabel
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
50 Michael Creel
17906
c757f5421ecc doc: Add new contributors to list in manual.
Rik <rik@octave.org>
parents: 17869
diff changeset
51 Richard Crozier
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
52 Jeff Cunningham
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
53 Martin Dalecki
17367
e0b9d43395e2 Fix alphabetization in contributors.in (bug #39933)
Rik <rik@octave.org>
parents: 17265
diff changeset
54 Jacob Dawid
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
55 Jorge Barros de Abreu
8686
dd13355fc98a contributors.in: update
John W. Eaton <jwe@octave.org>
parents: 8340
diff changeset
56 Carlo de Falco
dd13355fc98a contributors.in: update
John W. Eaton <jwe@octave.org>
parents: 8340
diff changeset
57 Thomas D. Dean
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
58 Philippe Defert
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
59 Bill Denney
14140
6aa14605c6c0 doc: update list of contributors
John W. Eaton <jwe@octave.org>
parents: 13895
diff changeset
60 Fabian Deutsch
11270
5dd8e80fb6c1 update contributors.in
John W. Eaton <jwe@octave.org>
parents: 11267
diff changeset
61 Christos Dimitrakakis
15485
d5c04a5c8817 * contributors.in: Include Panxto Diribarne in the list.
John W. Eaton <jwe@octave.org>
parents: 15313
diff changeset
62 Pantxo Diribarne
15193
2d5e4d283688 Modified interp1.m file to check whether X has distinct values or not.
Vivek Dogra <vivek.dogra.iitd@gmail.com>
parents: 14779
diff changeset
63 Vivek Dogra
16376
a2f65b8f1955 * contributors.in: Include John Donoghue in the list.
John W. Eaton <jwe@octave.org>
parents: 16241
diff changeset
64 John Donoghue
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
65 David M. Doolin
14140
6aa14605c6c0 doc: update list of contributors
John W. Eaton <jwe@octave.org>
parents: 13895
diff changeset
66 Carnë Draug
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
67 Pascal A. Dupuis
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
68 John W. Eaton
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
69 Dirk Eddelbuettel
14140
6aa14605c6c0 doc: update list of contributors
John W. Eaton <jwe@octave.org>
parents: 13895
diff changeset
70 Pieter Eendebak
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
71 Paul Eggert
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
72 Stephen Eglen
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
73 Peter Ekberg
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
74 Rolf Fabian
11133
c5640104bce1 update contributors list in manual
John W. Eaton <jwe@octave.org>
parents: 11065
diff changeset
75 Gunnar Farnebäck
18625
d0d9f6daa4b6 doc: Add 2 new contributors to list in manual.
Rik <rik@octave.org>
parents: 18620
diff changeset
76 Massimiliano Fasi
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
77 Stephen Fegan
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
78 Ramon Garcia Fernandez
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
79 Torsten Finke
18611
56209bab4213 Update java dialog box to support scrolling (bug #41476).
Colin Foster <fostercl1+octave@gmail.com>
parents: 18609
diff changeset
80 Colin Foster
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
81 Jose Daniel Munoz Frias
10714
600bdfb08540 Fix typo in spy.m
Brad Froehle <brad.froehle@gmail.com>
parents: 10205
diff changeset
82 Brad Froehle
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
83 Castor Fu
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
84 Eduardo Gallestey
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
85 Walter Gautschi
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
86 Klaus Gebhardt
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
87 Driss Ghaddab
19631
db92e7e28e1f strip trailing whitespace from most source files
John W. Eaton <jwe@octave.org>
parents: 19625
diff changeset
88 Eugenio Gianniti
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
89 Nicolo Giorgetti
17217
57680d1227ca contributors.in: Correct spelling of contributor Giridhar.
Rik <rik@octave.org>
parents: 17212
diff changeset
90 Arun Giridhar
9672
43a07df0ed4c document graphics structures
Michael D. Godfrey <godfrey@isl.stanford.edu>
parents: 9599
diff changeset
91 Michael D. Godfrey
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
92 Michael Goffioul
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
93 Glenn Golden
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
94 Tomislav Goles
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
95 Keith Goodman
8125
4fce6da228c6 contributors.in: update
John W. Eaton <jwe@octave.org>
parents: 8116
diff changeset
96 Brian Gough
18465
d6736ea0251a doc: Add new contributors to contributors.in file.
Rik <rik@octave.org>
parents: 18219
diff changeset
97 Michael C. Grant
8833
b86b42f77899 __patch__.m: fix indexing of varargin
Steffen Groot <steffen.groot@technolution.eu>
parents: 8686
diff changeset
98 Steffen Groot
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
99 Etienne Grossmann
9474
25ed2d6aacf6 Parse nested functions more accurately.
David Grundberg <individ@acc.umu.se>
parents: 9441
diff changeset
100 David Grundberg
15940
f37c909f80a0 doc: Add Kyle Guinn to list of contributors
Rik <rik@octave.org>
parents: 15625
diff changeset
101 Kyle Guinn
6740
605ea655366d [project @ 2007-06-16 15:51:49 by jwe]
jwe
parents: 6610
diff changeset
102 Peter Gustafson
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
103 Kai Habel
14140
6aa14605c6c0 doc: update list of contributors
John W. Eaton <jwe@octave.org>
parents: 13895
diff changeset
104 Patrick Häcker
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
105 William P. Y. Hadisoeseno
7522
8a6965a01176 log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents: 7491
diff changeset
106 Jaroslav Hajek
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
107 Benjamin Hall
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
108 Kim Hansen
11065
9bf6c927c267 update contributors list
John W. Eaton <jwe@octave.org>
parents: 10714
diff changeset
109 Søren Hauberg
7522
8a6965a01176 log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents: 7491
diff changeset
110 Dave Hawthorne
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
111 Daniel Heiserer
9110
22ae6b3411a7 Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents: 9030
diff changeset
112 Martin Helm
9771
4634a0e9ea1b gnuplot_drawnow.m (gnuplot_default_term): don't set term to x11 unless DISPLAY is set
Stefan Hepp <stefan@stefant.org>
parents: 9672
diff changeset
113 Stefan Hepp
15625
acf0addfc610 include Octave Forge java package in core Octave
John W. Eaton <jwe@octave.org>
parents: 15616
diff changeset
114 Martin Hepperle
11065
9bf6c927c267 update contributors list
John W. Eaton <jwe@octave.org>
parents: 10714
diff changeset
115 Jordi Gutiérrez Hermoso
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
116 Yozo Hida
7525
3feb6e9643cd unpack.m: pass "-f -" to tar
Ryan Hinton
parents: 7522
diff changeset
117 Ryan Hinton
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
118 Roman Hodek
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
119 A. Scottedward Hodel
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
120 Richard Allan Holcombe
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
121 Tom Holroyd
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
122 David Hoover
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
123 Kurt Hornik
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
124 Christopher Hulbert
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
125 Cyril Humbert
14775
4e86b0fa6c2d Update contributers.
Ben Abbott <bpabbott@mac.com>
parents: 14771
diff changeset
126 John Hunt
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
127 Teemu Ikonen
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
128 Alan W. Irwin
18651
21e5205679d0 del2.m: Add %!tests (bug #42005).
Allan Jacobs <jacobsallanster@gmail.com>
parents: 18625
diff changeset
129 Allan Jacobs
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
130 Geoff Jacobsen
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
131 Mats Jansson
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
132 Cai Jianming
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
133 Steven G. Johnson
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
134 Heikki Junes
14140
6aa14605c6c0 doc: update list of contributors
John W. Eaton <jwe@octave.org>
parents: 13895
diff changeset
135 Matthias Jüschke
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
136 Atsushi Kajita
8340
fa9e6619fa99 Add Jarko Kaleva to contributors file
David Bateman <dbateman@free.fr>
parents: 8338
diff changeset
137 Jarkko Kaleva
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
138 Mohamed Kamoun
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
139 Lute Kamstra
12350
48b49405f485 update contributors.in
John W. Eaton <jwe@octave.org>
parents: 11480
diff changeset
140 Fotios Kasolis
7324
4e36579df31c [project @ 2007-12-19 16:57:21 by jwe]
jwe
parents: 7323
diff changeset
141 Thomas Kasper
6754
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6740
diff changeset
142 Joel Keay
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
143 Mumit Khan
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
144 Paul Kienzle
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
145 Aaron A. King
18219
a8408a424a37 maint: fix spelling of contributor name Erik Kjellson.
Erik Kjellson <erikiiofph7@users.sourceforge.net>
parents: 17927
diff changeset
146 Erik Kjellson
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
147 Arno J. Klaassen
14140
6aa14605c6c0 doc: update list of contributors
John W. Eaton <jwe@octave.org>
parents: 13895
diff changeset
148 Alexander Klein
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
149 Geoffrey Knauth
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
150 Heine Kolltveit
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
151 Ken Kouno
9881
b3089dba88bf Remove HDF5 cruft for older versions of HDF5
Kacper Kowalik
parents: 9771
diff changeset
152 Kacper Kowalik
12652
5fd90b7cb787 doc: Update contributors list.
John W. Eaton <jwe@octave.org>
parents: 12350
diff changeset
153 Daniel Kraft
17927
c17f06b50ac5 doc: Add new contributors to list in manual.
Rik <rik@octave.org>
parents: 17906
diff changeset
154 Nir Krakauer
14140
6aa14605c6c0 doc: update list of contributors
John W. Eaton <jwe@octave.org>
parents: 13895
diff changeset
155 Aravindh Krishnamoorthy
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
156 Oyvind Kristiansen
17832
0dc5a1b3a4db ru_RU.ts: Update Octave Russian translation.
Artem Krosheninnikov <artem.krosheninnikov@gmail.com>
parents: 17667
diff changeset
157 Artem Krosheninnikov
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
158 Piotr Krzyzanowski
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
159 Volker Kuhlmann
7396
0114d8cd1587 [project @ 2008-01-17 21:55:55 by jwe]
jwe
parents: 7324
diff changeset
160 Tetsuro Kurita
17142
743c9745009a doc: Add Philipp Kutin to contributors.in.
Rik <rik@octave.org>
parents: 16853
diff changeset
161 Philipp Kutin
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
162 Miroslaw Kwasniak
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
163 Rafael Laboissiere
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
164 Kai Labusch
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
165 Claude Lacoursiere
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
166 Walter Landry
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
167 Bill Lash
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
168 Dirk Laurie
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
169 Maurice LeBrun
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
170 Friedrich Leisch
17667
243116aa0e44 contributors.in: added Thorsten Liebig
Andreas Weber <andy.weber.aw@gmail.com>
parents: 17461
diff changeset
171 Thorsten Liebig
14140
6aa14605c6c0 doc: update list of contributors
John W. Eaton <jwe@octave.org>
parents: 13895
diff changeset
172 Jyh-miin Lin
7485
fe2d956d9007 handle ties in kruskal_wallis_test
Timo Lindfors
parents: 7479
diff changeset
173 Timo Lindfors
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
174 Benjamin Lindner
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
175 Ross Lippert
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
176 David Livings
14140
6aa14605c6c0 doc: update list of contributors
John W. Eaton <jwe@octave.org>
parents: 13895
diff changeset
177 Sebastien Loisel
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
178 Erik de Castro Lopo
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
179 Massimo Lorenzin
7610
60398362938c Emil Lucretiu
John W. Eaton <jwe@octave.org>
parents: 7552
diff changeset
180 Emil Lucretiu
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
181 Hoxide Ma
17367
e0b9d43395e2 Fix alphabetization in contributors.in (bug #39933)
Rik <rik@octave.org>
parents: 17265
diff changeset
182 Colin Macdonald
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
183 James Macnicol
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
184 Jens-Uwe Mager
14140
6aa14605c6c0 doc: update list of contributors
John W. Eaton <jwe@octave.org>
parents: 13895
diff changeset
185 Rob Mahurin
17367
e0b9d43395e2 Fix alphabetization in contributors.in (bug #39933)
Rik <rik@octave.org>
parents: 17265
diff changeset
186 Alexander Mamonov
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
187 Ricardo Marranita
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
188 Orestes Mas
14771
10ed11922f19 maint: code cleanup for new erfcinv function.
Rik <octave@nomad.inbox5.com>
parents: 14769
diff changeset
189 Axel Mathéi
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
190 Makoto Matsumoto
7323
c5bf3e423b34 [project @ 2007-12-19 06:05:58 by jwe]
jwe
parents: 7250
diff changeset
191 Tatsuro Matsuoka
17367
e0b9d43395e2 Fix alphabetization in contributors.in (bug #39933)
Rik <rik@octave.org>
parents: 17265
diff changeset
192 Christoph Mayer
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
193 Laurent Mazet
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
194 G. D. McBain
17367
e0b9d43395e2 Fix alphabetization in contributors.in (bug #39933)
Rik <rik@octave.org>
parents: 17265
diff changeset
195 Ronald van der Meer
13110
2d5035847529 Add Júlio Hoffimann Mendes to contributors.in
John W. Eaton <jwe@octave.org>
parents: 13099
diff changeset
196 Júlio Hoffimann Mendes
17906
c757f5421ecc doc: Add new contributors to list in manual.
Rik <rik@octave.org>
parents: 17869
diff changeset
197 Ed Meyer
8686
dd13355fc98a contributors.in: update
John W. Eaton <jwe@octave.org>
parents: 8340
diff changeset
198 Thorsten Meyer
18730
95a1ee1cbdf1 edit.m: add file extension .m to newly created files (bug #41522).
Stefan Miereis <stefan.miereis@gmx.de>
parents: 18651
diff changeset
199 Stefan Miereis
8686
dd13355fc98a contributors.in: update
John W. Eaton <jwe@octave.org>
parents: 8340
diff changeset
200 Petr Mikulik
14459
a22a41ab6824 doc: Add Colin Macdonald and Mike Miller to contributors.in
Jordi Gutiérrez Hermoso <jordigh@octave.org>
parents: 14414
diff changeset
201 Mike Miller
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
202 Stefan Monnier
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
203 Antoine Moreau
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
204 Kai P. Mueller
13002
ad59cda5015c update contributors.in
John W. Eaton <jwe@octave.org>
parents: 12866
diff changeset
205 Hannes Müller
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
206 Victor Munoz
14142
e530656055ae doc: add Iain Murry to contributors list
John W. Eaton <jwe@octave.org>
parents: 14140
diff changeset
207 Iain Murray
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
208 Carmen Navarrete
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
209 Todd Neal
12866
fe6e2afcd9ee Revamp strread, textscan, textread functions for Matlab compatability
Philip Nienhuis <prnienhuis@users.sf.net>
parents: 12853
diff changeset
210 Philip Nienhuis
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
211 Al Niessner
17833
3b3f389c99cb pt_BR.ts: Update Octave Portugese translation.
Felipe G. Nievinski <fgnievinski@gmail.com>
parents: 17832
diff changeset
212 Felipe G. Nievinski
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
213 Rick Niles
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
214 Takuji Nishimura
9340
49fe8721bae1 fix include guards
Kai NODA <nodakai@gmail.com>
parents: 9174
diff changeset
215 Kai Noda
17906
c757f5421ecc doc: Add new contributors to list in manual.
Rik <rik@octave.org>
parents: 17869
diff changeset
216 Patrick Noffke
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
217 Eric Norum
8114
cbbea37b95e8 debug.cc (Fisdebugmode): New function.
Krzesimir Nowak <qdlacz@gmail.com>
parents: 7928
diff changeset
218 Krzesimir Nowak
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
219 Michael O'Brien
9174
07966ebb1055 contributors.in: add Peter O'Gorman to the list
John W. Eaton <jwe@octave.org>
parents: 9169
diff changeset
220 Peter O'Gorman
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
221 Thorsten Ohl
18465
d6736ea0251a doc: Add new contributors to contributors.in file.
Rik <rik@octave.org>
parents: 18219
diff changeset
222 Kai T. Ohlhus
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
223 Arno Onken
15313
34ae358bd566 * contributors.in: restored alphabetic order and removed a dublicate entry
Thorsten Liebig <Thorsten.Liebig@gmx.de>
parents: 15193
diff changeset
224 Valentin Ortega-Clavero
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
225 Luis F. Ortiz
17906
c757f5421ecc doc: Add new contributors to list in manual.
Rik <rik@octave.org>
parents: 17869
diff changeset
226 Carl Osterwisch
17927
c17f06b50ac5 doc: Add new contributors to list in manual.
Rik <rik@octave.org>
parents: 17906
diff changeset
227 Janne Olavi Paanajärvi
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
228 Scott Pakin
18852
bc52657a7d29 Convert isscalar from an m-file to a built-in function (bug #42422).
Jason Alan Palmer <jalanpalmer@gmail.com>
parents: 18828
diff changeset
229 Jason Alan Palmer
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
230 Gabriele Pannocchia
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
231 Sylvain Pelissier
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
232 Per Persson
7626
ec78d83a7fde variables.cc (exist): Clarify help.
Ben Abbott <bpabbott@mac.com>
parents: 7610
diff changeset
233 Primozz Peterlin
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
234 Jim Peterson
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
235 Danilo Piazzalunga
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
236 Nicholas Piper
14140
6aa14605c6c0 doc: update list of contributors
John W. Eaton <jwe@octave.org>
parents: 13895
diff changeset
237 Elias Pipping
7657
76e7548add3f genvarname.m: new function
bill@denney.ws
parents: 7626
diff changeset
238 Robert Platt
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
239 Hans Ekkehard Plesser
18525
fa58514e7383 doc: Add new contributor to contributors.in.
Rik <rik@octave.org>
parents: 18219
diff changeset
240 Sergey Plotnikov
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
241 Tom Poage
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
242 Orion Poplawski
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
243 Ondrej Popp
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
244 Jef Poskanzer
14140
6aa14605c6c0 doc: update list of contributors
John W. Eaton <jwe@octave.org>
parents: 13895
diff changeset
245 Francesco Potortì
11480
3a983f9be808 add Konstantinos Poulios to the list of contributors
John W. Eaton <jwe@octave.org>
parents: 11270
diff changeset
246 Konstantinos Poulios
14140
6aa14605c6c0 doc: update list of contributors
John W. Eaton <jwe@octave.org>
parents: 13895
diff changeset
247 Jarno Rajahalme
18625
d0d9f6daa4b6 doc: Add 2 new contributors to list in manual.
Rik <rik@octave.org>
parents: 18620
diff changeset
248 Eduardo Ramos
19340
314b4de4bb6d Add BIST tests for subspace, t_test, z_test.
Pooja Rao <poojarao12@gmail.com>
parents: 19029
diff changeset
249 Pooja Rao
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
250 James B. Rawlings
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
251 Eric S. Raymond
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
252 Balint Reczey
14140
6aa14605c6c0 doc: update list of contributors
John W. Eaton <jwe@octave.org>
parents: 13895
diff changeset
253 Joshua Redstone
6aa14605c6c0 doc: update list of contributors
John W. Eaton <jwe@octave.org>
parents: 13895
diff changeset
254 Lukas Reichlin
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
255 Michael Reifenberger
17461
dea415e4216d doc: Add Jens Restemeier to list of contributors.
Rik <rik@octave.org>
parents: 17367
diff changeset
256 Jens Restemeier
14140
6aa14605c6c0 doc: update list of contributors
John W. Eaton <jwe@octave.org>
parents: 13895
diff changeset
257 Anthony Richardson
7479
3018354c554c add Jason Riedy to contributors file
John W. Eaton <jwe@octave.org>
parents: 7396
diff changeset
258 Jason Riedy
14140
6aa14605c6c0 doc: update list of contributors
John W. Eaton <jwe@octave.org>
parents: 13895
diff changeset
259 E. Joshua Rigler
17869
e8330a9e8c78 contributors.in: added GUI translators
Philip Nienhuis <prnienhuis@users.sf.net>
parents: 17833
diff changeset
260 Sander van Rijn
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
261 Petter Risholm
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
262 Matthew W. Roberts
17367
e0b9d43395e2 Fix alphabetization in contributors.in (bug #39933)
Rik <rik@octave.org>
parents: 17265
diff changeset
263 Peter Rosin
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
264 Andrew Ross
14769
56b7aa9cd021 Update contributor's list.
Ben ABbott <bpabbott@mac.com>
parents: 14511
diff changeset
265 Fabio Rossi
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
266 Mark van Rossum
14140
6aa14605c6c0 doc: update list of contributors
John W. Eaton <jwe@octave.org>
parents: 13895
diff changeset
267 Joe Rothweiler
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
268 Kevin Ruland
9485
3cee58bf4acf selectively complete filenames in some cases
John W. Eaton <jwe@octave.org>
parents: 9474
diff changeset
269 Kristian Rumberg
7552
6070c3bd69c4 Arbitrary call stack access for external debuggers changeset
ryanru@PrinceHumperdinck
parents: 7525
diff changeset
270 Ryan Rusaw
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
271 Olli Saarela
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
272 Toni Saarela
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
273 Juhani Saastamoinen
8338
a35bf360b919 Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents: 8170
diff changeset
274 Radek Salac
19342
95efaf0574a7 doc: Add Mike Sander to contributors list.
Rik <rik@octave.org>
parents: 19340
diff changeset
275 Mike Sander
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
276 Ben Sapp
9441
160c564d5d25 initialize floating point values properly for NetBSD systems
Aleksej Saushev <asau@inbox.ru>
parents: 9386
diff changeset
277 Aleksej Saushev
14140
6aa14605c6c0 doc: update list of contributors
John W. Eaton <jwe@octave.org>
parents: 13895
diff changeset
278 Alois Schlögl
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
279 Michel D. Schmid
7668
7ae60e7eb6f8 info.m added
Julian Schnidder <j.schnidder@gmx.de>
parents: 7657
diff changeset
280 Julian Schnidder
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
281 Nicol N. Schraudolph
6740
605ea655366d [project @ 2007-06-16 15:51:49 by jwe]
jwe
parents: 6610
diff changeset
282 Sebastian Schubert
18465
d6736ea0251a doc: Add new contributors to contributors.in file.
Rik <rik@octave.org>
parents: 18219
diff changeset
283 Lasse Schuirmann
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
284 Ludwig Schwardt
7928
f728089c9543 update contributors.in
John W. Eaton <jwe@octave.org>
parents: 7738
diff changeset
285 Thomas L. Scofield
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
286 Daniel J. Sebald
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
287 Dmitri A. Sergatskov
13895
2f73cbd951fb doc: Add Vanya Sergeev to list of contributors
Rik <octave@nomad.inbox5.com>
parents: 13110
diff changeset
288 Vanya Sergeev
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
289 Baylis Shanks
12853
7869cc61ce90 codesprint: Add 4 new contributors from the code sprint to contributors.in
Jordi Gutiérrez Hermoso <jordigh@gmail.com>
parents: 12652
diff changeset
290 Andriy Shinkarchuck
14140
6aa14605c6c0 doc: update list of contributors
John W. Eaton <jwe@octave.org>
parents: 13895
diff changeset
291 Robert T. Short
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
292 Joseph P. Skudlarek
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
293 John Smith
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
294 Julius Smith
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
295 Shan G. Smith
14140
6aa14605c6c0 doc: update list of contributors
John W. Eaton <jwe@octave.org>
parents: 13895
diff changeset
296 Peter L. Sondergaard
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
297 Joerg Specht
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
298 Quentin H. Spencer
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
299 Christoph Spiel
18465
d6736ea0251a doc: Add new contributors to contributors.in file.
Rik <rik@octave.org>
parents: 18219
diff changeset
300 David Spies
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
301 Richard Stallman
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
302 Russell Standish
14140
6aa14605c6c0 doc: update list of contributors
John W. Eaton <jwe@octave.org>
parents: 13895
diff changeset
303 Brett Stewart
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
304 Doug Stewart
7738
86eb9dd6ce61 update contributors.in
John W. Eaton <jwe@octave.org>
parents: 7678
diff changeset
305 Jonathan Stickel
10205
eea99d24adae update doc/interpreter/contributors.in
John W. Eaton <jwe@octave.org>
parents: 9881
diff changeset
306 Judd Storrs
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
307 Thomas Stuart
8170
1651939a394b fix contributors file
John W. Eaton <jwe@octave.org>
parents: 8125
diff changeset
308 Ivan Sutoris
7098
dd3a3e65bc86 [project @ 2007-11-02 19:21:56 by jwe]
jwe
parents: 7016
diff changeset
309 John Swensen
11267
1ed677b95226 update contributors.in
John W. Eaton <jwe@octave.org>
parents: 11133
diff changeset
310 Daisuke Takago
17367
e0b9d43395e2 Fix alphabetization in contributors.in (bug #39933)
Rik <rik@octave.org>
parents: 17265
diff changeset
311 Ariel Tankus
17265
53f1d5bb58bc __plt__.m: Fix legend when plotting vector against matrix (bug #39542)
Falk Tannhäuser <falk.tannhauser@free.fr>
parents: 17217
diff changeset
312 Falk Tannhäuser
17367
e0b9d43395e2 Fix alphabetization in contributors.in (bug #39933)
Rik <rik@octave.org>
parents: 17265
diff changeset
313 Duncan Temple Lang
14140
6aa14605c6c0 doc: update list of contributors
John W. Eaton <jwe@octave.org>
parents: 13895
diff changeset
314 Matthew Tenny
17367
e0b9d43395e2 Fix alphabetization in contributors.in (bug #39933)
Rik <rik@octave.org>
parents: 17265
diff changeset
315 Kris Thielemans
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
316 Georg Thimm
17927
c17f06b50ac5 doc: Add new contributors to list in manual.
Rik <rik@octave.org>
parents: 17906
diff changeset
317 Corey Thomasson
6757
c3cd7d14fc5e [project @ 2007-06-25 19:06:42 by jwe]
jwe
parents: 6754
diff changeset
318 Olaf Till
9599
7be1bddd0f11 update contributors.in
John W. Eaton <jwe@octave.org>
parents: 9485
diff changeset
319 Christophe Tournery
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
320 Thomas Treichl
14140
6aa14605c6c0 doc: update list of contributors
John W. Eaton <jwe@octave.org>
parents: 13895
diff changeset
321 Karsten Trulsen
17906
c757f5421ecc doc: Add new contributors to list in manual.
Rik <rik@octave.org>
parents: 17869
diff changeset
322 David Turner
8686
dd13355fc98a contributors.in: update
John W. Eaton <jwe@octave.org>
parents: 8340
diff changeset
323 Frederick Umminger
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
324 Utkarsh Upadhyay
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
325 Stefan van der Walt
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
326 Peter Van Wieren
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
327 James R. Van Zandt
16671
784c765225ba * contributors.in: Include Risto Vanhanen in the list.
John W. Eaton <jwe@octave.org>
parents: 16376
diff changeset
328 Risto Vanhanen
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
329 Gregory Vanuxem
17869
e8330a9e8c78 contributors.in: added GUI translators
Philip Nienhuis <prnienhuis@users.sf.net>
parents: 17833
diff changeset
330 Mihas Varantsou
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
331 Ivana Varekova
17906
c757f5421ecc doc: Add new contributors to list in manual.
Rik <rik@octave.org>
parents: 17869
diff changeset
332 Sébastien Villemot
17367
e0b9d43395e2 Fix alphabetization in contributors.in (bug #39933)
Rik <rik@octave.org>
parents: 17265
diff changeset
333 Daniel Wagenaar
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
334 Thomas Walter
14140
6aa14605c6c0 doc: update list of contributors
John W. Eaton <jwe@octave.org>
parents: 13895
diff changeset
335 Andreas Weber
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
336 Olaf Weber
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
337 Thomas Weber
9030
d213f69a8343 Add Rik Wehbring to contributors list
Rik <rdrider0-list@yahoo.com>
parents: 8833
diff changeset
338 Rik Wehbring
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
339 Bob Weigel
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
340 Andreas Weingessel
14140
6aa14605c6c0 doc: update list of contributors
John W. Eaton <jwe@octave.org>
parents: 13895
diff changeset
341 Martin Weiser
6610
fb8bddaa07c4 [project @ 2007-05-09 02:28:40 by jwe]
jwe
parents: 6537
diff changeset
342 Michael Weitzel
14140
6aa14605c6c0 doc: update list of contributors
John W. Eaton <jwe@octave.org>
parents: 13895
diff changeset
343 David Wells
18465
d6736ea0251a doc: Add new contributors to contributors.in file.
Rik <rik@octave.org>
parents: 18219
diff changeset
344 Joachim Wiesemann
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
345 Fook Fah Yap
12853
7869cc61ce90 codesprint: Add 4 new contributors from the code sprint to contributors.in
Jordi Gutiérrez Hermoso <jordigh@gmail.com>
parents: 12652
diff changeset
346 Sean Young
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
347 Michael Zeising
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
348 Federico Zenith
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents:
diff changeset
349 Alex Zvoleff