annotate CITATION @ 20500:44eb1102f8a8

don't recycle scanf format string if all conversions are done (bug #45808) * oct-stream.cc, oct-stream.h (scanf_format_elt::special_conversion): New enum value, no_conversion. (scanf_format_list::next): If not cycling through the list, return dummy scanf_format_elt after list has been exhausted. (octave_base_stream::do_scanf): Only cycle through the format list more than once if there are conversions to make and the limit on the number of values to convert has not been reached.
author John W. Eaton <jwe@octave.org>
date Wed, 26 Aug 2015 16:05:49 -0400
parents f5d9e57d4380
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
16178
3a93af21d206 New function citation() to display citation information (patch #7960)
Carnë Draug <carandraug@octave.org>
parents:
diff changeset
1 To cite GNU Octave in publications use:
3a93af21d206 New function citation() to display citation information (patch #7960)
Carnë Draug <carandraug@octave.org>
parents:
diff changeset
2
20236
f5d9e57d4380 Update citation for Octave software to version 4.0.0.
Rik <rik@octave.org>
parents: 18793
diff changeset
3 John W. Eaton, David Bateman, Søren Hauberg, Rik Wehbring (2015).
f5d9e57d4380 Update citation for Octave software to version 4.0.0.
Rik <rik@octave.org>
parents: 18793
diff changeset
4 GNU Octave version 4.0.0 manual: a high-level interactive language for
18793
a6d13c62fccf Update CITATION file to include Rik Wehbring, use current version number.
Rik <rik@octave.org>
parents: 16178
diff changeset
5 numerical computations.
16178
3a93af21d206 New function citation() to display citation information (patch #7960)
Carnë Draug <carandraug@octave.org>
parents:
diff changeset
6 URL http://www.gnu.org/software/octave/doc/interpreter/
3a93af21d206 New function citation() to display citation information (patch #7960)
Carnë Draug <carandraug@octave.org>
parents:
diff changeset
7
3a93af21d206 New function citation() to display citation information (patch #7960)
Carnë Draug <carandraug@octave.org>
parents:
diff changeset
8 A BibTeX entry for LaTeX users is:
3a93af21d206 New function citation() to display citation information (patch #7960)
Carnë Draug <carandraug@octave.org>
parents:
diff changeset
9
3a93af21d206 New function citation() to display citation information (patch #7960)
Carnë Draug <carandraug@octave.org>
parents:
diff changeset
10 @book{,
18793
a6d13c62fccf Update CITATION file to include Rik Wehbring, use current version number.
Rik <rik@octave.org>
parents: 16178
diff changeset
11 author = {John W. Eaton, David Bateman, S\oren Hauberg, and Rik Wehbring},
20236
f5d9e57d4380 Update citation for Octave software to version 4.0.0.
Rik <rik@octave.org>
parents: 18793
diff changeset
12 title = {{GNU Octave} version 4.0.0 manual: a high-level interactive language for numerical computations},
f5d9e57d4380 Update citation for Octave software to version 4.0.0.
Rik <rik@octave.org>
parents: 18793
diff changeset
13 year = {2015},
16178
3a93af21d206 New function citation() to display citation information (patch #7960)
Carnë Draug <carandraug@octave.org>
parents:
diff changeset
14 url = {http://www.gnu.org/software/octave/doc/interpreter},
3a93af21d206 New function citation() to display citation information (patch #7960)
Carnë Draug <carandraug@octave.org>
parents:
diff changeset
15 }
3a93af21d206 New function citation() to display citation information (patch #7960)
Carnë Draug <carandraug@octave.org>
parents:
diff changeset
16
3a93af21d206 New function citation() to display citation information (patch #7960)
Carnë Draug <carandraug@octave.org>
parents:
diff changeset
17 We have invested a lot of time and effort in creating GNU Octave, please cite it
3a93af21d206 New function citation() to display citation information (patch #7960)
Carnë Draug <carandraug@octave.org>
parents:
diff changeset
18 when using it. See also `citation pkgname' for citing Octave packages.