annotate libcruft/ChangeLog @ 12317:126d8fe48a12

Fix warning about GOTO reference in arpack code
author Rik <octave@nomad.inbox5.com>
date Mon, 31 Jan 2011 16:41:43 -0500
parents 7b12892ae589
children 6a225fb7d361
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
12317
126d8fe48a12 Fix warning about GOTO reference in arpack code
Rik <octave@nomad.inbox5.com>
parents: 12231
diff changeset
1 2011-01-31 Rik <octave@nomad.inbox5.com>
126d8fe48a12 Fix warning about GOTO reference in arpack code
Rik <octave@nomad.inbox5.com>
parents: 12231
diff changeset
2
126d8fe48a12 Fix warning about GOTO reference in arpack code
Rik <octave@nomad.inbox5.com>
parents: 12231
diff changeset
3 * arpack/src/dseupd.f, arpack/src/sseupd.f: Change GOTO target
126d8fe48a12 Fix warning about GOTO reference in arpack code
Rik <octave@nomad.inbox5.com>
parents: 12231
diff changeset
4 to eliminate warning about landing on end if.
126d8fe48a12 Fix warning about GOTO reference in arpack code
Rik <octave@nomad.inbox5.com>
parents: 12231
diff changeset
5
12231
7b12892ae589 fix list of files in arpack/module.mk
John W. Eaton <jwe@octave.org>
parents: 12229
diff changeset
6 2011-01-31 John W. Eaton <jwe@octave.org>
7b12892ae589 fix list of files in arpack/module.mk
John W. Eaton <jwe@octave.org>
parents: 12229
diff changeset
7
7b12892ae589 fix list of files in arpack/module.mk
John W. Eaton <jwe@octave.org>
parents: 12229
diff changeset
8 * arpack/module.mk (EXTRA_DIST): Include arpack/module.mk in the
7b12892ae589 fix list of files in arpack/module.mk
John W. Eaton <jwe@octave.org>
parents: 12229
diff changeset
9 list. Remove arpack/src/module.mk and arpacck/util/module.mk
7b12892ae589 fix list of files in arpack/module.mk
John W. Eaton <jwe@octave.org>
parents: 12229
diff changeset
10 from the list.
7b12892ae589 fix list of files in arpack/module.mk
John W. Eaton <jwe@octave.org>
parents: 12229
diff changeset
11
12229
72982d936a62 update arpack license file; fix dist of arpack doc files
John W. Eaton <jwe@octave.org>
parents: 12197
diff changeset
12 2011-01-31 John W. Eaton <jwe@octave.org>
72982d936a62 update arpack license file; fix dist of arpack doc files
John W. Eaton <jwe@octave.org>
parents: 12197
diff changeset
13
72982d936a62 update arpack license file; fix dist of arpack doc files
John W. Eaton <jwe@octave.org>
parents: 12197
diff changeset
14 * arpack/LICENSE: Update to current version from
72982d936a62 update arpack license file; fix dist of arpack doc files
John W. Eaton <jwe@octave.org>
parents: 12197
diff changeset
15 http://www.caam.rice.edu/software/ARPACK.
72982d936a62 update arpack license file; fix dist of arpack doc files
John W. Eaton <jwe@octave.org>
parents: 12197
diff changeset
16 * arpack/ARPACK-license-question.email: Delete as it no longer
72982d936a62 update arpack license file; fix dist of arpack doc files
John W. Eaton <jwe@octave.org>
parents: 12197
diff changeset
17 applies to the current license terms.
72982d936a62 update arpack license file; fix dist of arpack doc files
John W. Eaton <jwe@octave.org>
parents: 12197
diff changeset
18 * arpack/RiceBSD.txt: Delete.
72982d936a62 update arpack license file; fix dist of arpack doc files
John W. Eaton <jwe@octave.org>
parents: 12197
diff changeset
19 * arpack/module.mk: Update for license changes.
72982d936a62 update arpack license file; fix dist of arpack doc files
John W. Eaton <jwe@octave.org>
parents: 12197
diff changeset
20 Add arpack/ prefix to doc files in list.
72982d936a62 update arpack license file; fix dist of arpack doc files
John W. Eaton <jwe@octave.org>
parents: 12197
diff changeset
21
12197
9ed4018d538c avoid memory overrun in ARPACK
David Bateman <dbateman@free.fr>
parents: 12196
diff changeset
22 2011-01-28 David Bateman <dbateman@free.fr>
9ed4018d538c avoid memory overrun in ARPACK
David Bateman <dbateman@free.fr>
parents: 12196
diff changeset
23
9ed4018d538c avoid memory overrun in ARPACK
David Bateman <dbateman@free.fr>
parents: 12196
diff changeset
24 * arpack/src/cneupd.f (cneupd): Restore value of nconv if ctrsen
9ed4018d538c avoid memory overrun in ARPACK
David Bateman <dbateman@free.fr>
parents: 12196
diff changeset
25 returns a smaller value.
9ed4018d538c avoid memory overrun in ARPACK
David Bateman <dbateman@free.fr>
parents: 12196
diff changeset
26 * arpack/src/dneupd.f (dneupd): Likewise, for dtrsen.
9ed4018d538c avoid memory overrun in ARPACK
David Bateman <dbateman@free.fr>
parents: 12196
diff changeset
27 * arpack/src/sneupd.f (sneupd): Likewise, for strsen.
9ed4018d538c avoid memory overrun in ARPACK
David Bateman <dbateman@free.fr>
parents: 12196
diff changeset
28 * arpack/src/zneupd.f (zneupd): Likewise, for ztrsen.
9ed4018d538c avoid memory overrun in ARPACK
David Bateman <dbateman@free.fr>
parents: 12196
diff changeset
29
12196
0564f4a755a0 fix declaration of ETIME in arpack/util/second.f
John W. Eaton <jwe@octave.org>
parents: 12194
diff changeset
30 2011-01-28 John W. Eaton <jwe@octave.org>
0564f4a755a0 fix declaration of ETIME in arpack/util/second.f
John W. Eaton <jwe@octave.org>
parents: 12194
diff changeset
31
0564f4a755a0 fix declaration of ETIME in arpack/util/second.f
John W. Eaton <jwe@octave.org>
parents: 12194
diff changeset
32 * arpack/util/second.f (ARSCND): Declare ETIME INTRINSIC, not EXTERNAL.
0564f4a755a0 fix declaration of ETIME in arpack/util/second.f
John W. Eaton <jwe@octave.org>
parents: 12194
diff changeset
33
12194
470857149e61 import ARPACK sources to libcruft from Debian package libarpack2 2.1+parpack96.dfsg-3+b1
John W. Eaton <jwe@octave.org>
parents: 12174
diff changeset
34 2011-01-28 John W. Eaton <jwe@octave.org>
470857149e61 import ARPACK sources to libcruft from Debian package libarpack2 2.1+parpack96.dfsg-3+b1
John W. Eaton <jwe@octave.org>
parents: 12174
diff changeset
35
470857149e61 import ARPACK sources to libcruft from Debian package libarpack2 2.1+parpack96.dfsg-3+b1
John W. Eaton <jwe@octave.org>
parents: 12174
diff changeset
36 * arpack: New directory.
470857149e61 import ARPACK sources to libcruft from Debian package libarpack2 2.1+parpack96.dfsg-3+b1
John W. Eaton <jwe@octave.org>
parents: 12174
diff changeset
37 * Makefile.am: Include arpack/module.mk.
470857149e61 import ARPACK sources to libcruft from Debian package libarpack2 2.1+parpack96.dfsg-3+b1
John W. Eaton <jwe@octave.org>
parents: 12174
diff changeset
38
12174
db1f49eaba6b whitespace fixes
John W. Eaton <jwe@octave.org>
parents: 11586
diff changeset
39 2011-01-26 John W. Eaton <jwe@octave.org>
db1f49eaba6b whitespace fixes
John W. Eaton <jwe@octave.org>
parents: 11586
diff changeset
40
db1f49eaba6b whitespace fixes
John W. Eaton <jwe@octave.org>
parents: 11586
diff changeset
41 * mkf77def.in: Strip trailing whitespace.
db1f49eaba6b whitespace fixes
John W. Eaton <jwe@octave.org>
parents: 11586
diff changeset
42
11586
12df7854fa7c strip trailing whitespace from source files
John W. Eaton <jwe@octave.org>
parents: 11523
diff changeset
43 2011-01-20 John W. Eaton <jwe@octave.org>
12df7854fa7c strip trailing whitespace from source files
John W. Eaton <jwe@octave.org>
parents: 11523
diff changeset
44
12df7854fa7c strip trailing whitespace from source files
John W. Eaton <jwe@octave.org>
parents: 11523
diff changeset
45 * misc/cquit.c, misc/f77-fcn.h, misc/quit.cc: Strip trailing
12df7854fa7c strip trailing whitespace from source files
John W. Eaton <jwe@octave.org>
parents: 11523
diff changeset
46 whitespace.
12df7854fa7c strip trailing whitespace from source files
John W. Eaton <jwe@octave.org>
parents: 11523
diff changeset
47
11523
fd0a3ac60b0e update copyright notices
John W. Eaton <jwe@octave.org>
parents: 11088
diff changeset
48 2011-01-14 John W. Eaton <jwe@octave.org>
fd0a3ac60b0e update copyright notices
John W. Eaton <jwe@octave.org>
parents: 11088
diff changeset
49
fd0a3ac60b0e update copyright notices
John W. Eaton <jwe@octave.org>
parents: 11088
diff changeset
50 * Update copyright notices for 2011.
fd0a3ac60b0e update copyright notices
John W. Eaton <jwe@octave.org>
parents: 11088
diff changeset
51
10946
1094868ca10d fix bugs in inner convolution
Jaroslav Hajek <highegg@gmail.com>
parents: 10822
diff changeset
52 2010-09-07 Jaroslav Hajek <highegg@gmail.com>
1094868ca10d fix bugs in inner convolution
Jaroslav Hajek <highegg@gmail.com>
parents: 10822
diff changeset
53
1094868ca10d fix bugs in inner convolution
Jaroslav Hajek <highegg@gmail.com>
parents: 10822
diff changeset
54 * blas-xtra/cconv2.f, blas-xtra/csconv2.f, blas-xtra/dconv2.f,
1094868ca10d fix bugs in inner convolution
Jaroslav Hajek <highegg@gmail.com>
parents: 10822
diff changeset
55 blas-xtra/sconv2.f, blas-xtra/zconv2.f, blas-xtra/zdconv2.f:
1094868ca10d fix bugs in inner convolution
Jaroslav Hajek <highegg@gmail.com>
parents: 10822
diff changeset
56 Fix inner convolution formula.
1094868ca10d fix bugs in inner convolution
Jaroslav Hajek <highegg@gmail.com>
parents: 10822
diff changeset
57
10822
23d2378512a0 implement rsf2csf
Jaroslav Hajek <highegg@gmail.com>
parents: 10603
diff changeset
58 2010-07-27 Jaroslav Hajek <highegg@gmail.com>
23d2378512a0 implement rsf2csf
Jaroslav Hajek <highegg@gmail.com>
parents: 10603
diff changeset
59
23d2378512a0 implement rsf2csf
Jaroslav Hajek <highegg@gmail.com>
parents: 10603
diff changeset
60 * lapack-xtra/zrsf2csf.f, lapack-xtra/crsf2csf.f: New sources.
23d2378512a0 implement rsf2csf
Jaroslav Hajek <highegg@gmail.com>
parents: 10603
diff changeset
61 * lapack-xtra/module.mk: Add them.
23d2378512a0 implement rsf2csf
Jaroslav Hajek <highegg@gmail.com>
parents: 10603
diff changeset
62
10603
d909c4c14b63 convert villad functions to C++
John W. Eaton <jwe@octave.org>
parents: 10508
diff changeset
63 2010-05-04 John W. Eaton <jwe@octave.org>
d909c4c14b63 convert villad functions to C++
John W. Eaton <jwe@octave.org>
parents: 10508
diff changeset
64
d909c4c14b63 convert villad functions to C++
John W. Eaton <jwe@octave.org>
parents: 10508
diff changeset
65 * villad/dfopr.f, villad/dif.f, villad/intrp.f, villad/jcobi.f,
d909c4c14b63 convert villad functions to C++
John W. Eaton <jwe@octave.org>
parents: 10508
diff changeset
66 villad/radau.f, villad/vilerr.f, villad/module.mk: Delete.
d909c4c14b63 convert villad functions to C++
John W. Eaton <jwe@octave.org>
parents: 10508
diff changeset
67 * Makefile.am: Don't include villad/module.mk.
d909c4c14b63 convert villad functions to C++
John W. Eaton <jwe@octave.org>
parents: 10508
diff changeset
68
10508
9a5e2d13fa5a fix typos in blas-xtra
Jaroslav Hajek <highegg@gmail.com>
parents: 10429
diff changeset
69 2010-04-11 Jaroslav Hajek <highegg@gmail.com>
9a5e2d13fa5a fix typos in blas-xtra
Jaroslav Hajek <highegg@gmail.com>
parents: 10429
diff changeset
70
9a5e2d13fa5a fix typos in blas-xtra
Jaroslav Hajek <highegg@gmail.com>
parents: 10429
diff changeset
71 * blas-xtra/cmatm3.f, blas-xtra/zmatm3.f,
9a5e2d13fa5a fix typos in blas-xtra
Jaroslav Hajek <highegg@gmail.com>
parents: 10429
diff changeset
72 blas-xtra/dmatm3.f, blas-xtra/xsdot.f: Fix typos. Add missing
9a5e2d13fa5a fix typos in blas-xtra
Jaroslav Hajek <highegg@gmail.com>
parents: 10429
diff changeset
73 decls.
9a5e2d13fa5a fix typos in blas-xtra
Jaroslav Hajek <highegg@gmail.com>
parents: 10429
diff changeset
74
10429
ae31852abf75 link libcruft with libgnu
John W. Eaton <jwe@octave.org>
parents: 10412
diff changeset
75 2010-03-21 John W. Eaton <jwe@octave.org>
ae31852abf75 link libcruft with libgnu
John W. Eaton <jwe@octave.org>
parents: 10412
diff changeset
76
ae31852abf75 link libcruft with libgnu
John W. Eaton <jwe@octave.org>
parents: 10412
diff changeset
77 * Makefile.am (libcruft_la_LIBADD): Include ../libgnu/libgnu.la
ae31852abf75 link libcruft with libgnu
John W. Eaton <jwe@octave.org>
parents: 10412
diff changeset
78 in the list. From Marco Atzeri <marco_atzeri@yahoo.it>.
ae31852abf75 link libcruft with libgnu
John W. Eaton <jwe@octave.org>
parents: 10412
diff changeset
79
10412
d2ac9433cd09 append AM_CPPFLAGS to libcruft_la_CPPFLAGS
John W. Eaton <jwe@octave.org>
parents: 10388
diff changeset
80 2010-03-15 John W. Eaton <jwe@octave.org>
d2ac9433cd09 append AM_CPPFLAGS to libcruft_la_CPPFLAGS
John W. Eaton <jwe@octave.org>
parents: 10388
diff changeset
81
d2ac9433cd09 append AM_CPPFLAGS to libcruft_la_CPPFLAGS
John W. Eaton <jwe@octave.org>
parents: 10388
diff changeset
82 * Makefile.am (libcruft_la_CPPFLAGS): Append $(AM_CPPFLAGS).
d2ac9433cd09 append AM_CPPFLAGS to libcruft_la_CPPFLAGS
John W. Eaton <jwe@octave.org>
parents: 10388
diff changeset
83
10388
5af0b4bb384d rewrite convn optimizations based on xAXPY
Jaroslav Hajek <highegg@gmail.com>
parents: 10387
diff changeset
84 2010-03-03 Jaroslav Hajek <highegg@gmail.com>
5af0b4bb384d rewrite convn optimizations based on xAXPY
Jaroslav Hajek <highegg@gmail.com>
parents: 10387
diff changeset
85
5af0b4bb384d rewrite convn optimizations based on xAXPY
Jaroslav Hajek <highegg@gmail.com>
parents: 10387
diff changeset
86 * blas-xtra/cconv2.f, blas-xtra/csconv2.f, blas-xtra/dconv2.f,
5af0b4bb384d rewrite convn optimizations based on xAXPY
Jaroslav Hajek <highegg@gmail.com>
parents: 10387
diff changeset
87 blas-xtra/sconv2.f, blas-xtra/zconv2.f, blas-xtra/zdconv2.f:
5af0b4bb384d rewrite convn optimizations based on xAXPY
Jaroslav Hajek <highegg@gmail.com>
parents: 10387
diff changeset
88 New sources.
5af0b4bb384d rewrite convn optimizations based on xAXPY
Jaroslav Hajek <highegg@gmail.com>
parents: 10387
diff changeset
89 * blas-xtra/module.mk: Add them here.
5af0b4bb384d rewrite convn optimizations based on xAXPY
Jaroslav Hajek <highegg@gmail.com>
parents: 10387
diff changeset
90
10387
eb9b2674501e cquit.c: yes, we can assume POSIX signals
John W. Eaton <jwe@octave.org>
parents: 10370
diff changeset
91 2010-03-02 John W. Eaton <jwe@octave.org>
eb9b2674501e cquit.c: yes, we can assume POSIX signals
John W. Eaton <jwe@octave.org>
parents: 10370
diff changeset
92
eb9b2674501e cquit.c: yes, we can assume POSIX signals
John W. Eaton <jwe@octave.org>
parents: 10370
diff changeset
93 * misc/cquit.c (octave_restore_signal_mask): Assume we have
eb9b2674501e cquit.c: yes, we can assume POSIX signals
John W. Eaton <jwe@octave.org>
parents: 10370
diff changeset
94 POSIX signal handling.
eb9b2674501e cquit.c: yes, we can assume POSIX signals
John W. Eaton <jwe@octave.org>
parents: 10370
diff changeset
95
10370
9c4daf174387 implement IDs for common liboctave exceptions
Jaroslav Hajek <highegg@gmail.com>
parents: 10346
diff changeset
96 2010-02-28 Jaroslav Hajek <highegg@gmail.com>
9c4daf174387 implement IDs for common liboctave exceptions
Jaroslav Hajek <highegg@gmail.com>
parents: 10346
diff changeset
97
9c4daf174387 implement IDs for common liboctave exceptions
Jaroslav Hajek <highegg@gmail.com>
parents: 10346
diff changeset
98 * misc/lo-error.c (liboctave_fatal_with_id,
9c4daf174387 implement IDs for common liboctave exceptions
Jaroslav Hajek <highegg@gmail.com>
parents: 10346
diff changeset
99 set_liboctave_error_with_id_handler): New functions.
9c4daf174387 implement IDs for common liboctave exceptions
Jaroslav Hajek <highegg@gmail.com>
parents: 10346
diff changeset
100 (current_liboctave_error_with_id_handler): New variable.
9c4daf174387 implement IDs for common liboctave exceptions
Jaroslav Hajek <highegg@gmail.com>
parents: 10346
diff changeset
101 * misc/lo-error.h: Declare them.
9c4daf174387 implement IDs for common liboctave exceptions
Jaroslav Hajek <highegg@gmail.com>
parents: 10346
diff changeset
102 (liboctave_error_with_id_handler): New typedef.
9c4daf174387 implement IDs for common liboctave exceptions
Jaroslav Hajek <highegg@gmail.com>
parents: 10346
diff changeset
103
10342
7f6b4c6838ea Add -bindir flags to _LDFLAGS variables.
Michael Goffioul <michael.goffioul@gmail.com>
parents: 10331
diff changeset
104 2010-02-21 Michael Goffioul <michael.goffioul@gmail.com>
7f6b4c6838ea Add -bindir flags to _LDFLAGS variables.
Michael Goffioul <michael.goffioul@gmail.com>
parents: 10331
diff changeset
105
10346
65d5776379c3 Reduce the amount of stuff included by windows.h and avoid min/max being #define-d
Michael Goffioul <michael.goffioul@gmail.com>
parents: 10342
diff changeset
106 * misc/quit.h: Define WIN32_LEAN_AND_MEAN and don't #undef min/max.
65d5776379c3 Reduce the amount of stuff included by windows.h and avoid min/max being #define-d
Michael Goffioul <michael.goffioul@gmail.com>
parents: 10342
diff changeset
107
10342
7f6b4c6838ea Add -bindir flags to _LDFLAGS variables.
Michael Goffioul <michael.goffioul@gmail.com>
parents: 10331
diff changeset
108 * Makefile.am: Add -bindir option to libcruft_la_LDFLAGS.
7f6b4c6838ea Add -bindir flags to _LDFLAGS variables.
Michael Goffioul <michael.goffioul@gmail.com>
parents: 10331
diff changeset
109
10331
6a50aa2cdf00 never compile ranlib with 8-byte integers
John W. Eaton <jwe@octave.org>
parents: 10164
diff changeset
110 2010-02-17 John W. Eaton <jwe@octave.org>
6a50aa2cdf00 never compile ranlib with 8-byte integers
John W. Eaton <jwe@octave.org>
parents: 10164
diff changeset
111
6a50aa2cdf00 never compile ranlib with 8-byte integers
John W. Eaton <jwe@octave.org>
parents: 10164
diff changeset
112 * Makefile.am (libcruft_la_LIBADD): Include libranlib.la in the list.
6a50aa2cdf00 never compile ranlib with 8-byte integers
John W. Eaton <jwe@octave.org>
parents: 10164
diff changeset
113 (noinst_LTLIBRARIES, libranlib_la_SOURCES, libranlib_la_DEPENDENCIES,
6a50aa2cdf00 never compile ranlib with 8-byte integers
John W. Eaton <jwe@octave.org>
parents: 10164
diff changeset
114 libcruft_la_FFLAGS): New variables.
6a50aa2cdf00 never compile ranlib with 8-byte integers
John W. Eaton <jwe@octave.org>
parents: 10164
diff changeset
115 (ranlib.def): New target.
6a50aa2cdf00 never compile ranlib with 8-byte integers
John W. Eaton <jwe@octave.org>
parents: 10164
diff changeset
116 (DISTCLEANFILES): Also remove ranlib.def.
6a50aa2cdf00 never compile ranlib with 8-byte integers
John W. Eaton <jwe@octave.org>
parents: 10164
diff changeset
117 * ranlib/module.mk (libranlib_la_SOURCES): Rename from
6a50aa2cdf00 never compile ranlib with 8-byte integers
John W. Eaton <jwe@octave.org>
parents: 10164
diff changeset
118 libcruft_la_SOURCES.
6a50aa2cdf00 never compile ranlib with 8-byte integers
John W. Eaton <jwe@octave.org>
parents: 10164
diff changeset
119
10164
085d4e025155 libcruft/misc/quit.cc: untabify
John W. Eaton <jwe@octave.org>
parents: 10149
diff changeset
120 2010-01-20 John W. Eaton <jwe@octave.org>
085d4e025155 libcruft/misc/quit.cc: untabify
John W. Eaton <jwe@octave.org>
parents: 10149
diff changeset
121
085d4e025155 libcruft/misc/quit.cc: untabify
John W. Eaton <jwe@octave.org>
parents: 10149
diff changeset
122 * misc/quit.cc: Untabify.
085d4e025155 libcruft/misc/quit.cc: untabify
John W. Eaton <jwe@octave.org>
parents: 10149
diff changeset
123
10149
722b43fd486e don't distribute libcruft/STOP.patch
John W. Eaton <jwe@octave.org>
parents: 10142
diff changeset
124 2010-01-20 John W. Eaton <jwe@octave.org>
722b43fd486e don't distribute libcruft/STOP.patch
John W. Eaton <jwe@octave.org>
parents: 10142
diff changeset
125
722b43fd486e don't distribute libcruft/STOP.patch
John W. Eaton <jwe@octave.org>
parents: 10142
diff changeset
126 * Makefile.am (EXTRA_DIST): Remove STOP.patch from the list.
722b43fd486e don't distribute libcruft/STOP.patch
John W. Eaton <jwe@octave.org>
parents: 10142
diff changeset
127
10142
829e69ec3110 make OCTAVE_QUIT a function
Jaroslav Hajek <highegg@gmail.com>
parents: 10104
diff changeset
128 2010-01-20 Jaroslav Hajek <highegg@gmail.com>
829e69ec3110 make OCTAVE_QUIT a function
Jaroslav Hajek <highegg@gmail.com>
parents: 10104
diff changeset
129
829e69ec3110 make OCTAVE_QUIT a function
Jaroslav Hajek <highegg@gmail.com>
parents: 10104
diff changeset
130 * misc/quit.h: Define inline-function variant of OCTAVE_QUIT in C++
829e69ec3110 make OCTAVE_QUIT a function
Jaroslav Hajek <highegg@gmail.com>
parents: 10104
diff changeset
131 mode.
829e69ec3110 make OCTAVE_QUIT a function
Jaroslav Hajek <highegg@gmail.com>
parents: 10104
diff changeset
132
11088
3071d909ebab ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 10946
diff changeset
133 2009-01-13 Rik <octave@nomad.inbox5.com>
10104
20b74e630faf Remove unmaintained patch STOP.patch for Fortran code
Rik <rdrider0-list@yahoo.com>
parents: 10103
diff changeset
134
20b74e630faf Remove unmaintained patch STOP.patch for Fortran code
Rik <rdrider0-list@yahoo.com>
parents: 10103
diff changeset
135 * STOP.patch: Remove unmaintained patch for Fortran code
20b74e630faf Remove unmaintained patch STOP.patch for Fortran code
Rik <rdrider0-list@yahoo.com>
parents: 10103
diff changeset
136
11088
3071d909ebab ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 10946
diff changeset
137 2009-01-13 Rik <octave@nomad.inbox5.com>
10103
0e71ead7359d Use CALL XSTOPX instead of STOP in Fortran ranlib routines
Rik <rdrider0-list@yahoo.com>
parents: 10069
diff changeset
138
0e71ead7359d Use CALL XSTOPX instead of STOP in Fortran ranlib routines
Rik <rdrider0-list@yahoo.com>
parents: 10069
diff changeset
139 * ranlib/advnst.f ranlib/genbet.f ranlib/genchi.f ranlib/genexp.f
0e71ead7359d Use CALL XSTOPX instead of STOP in Fortran ranlib routines
Rik <rdrider0-list@yahoo.com>
parents: 10069
diff changeset
140 ranlib/genf.f ranlib/gengam.f ranlib/genmul.f ranlib/gennch.f
0e71ead7359d Use CALL XSTOPX instead of STOP in Fortran ranlib routines
Rik <rdrider0-list@yahoo.com>
parents: 10069
diff changeset
141 ranlib/gennf.f ranlib/gennor.f ranlib/genunf.f ranlib/getcgn.f
0e71ead7359d Use CALL XSTOPX instead of STOP in Fortran ranlib routines
Rik <rdrider0-list@yahoo.com>
parents: 10069
diff changeset
142 ranlib/getsd.f ranlib/ignbin.f ranlib/ignnbn.f ranlib/ignpoi.f
0e71ead7359d Use CALL XSTOPX instead of STOP in Fortran ranlib routines
Rik <rdrider0-list@yahoo.com>
parents: 10069
diff changeset
143 ranlib/ignuin.f ranlib/initgn.f ranlib/mltmod.f ranlib/setant.f
0e71ead7359d Use CALL XSTOPX instead of STOP in Fortran ranlib routines
Rik <rdrider0-list@yahoo.com>
parents: 10069
diff changeset
144 ranlib/setgmn.f ranlib/setsd.f: call XSTOPX instead of STOP so Octave's
0e71ead7359d Use CALL XSTOPX instead of STOP in Fortran ranlib routines
Rik <rdrider0-list@yahoo.com>
parents: 10069
diff changeset
145 error handler can intercept errors in Fortran code
0e71ead7359d Use CALL XSTOPX instead of STOP in Fortran ranlib routines
Rik <rdrider0-list@yahoo.com>
parents: 10069
diff changeset
146
10069
c670c8be7f93 fix incorrect octave_interrupt_state escaped from liboctave
Jaroslav Hajek <highegg@gmail.com>
parents: 10061
diff changeset
147 2010-01-07 Jaroslav Hajek <highegg@gmail.com>
c670c8be7f93 fix incorrect octave_interrupt_state escaped from liboctave
Jaroslav Hajek <highegg@gmail.com>
parents: 10061
diff changeset
148
c670c8be7f93 fix incorrect octave_interrupt_state escaped from liboctave
Jaroslav Hajek <highegg@gmail.com>
parents: 10061
diff changeset
149 * misc/quit.cc (octave_rethrow_exception): Set octave_interrupt_state
c670c8be7f93 fix incorrect octave_interrupt_state escaped from liboctave
Jaroslav Hajek <highegg@gmail.com>
parents: 10061
diff changeset
150 to -1 when throwing octave_interrupt_exception.
c670c8be7f93 fix incorrect octave_interrupt_state escaped from liboctave
Jaroslav Hajek <highegg@gmail.com>
parents: 10061
diff changeset
151
10061
ec0c445d0d6f include -I../libgnu in AM_CPPFLAGS
John W. Eaton <jwe@octave.org>
parents: 10045
diff changeset
152 2010-01-05 John W. Eaton <jwe@octave.org>
ec0c445d0d6f include -I../libgnu in AM_CPPFLAGS
John W. Eaton <jwe@octave.org>
parents: 10045
diff changeset
153
ec0c445d0d6f include -I../libgnu in AM_CPPFLAGS
John W. Eaton <jwe@octave.org>
parents: 10045
diff changeset
154 * Makefile.am (AM_CPPFLAGS): New variable.
ec0c445d0d6f include -I../libgnu in AM_CPPFLAGS
John W. Eaton <jwe@octave.org>
parents: 10045
diff changeset
155
11088
3071d909ebab ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 10946
diff changeset
156 2009-12-31 Rik <octave@nomad.inbox5.com>
10045
f91d41387a05 Reverse using move_if_change rule for cruft.def (Changeset:9980)
Rik <rdrider0-list@yahoo.com>
parents: 10004
diff changeset
157
f91d41387a05 Reverse using move_if_change rule for cruft.def (Changeset:9980)
Rik <rdrider0-list@yahoo.com>
parents: 10004
diff changeset
158 * Makefile.am: Reverse using simple_move_if_change_rule for cruft.def
f91d41387a05 Reverse using move_if_change rule for cruft.def (Changeset:9980)
Rik <rdrider0-list@yahoo.com>
parents: 10004
diff changeset
159 which interferes with make timestamp algorithm.
f91d41387a05 Reverse using move_if_change rule for cruft.def (Changeset:9980)
Rik <rdrider0-list@yahoo.com>
parents: 10004
diff changeset
160
11088
3071d909ebab ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 10946
diff changeset
161 2009-12-19 Rik <octave@nomad.inbox5.com>
10004
e517da95bf98 Eliminate TOPDIR variable in favor of built-in automake variables
Rik <rdrider0-list@yahoo.com>
parents: 9980
diff changeset
162
e517da95bf98 Eliminate TOPDIR variable in favor of built-in automake variables
Rik <rdrider0-list@yahoo.com>
parents: 9980
diff changeset
163 * Makefile.am: Eliminate TOPDIR variable in favor of built-in automake
e517da95bf98 Eliminate TOPDIR variable in favor of built-in automake variables
Rik <rdrider0-list@yahoo.com>
parents: 9980
diff changeset
164 variables of top_builddir and top_srcdir.
e517da95bf98 Eliminate TOPDIR variable in favor of built-in automake variables
Rik <rdrider0-list@yahoo.com>
parents: 9980
diff changeset
165
11088
3071d909ebab ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 10946
diff changeset
166 2009-12-13 Rik <octave@nomad.inbox5.com>
9980
e352f8366b02 Use simple_move_if_change_rule for cruft.def to eliminate unnecessary compilations.
Rik <rdrider0-list@yahoo.com>
parents: 9967
diff changeset
167
e352f8366b02 Use simple_move_if_change_rule for cruft.def to eliminate unnecessary compilations.
Rik <rdrider0-list@yahoo.com>
parents: 9967
diff changeset
168 * Makefile.am: Use simple_move_if_change_rule for cruft.def to eliminate
e352f8366b02 Use simple_move_if_change_rule for cruft.def to eliminate unnecessary compilations.
Rik <rdrider0-list@yahoo.com>
parents: 9967
diff changeset
169 unnecessary compilations.
e352f8366b02 Use simple_move_if_change_rule for cruft.def to eliminate unnecessary compilations.
Rik <rdrider0-list@yahoo.com>
parents: 9967
diff changeset
170
9933
ac4b97c6bf8b eliminate Emacs local variables from some files
John W. Eaton <jwe@octave.org>
parents: 9930
diff changeset
171 2009-12-07 John W. Eaton <jwe@octave.org>
ac4b97c6bf8b eliminate Emacs local variables from some files
John W. Eaton <jwe@octave.org>
parents: 9930
diff changeset
172
ac4b97c6bf8b eliminate Emacs local variables from some files
John W. Eaton <jwe@octave.org>
parents: 9930
diff changeset
173 * misc/f77-fcn.h, misc/lo-error.h, misc/quit.h,
ac4b97c6bf8b eliminate Emacs local variables from some files
John W. Eaton <jwe@octave.org>
parents: 9930
diff changeset
174 misc/f77-extern.cc, misc/quit.cc, misc/cquit.c, misc/f77-fcn.c,
ac4b97c6bf8b eliminate Emacs local variables from some files
John W. Eaton <jwe@octave.org>
parents: 9930
diff changeset
175 misc/lo-error.c: Remove Emacs local variable list.
ac4b97c6bf8b eliminate Emacs local variables from some files
John W. Eaton <jwe@octave.org>
parents: 9930
diff changeset
176
9930
1ddc25c3623a libcruft/misc: untabify sources
John W. Eaton <jwe@octave.org>
parents: 9906
diff changeset
177 2009-12-07 John W. Eaton <jwe@octave.org>
1ddc25c3623a libcruft/misc: untabify sources
John W. Eaton <jwe@octave.org>
parents: 9906
diff changeset
178
1ddc25c3623a libcruft/misc: untabify sources
John W. Eaton <jwe@octave.org>
parents: 9906
diff changeset
179 * misc/cquit.c, misc/f77-fcn.h, misc/quit.h: Untabify.
1ddc25c3623a libcruft/misc: untabify sources
John W. Eaton <jwe@octave.org>
parents: 9906
diff changeset
180
9906
8d20fb66a0dc more automake fixes
John W. Eaton <jwe@octave.org>
parents: 9876
diff changeset
181 2009-12-03 John W. Eaton <jwe@octave.org>
8d20fb66a0dc more automake fixes
John W. Eaton <jwe@octave.org>
parents: 9876
diff changeset
182
8d20fb66a0dc more automake fixes
John W. Eaton <jwe@octave.org>
parents: 9876
diff changeset
183 * Makefile.am (DISTCLEANFILES): New variable.
8d20fb66a0dc more automake fixes
John W. Eaton <jwe@octave.org>
parents: 9876
diff changeset
184
9876
21d81d06b221 cache-aligned loop for rowwise dot
Jaroslav Hajek <highegg@gmail.com>
parents: 9874
diff changeset
185 2009-11-26 Jaroslav Hajek <highegg@gmail.com>
21d81d06b221 cache-aligned loop for rowwise dot
Jaroslav Hajek <highegg@gmail.com>
parents: 9874
diff changeset
186
21d81d06b221 cache-aligned loop for rowwise dot
Jaroslav Hajek <highegg@gmail.com>
parents: 9874
diff changeset
187 * blas-xtra/sdot3.f: Use nested cache-aligned loop for general case.
21d81d06b221 cache-aligned loop for rowwise dot
Jaroslav Hajek <highegg@gmail.com>
parents: 9874
diff changeset
188 * blas-xtra/ddot3.f: Ditto.
21d81d06b221 cache-aligned loop for rowwise dot
Jaroslav Hajek <highegg@gmail.com>
parents: 9874
diff changeset
189 * blas-xtra/cdotc3.f: Ditto.
21d81d06b221 cache-aligned loop for rowwise dot
Jaroslav Hajek <highegg@gmail.com>
parents: 9874
diff changeset
190 * blas-xtra/zdotc3.f: Ditto.
21d81d06b221 cache-aligned loop for rowwise dot
Jaroslav Hajek <highegg@gmail.com>
parents: 9874
diff changeset
191
9874
90bc0cc4518f implement compiled dot and blkmm
Jaroslav Hajek <highegg@gmail.com>
parents: 9822
diff changeset
192 2009-11-26 Jaroslav Hajek <highegg@gmail.com>
90bc0cc4518f implement compiled dot and blkmm
Jaroslav Hajek <highegg@gmail.com>
parents: 9822
diff changeset
193
90bc0cc4518f implement compiled dot and blkmm
Jaroslav Hajek <highegg@gmail.com>
parents: 9822
diff changeset
194 * blas-xtra/sdot3.f: New source.
90bc0cc4518f implement compiled dot and blkmm
Jaroslav Hajek <highegg@gmail.com>
parents: 9822
diff changeset
195 * blas-xtra/ddot3.f: New source.
90bc0cc4518f implement compiled dot and blkmm
Jaroslav Hajek <highegg@gmail.com>
parents: 9822
diff changeset
196 * blas-xtra/cdotc3.f: New source.
90bc0cc4518f implement compiled dot and blkmm
Jaroslav Hajek <highegg@gmail.com>
parents: 9822
diff changeset
197 * blas-xtra/zdotc3.f: New source.
90bc0cc4518f implement compiled dot and blkmm
Jaroslav Hajek <highegg@gmail.com>
parents: 9822
diff changeset
198 * blas-xtra/smatm3.f: New source.
90bc0cc4518f implement compiled dot and blkmm
Jaroslav Hajek <highegg@gmail.com>
parents: 9822
diff changeset
199 * blas-xtra/dmatm3.f: New source.
90bc0cc4518f implement compiled dot and blkmm
Jaroslav Hajek <highegg@gmail.com>
parents: 9822
diff changeset
200 * blas-xtra/cmatm3.f: New source.
90bc0cc4518f implement compiled dot and blkmm
Jaroslav Hajek <highegg@gmail.com>
parents: 9822
diff changeset
201 * blas-xtra/zmatm3.f: New source.
90bc0cc4518f implement compiled dot and blkmm
Jaroslav Hajek <highegg@gmail.com>
parents: 9822
diff changeset
202 * blas-xtra/module.mk: Include them.
90bc0cc4518f implement compiled dot and blkmm
Jaroslav Hajek <highegg@gmail.com>
parents: 9822
diff changeset
203
9822
64270d3ad469 mkf77def.in: only process *.f files
John W. Eaton <jwe@octave.org>
parents: 9817
diff changeset
204 2009-11-17 John W. Eaton <jwe@octave.org>
64270d3ad469 mkf77def.in: only process *.f files
John W. Eaton <jwe@octave.org>
parents: 9817
diff changeset
205
64270d3ad469 mkf77def.in: only process *.f files
John W. Eaton <jwe@octave.org>
parents: 9817
diff changeset
206 * mkf77def.in: Only process files with names that match *.f.
64270d3ad469 mkf77def.in: only process *.f files
John W. Eaton <jwe@octave.org>
parents: 9817
diff changeset
207
9817
932b0efeb81b restore rules to create libcruft/cruft.def
John W. Eaton <jwe@octave.org>
parents: 9816
diff changeset
208 2009-11-13 John W. Eaton <jwe@octave.org>
932b0efeb81b restore rules to create libcruft/cruft.def
John W. Eaton <jwe@octave.org>
parents: 9816
diff changeset
209
932b0efeb81b restore rules to create libcruft/cruft.def
John W. Eaton <jwe@octave.org>
parents: 9816
diff changeset
210 * Makefile.am: Restore rules for building cruft.def.
932b0efeb81b restore rules to create libcruft/cruft.def
John W. Eaton <jwe@octave.org>
parents: 9816
diff changeset
211 (libcruft_la_LDFLAGS): Also append @XTRA_CRUFT_SH_LDFLAGS@.
932b0efeb81b restore rules to create libcruft/cruft.def
John W. Eaton <jwe@octave.org>
parents: 9816
diff changeset
212 (libcruft_la_DEPENDENCIES): New variable.
932b0efeb81b restore rules to create libcruft/cruft.def
John W. Eaton <jwe@octave.org>
parents: 9816
diff changeset
213 * mkf77def.in: Use @VAR@ instead of %VAR% substitutions.
932b0efeb81b restore rules to create libcruft/cruft.def
John W. Eaton <jwe@octave.org>
parents: 9816
diff changeset
214 Process srcdir plus list of files instead of working as a filter.
932b0efeb81b restore rules to create libcruft/cruft.def
John W. Eaton <jwe@octave.org>
parents: 9816
diff changeset
215
9816
b1462c588dd5 add -DX_DLL_DEFS to CPPFLAGS
John W. Eaton <jwe@octave.org>
parents: 9799
diff changeset
216 2009-11-13 John W. Eaton <jwe@octave.org>
b1462c588dd5 add -DX_DLL_DEFS to CPPFLAGS
John W. Eaton <jwe@octave.org>
parents: 9799
diff changeset
217
b1462c588dd5 add -DX_DLL_DEFS to CPPFLAGS
John W. Eaton <jwe@octave.org>
parents: 9799
diff changeset
218 * Makefile.am (libcruft_la_CPPFLAGS): Define.
b1462c588dd5 add -DX_DLL_DEFS to CPPFLAGS
John W. Eaton <jwe@octave.org>
parents: 9799
diff changeset
219
9799
cfd0aa788ae1 remove reference blas and lapack sources
John W. Eaton <jwe@octave.org>
parents: 9794
diff changeset
220 2009-11-10 John W. Eaton <jwe@octave.org>
cfd0aa788ae1 remove reference blas and lapack sources
John W. Eaton <jwe@octave.org>
parents: 9794
diff changeset
221
cfd0aa788ae1 remove reference blas and lapack sources
John W. Eaton <jwe@octave.org>
parents: 9794
diff changeset
222 * blas, lapack: Remove directories and all files.
cfd0aa788ae1 remove reference blas and lapack sources
John W. Eaton <jwe@octave.org>
parents: 9794
diff changeset
223 * Makefile.am: Don't include blas/module.mk or lapack/module.mk.
cfd0aa788ae1 remove reference blas and lapack sources
John W. Eaton <jwe@octave.org>
parents: 9794
diff changeset
224
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents: 9648
diff changeset
225 2009-11-10 John W. Eaton <jwe@octave.org>
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents: 9648
diff changeset
226
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents: 9648
diff changeset
227 * Makefile.am, amos/module.mk, blas-xtra/module.mk,
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents: 9648
diff changeset
228 blas/module.mk, daspk/module.mk, dasrt/module.mk, dassl/module.mk,
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents: 9648
diff changeset
229 fftpack/module.mk, lapack-xtra/module.mk, lapack/module.mk,
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents: 9648
diff changeset
230 misc/module.mk, odepack/module.mk, ordered-qz/module.mk,
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents: 9648
diff changeset
231 quadpack/module.mk, ranlib/module.mk, slatec-err/module.mk,
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents: 9648
diff changeset
232 slatec-fn/module.mk, villad/module.mk: New files.
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents: 9648
diff changeset
233
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents: 9648
diff changeset
234 * Makefile.in, Makerules.in, amos/Makefile.in,
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents: 9648
diff changeset
235 blas-xtra/Makefile.in, blas/Makefile.in, daspk/Makefile.in,
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents: 9648
diff changeset
236 dasrt/Makefile.in, dassl/Makefile.in, fftpack/Makefile.in,
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents: 9648
diff changeset
237 lapack-xtra/Makefile.in, lapack/Makefile.in, misc/Makefile.in,
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents: 9648
diff changeset
238 odepack/Makefile.in, ordered-qz/Makefile.in, quadpack/Makefile.in,
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents: 9648
diff changeset
239 ranlib/Makefile.in, slatec-err/Makefile.in, slatec-fn/Makefile.in,
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents: 9648
diff changeset
240 villad/Makefile.in: Delete.
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents: 9648
diff changeset
241
9648
11844593875a eliminate oct-dlldefs.h and oct-types.h
John W. Eaton <jwe@octave.org>
parents: 9501
diff changeset
242 2009-09-17 John W. Eaton <jwe@octave.org>
11844593875a eliminate oct-dlldefs.h and oct-types.h
John W. Eaton <jwe@octave.org>
parents: 9501
diff changeset
243
11844593875a eliminate oct-dlldefs.h and oct-types.h
John W. Eaton <jwe@octave.org>
parents: 9501
diff changeset
244 * misc/oct-dlldefs.h: Delete.
11844593875a eliminate oct-dlldefs.h and oct-types.h
John W. Eaton <jwe@octave.org>
parents: 9501
diff changeset
245 * misc/Makefile.in (INCLUDES): Remove oct-dlldefs.h from the list.
11844593875a eliminate oct-dlldefs.h and oct-types.h
John W. Eaton <jwe@octave.org>
parents: 9501
diff changeset
246
9490
3aeb7d881578 clean up linker options
John W. Eaton <jwe@octave.org>
parents: 9375
diff changeset
247 2009-08-05 John W. Eaton <jwe@octave.org>
3aeb7d881578 clean up linker options
John W. Eaton <jwe@octave.org>
parents: 9375
diff changeset
248
3aeb7d881578 clean up linker options
John W. Eaton <jwe@octave.org>
parents: 9375
diff changeset
249 * Makefile.in (LINK_DEPS): Omit $(FFTW_LIBS) from the list.
3aeb7d881578 clean up linker options
John W. Eaton <jwe@octave.org>
parents: 9375
diff changeset
250
9372
32b15d5c3147 implement d1mach, i1mach, and r1mach using slamch and dlamch from lapack
John W. Eaton <jwe@octave.org>
parents: 9186
diff changeset
251 2009-06-22 John W. Eaton <jwe@octave.org>
32b15d5c3147 implement d1mach, i1mach, and r1mach using slamch and dlamch from lapack
John W. Eaton <jwe@octave.org>
parents: 9186
diff changeset
252
9375
14b1d3451858 libcruft/Makefile.in (MISC_OBJ): remove misc/machar.o and misc/smachar.o from the list:
John W. Eaton <jwe@octave.org>
parents: 9372
diff changeset
253 * Makefile.in (MISC_OBJ): Remove misc/machar.o and misc/smachar.o
14b1d3451858 libcruft/Makefile.in (MISC_OBJ): remove misc/machar.o and misc/smachar.o from the list:
John W. Eaton <jwe@octave.org>
parents: 9372
diff changeset
254 from the list.
14b1d3451858 libcruft/Makefile.in (MISC_OBJ): remove misc/machar.o and misc/smachar.o from the list:
John W. Eaton <jwe@octave.org>
parents: 9372
diff changeset
255
9372
32b15d5c3147 implement d1mach, i1mach, and r1mach using slamch and dlamch from lapack
John W. Eaton <jwe@octave.org>
parents: 9186
diff changeset
256 * misc/i1mach.f, misc/r1mach.f, misc/d1mach.f: Rewite in terms of
32b15d5c3147 implement d1mach, i1mach, and r1mach using slamch and dlamch from lapack
John W. Eaton <jwe@octave.org>
parents: 9186
diff changeset
257 LAPACK functions slamch and dlamch.
32b15d5c3147 implement d1mach, i1mach, and r1mach using slamch and dlamch from lapack
John W. Eaton <jwe@octave.org>
parents: 9186
diff changeset
258 * misc/machar.c: Delete.
32b15d5c3147 implement d1mach, i1mach, and r1mach using slamch and dlamch from lapack
John W. Eaton <jwe@octave.org>
parents: 9186
diff changeset
259 * misc/Makefile.in (CSRC): Remove machar.c from the list.
32b15d5c3147 implement d1mach, i1mach, and r1mach using slamch and dlamch from lapack
John W. Eaton <jwe@octave.org>
parents: 9186
diff changeset
260 (CEXTRA, XCC, XALL_CFLAGS): Delete variables.
32b15d5c3147 implement d1mach, i1mach, and r1mach using slamch and dlamch from lapack
John W. Eaton <jwe@octave.org>
parents: 9186
diff changeset
261 (machar.o, smachar.o, pic/machar.o, pic/smachar.o): Delete rules.
32b15d5c3147 implement d1mach, i1mach, and r1mach using slamch and dlamch from lapack
John W. Eaton <jwe@octave.org>
parents: 9186
diff changeset
262
9186
49a0c58a7dcf Added SHLPRE for SHLEXT instead of SHLLIBPRE
marco_atzeri@yahoo.it
parents: 8928
diff changeset
263 2009-05-07 Marco Atzeri <marco_atzeri@yahoo.it>
49a0c58a7dcf Added SHLPRE for SHLEXT instead of SHLLIBPRE
marco_atzeri@yahoo.it
parents: 8928
diff changeset
264
9967
75503ecdac32 ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 9933
diff changeset
265 * Makefile.in: (SHLPRE): Rename from SHLLIBPRE.
9186
49a0c58a7dcf Added SHLPRE for SHLEXT instead of SHLLIBPRE
marco_atzeri@yahoo.it
parents: 8928
diff changeset
266
8928
80f044c83de3 quit.h (octave_rethrow_exception): Don't tag with GCC_ATTR_NORETURN
John W. Eaton <jwe@octave.org>
parents: 8873
diff changeset
267 2009-03-07 John W. Eaton <jwe@octave.org>
80f044c83de3 quit.h (octave_rethrow_exception): Don't tag with GCC_ATTR_NORETURN
John W. Eaton <jwe@octave.org>
parents: 8873
diff changeset
268
80f044c83de3 quit.h (octave_rethrow_exception): Don't tag with GCC_ATTR_NORETURN
John W. Eaton <jwe@octave.org>
parents: 8873
diff changeset
269 * misc/quit.h (octave_rethrow_exception):
80f044c83de3 quit.h (octave_rethrow_exception): Don't tag with GCC_ATTR_NORETURN
John W. Eaton <jwe@octave.org>
parents: 8873
diff changeset
270 Don't tag with GCC_ATTR_NORETURN.
80f044c83de3 quit.h (octave_rethrow_exception): Don't tag with GCC_ATTR_NORETURN
John W. Eaton <jwe@octave.org>
parents: 8873
diff changeset
271
8873
e258715b2e78 fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents: 8838
diff changeset
272 2009-02-25 John W. Eaton <jwe@octave.org>
e258715b2e78 fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents: 8838
diff changeset
273
e258715b2e78 fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents: 8838
diff changeset
274 * Makefile.in (maintainer-clean): Also remove libraries.
e258715b2e78 fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents: 8838
diff changeset
275
e258715b2e78 fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents: 8838
diff changeset
276 * Makerules.in: Make maintainer-clean and distclean the same.
e258715b2e78 fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents: 8838
diff changeset
277
8837
c37081b9d5c9 add missing volatile declaration in quit.h
Jaroslav Hajek <highegg@gmail.com>
parents: 8692
diff changeset
278 2009-02-23 Jaroslav Hajek <highegg@gmail.com>
c37081b9d5c9 add missing volatile declaration in quit.h
Jaroslav Hajek <highegg@gmail.com>
parents: 8692
diff changeset
279
c37081b9d5c9 add missing volatile declaration in quit.h
Jaroslav Hajek <highegg@gmail.com>
parents: 8692
diff changeset
280 * misc/quit.h (octave_signal_caught): Declare as volatile.
8838
dea5bd01e6d7 omission from last patch
Jaroslav Hajek <highegg@gmail.com>
parents: 8837
diff changeset
281 * misc/cquit.cc (octave_signal_caught): Likewise.
8837
c37081b9d5c9 add missing volatile declaration in quit.h
Jaroslav Hajek <highegg@gmail.com>
parents: 8692
diff changeset
282
8692
54227442f7ed add missing BLAS sources
Jaroslav Hajek <highegg@gmail.com>
parents: 8618
diff changeset
283 2009-02-06 Jaroslav Hajek <highegg@gmail.com>
54227442f7ed add missing BLAS sources
Jaroslav Hajek <highegg@gmail.com>
parents: 8618
diff changeset
284
54227442f7ed add missing BLAS sources
Jaroslav Hajek <highegg@gmail.com>
parents: 8618
diff changeset
285 * blas/ssymm.f, blas/dsymm.f, blas/chemm.f, blas/zhemm.f: New sources.
54227442f7ed add missing BLAS sources
Jaroslav Hajek <highegg@gmail.com>
parents: 8618
diff changeset
286 * blas/Makefile.in: Include them.
54227442f7ed add missing BLAS sources
Jaroslav Hajek <highegg@gmail.com>
parents: 8618
diff changeset
287
8618
f8b3ece45bda use separate prefix for shllib and shlbin files
John W. Eaton <jwe@octave.org>
parents: 8414
diff changeset
288 2009-01-28 John W. Eaton <jwe@octave.org>
f8b3ece45bda use separate prefix for shllib and shlbin files
John W. Eaton <jwe@octave.org>
parents: 8414
diff changeset
289
f8b3ece45bda use separate prefix for shllib and shlbin files
John W. Eaton <jwe@octave.org>
parents: 8414
diff changeset
290 * Makefile.in (LIBRARIES, install, uninstall): use SHLLIBPRE and
f8b3ece45bda use separate prefix for shllib and shlbin files
John W. Eaton <jwe@octave.org>
parents: 8414
diff changeset
291 SHLBINPRE library prefixes.
f8b3ece45bda use separate prefix for shllib and shlbin files
John W. Eaton <jwe@octave.org>
parents: 8414
diff changeset
292 From Marco Atzeri <marco_atzeri@yahoo.it>.
f8b3ece45bda use separate prefix for shllib and shlbin files
John W. Eaton <jwe@octave.org>
parents: 8414
diff changeset
293
9501
3c40d81c197f ChangeLog and style fixes
John W. Eaton <jwe@octave.org>
parents: 9490
diff changeset
294 2008-12-21 Jaroslav Hajek <highegg@gmail.com>
8414
36c8a3696ae7 add yet more missing LAPACK sources
Jaroslav Hajek <highegg@gmail.com>
parents: 8408
diff changeset
295
9967
75503ecdac32 ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 9933
diff changeset
296 * lapack/chegs2.f lapack/chegst.f lapack/chegv.f lapack/dsygs2.f
75503ecdac32 ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 9933
diff changeset
297 lapack/dsygst.f lapack/dsygv.f lapack/ssygs2.f lapack/ssygst.f
8414
36c8a3696ae7 add yet more missing LAPACK sources
Jaroslav Hajek <highegg@gmail.com>
parents: 8408
diff changeset
298 lapack/ssygv.f lapack/zhegs2.f lapack/zhegst.f lapack/zhegv.f:
36c8a3696ae7 add yet more missing LAPACK sources
Jaroslav Hajek <highegg@gmail.com>
parents: 8408
diff changeset
299 New sources.
36c8a3696ae7 add yet more missing LAPACK sources
Jaroslav Hajek <highegg@gmail.com>
parents: 8408
diff changeset
300 * lapack/Makefile.in: Include them.
36c8a3696ae7 add yet more missing LAPACK sources
Jaroslav Hajek <highegg@gmail.com>
parents: 8408
diff changeset
301
8408
15c23c1c3c18 add missing blas & lapack sources
Jaroslav Hajek <highegg@gmail.com>
parents: 8030
diff changeset
302 2008-12-15 Jaroslav Hajek <highegg@gmail.com>
15c23c1c3c18 add missing blas & lapack sources
Jaroslav Hajek <highegg@gmail.com>
parents: 8030
diff changeset
303
15c23c1c3c18 add missing blas & lapack sources
Jaroslav Hajek <highegg@gmail.com>
parents: 8030
diff changeset
304 * blas/zsyrk.f: New source.
15c23c1c3c18 add missing blas & lapack sources
Jaroslav Hajek <highegg@gmail.com>
parents: 8030
diff changeset
305 * lapack/cggbak.f, lapack/cggev.f, lapack/cgghrd.f, lapack/chgeqz.f,
15c23c1c3c18 add missing blas & lapack sources
Jaroslav Hajek <highegg@gmail.com>
parents: 8030
diff changeset
306 lapack/ctgevc.f, lapack/dggev.f, lapack/sggev.f, lapack/zggbak.f,
15c23c1c3c18 add missing blas & lapack sources
Jaroslav Hajek <highegg@gmail.com>
parents: 8030
diff changeset
307 lapack/zggev.f, lapack/zgghrd.f, lapack/zhgeqz.f, lapack/ztgevc.f:
15c23c1c3c18 add missing blas & lapack sources
Jaroslav Hajek <highegg@gmail.com>
parents: 8030
diff changeset
308 New sources.
15c23c1c3c18 add missing blas & lapack sources
Jaroslav Hajek <highegg@gmail.com>
parents: 8030
diff changeset
309 * lapack/Makefile.in: Include them.
15c23c1c3c18 add missing blas & lapack sources
Jaroslav Hajek <highegg@gmail.com>
parents: 8030
diff changeset
310
8030
c42ba026faf1 [mq]: blas
John W. Eaton <jwe@octave.org>
parents: 7891
diff changeset
311 2008-08-12 Thomas Treichl <Thomas.Treichl@gmx.net>
c42ba026faf1 [mq]: blas
John W. Eaton <jwe@octave.org>
parents: 7891
diff changeset
312
c42ba026faf1 [mq]: blas
John W. Eaton <jwe@octave.org>
parents: 7891
diff changeset
313 * blas/icamax.f, blas/isamax.f: New files.
c42ba026faf1 [mq]: blas
John W. Eaton <jwe@octave.org>
parents: 7891
diff changeset
314 * blas/Makefile.in (FSRC): Add them to the list.
c42ba026faf1 [mq]: blas
John W. Eaton <jwe@octave.org>
parents: 7891
diff changeset
315
c42ba026faf1 [mq]: blas
John W. Eaton <jwe@octave.org>
parents: 7891
diff changeset
316 * lapack/icmax1.f: New file.
c42ba026faf1 [mq]: blas
John W. Eaton <jwe@octave.org>
parents: 7891
diff changeset
317 * lapack/Makefile.in (FSRC): Add it to the list.
9967
75503ecdac32 ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 9933
diff changeset
318
7891
0280a546622c Fix to use of single precision slatec functions
David Bateman <dbateman@free.fr>
parents: 7888
diff changeset
319 2008-06-16 David Bateman <dbateman@free.fr>
0280a546622c Fix to use of single precision slatec functions
David Bateman <dbateman@free.fr>
parents: 7888
diff changeset
320
0280a546622c Fix to use of single precision slatec functions
David Bateman <dbateman@free.fr>
parents: 7888
diff changeset
321 * slatec-fn/xacosh.f, slatec-fn/xasinh.f: Replace xsacosh with
0280a546622c Fix to use of single precision slatec functions
David Bateman <dbateman@free.fr>
parents: 7888
diff changeset
322 xacosh, xdacosh with xacosh and xdasinh with xasinh.
0280a546622c Fix to use of single precision slatec functions
David Bateman <dbateman@free.fr>
parents: 7888
diff changeset
323
9501
3c40d81c197f ChangeLog and style fixes
John W. Eaton <jwe@octave.org>
parents: 9490
diff changeset
324 2008-06-12 Jaroslav Hajek <highegg@gmail.com>
7888
c123bd09172e Remove CEXTRA from MAKEDEPS
Jaroslav Hajek <highegg@gmail.com>
parents: 7825
diff changeset
325
c123bd09172e Remove CEXTRA from MAKEDEPS
Jaroslav Hajek <highegg@gmail.com>
parents: 7825
diff changeset
326 * misc/Makefile.in (MAKEDEPS): Remove CEXTRA.
c123bd09172e Remove CEXTRA from MAKEDEPS
Jaroslav Hajek <highegg@gmail.com>
parents: 7825
diff changeset
327
7825
13871b7de124 Import sources for OpenGL-based renderer.
Michael Goffioul <michael.goffioul@gmail.com>
parents: 7815
diff changeset
328 2008-06-04 Michael Goffioul <michael.goffioul@gmail.com>
13871b7de124 Import sources for OpenGL-based renderer.
Michael Goffioul <michael.goffioul@gmail.com>
parents: 7815
diff changeset
329
13871b7de124 Import sources for OpenGL-based renderer.
Michael Goffioul <michael.goffioul@gmail.com>
parents: 7815
diff changeset
330 * misc/oct-dlldefs.h (OCTGRAPHICS_API): New macro for import/export
13871b7de124 Import sources for OpenGL-based renderer.
Michael Goffioul <michael.goffioul@gmail.com>
parents: 7815
diff changeset
331 in graphics related libraries.
13871b7de124 Import sources for OpenGL-based renderer.
Michael Goffioul <michael.goffioul@gmail.com>
parents: 7815
diff changeset
332
7815
a41df65f3f00 Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents: 7807
diff changeset
333 2008-06-02 David Bateman <dbateman@free.fr>
a41df65f3f00 Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents: 7807
diff changeset
334
11088
3071d909ebab ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 10946
diff changeset
335 * slatec/xsgmainc.f: Replace DLGAMS with ALGAMS.
7815
a41df65f3f00 Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents: 7807
diff changeset
336
7807
d4565e812948 Removed semicolons at end of lines 172 and 177
Thomas Treichl <Thomas.Treichl@gmx.net>
parents: 7794
diff changeset
337 2008-05-30 Thomas Treichl <Thomas.Treichl@gmx.net>
d4565e812948 Removed semicolons at end of lines 172 and 177
Thomas Treichl <Thomas.Treichl@gmx.net>
parents: 7794
diff changeset
338
d4565e812948 Removed semicolons at end of lines 172 and 177
Thomas Treichl <Thomas.Treichl@gmx.net>
parents: 7794
diff changeset
339 * quadpack/qk15i.f: Delete extraneous semicolons.
d4565e812948 Removed semicolons at end of lines 172 and 177
Thomas Treichl <Thomas.Treichl@gmx.net>
parents: 7794
diff changeset
340
7793
96ba591be50f Add some more support for single precision to libcruft functions
David Bateman <dbateman@free.fr>
parents: 7789
diff changeset
341 2008-05-21 David Bateman <dbateman@free.fr>
96ba591be50f Add some more support for single precision to libcruft functions
David Bateman <dbateman@free.fr>
parents: 7789
diff changeset
342
7794
2b458dfe31ae Replace use of xerrwv with xerrwd and rumach with d1mach(4) in newly imported code
David Bateman <dbateman@free.fr>
parents: 7793
diff changeset
343 * odepack/slsode.f, odepack/sintdy.f: Replace the use of xerrwv
2b458dfe31ae Replace use of xerrwv with xerrwd and rumach with d1mach(4) in newly imported code
David Bateman <dbateman@free.fr>
parents: 7793
diff changeset
344 with xerrwd and rumach with d1mach(4).
2b458dfe31ae Replace use of xerrwv with xerrwd and rumach with d1mach(4) in newly imported code
David Bateman <dbateman@free.fr>
parents: 7793
diff changeset
345
7793
96ba591be50f Add some more support for single precision to libcruft functions
David Bateman <dbateman@free.fr>
parents: 7789
diff changeset
346 * odepack/scfode.f, odepack/sewset.f, odepack/sintdy.f,
96ba591be50f Add some more support for single precision to libcruft functions
David Bateman <dbateman@free.fr>
parents: 7789
diff changeset
347 odepack/slsode.f, odepack/sprepj.f, odepack/ssolsy.f,
96ba591be50f Add some more support for single precision to libcruft functions
David Bateman <dbateman@free.fr>
parents: 7789
diff changeset
348 odepack/sstode.f, odepack/svnorm.f: New files.
96ba591be50f Add some more support for single precision to libcruft functions
David Bateman <dbateman@free.fr>
parents: 7789
diff changeset
349 * odepack/Makefile.in (FSRC): Add them.
96ba591be50f Add some more support for single precision to libcruft functions
David Bateman <dbateman@free.fr>
parents: 7789
diff changeset
350
96ba591be50f Add some more support for single precision to libcruft functions
David Bateman <dbateman@free.fr>
parents: 7789
diff changeset
351 * ordered-qz/sexchqz.f, ordered-qz/ssubsp.f: New files.
96ba591be50f Add some more support for single precision to libcruft functions
David Bateman <dbateman@free.fr>
parents: 7789
diff changeset
352 * ordered-qz/Makefile.in (FSRC): Add them.
96ba591be50f Add some more support for single precision to libcruft functions
David Bateman <dbateman@free.fr>
parents: 7789
diff changeset
353 * quadpack/qagi.f, quadpack/qagie.f, quadpack/qagp.f,
96ba591be50f Add some more support for single precision to libcruft functions
David Bateman <dbateman@free.fr>
parents: 7789
diff changeset
354 quadpack/qagpe.f, quadpack/qelg.f, quadpack/qk15i.f,
96ba591be50f Add some more support for single precision to libcruft functions
David Bateman <dbateman@free.fr>
parents: 7789
diff changeset
355 quadpack/qk21.f, quadpack/qpsrt.f: New files.
96ba591be50f Add some more support for single precision to libcruft functions
David Bateman <dbateman@free.fr>
parents: 7789
diff changeset
356 * quadpack/Makefile.in (FSRC): Add them.
96ba591be50f Add some more support for single precision to libcruft functions
David Bateman <dbateman@free.fr>
parents: 7789
diff changeset
357
9501
3c40d81c197f ChangeLog and style fixes
John W. Eaton <jwe@octave.org>
parents: 9490
diff changeset
358 2008-05-20 Jaroslav Hajek <highegg@gmail.com>
7789
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
359
9967
75503ecdac32 ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 9933
diff changeset
360 * qrupdate/cch1dn.f, qrupdate/cchinx.f, qrupdate/cqhqr.f,
75503ecdac32 ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 9933
diff changeset
361 qrupdate/cqrinc.f, qrupdate/cqrinr.f, qrupdate/cqrqhu.f,
75503ecdac32 ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 9933
diff changeset
362 qrupdate/cqrqhv.f, qrupdate/sch1dn.f, qrupdate/schinx.f,
75503ecdac32 ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 9933
diff changeset
363 qrupdate/sqhqr.f, qrupdate/sqrinc.f, qrupdate/sqrinr.f,
7789
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
364 qrupdate/sqrqhu.f: Convert DOUBLE PRECISION constants to REAL.
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
365 * qrupdate/cqrinr.f, qrupdate/sqrinr.f: Correct EXTERNAL
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
366 declarations.
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
367 * qrupdate/sqrinr.f: Convert DOUBLE PRECISION calls to
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
368 REAL counterparts.
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
369
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
370 2008-05-20 David Bateman <dbateman@free.fr>
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
371
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
372 * Makefile.in (MISC_OBJ): Add misc/smachar.o
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
373 * Makerules.in (CRUFT_CSRC, CRUFT_CPICOBJ): Add CEXTRA, allowing
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
374 objects files with no corresponding source file in the
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
375 distribution.
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
376
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
377 * amos/cacai.f, amos/cacon.f, amos/cbesh.f, amos/cbesi.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
378 amos/cbesj.f, amos/cbesk.f, amos/cbesy.f, amos/cbinu.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
379 amos/cbuni.f, amos/cbunk.f, amos/cunk1.f amos/cunk2.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
380 amos/crati.f, amos/cshch.f, amos/cuni1.f, amos/cuoik.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
381 amos/cairy.f, amos/cbiry.f, amos/ckscl.f, amos/cs1s2.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
382 amos/cuchk.f, amos/cuni2.f, amos/cwrsk.f, amos/casyi.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
383 amos/cbknu.f, amos/cmlri.f, amos/cseri.f, amos/cunhj.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
384 amos/cunik.f: New files.
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
385 * amos/Makefile.in (FSRC): Add them.
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
386
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
387 * blas-xtra/xsdot.f, blas-xtra/xsnrm2.f, blas-xtra/xscnrm2.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
388 blas-xtra/xcdotc.f, blas-xtra/xcdotu.f: New files
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
389 * blas-xtra/Makefile.in (FSRC): Add them.
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
390
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
391 * blas/sasum.f, blas/saxpy.f, blas/scabs1.f, blas/scopy.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
392 blas/sger.f, blas/smach.f, blas/snrm2.f, blas/srot.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
393 blas/sswap.f, blas/ssymv.f, blas/ssyr.f, blas/ssyr2.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
394 blas/ssyr2k.f, blas/stbsv.f, blas/strmm.f, blas/strmv.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
395 blas/strsv.f, blas/scasum.f, blas/scnrm2.f, blas/caxpy.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
396 blas/ccopy.f, blas/cdotc.f, blas/cdotu.f, blas/, blas/csrot.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
397 blas/csscal.f, blas/cgemm.f, blas/cgemv.f, blas/cgerc.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
398 blas/cgeru.f, blas/chemv.f, blas/cher.f, blas/cher2.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
399 blas/cher2k.f, blas/cherk.f, blas/cscal.f, blas/cswap.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
400 blas/ctbsv.f, blas/ctrmm.f, blas/ctrmv.f, blas/, blas/ctrsm.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
401 blas/ctrsv.f: New files
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
402 * blas/Makefile.in (FSRC): Add them.
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
403
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
404 * fftpack/zfftb.f, zfftb1.f, fftpack/zfftf.f, fftpack/zfftf1.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
405 fftpack/zffti.f, fftpack/zffti1.f, fftpack/zpassb.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
406 fftpack/zpassb2.f, fftpack/zpassb3.f, fftpack/zpassb4.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
407 fftpack/zpassb5.f, fftpack/zpassf.f, fftpack/zpassf2.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
408 fftpack/zpassf3.f, fftpack/zpassf4.f, fftpack/zpassf5.f: Rename
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
409 function (c -> z | add z).
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
410 * fftpack/cfftb.f, cfftb1.f, fftpack/cfftf.f, fftpack/cfftf1.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
411 fftpack/cffti.f, fftpack/cffti1.f, fftpack/passb.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
412 fftpack/passb2.f, fftpack/passb3.f, fftpack/passb4.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
413 fftpack/passb5.f, fftpack/passf.f, fftpack/passf2.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
414 fftpack/passf3.f, fftpack/passf4.f, fftpack/passf5.f: New files
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
415 for single precision.
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
416 * fftpack/Makefile.in (FSRC): Add new files.
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
417
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
418 * lapack-xtra/xclange.f, lapack-xtra/xslamch.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
419 lapack-xtra/xslange.f: New files.
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
420 * lapack-xtra/Makefile.in (FSRC): Add them.
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
421
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
422 * lapack/cbdsqr.f, lapack/csrscl.f, lapack/cgbcon.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
423 lapack/cgbtf2.f, lapack/cgbtrf.f, lapack/cgbtrs.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
424 lapack/cgebak.f, lapack/cgebal.f, lapack/cgebd2.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
425 lapack/cgebrd.f, lapack/cgecon.f, lapack/cgeesx.f, lapack/cgeev.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
426 lapack/cgehd2.f, lapack/cgehrd.f, lapack/cgelq2.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
427 lapack/cgelqf.f, lapack/cgelsd.f, lapack/cgelss.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
428 lapack/cgelsy.f, lapack/cgeqp3.f, lapack/cgeqpf.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
429 lapack/cgeqr2.f, lapack/cgeqrf.f, lapack/cgesv.f, lapack/cgesvd.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
430 lapack/cgetf2.f, lapack/cgetrf.f, lapack/cgetri.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
431 lapack/cgetrs.f, lapack/cggbal.f, lapack/cgtsv.f, lapack/cgttrf.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
432 lapack/cgttrs.f, lapack/cgtts2.f, lapack/cheev.f, lapack/chetd2.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
433 lapack/chetrd.f, lapack/chseqr.f, lapack/clabrd.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
434 lapack/clacgv.f, lapack/clacn2.f, lapack/clacon.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
435 lapack/clacpy.f, lapack/cladiv.f, lapack/clahqr.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
436 lapack/clahr2.f, lapack/clahrd.f, lapack/claic1.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
437 lapack/clals0.f, lapack/clalsa.f, lapack/clalsd.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
438 lapack/clange.f, lapack/clanhe.f, lapack/clanhs.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
439 lapack/clantr.f, lapack/claqp2.f, lapack/claqps.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
440 lapack/claqr0.f, lapack/claqr1.f, lapack/claqr2.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
441 lapack/claqr3.f, lapack/claqr4.f, lapack/claqr5.f, lapack/clarf.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
442 lapack/clarfb.f, lapack/clarfg.f, lapack/clarft.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
443 lapack/clarfx.f, lapack/clartg.f, lapack/clarz.f, lapack/clarzb.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
444 lapack/clarzt.f, lapack/clascl.f, lapack/claset.f, lapack/clasr.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
445 lapack/classq.f, lapack/claswp.f, lapack/clatbs.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
446 lapack/clatrd.f, lapack/clatrs.f, lapack/clatrz.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
447 lapack/clauu2.f, lapack/clauum.f, lapack/cpbcon.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
448 lapack/cpbtf2.f, lapack/cpbtrf.f, lapack/cpbtrs.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
449 lapack/cpocon.f, lapack/cpotf2.f, lapack/cpotrf.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
450 lapack/cpotri.f, lapack/cpotrs.f, lapack/cptsv.f, lapack/cpttrf.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
451 lapack/cpttrs.f, lapack/cptts2.f, lapack/crot.f, lapack/csteqr.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
452 lapack/ctrcon.f, lapack/ctrevc.f, lapack/ctrexc.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
453 lapack/ctrsen.f, lapack/ctrsyl.f, lapack/ctrti2.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
454 lapack/ctrtri.f, lapack/ctrtrs.f, lapack/ctzrzf.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
455 lapack/cung2l.f, lapack/cung2r.f, lapack/cungbr.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
456 lapack/cunghr.f, lapack/cungl2.f, lapack/cunglq.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
457 lapack/cungql.f, lapack/cungqr.f, lapack/cungtr.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
458 lapack/cunm2r.f, lapack/cunmbr.f, lapack/cunml2.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
459 lapack/cunmlq.f, lapack/cunmqr.f, lapack/cunmr3.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
460 lapack/cunmrz.f, lapack/sbdsqr.f, lapack/sgbcon.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
461 lapack/sgbtf2.f, lapack/sgbtrf.f, lapack/sgbtrs.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
462 lapack/sgebak.f, lapack/sgebal.f, lapack/sgebd2.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
463 lapack/sgebrd.f, lapack/sgecon.f, lapack/sgeesx.f, lapack/sgeev.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
464 lapack/sgehd2.f, lapack/sgehrd.f, lapack/sgelq2.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
465 lapack/sgelqf.f, lapack/sgelsd.f, lapack/sgelss.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
466 lapack/sgelsy.f, lapack/sgeqp3.f, lapack/sgeqpf.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
467 lapack/sgeqr2.f, lapack/sgeqrf.f, lapack/sgesv.f, lapack/sgesvd.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
468 lapack/sgetf2.f, lapack/sgetrf.f, lapack/sgetri.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
469 lapack/sgetrs.f, lapack/sggbak.f, lapack/sggbal.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
470 lapack/sgghrd.f, lapack/sgtsv.f, lapack/sgttrf.f, lapack/sgttrs.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
471 lapack/sgtts2.f, lapack/shgeqz.f, lapack/shseqr.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
472 lapack/slabad.f, lapack/slabrd.f, lapack/slacn2.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
473 lapack/slacon.f, lapack/slacpy.f, lapack/sladiv.f, lapack/slae2.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
474 lapack/slaed6.f, lapack/slaev2.f, lapack/slaexc.f, lapack/slag2.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
475 lapack/slahqr.f, lapack/slahr2.f, lapack/slahrd.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
476 lapack/slaic1.f, lapack/slaln2.f, lapack/slals0.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
477 lapack/slalsa.f, lapack/slalsd.f, lapack/slamc1.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
478 lapack/slamc2.f, lapack/slamc3.f, lapack/slamc4.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
479 lapack/slamc5.f, lapack/slamch.f, lapack/slamrg.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
480 lapack/slange.f, lapack/slanhs.f, lapack/slanst.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
481 lapack/slansy.f, lapack/slantr.f, lapack/slanv2.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
482 lapack/slapy2.f, lapack/slapy3.f, lapack/slaqp2.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
483 lapack/slaqps.f, lapack/slaqr0.f, lapack/slaqr1.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
484 lapack/slaqr2.f, lapack/slaqr3.f, lapack/slaqr4.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
485 lapack/slaqr5.f, lapack/slarf.f, lapack/slarfb.f, lapack/slarfg.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
486 lapack/slarft.f, lapack/slarfx.f, lapack/slartg.f, lapack/slarz.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
487 lapack/slarzb.f, lapack/slarzt.f, lapack/slas2.f, lapack/slascl.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
488 lapack/slasd0.f, lapack/slasd1.f, lapack/slasd2.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
489 lapack/slasd3.f, lapack/slasd4.f, lapack/slasd5.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
490 lapack/slasd6.f, lapack/slasd7.f, lapack/slasd8.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
491 lapack/slasda.f, lapack/slasdq.f, lapack/slasdt.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
492 lapack/slaset.f, lapack/slasq1.f, lapack/slasq2.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
493 lapack/slasq3.f, lapack/slasq4.f, lapack/slasq5.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
494 lapack/slasq6.f, lapack/slasr.f, lapack/slasrt.f, lapack/slassq.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
495 lapack/slasv2.f, lapack/slaswp.f, lapack/slasy2.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
496 lapack/slatbs.f, lapack/slatrd.f, lapack/slatrs.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
497 lapack/slatrz.f, lapack/slauu2.f, lapack/slauum.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
498 lapack/slazq3.f, lapack/slazq4.f, lapack/sorg2l.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
499 lapack/sorg2r.f, lapack/sorgbr.f, lapack/sorghr.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
500 lapack/sorgl2.f, lapack/sorglq.f, lapack/sorgql.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
501 lapack/sorgqr.f, lapack/sorgtr.f, lapack/sorm2r.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
502 lapack/sormbr.f, lapack/sorml2.f, lapack/sormlq.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
503 lapack/sormqr.f, lapack/sormr3.f, lapack/sormrz.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
504 lapack/spbcon.f, lapack/spbtf2.f, lapack/spbtrf.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
505 lapack/spbtrs.f, lapack/spocon.f, lapack/spotri.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
506 lapack/spotrs.f, lapack/sptsv.f, lapack/spttrf.f, lapack/spttrs.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
507 lapack/sptts2.f, lapack/srscl.f, lapack/ssteqr.f, lapack/ssterf.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
508 lapack/ssyev.f, lapack/ssytd2.f, lapack/ssytrd.f, lapack/stgevc.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
509 lapack/strcon.f, lapack/strevc.f, lapack/strexc.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
510 lapack/strsen.f, lapack/strsyl.f, lapack/strti2.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
511 lapack/strtri.f, lapack/strtrs.f, lapack/stzrzf.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
512 lapack/scsum1.f: New files
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
513 * lapack/Makefile.in (FSRC): Add them.
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
514
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
515 * misc/r1mach.f: New file
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
516 * misc/machar.cc: Modify to allow to be build twice, once for
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
517 double precision and once for single precision.
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
518 * misc/Makefile.in (FSRC): Add it.
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
519 (CEXTRA): Add smachar.c, and target for smachar.o
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
520 (MAKEDEPS): Include CEXTRA.
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
521
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
522 * qrupdate/sch1up.f, qrupdate/cch1up.f, qrupdate/sqrinc.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
523 qrupdate/cqrinc.f, qrupdate/sqrdec.f, qrupdate/cqrdec.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
524 qrupdate/sqrinr.f, qrupdate/cqrinr.f, qrupdate/sqrder.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
525 qrupdate/cqrder.f, qrupdate/sqrshc.f, qrupdate/cqrshc.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
526 qrupdate/sqr1up.f, qrupdate/cqr1up.f, qrupdate/sch1dn.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
527 qrupdate/cch1dn.f, qrupdate/schinx.f, qrupdate/cchinx.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
528 qrupdate/schdex.f, qrupdate/cchdex.f, qrupdate/sqrqhu.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
529 qrupdate/cqrqhu.f, qrupdate/sqrqhv.f, qrupdate/cqrqhv.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
530 qrupdate/sqhqr.f, qrupdate/cqhqr.f: New files.
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
531 * qrupdate/Makefile.in (FSRC): Add them.
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
532
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
533 * slatec-fn/acosh.f, slatec-fn/albeta.f, slatec-fn/algams.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
534 slatec-fn/alngam.f, slatec-fn/alnrel.f, slatec-fn/asinh.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
535 slatec-fn/atanh.f, slatec-fn/betai.f, slatec-fn/csevl.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
536 slatec-fn/erf.f, slatec-fn/erfc.f, slatec-fn/gami.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
537 slatec-fn/gamit.f, slatec-fn/gamlim.f, slatec-fn/gamma.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
538 slatec-fn/gamr.f, slatec-fn/inits.f, slatec-fn/pchim.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
539 slatec-fn/pchst.f, slatec-fn/r9gmit.f, slatec-fn/r9lgic.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
540 slatec-fn/r9lgit.f, slatec-fn/r9lgmc.f, slatec-fn/xacosh.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
541 slatec-fn/xasinh.f, slatec-fn/xatanh.f, slatec-fn/xbetai.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
542 slatec-fn/xerf.f, slatec-fn/xerfc.f, slatec-fn/xgamma.f,
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
543 slatec-fn/xsgmainc.f: New files.
9967
75503ecdac32 ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 9933
diff changeset
544 * slatec-fn/Makefile.in (FSRC): Add them.
7789
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7725
diff changeset
545
9501
3c40d81c197f ChangeLog and style fixes
John W. Eaton <jwe@octave.org>
parents: 9490
diff changeset
546 2008-04-20 Jaroslav Hajek <highegg@gmail.com>
7725
7c9ba697a479 cosmetic fixes in QR & Cholesky updating codes
Jaroslav Hajek <highegg@gmail.com>
parents: 7700
diff changeset
547
7c9ba697a479 cosmetic fixes in QR & Cholesky updating codes
Jaroslav Hajek <highegg@gmail.com>
parents: 7700
diff changeset
548 * qrupdate/dch1dn.f, qrupdate/dchdex.f, qrupdate/dchinx.f,
7c9ba697a479 cosmetic fixes in QR & Cholesky updating codes
Jaroslav Hajek <highegg@gmail.com>
parents: 7700
diff changeset
549 qrupdate/dqhqr.f, qrupdate/dqrdec.f, qrupdate/dqrinc.f,
7c9ba697a479 cosmetic fixes in QR & Cholesky updating codes
Jaroslav Hajek <highegg@gmail.com>
parents: 7700
diff changeset
550 qrupdate/dqrqhu.f, qrupdate/dqrqhv.f, qrupdate/dqrshc.f,
7c9ba697a479 cosmetic fixes in QR & Cholesky updating codes
Jaroslav Hajek <highegg@gmail.com>
parents: 7700
diff changeset
551 qrupdate/zch1dn.f, qrupdate/zchdex.f, qrupdate/zchinx.f,
7c9ba697a479 cosmetic fixes in QR & Cholesky updating codes
Jaroslav Hajek <highegg@gmail.com>
parents: 7700
diff changeset
552 qrupdate/zqhqr.f, qrupdate/zqrdec.f, qrupdate/zqrder.f,
7c9ba697a479 cosmetic fixes in QR & Cholesky updating codes
Jaroslav Hajek <highegg@gmail.com>
parents: 7700
diff changeset
553 qrupdate/zqrinc.f, qrupdate/zqrinr.f, qrupdate/zqrqhu.f,
7c9ba697a479 cosmetic fixes in QR & Cholesky updating codes
Jaroslav Hajek <highegg@gmail.com>
parents: 7700
diff changeset
554 qrupdate/zqrqhv.f, qrupdate/zqrshc.f:
7c9ba697a479 cosmetic fixes in QR & Cholesky updating codes
Jaroslav Hajek <highegg@gmail.com>
parents: 7700
diff changeset
555 Fix external declarations, XERBLA calls, and docs.
7c9ba697a479 cosmetic fixes in QR & Cholesky updating codes
Jaroslav Hajek <highegg@gmail.com>
parents: 7700
diff changeset
556
9501
3c40d81c197f ChangeLog and style fixes
John W. Eaton <jwe@octave.org>
parents: 9490
diff changeset
557 2008-04-07 Jaroslav Hajek <highegg@gmail.com>
7700
efccca5f2ad7 more QR & Cholesky updating functions
Jaroslav Hajek <highegg@gmail.com>
parents: 7683
diff changeset
558
efccca5f2ad7 more QR & Cholesky updating functions
Jaroslav Hajek <highegg@gmail.com>
parents: 7683
diff changeset
559 * qrupdate/dqrqhu.f, qrupdate/zqrqhu.f,
efccca5f2ad7 more QR & Cholesky updating functions
Jaroslav Hajek <highegg@gmail.com>
parents: 7683
diff changeset
560 * qrupdate/dqrshc.f, qrupdate/zqrshc.f,
efccca5f2ad7 more QR & Cholesky updating functions
Jaroslav Hajek <highegg@gmail.com>
parents: 7683
diff changeset
561 * qrupdate/dchinx.f, qrupdate/zchinx.f,
efccca5f2ad7 more QR & Cholesky updating functions
Jaroslav Hajek <highegg@gmail.com>
parents: 7683
diff changeset
562 * qrupdate/dchdex.f, qrupdate/zchdex.f: New files.
efccca5f2ad7 more QR & Cholesky updating functions
Jaroslav Hajek <highegg@gmail.com>
parents: 7683
diff changeset
563
9501
3c40d81c197f ChangeLog and style fixes
John W. Eaton <jwe@octave.org>
parents: 9490
diff changeset
564 2008-04-02 Jaroslav Hajek <highegg@gmail.com>
7683
8136cb19fb7a implement BLAS-F77 call compatibility check
Jaroslav Hajek <highegg@gmail.com>
parents: 7624
diff changeset
565
8136cb19fb7a implement BLAS-F77 call compatibility check
Jaroslav Hajek <highegg@gmail.com>
parents: 7624
diff changeset
566 * blas-xtra/xzdotu.f: Turn into simple wrapper for zdotu.
8136cb19fb7a implement BLAS-F77 call compatibility check
Jaroslav Hajek <highegg@gmail.com>
parents: 7624
diff changeset
567 * blas-xtra/xzdotc.f: Turn into simple wrapper for zdotc.
8136cb19fb7a implement BLAS-F77 call compatibility check
Jaroslav Hajek <highegg@gmail.com>
parents: 7624
diff changeset
568 * qrupdate/zqrqhv.f: Undo previous change.
8136cb19fb7a implement BLAS-F77 call compatibility check
Jaroslav Hajek <highegg@gmail.com>
parents: 7624
diff changeset
569
7624
205e43d9d9da Remove reference to dlartv
David Bateman <dbateman@free.fr>
parents: 7599
diff changeset
570 2008-03-22 David Bateman <dbateman@free.fr>
205e43d9d9da Remove reference to dlartv
David Bateman <dbateman@free.fr>
parents: 7599
diff changeset
571
205e43d9d9da Remove reference to dlartv
David Bateman <dbateman@free.fr>
parents: 7599
diff changeset
572 * qrupdate/dch1up.f: Remove unused external reference to dlartv.
205e43d9d9da Remove reference to dlartv
David Bateman <dbateman@free.fr>
parents: 7599
diff changeset
573
7599
461d6bfba85a use xzdotc instead of zdotc
John W. Eaton <jwe@octave.org>
parents: 7575
diff changeset
574 2008-03-18 John W. Eaton <jwe@octave.org>
461d6bfba85a use xzdotc instead of zdotc
John W. Eaton <jwe@octave.org>
parents: 7575
diff changeset
575
461d6bfba85a use xzdotc instead of zdotc
John W. Eaton <jwe@octave.org>
parents: 7575
diff changeset
576 * qrupdate/zqrqhv.f (zqrqhv): Call xzdotc instead of zdotc.
461d6bfba85a use xzdotc instead of zdotc
John W. Eaton <jwe@octave.org>
parents: 7575
diff changeset
577 * blas-xtra/xzdotu.f: Eliminate local zdotu variable.
461d6bfba85a use xzdotc instead of zdotc
John W. Eaton <jwe@octave.org>
parents: 7575
diff changeset
578 * blas-xtra/xzdotc.f: New file.
461d6bfba85a use xzdotc instead of zdotc
John W. Eaton <jwe@octave.org>
parents: 7575
diff changeset
579 * blas-xtra/Makefile.in (FSRC): Add it to the list.
461d6bfba85a use xzdotc instead of zdotc
John W. Eaton <jwe@octave.org>
parents: 7575
diff changeset
580
7575
d20a2f261306 use * instead of 1 for assumed-size fortran arrays
John W. Eaton <jwe@octave.org>
parents: 7563
diff changeset
581 2008-03-10 John W. Eaton <jwe@octave.org>
d20a2f261306 use * instead of 1 for assumed-size fortran arrays
John W. Eaton <jwe@octave.org>
parents: 7563
diff changeset
582
d20a2f261306 use * instead of 1 for assumed-size fortran arrays
John W. Eaton <jwe@octave.org>
parents: 7563
diff changeset
583 * blas/zdrot.f, odepack/dlsode.f, odepack/ewset.f,
d20a2f261306 use * instead of 1 for assumed-size fortran arrays
John W. Eaton <jwe@octave.org>
parents: 7563
diff changeset
584 odepack/intdy.f, fftpack/cffti.f, fftpack/cfftb.f,
d20a2f261306 use * instead of 1 for assumed-size fortran arrays
John W. Eaton <jwe@octave.org>
parents: 7563
diff changeset
585 fftpack/cfftf.f:
d20a2f261306 use * instead of 1 for assumed-size fortran arrays
John W. Eaton <jwe@octave.org>
parents: 7563
diff changeset
586 Use (*) instead of (1) for assumed-size dimensions.
d20a2f261306 use * instead of 1 for assumed-size fortran arrays
John W. Eaton <jwe@octave.org>
parents: 7563
diff changeset
587
9501
3c40d81c197f ChangeLog and style fixes
John W. Eaton <jwe@octave.org>
parents: 9490
diff changeset
588 2008-03-06 Jaroslav Hajek <highegg@gmail.com>
7563
438eb170e604 fixes in libcruft/qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents: 7559
diff changeset
589
438eb170e604 fixes in libcruft/qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents: 7559
diff changeset
590 * qrupdate/dqrinc.f: Declare DGEMV external.
438eb170e604 fixes in libcruft/qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents: 7559
diff changeset
591 * qrupdate/zqrinc.f: Declare ZGEMV external.
438eb170e604 fixes in libcruft/qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents: 7559
diff changeset
592 Fix complex constant args in call to ZGEMV.
438eb170e604 fixes in libcruft/qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents: 7559
diff changeset
593
9501
3c40d81c197f ChangeLog and style fixes
John W. Eaton <jwe@octave.org>
parents: 9490
diff changeset
594 2008-03-05 Jaroslav Hajek <highegg@gmail.com>
7559
07522d7dcdf8 fixes to QR and Cholesky updating code
Jaroslav Hajek <highegg@gmail.com>
parents: 7554
diff changeset
595
07522d7dcdf8 fixes to QR and Cholesky updating code
Jaroslav Hajek <highegg@gmail.com>
parents: 7554
diff changeset
596 * qrupdate/dch1dn.f, qrupdate/zch1dn.f: add "quick return" checks.
07522d7dcdf8 fixes to QR and Cholesky updating code
Jaroslav Hajek <highegg@gmail.com>
parents: 7554
diff changeset
597
9501
3c40d81c197f ChangeLog and style fixes
John W. Eaton <jwe@octave.org>
parents: 9490
diff changeset
598 2008-03-04 Jaroslav Hajek <highegg@gmail.com>
7554
40574114c514 implement Cholesky factorization updating
Jaroslav Hajek <highegg@gmail.com>
parents: 7553
diff changeset
599
9967
75503ecdac32 ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 9933
diff changeset
600 * qrupdate/dch1dn.f, qrupdate/dch1up.f,
7554
40574114c514 implement Cholesky factorization updating
Jaroslav Hajek <highegg@gmail.com>
parents: 7553
diff changeset
601 qrupdate/zch1dn.f, qrupdate/zch1up.f: New files.
40574114c514 implement Cholesky factorization updating
Jaroslav Hajek <highegg@gmail.com>
parents: 7553
diff changeset
602 * qrupdate/Makefile.in (FSRC): Add them to the list.
7553
56be6f31dd4e implementation of QR factorization updating
Jaroslav Hajek <highegg@gmail.com>
parents: 7481
diff changeset
603
56be6f31dd4e implementation of QR factorization updating
Jaroslav Hajek <highegg@gmail.com>
parents: 7481
diff changeset
604 * qrupdate/Makefile.in, qrupdate/dqhqr.f, qrupdate/dqr1up.f,
56be6f31dd4e implementation of QR factorization updating
Jaroslav Hajek <highegg@gmail.com>
parents: 7481
diff changeset
605 qrupdate/dqrdec.f, qrupdate/dqrder.f, qrupdate/dqrinc.f,
56be6f31dd4e implementation of QR factorization updating
Jaroslav Hajek <highegg@gmail.com>
parents: 7481
diff changeset
606 qrupdate/dqrinr.f, qrupdate/dqrqhv.f, qrupdate/zqhqr.f,
56be6f31dd4e implementation of QR factorization updating
Jaroslav Hajek <highegg@gmail.com>
parents: 7481
diff changeset
607 qrupdate/zqr1up.f, qrupdate/zqrdec.f, qrupdate/zqrder.f,
56be6f31dd4e implementation of QR factorization updating
Jaroslav Hajek <highegg@gmail.com>
parents: 7481
diff changeset
608 qrupdate/zqrinc.f, qrupdate/zqrinr.f, qrupdate/zqrqhv.f:
56be6f31dd4e implementation of QR factorization updating
Jaroslav Hajek <highegg@gmail.com>
parents: 7481
diff changeset
609 New files.
56be6f31dd4e implementation of QR factorization updating
Jaroslav Hajek <highegg@gmail.com>
parents: 7481
diff changeset
610 * Makefile.in (CRUFT_DIRS): Add qrupdate to the list.
56be6f31dd4e implementation of QR factorization updating
Jaroslav Hajek <highegg@gmail.com>
parents: 7481
diff changeset
611
7481
78f3811155f7 use exceptions in liboctave error handler
John W. Eaton <jwe@octave.org>
parents: 7478
diff changeset
612 2008-02-14 John W. Eaton <jwe@octave.org>
78f3811155f7 use exceptions in liboctave error handler
John W. Eaton <jwe@octave.org>
parents: 7478
diff changeset
613
78f3811155f7 use exceptions in liboctave error handler
John W. Eaton <jwe@octave.org>
parents: 7478
diff changeset
614 * misc/f77-fcn.h (F77_XFCN): Call octave_rethrow_exception here
78f3811155f7 use exceptions in liboctave error handler
John W. Eaton <jwe@octave.org>
parents: 7478
diff changeset
615 instead of checking octave_allocation_error.
78f3811155f7 use exceptions in liboctave error handler
John W. Eaton <jwe@octave.org>
parents: 7478
diff changeset
616 * misc/quit.cc (octave_execution_exception): New function.
78f3811155f7 use exceptions in liboctave error handler
John W. Eaton <jwe@octave.org>
parents: 7478
diff changeset
617 (octave_rethrow_exception): New function.
78f3811155f7 use exceptions in liboctave error handler
John W. Eaton <jwe@octave.org>
parents: 7478
diff changeset
618 (octave_handle_signal): Call octave_rethrow_exception instead of
78f3811155f7 use exceptions in liboctave error handler
John W. Eaton <jwe@octave.org>
parents: 7478
diff changeset
619 octave_throw_interrupt_exception.
78f3811155f7 use exceptions in liboctave error handler
John W. Eaton <jwe@octave.org>
parents: 7478
diff changeset
620 * misc/quit.h (octave_execution_error): New variable.
78f3811155f7 use exceptions in liboctave error handler
John W. Eaton <jwe@octave.org>
parents: 7478
diff changeset
621 (END_INTERRUPT_WITH_EXCEPTIONS): Catch octave_execution_exception.
78f3811155f7 use exceptions in liboctave error handler
John W. Eaton <jwe@octave.org>
parents: 7478
diff changeset
622 (octave_execution_exception): New class.
78f3811155f7 use exceptions in liboctave error handler
John W. Eaton <jwe@octave.org>
parents: 7478
diff changeset
623 (octave_exception): New enum.
78f3811155f7 use exceptions in liboctave error handler
John W. Eaton <jwe@octave.org>
parents: 7478
diff changeset
624 (octave_exception_state): Rename from octave_allocation_error.
78f3811155f7 use exceptions in liboctave error handler
John W. Eaton <jwe@octave.org>
parents: 7478
diff changeset
625 Change all uses.
78f3811155f7 use exceptions in liboctave error handler
John W. Eaton <jwe@octave.org>
parents: 7478
diff changeset
626
7477
8b22207ef9ca ilaenv --> xilaenv
John W. Eaton <jwe@octave.org>
parents: 7449
diff changeset
627 2008-02-12 John W. Eaton <jwe@octave.org>
8b22207ef9ca ilaenv --> xilaenv
John W. Eaton <jwe@octave.org>
parents: 7449
diff changeset
628
8b22207ef9ca ilaenv --> xilaenv
John W. Eaton <jwe@octave.org>
parents: 7449
diff changeset
629 * lapack-xtra/xilaenv.f: New wrapper for Fortran function ilaenv.
7478
d7c5b101bb0f ilaenv --> xilaenv
John W. Eaton <jwe@octave.org>
parents: 7477
diff changeset
630 * lapack-xtra/Makefile.in (FSRC): Add it to the list.
7477
8b22207ef9ca ilaenv --> xilaenv
John W. Eaton <jwe@octave.org>
parents: 7449
diff changeset
631
7449
3184b36b03de [project @ 2008-02-06 08:27:00 by jwe]
jwe
parents: 7448
diff changeset
632 2008-02-06 John W. Eaton <jwe@octave.org>
3184b36b03de [project @ 2008-02-06 08:27:00 by jwe]
jwe
parents: 7448
diff changeset
633
3184b36b03de [project @ 2008-02-06 08:27:00 by jwe]
jwe
parents: 7448
diff changeset
634 * Makerules.in (%.def : %.f): Use mv instead of move-if-change.
3184b36b03de [project @ 2008-02-06 08:27:00 by jwe]
jwe
parents: 7448
diff changeset
635
7448
d21150a19f80 [project @ 2008-02-05 23:11:19 by jwe]
jwe
parents: 7334
diff changeset
636 2008-02-05 John W. Eaton <jwe@octave.org>
d21150a19f80 [project @ 2008-02-05 23:11:19 by jwe]
jwe
parents: 7334
diff changeset
637
d21150a19f80 [project @ 2008-02-05 23:11:19 by jwe]
jwe
parents: 7334
diff changeset
638 * misc/Makefile.in: Unconditionally include $(MAKEDEPS).
d21150a19f80 [project @ 2008-02-05 23:11:19 by jwe]
jwe
parents: 7334
diff changeset
639 Mark $(MAKEDEPS) as .PHONY targets if omit_deps is true.
d21150a19f80 [project @ 2008-02-05 23:11:19 by jwe]
jwe
parents: 7334
diff changeset
640
7334
274d9642ac10 [project @ 2007-12-22 01:42:45 by jwe]
jwe
parents: 7095
diff changeset
641 2007-12-21 John W. Eaton <jwe@octave.org>
274d9642ac10 [project @ 2007-12-22 01:42:45 by jwe]
jwe
parents: 7095
diff changeset
642
274d9642ac10 [project @ 2007-12-22 01:42:45 by jwe]
jwe
parents: 7095
diff changeset
643 Version 3.0.0 released.
274d9642ac10 [project @ 2007-12-22 01:42:45 by jwe]
jwe
parents: 7095
diff changeset
644
7095
efd16513ff8f [project @ 2007-11-01 17:37:21 by jwe]
jwe
parents: 7072
diff changeset
645 2007-11-01 John W. Eaton <jwe@octave.org>
efd16513ff8f [project @ 2007-11-01 17:37:21 by jwe]
jwe
parents: 7072
diff changeset
646
efd16513ff8f [project @ 2007-11-01 17:37:21 by jwe]
jwe
parents: 7072
diff changeset
647 * lapack-xtra/xzlange.f: Include complete implementation of ZLANGE
efd16513ff8f [project @ 2007-11-01 17:37:21 by jwe]
jwe
parents: 7072
diff changeset
648 function here.
efd16513ff8f [project @ 2007-11-01 17:37:21 by jwe]
jwe
parents: 7072
diff changeset
649
efd16513ff8f [project @ 2007-11-01 17:37:21 by jwe]
jwe
parents: 7072
diff changeset
650 * blas-xtra/xzdotu.f: Include complete implementation of ZDOTU
efd16513ff8f [project @ 2007-11-01 17:37:21 by jwe]
jwe
parents: 7072
diff changeset
651 function here.
efd16513ff8f [project @ 2007-11-01 17:37:21 by jwe]
jwe
parents: 7072
diff changeset
652
7072
b48d486f641d [project @ 2007-10-26 15:52:57 by jwe]
jwe
parents: 7053
diff changeset
653 2007-10-26 John W. Eaton <jwe@octave.org>
b48d486f641d [project @ 2007-10-26 15:52:57 by jwe]
jwe
parents: 7053
diff changeset
654
b48d486f641d [project @ 2007-10-26 15:52:57 by jwe]
jwe
parents: 7053
diff changeset
655 * lapack/dlals0.f: New file.
b48d486f641d [project @ 2007-10-26 15:52:57 by jwe]
jwe
parents: 7053
diff changeset
656 * lapack/Makefile.in (FSRC): Add it to the list.
b48d486f641d [project @ 2007-10-26 15:52:57 by jwe]
jwe
parents: 7053
diff changeset
657
b48d486f641d [project @ 2007-10-26 15:52:57 by jwe]
jwe
parents: 7053
diff changeset
658 2007-10-26 David Bateman <dbateman@free.fr>
b48d486f641d [project @ 2007-10-26 15:52:57 by jwe]
jwe
parents: 7053
diff changeset
659
b48d486f641d [project @ 2007-10-26 15:52:57 by jwe]
jwe
parents: 7053
diff changeset
660 * lapack/dgelsd.f, lapack/dlalsd.f, lapack/dlalsa.f,
9967
75503ecdac32 ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 9933
diff changeset
661 lapack/dlasda.f, lapack/dlasdt.f, lapack/dlasdq.f
75503ecdac32 ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 9933
diff changeset
662 lapack/dlamrg.f, lapack/dlasd0.f, lapack/dlasd1.f,
75503ecdac32 ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 9933
diff changeset
663 lapack/dlasd2.f, lapack/dlasd3.f, lapack/dlasd4.f,
75503ecdac32 ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 9933
diff changeset
664 lapack/dlasd5.f, lapack/dlasd6.f, lapack/dlasd7.f,
75503ecdac32 ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 9933
diff changeset
665 lapack/dlasd8.f, lapack/dlaed6.f, lapack/zgelsd.f,
7072
b48d486f641d [project @ 2007-10-26 15:52:57 by jwe]
jwe
parents: 7053
diff changeset
666 lapack/zlalsd.f , lapack/zlalsa.f, lapack/zlals0.f: New files.
b48d486f641d [project @ 2007-10-26 15:52:57 by jwe]
jwe
parents: 7053
diff changeset
667 * lapack/Makefile.in (FSRC): Include them here.
b48d486f641d [project @ 2007-10-26 15:52:57 by jwe]
jwe
parents: 7053
diff changeset
668
7053
570a382ce556 [project @ 2007-10-23 23:17:36 by jwe]
jwe
parents: 7034
diff changeset
669 2007-10-23 John W. Eaton <jwe@octave.org>
570a382ce556 [project @ 2007-10-23 23:17:36 by jwe]
jwe
parents: 7034
diff changeset
670
570a382ce556 [project @ 2007-10-23 23:17:36 by jwe]
jwe
parents: 7034
diff changeset
671 * lapack/dgtts2.f, lapack/zgtts2.f: New files.
570a382ce556 [project @ 2007-10-23 23:17:36 by jwe]
jwe
parents: 7034
diff changeset
672 * lapack/Makefile.in (FSRC): Add them to the list.
570a382ce556 [project @ 2007-10-23 23:17:36 by jwe]
jwe
parents: 7034
diff changeset
673
7034
68db500cb558 [project @ 2007-10-16 18:54:19 by jwe]
jwe
parents: 7016
diff changeset
674 2007-10-16 John W. Eaton <jwe@octave.org>
68db500cb558 [project @ 2007-10-16 18:54:19 by jwe]
jwe
parents: 7016
diff changeset
675
68db500cb558 [project @ 2007-10-16 18:54:19 by jwe]
jwe
parents: 7016
diff changeset
676 * lapack/dlacn2.f, lapack/dlacn2.f, lapack/dlahr2.f,
68db500cb558 [project @ 2007-10-16 18:54:19 by jwe]
jwe
parents: 7016
diff changeset
677 lapack/dlahr2.f, lapack/dlaqr0.f, lapack/dlazq3.f,
68db500cb558 [project @ 2007-10-16 18:54:19 by jwe]
jwe
parents: 7016
diff changeset
678 lapack/dlazq3.f, lapack/dormr3.f, lapack/dormrz.f,
68db500cb558 [project @ 2007-10-16 18:54:19 by jwe]
jwe
parents: 7016
diff changeset
679 lapack/iparmq.f, lapack/iparmq.f, lapack/zlacn2.f,
68db500cb558 [project @ 2007-10-16 18:54:19 by jwe]
jwe
parents: 7016
diff changeset
680 lapack/zlahr2.f, lapack/zlaqr0.f: New files.
68db500cb558 [project @ 2007-10-16 18:54:19 by jwe]
jwe
parents: 7016
diff changeset
681 * lapack/Makefile.in (FSRC): Add them to the list.
68db500cb558 [project @ 2007-10-16 18:54:19 by jwe]
jwe
parents: 7016
diff changeset
682
68db500cb558 [project @ 2007-10-16 18:54:19 by jwe]
jwe
parents: 7016
diff changeset
683 * lapack: Update all files to current versions from Lapack 3.1.1.
68db500cb558 [project @ 2007-10-16 18:54:19 by jwe]
jwe
parents: 7016
diff changeset
684
7016
93c65f2a5668 [project @ 2007-10-12 06:40:56 by jwe]
jwe
parents: 6949
diff changeset
685 2007-10-12 John W. Eaton <jwe@octave.org>
93c65f2a5668 [project @ 2007-10-12 06:40:56 by jwe]
jwe
parents: 6949
diff changeset
686
93c65f2a5668 [project @ 2007-10-12 06:40:56 by jwe]
jwe
parents: 6949
diff changeset
687 * Change copyright notices in all files that are part of Octave to
93c65f2a5668 [project @ 2007-10-12 06:40:56 by jwe]
jwe
parents: 6949
diff changeset
688 GPLv3 or any later version.
93c65f2a5668 [project @ 2007-10-12 06:40:56 by jwe]
jwe
parents: 6949
diff changeset
689
6949
88df962dc296 [project @ 2007-10-03 17:59:03 by jwe]
jwe
parents: 6926
diff changeset
690 2007-10-03 John W. Eaton <jwe@octave.org>
88df962dc296 [project @ 2007-10-03 17:59:03 by jwe]
jwe
parents: 6926
diff changeset
691
88df962dc296 [project @ 2007-10-03 17:59:03 by jwe]
jwe
parents: 6926
diff changeset
692 * mkf77def.in: Combine sed expressions.
88df962dc296 [project @ 2007-10-03 17:59:03 by jwe]
jwe
parents: 6926
diff changeset
693
6926
c05fbb1b7e1f [project @ 2007-09-26 19:56:54 by dbateman]
dbateman
parents: 6796
diff changeset
694 2007-09-26 David Bateman <dbateman@free.fr>
c05fbb1b7e1f [project @ 2007-09-26 19:56:54 by dbateman]
dbateman
parents: 6796
diff changeset
695
c05fbb1b7e1f [project @ 2007-09-26 19:56:54 by dbateman]
dbateman
parents: 6796
diff changeset
696 * lapack/dgelsy.f, lapack/dlatrz.f, lapack/zlarz.f,
c05fbb1b7e1f [project @ 2007-09-26 19:56:54 by dbateman]
dbateman
parents: 6796
diff changeset
697 lapack/dgeqp3.f, lapack/dtzrzf.f, lapack/zlarzt.f,
c05fbb1b7e1f [project @ 2007-09-26 19:56:54 by dbateman]
dbateman
parents: 6796
diff changeset
698 lapack/dlaic1.f, lapack/zgelsy.f, lapack/zlatrz.f,
c05fbb1b7e1f [project @ 2007-09-26 19:56:54 by dbateman]
dbateman
parents: 6796
diff changeset
699 lapack/dlaqp2.f, lapack/zgeqp3.f, lapack/ztzrzf.f,
c05fbb1b7e1f [project @ 2007-09-26 19:56:54 by dbateman]
dbateman
parents: 6796
diff changeset
700 lapack/dlaqps.f, lapack/zlaic1.f, lapack/zunmr3.f,
c05fbb1b7e1f [project @ 2007-09-26 19:56:54 by dbateman]
dbateman
parents: 6796
diff changeset
701 lapack/dlarzb.f, lapack/zlaqp2.f, lapack/zunmrz.f,
9967
75503ecdac32 ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 9933
diff changeset
702 lapack/dlarz.f, lapack/zlaqps.f, lapack/dlarzt.f,
6926
c05fbb1b7e1f [project @ 2007-09-26 19:56:54 by dbateman]
dbateman
parents: 6796
diff changeset
703 lapack/zlarzb.f: New files
c05fbb1b7e1f [project @ 2007-09-26 19:56:54 by dbateman]
dbateman
parents: 6796
diff changeset
704 * lapack/Makefile.in (FSRC): Add the new files.
c05fbb1b7e1f [project @ 2007-09-26 19:56:54 by dbateman]
dbateman
parents: 6796
diff changeset
705
6796
59c0c3637633 [project @ 2007-07-25 15:45:04 by jwe]
jwe
parents: 6567
diff changeset
706 2007-07-25 David Bateman <dbateman@free.fr>
59c0c3637633 [project @ 2007-07-25 15:45:04 by jwe]
jwe
parents: 6567
diff changeset
707
59c0c3637633 [project @ 2007-07-25 15:45:04 by jwe]
jwe
parents: 6567
diff changeset
708 * Makefile.in, Makerules.in, fftpack/Makefile.in,
9967
75503ecdac32 ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 9933
diff changeset
709 randlib/Makefile.in: Adjust DISTFILES to allow out of tree "make dist"
6796
59c0c3637633 [project @ 2007-07-25 15:45:04 by jwe]
jwe
parents: 6567
diff changeset
710 to work.
59c0c3637633 [project @ 2007-07-25 15:45:04 by jwe]
jwe
parents: 6567
diff changeset
711
6567
e82cb026b893 [project @ 2007-04-24 20:40:23 by jwe]
jwe
parents: 6536
diff changeset
712 2007-04-23 John W. Eaton <jwe@octave.org>
e82cb026b893 [project @ 2007-04-24 20:40:23 by jwe]
jwe
parents: 6536
diff changeset
713
e82cb026b893 [project @ 2007-04-24 20:40:23 by jwe]
jwe
parents: 6536
diff changeset
714 * ranlib/phrtsd.f (phrtsd): Store result of call to index
e82cb026b893 [project @ 2007-04-24 20:40:23 by jwe]
jwe
parents: 6536
diff changeset
715 instrinsic in an INTEGER variable to ensure that the types of the
e82cb026b893 [project @ 2007-04-24 20:40:23 by jwe]
jwe
parents: 6536
diff changeset
716 arguments passed to mod really are the same even on 64-bit systems.
e82cb026b893 [project @ 2007-04-24 20:40:23 by jwe]
jwe
parents: 6536
diff changeset
717
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents: 6508
diff changeset
718 2007-04-18 Michael Goffioul <michael.goffioul@swing.be>
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents: 6508
diff changeset
719
11088
3071d909ebab ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 10946
diff changeset
720 * blas-xtra/xdnrm2.f, blas-xtra/xdznrm2.f:
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents: 6508
diff changeset
721 Delete spurious semicolons.
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents: 6508
diff changeset
722
6504
7e9a548e8ddf [project @ 2007-04-06 15:33:32 by jwe]
jwe
parents: 6488
diff changeset
723 2007-04-06 John W. Eaton <jwe@octave.org>
7e9a548e8ddf [project @ 2007-04-06 15:33:32 by jwe]
jwe
parents: 6488
diff changeset
724
6508
184ab67c3bc1 [project @ 2007-04-07 00:43:09 by jwe]
jwe
parents: 6504
diff changeset
725 * blas-xtra/xdnrm2.f, blas-xtra/xdznrm2.f: New functions.
184ab67c3bc1 [project @ 2007-04-07 00:43:09 by jwe]
jwe
parents: 6504
diff changeset
726 * blas-xtra/Makefile.in (FSRC): Add them to the list.
184ab67c3bc1 [project @ 2007-04-07 00:43:09 by jwe]
jwe
parents: 6504
diff changeset
727
6504
7e9a548e8ddf [project @ 2007-04-06 15:33:32 by jwe]
jwe
parents: 6488
diff changeset
728 * ranlib/phrtsd.f (phrtsd): Ensure that the types of the arguments
7e9a548e8ddf [project @ 2007-04-06 15:33:32 by jwe]
jwe
parents: 6488
diff changeset
729 passed to mod are the same even on 64-bit systems.
7e9a548e8ddf [project @ 2007-04-06 15:33:32 by jwe]
jwe
parents: 6488
diff changeset
730
6488
a3152d296248 [project @ 2007-04-04 16:10:26 by jwe]
jwe
parents: 6467
diff changeset
731 2007-04-04 John W. Eaton <jwe@octave.org>
a3152d296248 [project @ 2007-04-04 16:10:26 by jwe]
jwe
parents: 6467
diff changeset
732
a3152d296248 [project @ 2007-04-04 16:10:26 by jwe]
jwe
parents: 6467
diff changeset
733 * Makefules.in: Handle Fortran, C, and C++ sources with separate
a3152d296248 [project @ 2007-04-04 16:10:26 by jwe]
jwe
parents: 6467
diff changeset
734 variables.
a3152d296248 [project @ 2007-04-04 16:10:26 by jwe]
jwe
parents: 6467
diff changeset
735 * misc/Makefile.in: Use new variables for Fortran, C, and C++ files.
a3152d296248 [project @ 2007-04-04 16:10:26 by jwe]
jwe
parents: 6467
diff changeset
736 * Makefile.in (clean mostlyclean distclean): No need to remove
a3152d296248 [project @ 2007-04-04 16:10:26 by jwe]
jwe
parents: 6467
diff changeset
737 $(CRUFT_OBJ) here.
a3152d296248 [project @ 2007-04-04 16:10:26 by jwe]
jwe
parents: 6467
diff changeset
738
a3152d296248 [project @ 2007-04-04 16:10:26 by jwe]
jwe
parents: 6467
diff changeset
739 2007-04-04 Rafael Laboissiere <rafael@debian.org>
a3152d296248 [project @ 2007-04-04 16:10:26 by jwe]
jwe
parents: 6467
diff changeset
740
a3152d296248 [project @ 2007-04-04 16:10:26 by jwe]
jwe
parents: 6467
diff changeset
741 * Makefile.in (clean): Remove mkf77def.
a3152d296248 [project @ 2007-04-04 16:10:26 by jwe]
jwe
parents: 6467
diff changeset
742
6467
a84de7048629 [project @ 2007-03-27 16:05:15 by jwe]
jwe
parents: 6360
diff changeset
743 2007-03-27 John W. Eaton <jwe@octave.org>
a84de7048629 [project @ 2007-03-27 16:05:15 by jwe]
jwe
parents: 6360
diff changeset
744
a84de7048629 [project @ 2007-03-27 16:05:15 by jwe]
jwe
parents: 6360
diff changeset
745 * Makerules.in, Makefile.in (dist): Use ln instead of $(LN_S).
a84de7048629 [project @ 2007-03-27 16:05:15 by jwe]
jwe
parents: 6360
diff changeset
746
6360
6f3902d56db8 [project @ 2007-02-26 21:08:49 by jwe]
jwe
parents: 6358
diff changeset
747 2007-02-26 John W. Eaton <jwe@octave.org>
6f3902d56db8 [project @ 2007-02-26 21:08:49 by jwe]
jwe
parents: 6358
diff changeset
748
6f3902d56db8 [project @ 2007-02-26 21:08:49 by jwe]
jwe
parents: 6358
diff changeset
749 * misc/Makefile.in (CPICDEP): Also set if CPICFLAG is not defined.
6f3902d56db8 [project @ 2007-02-26 21:08:49 by jwe]
jwe
parents: 6358
diff changeset
750 (CXXPICDEP): Also set if CXXPICFLAG is not defined.
6f3902d56db8 [project @ 2007-02-26 21:08:49 by jwe]
jwe
parents: 6358
diff changeset
751
6536
3c89a3f9d23e [project @ 2007-04-18 16:26:49 by jwe]
jwe
parents: 6508
diff changeset
752 2007-02-26 Michael Goffioul <michael.goffioul@swing.be>
6358
61091f4af6e4 [project @ 2007-02-26 20:46:22 by jwe]
jwe
parents: 6281
diff changeset
753
61091f4af6e4 [project @ 2007-02-26 20:46:22 by jwe]
jwe
parents: 6281
diff changeset
754 * Makefile.in, Makerules.in: Use $(LN_S) instead of ln or ln -s.
61091f4af6e4 [project @ 2007-02-26 20:46:22 by jwe]
jwe
parents: 6281
diff changeset
755
6281
2298ae7ff342 [project @ 2007-02-08 04:35:19 by jwe]
jwe
parents: 6253
diff changeset
756 2007-02-07 John W. Eaton <jwe@octave.org>
2298ae7ff342 [project @ 2007-02-08 04:35:19 by jwe]
jwe
parents: 6253
diff changeset
757
2298ae7ff342 [project @ 2007-02-08 04:35:19 by jwe]
jwe
parents: 6253
diff changeset
758 * Makerules.in: Don't use wildcard function to generate source
2298ae7ff342 [project @ 2007-02-08 04:35:19 by jwe]
jwe
parents: 6253
diff changeset
759 efile list.
2298ae7ff342 [project @ 2007-02-08 04:35:19 by jwe]
jwe
parents: 6253
diff changeset
760 * amos/Makefile.in, blas-xtra/Makefile.in, blas/Makefile.in,
2298ae7ff342 [project @ 2007-02-08 04:35:19 by jwe]
jwe
parents: 6253
diff changeset
761 daspk/Makefile.in, dasrt/Makefile.in, dassl/Makefile.in,
2298ae7ff342 [project @ 2007-02-08 04:35:19 by jwe]
jwe
parents: 6253
diff changeset
762 fftpack/Makefile.in, lapack-xtra/Makefile.in, lapack/Makefile.in,
2298ae7ff342 [project @ 2007-02-08 04:35:19 by jwe]
jwe
parents: 6253
diff changeset
763 minpack/Makefile.in, misc/Makefile.in, odepack/Makefile.in,
2298ae7ff342 [project @ 2007-02-08 04:35:19 by jwe]
jwe
parents: 6253
diff changeset
764 ordered-qz/Makefile.in, quadpack/Makefile.in, ranlib/Makefile.in,
2298ae7ff342 [project @ 2007-02-08 04:35:19 by jwe]
jwe
parents: 6253
diff changeset
765 slatec-err/Makefile.in, slatec-fn/Makefile.in, villad/Makefile.in:
2298ae7ff342 [project @ 2007-02-08 04:35:19 by jwe]
jwe
parents: 6253
diff changeset
766 Explicitly list source files.
2298ae7ff342 [project @ 2007-02-08 04:35:19 by jwe]
jwe
parents: 6253
diff changeset
767
6253
f1676652d808 [project @ 2007-01-24 20:43:36 by jwe]
jwe
parents: 6152
diff changeset
768 2007-01-24 Alexander Barth <abarth@marine.usf.edu>
f1676652d808 [project @ 2007-01-24 20:43:36 by jwe]
jwe
parents: 6152
diff changeset
769
f1676652d808 [project @ 2007-01-24 20:43:36 by jwe]
jwe
parents: 6152
diff changeset
770 * misc/f77-fcn.h (F77_CSTRING): Call OCTAVE_LOCAL_BUFFER with cs,
f1676652d808 [project @ 2007-01-24 20:43:36 by jwe]
jwe
parents: 6152
diff changeset
771 not F77_CHAR_ARG_USE (s).
f1676652d808 [project @ 2007-01-24 20:43:36 by jwe]
jwe
parents: 6152
diff changeset
772
6152
2eb0723b4fad [project @ 2006-11-11 19:07:17 by jwe]
jwe
parents: 6137
diff changeset
773 2006-11-11 John W. Eaton <jwe@octave.org>
2eb0723b4fad [project @ 2006-11-11 19:07:17 by jwe]
jwe
parents: 6137
diff changeset
774
2eb0723b4fad [project @ 2006-11-11 19:07:17 by jwe]
jwe
parents: 6137
diff changeset
775 * Makerules.in (%.def : %.f): Use $(simple-move-if-change-rule) here.
2eb0723b4fad [project @ 2006-11-11 19:07:17 by jwe]
jwe
parents: 6137
diff changeset
776
6137
4fb3f3e3d6bb [project @ 2006-11-03 18:19:10 by jwe]
jwe
parents: 6126
diff changeset
777 2006-11-03 John W. Eaton <jwe@octave.org>
4fb3f3e3d6bb [project @ 2006-11-03 18:19:10 by jwe]
jwe
parents: 6126
diff changeset
778
4fb3f3e3d6bb [project @ 2006-11-03 18:19:10 by jwe]
jwe
parents: 6126
diff changeset
779 * Makefile.in (DLL_CXXDEFS): Rename from XTRA_CXXDEFS.
4fb3f3e3d6bb [project @ 2006-11-03 18:19:10 by jwe]
jwe
parents: 6126
diff changeset
780 (DLL_CDEFS): Rename from XTRA_CDEFS.
4fb3f3e3d6bb [project @ 2006-11-03 18:19:10 by jwe]
jwe
parents: 6126
diff changeset
781 Substitute CRUFT_DLL_DEFS, not XTRA_CRUFT_DEFS.
4fb3f3e3d6bb [project @ 2006-11-03 18:19:10 by jwe]
jwe
parents: 6126
diff changeset
782 (XTRA_CRUFT_SH_LDFLAGS): Rename from XTRA_CRUFT_LINK_DEPS.
4fb3f3e3d6bb [project @ 2006-11-03 18:19:10 by jwe]
jwe
parents: 6126
diff changeset
783 Add $(XTRA_CRUFT_SH_LDFLAGS) to SH_LDFLAGS instead of to LINK_DEPS.
4fb3f3e3d6bb [project @ 2006-11-03 18:19:10 by jwe]
jwe
parents: 6126
diff changeset
784
6126
c0011bf8f815 [project @ 2006-10-31 20:08:30 by jwe]
jwe
parents: 6125
diff changeset
785 2006-10-31 John W. Eaton <jwe@octave.org>
c0011bf8f815 [project @ 2006-10-31 20:08:30 by jwe]
jwe
parents: 6125
diff changeset
786
c0011bf8f815 [project @ 2006-10-31 20:08:30 by jwe]
jwe
parents: 6125
diff changeset
787 * misc/Makefile.in (INCLUDES): Add oct-dlldefs.h to the list.
c0011bf8f815 [project @ 2006-10-31 20:08:30 by jwe]
jwe
parents: 6125
diff changeset
788
6125
a1754033bc6c [project @ 2006-10-29 17:05:53 by jwe]
jwe
parents: 6123
diff changeset
789 2006-10-29 John W. Eaton <jwe@octave.org>
a1754033bc6c [project @ 2006-10-29 17:05:53 by jwe]
jwe
parents: 6123
diff changeset
790
a1754033bc6c [project @ 2006-10-29 17:05:53 by jwe]
jwe
parents: 6123
diff changeset
791 * misc/Makefile.in (SPECIAL_INCLUDE): Add oct-dlldefs.h to the list.
a1754033bc6c [project @ 2006-10-29 17:05:53 by jwe]
jwe
parents: 6123
diff changeset
792
6123
8d285942fc3c [project @ 2006-10-28 14:09:20 by jwe]
jwe
parents: 6121
diff changeset
793 2006-10-28 Michael Goffioul <michael.goffioul@swing.be>
8d285942fc3c [project @ 2006-10-28 14:09:20 by jwe]
jwe
parents: 6121
diff changeset
794
8d285942fc3c [project @ 2006-10-28 14:09:20 by jwe]
jwe
parents: 6121
diff changeset
795 * misc/quit.h: Undefine min and max after including windows.h.
8d285942fc3c [project @ 2006-10-28 14:09:20 by jwe]
jwe
parents: 6121
diff changeset
796
6116
b64fb24bf4a0 [project @ 2006-10-27 18:04:49 by jwe]
jwe
parents: 6107
diff changeset
797 2006-10-27 John W. Eaton <jwe@octave.org>
b64fb24bf4a0 [project @ 2006-10-27 18:04:49 by jwe]
jwe
parents: 6107
diff changeset
798
6121
483176585b84 [project @ 2006-10-28 03:06:32 by jwe]
jwe
parents: 6118
diff changeset
799 * misc/oct-dlldefs.h: New file.
483176585b84 [project @ 2006-10-28 03:06:32 by jwe]
jwe
parents: 6118
diff changeset
800
6116
b64fb24bf4a0 [project @ 2006-10-27 18:04:49 by jwe]
jwe
parents: 6107
diff changeset
801 * mkf77def.in: Downcase all input to simplify matching.
b64fb24bf4a0 [project @ 2006-10-27 18:04:49 by jwe]
jwe
parents: 6107
diff changeset
802 Match only lines beginning with whitespace.
b64fb24bf4a0 [project @ 2006-10-27 18:04:49 by jwe]
jwe
parents: 6107
diff changeset
803 Match function return types.
6118
2803c70d8d01 [project @ 2006-10-27 23:19:17 by jwe]
jwe
parents: 6116
diff changeset
804 Use literal TAB characters instead of \t in sed patterns.
6116
b64fb24bf4a0 [project @ 2006-10-27 18:04:49 by jwe]
jwe
parents: 6107
diff changeset
805 From Michael Goffioul <michael.goffioul@swing.be>.
b64fb24bf4a0 [project @ 2006-10-27 18:04:49 by jwe]
jwe
parents: 6107
diff changeset
806
6102
ef9569e10d8b [project @ 2006-10-26 20:50:04 by jwe]
jwe
parents: 6087
diff changeset
807 2006-10-26 Michael Goffioul <michael.goffioul@swing.be>
ef9569e10d8b [project @ 2006-10-26 20:50:04 by jwe]
jwe
parents: 6087
diff changeset
808
ef9569e10d8b [project @ 2006-10-26 20:50:04 by jwe]
jwe
parents: 6087
diff changeset
809 * Makefile.in (XTRA_CRUFT_LINK_DEPS): Substitute.
ef9569e10d8b [project @ 2006-10-26 20:50:04 by jwe]
jwe
parents: 6087
diff changeset
810 (CRUFT_DEFS): New variable.
ef9569e10d8b [project @ 2006-10-26 20:50:04 by jwe]
jwe
parents: 6087
diff changeset
811 (LINK_DEPS): Include $(XTRA_CRUFT_LINK_DEPS) in the list.
ef9569e10d8b [project @ 2006-10-26 20:50:04 by jwe]
jwe
parents: 6087
diff changeset
812 (clean, mostlyclean, distclean): Delete cruft.def.
ef9569e10d8b [project @ 2006-10-26 20:50:04 by jwe]
jwe
parents: 6087
diff changeset
813 (cruft.def): New target.
ef9569e10d8b [project @ 2006-10-26 20:50:04 by jwe]
jwe
parents: 6087
diff changeset
814 (libraries): Depend on cruft.def.
ef9569e10d8b [project @ 2006-10-26 20:50:04 by jwe]
jwe
parents: 6087
diff changeset
815
6107
6465ca8e4f0c [project @ 2006-10-26 22:00:12 by jwe]
jwe
parents: 6102
diff changeset
816 * misc/f77-fcn.h (f77_exception_encountered, xstopx):
6465ca8e4f0c [project @ 2006-10-26 22:00:12 by jwe]
jwe
parents: 6102
diff changeset
817 Tag with CRUFT_API.
6465ca8e4f0c [project @ 2006-10-26 22:00:12 by jwe]
jwe
parents: 6102
diff changeset
818 * misc/lo-error.h (current_liboctave_error_handler,
6465ca8e4f0c [project @ 2006-10-26 22:00:12 by jwe]
jwe
parents: 6102
diff changeset
819 current_liboctave_warning_handler,
6465ca8e4f0c [project @ 2006-10-26 22:00:12 by jwe]
jwe
parents: 6102
diff changeset
820 current_liboctave_warning_with_id_handler,
6465ca8e4f0c [project @ 2006-10-26 22:00:12 by jwe]
jwe
parents: 6102
diff changeset
821 set_liboctave_error_handler, set_liboctave_warning_handler,
6465ca8e4f0c [project @ 2006-10-26 22:00:12 by jwe]
jwe
parents: 6102
diff changeset
822 set_liboctave_warning_with_id_handler): Likewise.
6465ca8e4f0c [project @ 2006-10-26 22:00:12 by jwe]
jwe
parents: 6102
diff changeset
823 * misc/quit.h (w32_sigint_init, w32_raise_final,
6465ca8e4f0c [project @ 2006-10-26 22:00:12 by jwe]
jwe
parents: 6102
diff changeset
824 w32_raise, w32_in_main_thread, current_context,
6465ca8e4f0c [project @ 2006-10-26 22:00:12 by jwe]
jwe
parents: 6102
diff changeset
825 octave_save_current_context, octave_restore_current_context,
6465ca8e4f0c [project @ 2006-10-26 22:00:12 by jwe]
jwe
parents: 6102
diff changeset
826 octave_jump_to_enclosing_context, octave_save_signal_mask,
6465ca8e4f0c [project @ 2006-10-26 22:00:12 by jwe]
jwe
parents: 6102
diff changeset
827 octave_restore_signal_mask, octave_interrupt_immediately,
6465ca8e4f0c [project @ 2006-10-26 22:00:12 by jwe]
jwe
parents: 6102
diff changeset
828 octave_interrupt_state, octave_allocation_error,
6465ca8e4f0c [project @ 2006-10-26 22:00:12 by jwe]
jwe
parents: 6102
diff changeset
829 octave_signal_caught, octave_handle_signal,
6465ca8e4f0c [project @ 2006-10-26 22:00:12 by jwe]
jwe
parents: 6102
diff changeset
830 octave_throw_interrupt_exception, octave_throw_bad_alloc,
6465ca8e4f0c [project @ 2006-10-26 22:00:12 by jwe]
jwe
parents: 6102
diff changeset
831 octave_signal_hook, octave_interrupt_hook, octave_bad_alloc_hook):
6465ca8e4f0c [project @ 2006-10-26 22:00:12 by jwe]
jwe
parents: 6102
diff changeset
832 Likewise.
9967
75503ecdac32 ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 9933
diff changeset
833
6102
ef9569e10d8b [project @ 2006-10-26 20:50:04 by jwe]
jwe
parents: 6087
diff changeset
834 2006-10-26 John W. Eaton <jwe@octave.org>
ef9569e10d8b [project @ 2006-10-26 20:50:04 by jwe]
jwe
parents: 6087
diff changeset
835
ef9569e10d8b [project @ 2006-10-26 20:50:04 by jwe]
jwe
parents: 6087
diff changeset
836 * Makefile.in ($(CRUFT_DEFS)): Depend on $(SUBDIRS).
ef9569e10d8b [project @ 2006-10-26 20:50:04 by jwe]
jwe
parents: 6087
diff changeset
837 (cruft.def): Depend on $(CRUFT_DEFS).
ef9569e10d8b [project @ 2006-10-26 20:50:04 by jwe]
jwe
parents: 6087
diff changeset
838 (libraries): Depend on cruft.def only.
ef9569e10d8b [project @ 2006-10-26 20:50:04 by jwe]
jwe
parents: 6087
diff changeset
839
ef9569e10d8b [project @ 2006-10-26 20:50:04 by jwe]
jwe
parents: 6087
diff changeset
840 * mk77def.in: New script template
ef9569e10d8b [project @ 2006-10-26 20:50:04 by jwe]
jwe
parents: 6087
diff changeset
841 * Makefile.in (DISTFILES): Include mk77def.in in the list.
ef9569e10d8b [project @ 2006-10-26 20:50:04 by jwe]
jwe
parents: 6087
diff changeset
842 ($(SUBDIRS)): Depend on mk77def.
ef9569e10d8b [project @ 2006-10-26 20:50:04 by jwe]
jwe
parents: 6087
diff changeset
843 (mk77def): New target.
ef9569e10d8b [project @ 2006-10-26 20:50:04 by jwe]
jwe
parents: 6087
diff changeset
844 (CRUFT_DEFS): New variable.
ef9569e10d8b [project @ 2006-10-26 20:50:04 by jwe]
jwe
parents: 6087
diff changeset
845 * Makerules.in (CRUFT_FSRC, CRUFT_CSRC, CRUFT_CXXSRC): New variables.
ef9569e10d8b [project @ 2006-10-26 20:50:04 by jwe]
jwe
parents: 6087
diff changeset
846 (CRUFT_SRC): Define using $(CRUFT_FSRC), $(CRUFT_CSRC), and
ef9569e10d8b [project @ 2006-10-26 20:50:04 by jwe]
jwe
parents: 6087
diff changeset
847 $(CRUFT_CXXSRC).
ef9569e10d8b [project @ 2006-10-26 20:50:04 by jwe]
jwe
parents: 6087
diff changeset
848 (CRUFT_DEFS): New variable.
ef9569e10d8b [project @ 2006-10-26 20:50:04 by jwe]
jwe
parents: 6087
diff changeset
849 ($(CRUFT_DEFS)): Depend on $(TOPDIR)/libcruft/mkf77def.
ef9569e10d8b [project @ 2006-10-26 20:50:04 by jwe]
jwe
parents: 6087
diff changeset
850 (%.def : %.f): New pattern rule. Use mkf77def script to do
ef9569e10d8b [project @ 2006-10-26 20:50:04 by jwe]
jwe
parents: 6087
diff changeset
851 Fortran name mangling.
ef9569e10d8b [project @ 2006-10-26 20:50:04 by jwe]
jwe
parents: 6087
diff changeset
852 (clean, mostlyclean, distclean): Delete $(CRUFT_DEFS).
ef9569e10d8b [project @ 2006-10-26 20:50:04 by jwe]
jwe
parents: 6087
diff changeset
853 (all): Depend on $(CRUFT_DEFS)
ef9569e10d8b [project @ 2006-10-26 20:50:04 by jwe]
jwe
parents: 6087
diff changeset
854 Partially from Michael Goffioul <michael.goffioul@swing.be>.
ef9569e10d8b [project @ 2006-10-26 20:50:04 by jwe]
jwe
parents: 6087
diff changeset
855
6087
700e121edb94 [project @ 2006-10-25 19:03:12 by jwe]
jwe
parents: 6072
diff changeset
856 2006-10-25 John W. Eaton <jwe@octave.org>
700e121edb94 [project @ 2006-10-25 19:03:12 by jwe]
jwe
parents: 6072
diff changeset
857
700e121edb94 [project @ 2006-10-25 19:03:12 by jwe]
jwe
parents: 6072
diff changeset
858 * Makerules.in (XTRA_CDEFS, XTRA_CXXDEFS): Substitute here.
700e121edb94 [project @ 2006-10-25 19:03:12 by jwe]
jwe
parents: 6072
diff changeset
859
6072
4036e6fca790 [project @ 2006-10-24 01:00:12 by jwe]
jwe
parents: 6057
diff changeset
860 2006-10-23 Paul Kienzle <pkienzle@users.sf.net>
4036e6fca790 [project @ 2006-10-24 01:00:12 by jwe]
jwe
parents: 6057
diff changeset
861
4036e6fca790 [project @ 2006-10-24 01:00:12 by jwe]
jwe
parents: 6057
diff changeset
862 * misc/f77-fcn.h (F77_CHAR_ARG_DEF, F77_CONST_CHAR_ARG_DEF,
4036e6fca790 [project @ 2006-10-24 01:00:12 by jwe]
jwe
parents: 6057
diff changeset
863 F77_CHAR_ARG_LEN_DEF, F77_CHAR_ARG_USE, F77_CHAR_ARG_LEN_USE,
4036e6fca790 [project @ 2006-10-24 01:00:12 by jwe]
jwe
parents: 6057
diff changeset
864 F77_CSTRING): New macros to handle passing C character strings to
4036e6fca790 [project @ 2006-10-24 01:00:12 by jwe]
jwe
parents: 6057
diff changeset
865 Fortran.
4036e6fca790 [project @ 2006-10-24 01:00:12 by jwe]
jwe
parents: 6057
diff changeset
866
6057
0cc5f8afba3f [project @ 2006-10-18 02:02:36 by jwe]
jwe
parents: 6051
diff changeset
867 2006-10-17 Michael Goffioul <michael.goffioul@swing.be>
0cc5f8afba3f [project @ 2006-10-18 02:02:36 by jwe]
jwe
parents: 6051
diff changeset
868
0cc5f8afba3f [project @ 2006-10-18 02:02:36 by jwe]
jwe
parents: 6051
diff changeset
869 * lapack-xtra/xdlamch.f: Begin lines with spaces, not tabs.
0cc5f8afba3f [project @ 2006-10-18 02:02:36 by jwe]
jwe
parents: 6051
diff changeset
870
0cc5f8afba3f [project @ 2006-10-18 02:02:36 by jwe]
jwe
parents: 6051
diff changeset
871 * misc/Makefile.in (machar.o, pic/machar.o): Specify output file
0cc5f8afba3f [project @ 2006-10-18 02:02:36 by jwe]
jwe
parents: 6051
diff changeset
872 name in compile command.
0cc5f8afba3f [project @ 2006-10-18 02:02:36 by jwe]
jwe
parents: 6051
diff changeset
873
6051
583c98eeeae2 [project @ 2006-10-13 18:11:26 by jwe]
jwe
parents: 5983
diff changeset
874 2006-10-13 Michael Goffioul <michael.goffioul@swing.be>
583c98eeeae2 [project @ 2006-10-13 18:11:26 by jwe]
jwe
parents: 5983
diff changeset
875
583c98eeeae2 [project @ 2006-10-13 18:11:26 by jwe]
jwe
parents: 5983
diff changeset
876 * Makefile.in: Adapt rules to use $(LIBPRE).
583c98eeeae2 [project @ 2006-10-13 18:11:26 by jwe]
jwe
parents: 5983
diff changeset
877
5983
ae09df27153f [project @ 2006-09-12 02:15:47 by jwe]
jwe
parents: 5837
diff changeset
878 2006-09-11 John W. Eaton <jwe@octave.org>
ae09df27153f [project @ 2006-09-12 02:15:47 by jwe]
jwe
parents: 5837
diff changeset
879
ae09df27153f [project @ 2006-09-12 02:15:47 by jwe]
jwe
parents: 5837
diff changeset
880 * blas-xtra/xddot.f, blas-xtra/xzdotu.f: New files.
ae09df27153f [project @ 2006-09-12 02:15:47 by jwe]
jwe
parents: 5837
diff changeset
881
5837
55404f3b0da1 [project @ 2006-06-01 19:05:31 by jwe]
jwe
parents: 5827
diff changeset
882 2006-06-01 David Bateman <dbateman@free.fr>
55404f3b0da1 [project @ 2006-06-01 19:05:31 by jwe]
jwe
parents: 5827
diff changeset
883
55404f3b0da1 [project @ 2006-06-01 19:05:31 by jwe]
jwe
parents: 5827
diff changeset
884 * slatec-fn/dpchim.f, slatec-fn/dpchst.f: New files.
55404f3b0da1 [project @ 2006-06-01 19:05:31 by jwe]
jwe
parents: 5827
diff changeset
885
5827
1fe78adb91bc [project @ 2006-05-22 06:25:14 by jwe]
jwe
parents: 5785
diff changeset
886 2006-05-22 John W. Eaton <jwe@octave.org>
1fe78adb91bc [project @ 2006-05-22 06:25:14 by jwe]
jwe
parents: 5785
diff changeset
887
1fe78adb91bc [project @ 2006-05-22 06:25:14 by jwe]
jwe
parents: 5785
diff changeset
888 * lapack/dlantr.f, lapack/zlantr.f: New files.
1fe78adb91bc [project @ 2006-05-22 06:25:14 by jwe]
jwe
parents: 5785
diff changeset
889
5785
6b9cec830d72 [project @ 2006-05-03 19:32:46 by dbateman]
dbateman
parents: 5781
diff changeset
890 2006-05-03 David Bateman <dbateman@free.fr>
6b9cec830d72 [project @ 2006-05-03 19:32:46 by dbateman]
dbateman
parents: 5781
diff changeset
891
9967
75503ecdac32 ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 9933
diff changeset
892 * lapack/dpocon.f, lapack/zpocon.f, lapack/dpotrs.f,
5785
6b9cec830d72 [project @ 2006-05-03 19:32:46 by dbateman]
dbateman
parents: 5781
diff changeset
893 lapack/zpotrs.f, lapack/dtrcon.f, lapack/ztrcon.f,
6b9cec830d72 [project @ 2006-05-03 19:32:46 by dbateman]
dbateman
parents: 5781
diff changeset
894 lapack/dtrtrs.f, lapack/ztrtrs.f: New files.
6b9cec830d72 [project @ 2006-05-03 19:32:46 by dbateman]
dbateman
parents: 5781
diff changeset
895
5781
faafc2d98b8d [project @ 2006-05-02 19:40:19 by jwe]
jwe
parents: 5767
diff changeset
896 2006-04-29 John W. Eaton <jwe@octave.org>
faafc2d98b8d [project @ 2006-05-02 19:40:19 by jwe]
jwe
parents: 5767
diff changeset
897
faafc2d98b8d [project @ 2006-05-02 19:40:19 by jwe]
jwe
parents: 5767
diff changeset
898 * misc/lo-error.c (set_liboctave_warning_with_id_handler,
faafc2d98b8d [project @ 2006-05-02 19:40:19 by jwe]
jwe
parents: 5767
diff changeset
899 liboctave_warning_with_id): New functions.
faafc2d98b8d [project @ 2006-05-02 19:40:19 by jwe]
jwe
parents: 5767
diff changeset
900 (current_liboctave_warning_with_id_handler): New variable.
faafc2d98b8d [project @ 2006-05-02 19:40:19 by jwe]
jwe
parents: 5767
diff changeset
901 * misc/lo-error.h (liboctave_warning_with_id_handler): New typedef.
faafc2d98b8d [project @ 2006-05-02 19:40:19 by jwe]
jwe
parents: 5767
diff changeset
902 (current_liboctave_warning_with_id_handler, liboctave_warning_with_id
faafc2d98b8d [project @ 2006-05-02 19:40:19 by jwe]
jwe
parents: 5767
diff changeset
903 set_liboctave_warning_with_id_handler): Provide decls.
faafc2d98b8d [project @ 2006-05-02 19:40:19 by jwe]
jwe
parents: 5767
diff changeset
904
5767
26f92fb8ba33 [project @ 2006-04-18 15:28:34 by jwe]
jwe
parents: 5760
diff changeset
905 2006-04-18 John W. Eaton <jwe@octave.org>
26f92fb8ba33 [project @ 2006-04-18 15:28:34 by jwe]
jwe
parents: 5760
diff changeset
906
26f92fb8ba33 [project @ 2006-04-18 15:28:34 by jwe]
jwe
parents: 5760
diff changeset
907 * misc/f77-fcn.h (F77_XFCN): Move decls to beginning of blocks for C.
26f92fb8ba33 [project @ 2006-04-18 15:28:34 by jwe]
jwe
parents: 5760
diff changeset
908
5760
8d7162924bd3 [project @ 2006-04-14 04:01:37 by jwe]
jwe
parents: 5730
diff changeset
909 2006-04-13 John W. Eaton <jwe@octave.org>
8d7162924bd3 [project @ 2006-04-14 04:01:37 by jwe]
jwe
parents: 5730
diff changeset
910
8d7162924bd3 [project @ 2006-04-14 04:01:37 by jwe]
jwe
parents: 5730
diff changeset
911 * misc/quit.h BEGIN_INTERRUPT_IMMEDIATELY_IN_FOREIGN_CODE_1,
8d7162924bd3 [project @ 2006-04-14 04:01:37 by jwe]
jwe
parents: 5730
diff changeset
912 END_INTERRUPT_IMMEDIATELY_IN_FOREIGN_CODE): Omit unnecessary casts.
8d7162924bd3 [project @ 2006-04-14 04:01:37 by jwe]
jwe
parents: 5730
diff changeset
913 * misc/f77-fcn.h (F77_XFCN, F77_CHAR_ARG_LEN): Likewise.
8d7162924bd3 [project @ 2006-04-14 04:01:37 by jwe]
jwe
parents: 5730
diff changeset
914
5730
109fdf7b3dcb [project @ 2006-04-03 19:18:26 by jwe]
jwe
parents: 5701
diff changeset
915 2006-04-03 David Bateman <dbateman@free.fr>
109fdf7b3dcb [project @ 2006-04-03 19:18:26 by jwe]
jwe
parents: 5701
diff changeset
916
109fdf7b3dcb [project @ 2006-04-03 19:18:26 by jwe]
jwe
parents: 5701
diff changeset
917 * ranlib/wrap.f (dgenexp, dgengam, dignpoi): New functions.
109fdf7b3dcb [project @ 2006-04-03 19:18:26 by jwe]
jwe
parents: 5701
diff changeset
918
5701
252b6754e545 [project @ 2006-03-21 18:15:42 by jwe]
jwe
parents: 5528
diff changeset
919 2006-03-21 John W. Eaton <jwe@octave.org>
252b6754e545 [project @ 2006-03-21 18:15:42 by jwe]
jwe
parents: 5528
diff changeset
920
252b6754e545 [project @ 2006-03-21 18:15:42 by jwe]
jwe
parents: 5528
diff changeset
921 * misc/f77-fcn.h (F77_XFCN): Save octave_interrupt_immediately and
252b6754e545 [project @ 2006-03-21 18:15:42 by jwe]
jwe
parents: 5528
diff changeset
922 restore it if an exception occurs that causes a longjmp.
252b6754e545 [project @ 2006-03-21 18:15:42 by jwe]
jwe
parents: 5528
diff changeset
923
5528
480035e1c2b0 [project @ 2005-11-01 22:41:22 by jwe]
jwe
parents: 5498
diff changeset
924 2005-11-01 John W. Eaton <jwe@octave.org>
480035e1c2b0 [project @ 2005-11-01 22:41:22 by jwe]
jwe
parents: 5498
diff changeset
925
480035e1c2b0 [project @ 2005-11-01 22:41:22 by jwe]
jwe
parents: 5498
diff changeset
926 * ranlib/ignbin.f, ranlib/ignpoi.f: Avoid arithmetic IF statements.
480035e1c2b0 [project @ 2005-11-01 22:41:22 by jwe]
jwe
parents: 5498
diff changeset
927
5498
3b3e8b7f0800 [project @ 2005-10-17 15:31:06 by jwe]
jwe
parents: 5467
diff changeset
928 2005-10-17 John W. Eaton <jwe@octave.org>
3b3e8b7f0800 [project @ 2005-10-17 15:31:06 by jwe]
jwe
parents: 5467
diff changeset
929
3b3e8b7f0800 [project @ 2005-10-17 15:31:06 by jwe]
jwe
parents: 5467
diff changeset
930 * lapack/Makefile.in (dlamc1.o pic/dlamc1.o):
3b3e8b7f0800 [project @ 2005-10-17 15:31:06 by jwe]
jwe
parents: 5467
diff changeset
931 Add $(F77_FLOAT_STORE_FLAG) to FFLAGS.
3b3e8b7f0800 [project @ 2005-10-17 15:31:06 by jwe]
jwe
parents: 5467
diff changeset
932
5467
66ec063e2f4f [project @ 2005-09-23 17:52:49 by jwe]
jwe
parents: 5451
diff changeset
933 2005-09-23 John W. Eaton <jwe@octave.org>
66ec063e2f4f [project @ 2005-09-23 17:52:49 by jwe]
jwe
parents: 5451
diff changeset
934
66ec063e2f4f [project @ 2005-09-23 17:52:49 by jwe]
jwe
parents: 5451
diff changeset
935 * misc/machar.c: Restore test code.
66ec063e2f4f [project @ 2005-09-23 17:52:49 by jwe]
jwe
parents: 5451
diff changeset
936
5451
ed08548b9054 [project @ 2005-09-15 19:52:50 by jwe]
jwe
parents: 5448
diff changeset
937 2005-09-15 John W. Eaton <jwe@octave.org>
ed08548b9054 [project @ 2005-09-15 19:52:50 by jwe]
jwe
parents: 5448
diff changeset
938
ed08548b9054 [project @ 2005-09-15 19:52:50 by jwe]
jwe
parents: 5448
diff changeset
939 * misc/quit.h Rename all win32_ symbols to w32. Change all uses.
ed08548b9054 [project @ 2005-09-15 19:52:50 by jwe]
jwe
parents: 5448
diff changeset
940
ed08548b9054 [project @ 2005-09-15 19:52:50 by jwe]
jwe
parents: 5448
diff changeset
941 2005-09-15 David Bateman <dbateman@free.fr>
ed08548b9054 [project @ 2005-09-15 19:52:50 by jwe]
jwe
parents: 5448
diff changeset
942
ed08548b9054 [project @ 2005-09-15 19:52:50 by jwe]
jwe
parents: 5448
diff changeset
943 * Makefile.in (LN_S): Change to DESTDIR before LN_S to avoid
ed08548b9054 [project @ 2005-09-15 19:52:50 by jwe]
jwe
parents: 5448
diff changeset
944 lack of symlinks under mingw.
ed08548b9054 [project @ 2005-09-15 19:52:50 by jwe]
jwe
parents: 5448
diff changeset
945 * misc/cquit.c (w32_thread_setjmp_mutex, win32_signal_context,
ed08548b9054 [project @ 2005-09-15 19:52:50 by jwe]
jwe
parents: 5448
diff changeset
946 win32_signal_to_raise, win32_main_thread_id, win32_main_thread,
ed08548b9054 [project @ 2005-09-15 19:52:50 by jwe]
jwe
parents: 5448
diff changeset
947 win32_restore_thread): New static variables.
ed08548b9054 [project @ 2005-09-15 19:52:50 by jwe]
jwe
parents: 5448
diff changeset
948 (win32_in_main_thread): Returns 1 if in main thread for win32.
ed08548b9054 [project @ 2005-09-15 19:52:50 by jwe]
jwe
parents: 5448
diff changeset
949 (win32_reset_context): Reset context (longjmp style) for win32.
ed08548b9054 [project @ 2005-09-15 19:52:50 by jwe]
jwe
parents: 5448
diff changeset
950 (win32_raise_in_main): Raise signal in main thread for win32.
ed08548b9054 [project @ 2005-09-15 19:52:50 by jwe]
jwe
parents: 5448
diff changeset
951 (win32_raise): Raise signal for win32.
ed08548b9054 [project @ 2005-09-15 19:52:50 by jwe]
jwe
parents: 5448
diff changeset
952 (win32_raise_final): Clean up win32 signalling.
ed08548b9054 [project @ 2005-09-15 19:52:50 by jwe]
jwe
parents: 5448
diff changeset
953 (win32_sigint_init): Initialize win32 signalling.
ed08548b9054 [project @ 2005-09-15 19:52:50 by jwe]
jwe
parents: 5448
diff changeset
954 * quit.h (win32_sigint_init, win32_raise_final, win32_raise,
ed08548b9054 [project @ 2005-09-15 19:52:50 by jwe]
jwe
parents: 5448
diff changeset
955 win32_in_main_thread): Declaration.
9967
75503ecdac32 ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 9933
diff changeset
956
5448
ebe5d7d15522 [project @ 2005-09-14 18:55:04 by jwe]
jwe
parents: 5340
diff changeset
957 2005-09-14 Daniel <durbano@shbano.com>
ebe5d7d15522 [project @ 2005-09-14 18:55:04 by jwe]
jwe
parents: 5340
diff changeset
958
ebe5d7d15522 [project @ 2005-09-14 18:55:04 by jwe]
jwe
parents: 5340
diff changeset
959 * lapack/zbdsqr.f: Fix typo in docs.
ebe5d7d15522 [project @ 2005-09-14 18:55:04 by jwe]
jwe
parents: 5340
diff changeset
960 From Jorge Barros de Abreu <ficmatin01@solar.com.br>.
ebe5d7d15522 [project @ 2005-09-14 18:55:04 by jwe]
jwe
parents: 5340
diff changeset
961
5340
15843d76156d [project @ 2005-05-06 16:26:58 by jwe]
jwe
parents: 5276
diff changeset
962 2005-05-06 John W. Eaton <jwe@octave.org>
15843d76156d [project @ 2005-05-06 16:26:58 by jwe]
jwe
parents: 5276
diff changeset
963
15843d76156d [project @ 2005-05-06 16:26:58 by jwe]
jwe
parents: 5276
diff changeset
964 * lapack/dpotri.f, lapack/dlauum.f, lapack/dlauu2.f,
15843d76156d [project @ 2005-05-06 16:26:58 by jwe]
jwe
parents: 5276
diff changeset
965 lapack/zpotri.f, lapack/zlauum.f, lapack/zlauu2.f: New files.
15843d76156d [project @ 2005-05-06 16:26:58 by jwe]
jwe
parents: 5276
diff changeset
966
5276
233140bc8068 [project @ 2005-04-08 16:58:34 by jwe]
jwe
parents: 5223
diff changeset
967 2005-04-08 John W. Eaton <jwe@octave.org>
233140bc8068 [project @ 2005-04-08 16:58:34 by jwe]
jwe
parents: 5223
diff changeset
968
233140bc8068 [project @ 2005-04-08 16:58:34 by jwe]
jwe
parents: 5223
diff changeset
969 * Makefile.in, Makerules.in (clean, distclean, maintainer-clean):
233140bc8068 [project @ 2005-04-08 16:58:34 by jwe]
jwe
parents: 5223
diff changeset
970 Avoid duplication in rules.
233140bc8068 [project @ 2005-04-08 16:58:34 by jwe]
jwe
parents: 5223
diff changeset
971
5223
ef1ac9acc43e [project @ 2005-03-17 17:25:40 by jwe]
jwe
parents: 5196
diff changeset
972 2005-03-17 Andy Adler <adler@site.uottawa.ca>
ef1ac9acc43e [project @ 2005-03-17 17:25:40 by jwe]
jwe
parents: 5196
diff changeset
973
ef1ac9acc43e [project @ 2005-03-17 17:25:40 by jwe]
jwe
parents: 5196
diff changeset
974 * Makerules.in (install-strip): Include double-colon target here too.
ef1ac9acc43e [project @ 2005-03-17 17:25:40 by jwe]
jwe
parents: 5196
diff changeset
975
5196
cd5cc2a80589 [project @ 2005-03-09 15:22:58 by jwe]
jwe
parents: 5173
diff changeset
976 2005-03-09 John W. Eaton <jwe@octave.org>
cd5cc2a80589 [project @ 2005-03-09 15:22:58 by jwe]
jwe
parents: 5173
diff changeset
977
cd5cc2a80589 [project @ 2005-03-09 15:22:58 by jwe]
jwe
parents: 5173
diff changeset
978 * Makefile.in (bin-dist): Delete target.
cd5cc2a80589 [project @ 2005-03-09 15:22:58 by jwe]
jwe
parents: 5173
diff changeset
979 (BINDISTLIBS, BINDISTFILES): Delete variables.
cd5cc2a80589 [project @ 2005-03-09 15:22:58 by jwe]
jwe
parents: 5173
diff changeset
980
5171
dc706eb5be9f [project @ 2005-03-01 18:01:54 by jwe]
jwe
parents: 5164
diff changeset
981 2005-03-01 John W. Eaton <jwe@octave.org>
dc706eb5be9f [project @ 2005-03-01 18:01:54 by jwe]
jwe
parents: 5164
diff changeset
982
5173
1278a2bc1527 [project @ 2005-03-02 01:33:37 by jwe]
jwe
parents: 5171
diff changeset
983 * Makefile.in (CRUFT_DIRS): Remove it from the list.
1278a2bc1527 [project @ 2005-03-02 01:33:37 by jwe]
jwe
parents: 5171
diff changeset
984 * odessa: Delete directory.
1278a2bc1527 [project @ 2005-03-02 01:33:37 by jwe]
jwe
parents: 5171
diff changeset
985
5171
dc706eb5be9f [project @ 2005-03-01 18:01:54 by jwe]
jwe
parents: 5164
diff changeset
986 * misc/machar.c (rmachar): Declare local REAL variables volatile.
dc706eb5be9f [project @ 2005-03-01 18:01:54 by jwe]
jwe
parents: 5164
diff changeset
987
5164
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5142
diff changeset
988 2005-02-25 John W. Eaton <jwe@octave.org>
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5142
diff changeset
989
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5142
diff changeset
990 * blas/zher.f: New file.
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5142
diff changeset
991
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5142
diff changeset
992 Sparse merge.
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5142
diff changeset
993
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5142
diff changeset
994 2005-01-13 David Bateman <dbateman@free.fr>
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5142
diff changeset
995
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5142
diff changeset
996 * lapack/dgttrf.f lapack/dgttrs.f lapacl/zgttrf.f lapack/zgttrs.f:
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5142
diff changeset
997 new files
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5142
diff changeset
998
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5142
diff changeset
999 2005-01-23 David Bateman <dbateman@free.fr>
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5142
diff changeset
1000
9967
75503ecdac32 ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 9933
diff changeset
1001 * lapack/dgtsv.f lapack/dpbcon.f lapack/dpbtf2.f lapack/dpbtrf.f
75503ecdac32 ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 9933
diff changeset
1002 lapack/dpbtrs.f lapack/dptsv.f lapack/dpttrf.f lapack/dpttrs.f
75503ecdac32 ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 9933
diff changeset
1003 lapack/dptts2.f lapack/zgtsv.f lapack/zpbcon.f lapack/zpbtf2.f
75503ecdac32 ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 9933
diff changeset
1004 lapack/zpbtrf.f lapack/zpbtrs.f lapack/zptsv.f lapack/zpttrf.f
5164
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5142
diff changeset
1005 lapack/zpttrs.f lapck/zptts2.f: New files.
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5142
diff changeset
1006
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5142
diff changeset
1007 2004-12-29 John W. Eaton <jwe@octave.org>
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5142
diff changeset
1008
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5142
diff changeset
1009 * blas/zbtsv.f: New file.
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5142
diff changeset
1010 * lapack/dgbcon.f, lapack/dgbtrf.f, lapack/dgbtrs.f,
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5142
diff changeset
1011 lapack/dlatbs.f, lapack/zgbcon.f, lapack/zgbtf2.f,
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5142
diff changeset
1012 lapack/zgbtrf.f, lapack/zgbtrs.f, lapack/zlatbs.f: New files.
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5142
diff changeset
1013
5142
0f9108f298ab [project @ 2005-02-12 02:29:34 by jwe]
jwe
parents: 5133
diff changeset
1014 2005-02-10 John W. Eaton <jwe@octave.org>
0f9108f298ab [project @ 2005-02-12 02:29:34 by jwe]
jwe
parents: 5133
diff changeset
1015
0f9108f298ab [project @ 2005-02-12 02:29:34 by jwe]
jwe
parents: 5133
diff changeset
1016 * misc/cquit.c (octave_signal_caught): New global variable.
0f9108f298ab [project @ 2005-02-12 02:29:34 by jwe]
jwe
parents: 5133
diff changeset
1017 * misc/quit.cc (occtave_handle_signal): New function.
0f9108f298ab [project @ 2005-02-12 02:29:34 by jwe]
jwe
parents: 5133
diff changeset
1018 (octave_signal_hook): New global pointer.
0f9108f298ab [project @ 2005-02-12 02:29:34 by jwe]
jwe
parents: 5133
diff changeset
1019 * misc/quit.h: Provide decls.
0f9108f298ab [project @ 2005-02-12 02:29:34 by jwe]
jwe
parents: 5133
diff changeset
1020 (OCTAVE_QUIT): Check octave_signal_caught, not
0f9108f298ab [project @ 2005-02-12 02:29:34 by jwe]
jwe
parents: 5133
diff changeset
1021 octave_interrupt_state, and call octave_handle_signal, not
0f9108f298ab [project @ 2005-02-12 02:29:34 by jwe]
jwe
parents: 5133
diff changeset
1022 octave_throw_interrupt_exception.
9967
75503ecdac32 ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 9933
diff changeset
1023
5133
7191f6e086f9 [project @ 2005-02-08 19:17:41 by jwe]
jwe
parents: 4971
diff changeset
1024 2005-02-08 John W. Eaton <jwe@octave.org>
7191f6e086f9 [project @ 2005-02-08 19:17:41 by jwe]
jwe
parents: 4971
diff changeset
1025
7191f6e086f9 [project @ 2005-02-08 19:17:41 by jwe]
jwe
parents: 4971
diff changeset
1026 * misc/quit.h: Use C-style comments.
7191f6e086f9 [project @ 2005-02-08 19:17:41 by jwe]
jwe
parents: 4971
diff changeset
1027
4971
3486c62f2d62 [project @ 2004-09-08 16:46:36 by jwe]
jwe
parents: 4801
diff changeset
1028 2004-09-08 John W. Eaton <jwe@octave.org>
3486c62f2d62 [project @ 2004-09-08 16:46:36 by jwe]
jwe
parents: 4801
diff changeset
1029
3486c62f2d62 [project @ 2004-09-08 16:46:36 by jwe]
jwe
parents: 4801
diff changeset
1030 * misc/machar.c (rmachar): Use modern C declaration.
3486c62f2d62 [project @ 2004-09-08 16:46:36 by jwe]
jwe
parents: 4801
diff changeset
1031
4801
b022780ac0b4 [project @ 2004-02-25 04:40:54 by jwe]
jwe
parents: 4793
diff changeset
1032 2004-02-24 John W. Eaton <jwe@bevo.che.wisc.edu>
b022780ac0b4 [project @ 2004-02-25 04:40:54 by jwe]
jwe
parents: 4793
diff changeset
1033
b022780ac0b4 [project @ 2004-02-25 04:40:54 by jwe]
jwe
parents: 4793
diff changeset
1034 * misc/f77-fcn.c: Handle Cray, CVF, and f2c calling conventions.
b022780ac0b4 [project @ 2004-02-25 04:40:54 by jwe]
jwe
parents: 4793
diff changeset
1035
b022780ac0b4 [project @ 2004-02-25 04:40:54 by jwe]
jwe
parents: 4793
diff changeset
1036 * misc/f77-fcn.h (xstopx): Use F77_CHAR_ARG_DECL and
b022780ac0b4 [project @ 2004-02-25 04:40:54 by jwe]
jwe
parents: 4793
diff changeset
1037 F77_CHAR_ARG_LEN_DECL in declaration.
b022780ac0b4 [project @ 2004-02-25 04:40:54 by jwe]
jwe
parents: 4793
diff changeset
1038
4793
a62215ab8a03 [project @ 2004-02-20 20:59:34 by jwe]
jwe
parents: 4760
diff changeset
1039 2004-02-20 John W. Eaton <jwe@bevo.che.wisc.edu>
a62215ab8a03 [project @ 2004-02-20 20:59:34 by jwe]
jwe
parents: 4760
diff changeset
1040
a62215ab8a03 [project @ 2004-02-20 20:59:34 by jwe]
jwe
parents: 4760
diff changeset
1041 * misc/quit.h (OCTAVE_QUIT): Set octave_interrupt_state to -1
a62215ab8a03 [project @ 2004-02-20 20:59:34 by jwe]
jwe
parents: 4760
diff changeset
1042 while we are handling interrupts.
a62215ab8a03 [project @ 2004-02-20 20:59:34 by jwe]
jwe
parents: 4760
diff changeset
1043
4760
8ece12f60ba2 [project @ 2004-02-15 00:32:30 by jwe]
jwe
parents: 4605
diff changeset
1044 2004-02-14 John W. Eaton <jwe@bevo.che.wisc.edu>
8ece12f60ba2 [project @ 2004-02-15 00:32:30 by jwe]
jwe
parents: 4605
diff changeset
1045
8ece12f60ba2 [project @ 2004-02-15 00:32:30 by jwe]
jwe
parents: 4605
diff changeset
1046 * Makefile.in (LINK_DEPS): Always define.
8ece12f60ba2 [project @ 2004-02-15 00:32:30 by jwe]
jwe
parents: 4605
diff changeset
1047
4605
c430e537efad [project @ 2003-11-13 04:46:25 by jwe]
jwe
parents: 4583
diff changeset
1048 2003-11-12 John Eaton <jwe@bevo.che.wisc.edu>
c430e537efad [project @ 2003-11-13 04:46:25 by jwe]
jwe
parents: 4583
diff changeset
1049
c430e537efad [project @ 2003-11-13 04:46:25 by jwe]
jwe
parents: 4583
diff changeset
1050 * misc/machar.c (machar) [CRAY]: Kluge to make it work.
c430e537efad [project @ 2003-11-13 04:46:25 by jwe]
jwe
parents: 4583
diff changeset
1051
4583
70da2b8c91dd [project @ 2003-10-31 15:18:31 by jwe]
jwe
parents: 4571
diff changeset
1052 2003-10-31 John W. Eaton <jwe@bevo.che.wisc.edu>
70da2b8c91dd [project @ 2003-10-31 15:18:31 by jwe]
jwe
parents: 4571
diff changeset
1053
70da2b8c91dd [project @ 2003-10-31 15:18:31 by jwe]
jwe
parents: 4571
diff changeset
1054 * odepack/dlsode.f: Rename from odepack/lsode.f.
70da2b8c91dd [project @ 2003-10-31 15:18:31 by jwe]
jwe
parents: 4571
diff changeset
1055 * odepack/dlsode.f (DLSODE): Rename from LSODE to avoid name
70da2b8c91dd [project @ 2003-10-31 15:18:31 by jwe]
jwe
parents: 4571
diff changeset
1056 conflict with LSODE class constructors on systems that upcase
70da2b8c91dd [project @ 2003-10-31 15:18:31 by jwe]
jwe
parents: 4571
diff changeset
1057 Fortran names.
70da2b8c91dd [project @ 2003-10-31 15:18:31 by jwe]
jwe
parents: 4571
diff changeset
1058
70da2b8c91dd [project @ 2003-10-31 15:18:31 by jwe]
jwe
parents: 4571
diff changeset
1059 * odessa/dodessa.f: Rename from odessa/odessa.f.
70da2b8c91dd [project @ 2003-10-31 15:18:31 by jwe]
jwe
parents: 4571
diff changeset
1060 * odessa/dodessa.f (DODESSA): Rename from ODESSA to avoid name
70da2b8c91dd [project @ 2003-10-31 15:18:31 by jwe]
jwe
parents: 4571
diff changeset
1061 conflict with ODESSA class constructors on systems that upcase
70da2b8c91dd [project @ 2003-10-31 15:18:31 by jwe]
jwe
parents: 4571
diff changeset
1062 Fortran names.
70da2b8c91dd [project @ 2003-10-31 15:18:31 by jwe]
jwe
parents: 4571
diff changeset
1063
4571
ef4bdde0805d [project @ 2003-10-30 16:48:09 by jwe]
jwe
parents: 4561
diff changeset
1064 2003-10-30 John W. Eaton <jwe@bevo.che.wisc.edu>
ef4bdde0805d [project @ 2003-10-30 16:48:09 by jwe]
jwe
parents: 4561
diff changeset
1065
ef4bdde0805d [project @ 2003-10-30 16:48:09 by jwe]
jwe
parents: 4561
diff changeset
1066 * Makefile.in (MISC_OBJ): Add misc/cquit.o to the list.
ef4bdde0805d [project @ 2003-10-30 16:48:09 by jwe]
jwe
parents: 4561
diff changeset
1067
ef4bdde0805d [project @ 2003-10-30 16:48:09 by jwe]
jwe
parents: 4561
diff changeset
1068 * misc/Makefile.in (SPECIAL_SRC): Add cquit.c to the list.
ef4bdde0805d [project @ 2003-10-30 16:48:09 by jwe]
jwe
parents: 4561
diff changeset
1069 * misc/cquit.c: New file.
ef4bdde0805d [project @ 2003-10-30 16:48:09 by jwe]
jwe
parents: 4561
diff changeset
1070 * misc/quit.cc: Move everything except octave_interrupt_hook,
ef4bdde0805d [project @ 2003-10-30 16:48:09 by jwe]
jwe
parents: 4561
diff changeset
1071 octave_bad_alloc_hook, octave_throw_interrupt_exception, and
ef4bdde0805d [project @ 2003-10-30 16:48:09 by jwe]
jwe
parents: 4561
diff changeset
1072 octave_throw_bad_alloc to cquit.c.
ef4bdde0805d [project @ 2003-10-30 16:48:09 by jwe]
jwe
parents: 4561
diff changeset
1073
4561
e84592dc70b9 [project @ 2003-10-28 21:07:59 by jwe]
jwe
parents: 4555
diff changeset
1074 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu>
e84592dc70b9 [project @ 2003-10-28 21:07:59 by jwe]
jwe
parents: 4555
diff changeset
1075
e84592dc70b9 [project @ 2003-10-28 21:07:59 by jwe]
jwe
parents: 4555
diff changeset
1076 * misc/quit.h (octave_interrupt_hook, octave_bad_alloc_hook):
e84592dc70b9 [project @ 2003-10-28 21:07:59 by jwe]
jwe
parents: 4555
diff changeset
1077 Move declarations outside of extern "C" block.
e84592dc70b9 [project @ 2003-10-28 21:07:59 by jwe]
jwe
parents: 4555
diff changeset
1078
4551
2c619e5138fd [project @ 2003-10-27 17:04:38 by jwe]
jwe
parents: 4473
diff changeset
1079 2003-10-27 John W. Eaton <jwe@bevo.che.wisc.edu>
2c619e5138fd [project @ 2003-10-27 17:04:38 by jwe]
jwe
parents: 4473
diff changeset
1080
4555
fe70d8074644 [project @ 2003-10-27 22:17:36 by jwe]
jwe
parents: 4552
diff changeset
1081 * misc/f77-fcn.h: Only use inline if this is C++.
fe70d8074644 [project @ 2003-10-27 22:17:36 by jwe]
jwe
parents: 4552
diff changeset
1082
4552
6f3382e08a52 [project @ 2003-10-27 20:38:02 by jwe]
jwe
parents: 4551
diff changeset
1083 * misc/f77-fcn.c (xstopx): Return type is now F77_RET_T.
6f3382e08a52 [project @ 2003-10-27 20:38:02 by jwe]
jwe
parents: 4551
diff changeset
1084 Use F77_RETURN.
6f3382e08a52 [project @ 2003-10-27 20:38:02 by jwe]
jwe
parents: 4551
diff changeset
1085 * misc/machar.c (machar): Likewise.
6f3382e08a52 [project @ 2003-10-27 20:38:02 by jwe]
jwe
parents: 4551
diff changeset
1086
6f3382e08a52 [project @ 2003-10-27 20:38:02 by jwe]
jwe
parents: 4551
diff changeset
1087 * misc/f77-fcn.h (F77_CHAR_ARG, F77_CONST_CHAR_ARG, F77_CHAR_ARG2,
6f3382e08a52 [project @ 2003-10-27 20:38:02 by jwe]
jwe
parents: 4551
diff changeset
1088 F77_CONST_CHAR_ARG2, F77_CXX_STRING_ARG, F77_CHAR_ARG_LEN,
6f3382e08a52 [project @ 2003-10-27 20:38:02 by jwe]
jwe
parents: 4551
diff changeset
1089 F77_CHAR_ARG_DECL, F77_CONST_CHAR_ARG_DECL, F77_CHAR_ARG_LEN_DECL,
6f3382e08a52 [project @ 2003-10-27 20:38:02 by jwe]
jwe
parents: 4551
diff changeset
1090 F77_RET_T, F77_RETURN): New macros.
6f3382e08a52 [project @ 2003-10-27 20:38:02 by jwe]
jwe
parents: 4551
diff changeset
1091 [F77_USES_CRAY_CALLING_CONVENTION]: New data conversion functions.
6f3382e08a52 [project @ 2003-10-27 20:38:02 by jwe]
jwe
parents: 4551
diff changeset
1092
4551
2c619e5138fd [project @ 2003-10-27 17:04:38 by jwe]
jwe
parents: 4473
diff changeset
1093 * misc/quit.h (octave_interrupt_hook, octave_bad_alloc_hook):
2c619e5138fd [project @ 2003-10-27 17:04:38 by jwe]
jwe
parents: 4473
diff changeset
1094 Move function pointer declarations inside __cplusplus section.
2c619e5138fd [project @ 2003-10-27 17:04:38 by jwe]
jwe
parents: 4473
diff changeset
1095
4472
f52db9e1296a [project @ 2003-07-29 18:03:03 by jwe]
jwe
parents: 4441
diff changeset
1096 2003-07-29 John W. Eaton <jwe@bevo.che.wisc.edu>
f52db9e1296a [project @ 2003-07-29 18:03:03 by jwe]
jwe
parents: 4441
diff changeset
1097
f52db9e1296a [project @ 2003-07-29 18:03:03 by jwe]
jwe
parents: 4441
diff changeset
1098 * Makefile.in (install-lib): Use $(INSTALL), not
4473
32ac2bea0185 [project @ 2003-07-29 23:05:32 by jwe]
jwe
parents: 4472
diff changeset
1099 $(INSTALL_PROGRAM) for $(SHLLIB) files.
4472
f52db9e1296a [project @ 2003-07-29 18:03:03 by jwe]
jwe
parents: 4441
diff changeset
1100
4440
0bca8443db39 [project @ 2003-07-02 22:45:29 by jwe]
jwe
parents: 4429
diff changeset
1101 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu>
0bca8443db39 [project @ 2003-07-02 22:45:29 by jwe]
jwe
parents: 4429
diff changeset
1102
4441
d46651d0cd0e [project @ 2003-07-02 23:34:10 by jwe]
jwe
parents: 4440
diff changeset
1103 * Makefile.in (CLEAN_SUBDIRS): New variable.
d46651d0cd0e [project @ 2003-07-02 23:34:10 by jwe]
jwe
parents: 4440
diff changeset
1104 (clean mostlyclean distclean maintainer-clean): Use it to ensure
d46651d0cd0e [project @ 2003-07-02 23:34:10 by jwe]
jwe
parents: 4440
diff changeset
1105 cleaning in all subdirs, not just those we build in.
d46651d0cd0e [project @ 2003-07-02 23:34:10 by jwe]
jwe
parents: 4440
diff changeset
1106
4440
0bca8443db39 [project @ 2003-07-02 22:45:29 by jwe]
jwe
parents: 4429
diff changeset
1107 * Makerules.in (maintainer-clean, distclean): Don't use
0bca8443db39 [project @ 2003-07-02 22:45:29 by jwe]
jwe
parents: 4429
diff changeset
1108 dependencies on double colon rules.
0bca8443db39 [project @ 2003-07-02 22:45:29 by jwe]
jwe
parents: 4429
diff changeset
1109 (distclean): Also remove *.d, *.a, *.o, pic/*.o, pic, and stmp-pic.
0bca8443db39 [project @ 2003-07-02 22:45:29 by jwe]
jwe
parents: 4429
diff changeset
1110 (maintainer-clean): Also remove *.d, *.a, *.o, pic/*.o, pic, and
0bca8443db39 [project @ 2003-07-02 22:45:29 by jwe]
jwe
parents: 4429
diff changeset
1111 stmp-pic, and Makefile.
0bca8443db39 [project @ 2003-07-02 22:45:29 by jwe]
jwe
parents: 4429
diff changeset
1112
0bca8443db39 [project @ 2003-07-02 22:45:29 by jwe]
jwe
parents: 4429
diff changeset
1113 * Makefile.in (maintainer-clean, distclean): Also remove *.$(SHLEXT).
0bca8443db39 [project @ 2003-07-02 22:45:29 by jwe]
jwe
parents: 4429
diff changeset
1114
4428
067160691cc9 [project @ 2003-06-16 19:09:11 by jwe]
jwe
parents: 4413
diff changeset
1115 2003-06-16 John W. Eaton <jwe@bevo.che.wisc.edu>
067160691cc9 [project @ 2003-06-16 19:09:11 by jwe]
jwe
parents: 4413
diff changeset
1116
4429
c1f6200b5f0e [project @ 2003-06-17 04:36:08 by jwe]
jwe
parents: 4428
diff changeset
1117 * dasrt/ddasrt.f (DDASRT): Print correct message for invalid MXSTP.
c1f6200b5f0e [project @ 2003-06-17 04:36:08 by jwe]
jwe
parents: 4428
diff changeset
1118
c1f6200b5f0e [project @ 2003-06-17 04:36:08 by jwe]
jwe
parents: 4428
diff changeset
1119 * dassl/ddassl.f (DDASSL): Handle MXSTP as in DASRT.
c1f6200b5f0e [project @ 2003-06-17 04:36:08 by jwe]
jwe
parents: 4428
diff changeset
1120
c1f6200b5f0e [project @ 2003-06-17 04:36:08 by jwe]
jwe
parents: 4428
diff changeset
1121 * dassl/ddajac.f (DDAJAC): LIPVT is now 22.
c1f6200b5f0e [project @ 2003-06-17 04:36:08 by jwe]
jwe
parents: 4428
diff changeset
1122 * dassl/ddassl.f (DDASSL): Likewise.
c1f6200b5f0e [project @ 2003-06-17 04:36:08 by jwe]
jwe
parents: 4428
diff changeset
1123 * dassl/ddaslv.f (DDASLV): Likewise.
c1f6200b5f0e [project @ 2003-06-17 04:36:08 by jwe]
jwe
parents: 4428
diff changeset
1124
c1f6200b5f0e [project @ 2003-06-17 04:36:08 by jwe]
jwe
parents: 4428
diff changeset
1125 * misc/quit.h (octave_interrupt_hook, octave_bad_alloc_hook):
c1f6200b5f0e [project @ 2003-06-17 04:36:08 by jwe]
jwe
parents: 4428
diff changeset
1126 New function pointers.
c1f6200b5f0e [project @ 2003-06-17 04:36:08 by jwe]
jwe
parents: 4428
diff changeset
1127 * misc/quit.cc: Initialize them.
c1f6200b5f0e [project @ 2003-06-17 04:36:08 by jwe]
jwe
parents: 4428
diff changeset
1128 (octave_throw_interrupt_exception): If octave_interrupt_hook is
c1f6200b5f0e [project @ 2003-06-17 04:36:08 by jwe]
jwe
parents: 4428
diff changeset
1129 set, call it.
c1f6200b5f0e [project @ 2003-06-17 04:36:08 by jwe]
jwe
parents: 4428
diff changeset
1130 (octave_throw_bad_alloc): Likewise, for octave_bad_alloc_hook.
c1f6200b5f0e [project @ 2003-06-17 04:36:08 by jwe]
jwe
parents: 4428
diff changeset
1131
4428
067160691cc9 [project @ 2003-06-16 19:09:11 by jwe]
jwe
parents: 4413
diff changeset
1132 * dasrt/ddasrt.f (DDASRT): Set LMXSTP to 21 and LIPVT to 22 to
067160691cc9 [project @ 2003-06-16 19:09:11 by jwe]
jwe
parents: 4413
diff changeset
1133 avoid conflict with LLAST in DRCHECK. Change docs for INFO(12)
067160691cc9 [project @ 2003-06-16 19:09:11 by jwe]
jwe
parents: 4413
diff changeset
1134 and LIW.
067160691cc9 [project @ 2003-06-16 19:09:11 by jwe]
jwe
parents: 4413
diff changeset
1135
4413
2de7c7452a1e [project @ 2003-05-14 22:27:43 by jwe]
jwe
parents: 4347
diff changeset
1136 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu>
2de7c7452a1e [project @ 2003-05-14 22:27:43 by jwe]
jwe
parents: 4347
diff changeset
1137
2de7c7452a1e [project @ 2003-05-14 22:27:43 by jwe]
jwe
parents: 4347
diff changeset
1138 * Makefile.in, misc/Makefile.in: Handle DESTDIR.
2de7c7452a1e [project @ 2003-05-14 22:27:43 by jwe]
jwe
parents: 4347
diff changeset
1139
4347
024ef171aec3 [project @ 2003-02-20 23:31:46 by jwe]
jwe
parents: 4343
diff changeset
1140 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu>
024ef171aec3 [project @ 2003-02-20 23:31:46 by jwe]
jwe
parents: 4343
diff changeset
1141
024ef171aec3 [project @ 2003-02-20 23:31:46 by jwe]
jwe
parents: 4343
diff changeset
1142 * blas/sgemm.f, blas/strsm.f, blas/ssyrk.f, blas/sscal.f,
024ef171aec3 [project @ 2003-02-20 23:31:46 by jwe]
jwe
parents: 4343
diff changeset
1143 blas/sgemv.f, blas/sdot.f: New files.
024ef171aec3 [project @ 2003-02-20 23:31:46 by jwe]
jwe
parents: 4343
diff changeset
1144
9501
3c40d81c197f ChangeLog and style fixes
John W. Eaton <jwe@octave.org>
parents: 9490
diff changeset
1145 2003-02-20 Paul Kienzle <pkienzle@users.sf.net>
4343
db5e0814277a [project @ 2003-02-20 16:44:16 by jwe]
jwe
parents: 4329
diff changeset
1146
db5e0814277a [project @ 2003-02-20 16:44:16 by jwe]
jwe
parents: 4329
diff changeset
1147 * dassl/ddaslv.f: Fortran doesn't use ; in statements.
db5e0814277a [project @ 2003-02-20 16:44:16 by jwe]
jwe
parents: 4329
diff changeset
1148
4329
d53c33d93440 [project @ 2003-02-18 20:00:48 by jwe]
jwe
parents: 4302
diff changeset
1149 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu>
d53c33d93440 [project @ 2003-02-18 20:00:48 by jwe]
jwe
parents: 4302
diff changeset
1150
11088
3071d909ebab ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 10946
diff changeset
1151 * blas/dtbsv.f: New file.
3071d909ebab ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 10946
diff changeset
1152 * lapack/dlatrs.f, lapack/dtrti2.f, lapack/dtrtri.f, lapack/ztrti2.f,
3071d909ebab ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 10946
diff changeset
1153 lapack/ztrtri.f: New files.
4329
d53c33d93440 [project @ 2003-02-18 20:00:48 by jwe]
jwe
parents: 4302
diff changeset
1154
9501
3c40d81c197f ChangeLog and style fixes
John W. Eaton <jwe@octave.org>
parents: 9490
diff changeset
1155 2003-02-04 David Bateman <dbateman@free.fr>
4329
d53c33d93440 [project @ 2003-02-18 20:00:48 by jwe]
jwe
parents: 4302
diff changeset
1156
11088
3071d909ebab ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 10946
diff changeset
1157 * Makefile.in (CRUFT_DIRS): Remove linpack from list.
3071d909ebab ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 10946
diff changeset
1158
3071d909ebab ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 10946
diff changeset
1159 * linpackdgbfa.f, linpackdgbsl.f, linpackdgeco.f, linpackdgedi.f,
3071d909ebab ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 10946
diff changeset
1160 linpackdgefa.f, linpackdgesl.f, linpackspofa.f, linpackzgeco.f,
3071d909ebab ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 10946
diff changeset
1161 linpackzgedi.f, linpackzgefa.f, linpackzgesl.f: Delete.
3071d909ebab ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 10946
diff changeset
1162
3071d909ebab ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 10946
diff changeset
1163 * dassl/ddajac.f, dassl/ddaslv.f: Use DGxTRF and
4329
d53c33d93440 [project @ 2003-02-18 20:00:48 by jwe]
jwe
parents: 4302
diff changeset
1164 DGxTRS instead of DGxFA and DGxSL.
11088
3071d909ebab ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 10946
diff changeset
1165 * daspk/ddaspk.f, daspk/dmatd.f, daspk/dslvd.f: Likewise.
3071d909ebab ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 10946
diff changeset
1166 * odepack/lsode.f, odepack/prepj.f, odepack/solsy.f: Likewise.
3071d909ebab ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 10946
diff changeset
1167 * odessa/odessa.f, odessa/odessa_prepj.f, odessa/odessa_solsy.f:
3071d909ebab ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 10946
diff changeset
1168 Likewise.
4329
d53c33d93440 [project @ 2003-02-18 20:00:48 by jwe]
jwe
parents: 4302
diff changeset
1169 * libcrudt/ranlib/setgmn.f: Use SPOTRF instead of SPOFA.
d53c33d93440 [project @ 2003-02-18 20:00:48 by jwe]
jwe
parents: 4302
diff changeset
1170
11088
3071d909ebab ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 10946
diff changeset
1171 * lapack/dgbtf2.f, lapack/dgbtrf.f, lapack/dgbtrs.f,
3071d909ebab ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 10946
diff changeset
1172 lapack/dgecon.f, lapack/dgetri.f, lapack/spotf2.f,
3071d909ebab ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 10946
diff changeset
1173 lapack/spotrf.f, lapack/zgecon.f, lapack/zgetri.f: New files.
4329
d53c33d93440 [project @ 2003-02-18 20:00:48 by jwe]
jwe
parents: 4302
diff changeset
1174
4302
ebc2d8e4968b [project @ 2003-01-22 22:02:23 by jwe]
jwe
parents: 4278
diff changeset
1175 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu>
ebc2d8e4968b [project @ 2003-01-22 22:02:23 by jwe]
jwe
parents: 4278
diff changeset
1176
ebc2d8e4968b [project @ 2003-01-22 22:02:23 by jwe]
jwe
parents: 4278
diff changeset
1177 * misc/quit.h (BEGIN_INTERRUPT_IMMEDIATELY_IN_FOREIGN_CODE_1,
ebc2d8e4968b [project @ 2003-01-22 22:02:23 by jwe]
jwe
parents: 4278
diff changeset
1178 BEGIN_INTERRUPT_IMMEDIATELY_IN_FOREIGN_CODE_2): New macros.
ebc2d8e4968b [project @ 2003-01-22 22:02:23 by jwe]
jwe
parents: 4278
diff changeset
1179
4270
e7e10ce42860 [project @ 2003-01-03 18:52:59 by jwe]
jwe
parents: 4268
diff changeset
1180 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu>
e7e10ce42860 [project @ 2003-01-03 18:52:59 by jwe]
jwe
parents: 4268
diff changeset
1181
4278
2cc12970de72 [project @ 2003-01-04 00:41:39 by jwe]
jwe
parents: 4276
diff changeset
1182 * odessa/odessa_rscom.f (ODESSA_RSCOM): Fix apparent typo (LODE2
2cc12970de72 [project @ 2003-01-04 00:41:39 by jwe]
jwe
parents: 4276
diff changeset
1183 should probably be LIODE2).
2cc12970de72 [project @ 2003-01-04 00:41:39 by jwe]
jwe
parents: 4276
diff changeset
1184
4276
8724cf60d51d [project @ 2003-01-03 23:03:02 by jwe]
jwe
parents: 4270
diff changeset
1185 * Makerules.in (clean, mostlyclean): Also remove *.d.
8724cf60d51d [project @ 2003-01-03 23:03:02 by jwe]
jwe
parents: 4270
diff changeset
1186
4270
e7e10ce42860 [project @ 2003-01-03 18:52:59 by jwe]
jwe
parents: 4268
diff changeset
1187 * misc/quit.cc: Add std:: qualifiers to memcpy calls.
e7e10ce42860 [project @ 2003-01-03 18:52:59 by jwe]
jwe
parents: 4268
diff changeset
1188
9501
3c40d81c197f ChangeLog and style fixes
John W. Eaton <jwe@octave.org>
parents: 9490
diff changeset
1189 2003-01-03 Paul Kienzle <pkienzle@users.sf.net>
4268
363d406ec86c [project @ 2003-01-03 15:55:01 by jwe]
jwe
parents: 4196
diff changeset
1190
363d406ec86c [project @ 2003-01-03 15:55:01 by jwe]
jwe
parents: 4196
diff changeset
1191 * misc/quit.h: Move #include <new> outside extern "C" block.
363d406ec86c [project @ 2003-01-03 15:55:01 by jwe]
jwe
parents: 4196
diff changeset
1192 * misc/f77-fcn.h: Move #include "quit.h" outside extern "C" block.
363d406ec86c [project @ 2003-01-03 15:55:01 by jwe]
jwe
parents: 4196
diff changeset
1193
4196
f874c6c68845 [project @ 2002-11-20 22:27:01 by jwe]
jwe
parents: 4182
diff changeset
1194 2002-11-20 John W. Eaton <jwe@bevo.che.wisc.edu>
f874c6c68845 [project @ 2002-11-20 22:27:01 by jwe]
jwe
parents: 4182
diff changeset
1195
f874c6c68845 [project @ 2002-11-20 22:27:01 by jwe]
jwe
parents: 4182
diff changeset
1196 * misc/quit.h (BEGIN_INTERRUPT_WITH_EXCEPTIONS,
f874c6c68845 [project @ 2002-11-20 22:27:01 by jwe]
jwe
parents: 4182
diff changeset
1197 END_INTERRUPT_WITH_EXCEPTIONS): Only define for C++ source.
f874c6c68845 [project @ 2002-11-20 22:27:01 by jwe]
jwe
parents: 4182
diff changeset
1198 Include <new> for C++ source.
f874c6c68845 [project @ 2002-11-20 22:27:01 by jwe]
jwe
parents: 4182
diff changeset
1199
4182
4d1d7c51205c [project @ 2002-11-15 20:33:47 by jwe]
jwe
parents: 4180
diff changeset
1200 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu>
4d1d7c51205c [project @ 2002-11-15 20:33:47 by jwe]
jwe
parents: 4180
diff changeset
1201
4d1d7c51205c [project @ 2002-11-15 20:33:47 by jwe]
jwe
parents: 4180
diff changeset
1202 * misc/quit.h, misc/quit.cc [! USE_EXCEPTIONS_FOR_INTERRUPTS]):
4d1d7c51205c [project @ 2002-11-15 20:33:47 by jwe]
jwe
parents: 4180
diff changeset
1203 Always use exceptions for handling interrupts.
9967
75503ecdac32 ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 9933
diff changeset
1204 (BEGIN_INTERRUPT_IMMEDIATELY_IN_FOREIGN_CODE):
4182
4d1d7c51205c [project @ 2002-11-15 20:33:47 by jwe]
jwe
parents: 4180
diff changeset
1205
4d1d7c51205c [project @ 2002-11-15 20:33:47 by jwe]
jwe
parents: 4180
diff changeset
1206 * misc/quit.h (OCTAVE_TRY_WITH_INTERRUPTS, OCTAVE_THROW_BAD_ALLOC,
4d1d7c51205c [project @ 2002-11-15 20:33:47 by jwe]
jwe
parents: 4180
diff changeset
1207 OCTAVE_CATCH_INTERRUPTS, SAVE_OCTAVE_INTERRUPT_IMMEDIATELY,
4d1d7c51205c [project @ 2002-11-15 20:33:47 by jwe]
jwe
parents: 4180
diff changeset
1208 INCREMENT_OCTAVE_INTERRUPT_IMMEDIATELY, OCTAVE_THROW_TO_TOP_LEVEL,
4d1d7c51205c [project @ 2002-11-15 20:33:47 by jwe]
jwe
parents: 4180
diff changeset
1209 DECREMENT_OCTAVE_INTERRUPT_IMMEDIATELY, OCTAVE_JUMP_TO_TOP_LEVEL,
4d1d7c51205c [project @ 2002-11-15 20:33:47 by jwe]
jwe
parents: 4180
diff changeset
1210 SET_OCTAVE_INTERRUPT_IMMEDIATELY): Replace all uses with
4d1d7c51205c [project @ 2002-11-15 20:33:47 by jwe]
jwe
parents: 4180
diff changeset
1211 definitions, delete macros.
4d1d7c51205c [project @ 2002-11-15 20:33:47 by jwe]
jwe
parents: 4180
diff changeset
1212
4180
84fe3ca3a246 [project @ 2002-11-15 04:47:01 by jwe]
jwe
parents: 4155
diff changeset
1213 2002-11-14 John W. Eaton <jwe@bevo.che.wisc.edu>
84fe3ca3a246 [project @ 2002-11-15 04:47:01 by jwe]
jwe
parents: 4155
diff changeset
1214
84fe3ca3a246 [project @ 2002-11-15 04:47:01 by jwe]
jwe
parents: 4155
diff changeset
1215 * misc/quit.cc (octave_allocation_error): New variable.
84fe3ca3a246 [project @ 2002-11-15 04:47:01 by jwe]
jwe
parents: 4155
diff changeset
1216 (octave_throw_bad_alloc): New function.
84fe3ca3a246 [project @ 2002-11-15 04:47:01 by jwe]
jwe
parents: 4155
diff changeset
1217 * misc/quit.h: Provide decls.
84fe3ca3a246 [project @ 2002-11-15 04:47:01 by jwe]
jwe
parents: 4155
diff changeset
1218 (OCTAVE_THROW_BAD_ALLOC): New macro.
84fe3ca3a246 [project @ 2002-11-15 04:47:01 by jwe]
jwe
parents: 4155
diff changeset
1219 (END_INTERRUPT_WITH_EXCEPTIONS): Also catch bad_alloc.
84fe3ca3a246 [project @ 2002-11-15 04:47:01 by jwe]
jwe
parents: 4155
diff changeset
1220 * misc/f77-fcn.h (F77_XFCN): Handle allocation errors.
84fe3ca3a246 [project @ 2002-11-15 04:47:01 by jwe]
jwe
parents: 4155
diff changeset
1221
84fe3ca3a246 [project @ 2002-11-15 04:47:01 by jwe]
jwe
parents: 4155
diff changeset
1222 * misc/quit.h (octave_jmp_buf): New typedef.
84fe3ca3a246 [project @ 2002-11-15 04:47:01 by jwe]
jwe
parents: 4155
diff changeset
1223 (current_context): Type is now octave_jmp_buf.
84fe3ca3a246 [project @ 2002-11-15 04:47:01 by jwe]
jwe
parents: 4155
diff changeset
1224 (octave_set_current_context): Use sigsetjmp if we have it.
84fe3ca3a246 [project @ 2002-11-15 04:47:01 by jwe]
jwe
parents: 4155
diff changeset
1225 (octave_interrupt_immediately, octave_interrupt_state): Type is
84fe3ca3a246 [project @ 2002-11-15 04:47:01 by jwe]
jwe
parents: 4155
diff changeset
1226 now sig_atomic_t.
84fe3ca3a246 [project @ 2002-11-15 04:47:01 by jwe]
jwe
parents: 4155
diff changeset
1227 (BEGIN_INTERRUPT_WITH_EXCEPTIONS, END_INTERRUPT_WITH_EXCEPTIONS):
84fe3ca3a246 [project @ 2002-11-15 04:47:01 by jwe]
jwe
parents: 4155
diff changeset
1228 New macros.
84fe3ca3a246 [project @ 2002-11-15 04:47:01 by jwe]
jwe
parents: 4155
diff changeset
1229
84fe3ca3a246 [project @ 2002-11-15 04:47:01 by jwe]
jwe
parents: 4155
diff changeset
1230 * misc/quit.cc (octave_jump_to_enclosing_context): Use siglongjmp
9967
75503ecdac32 ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 9933
diff changeset
1231 if we have it.
4180
84fe3ca3a246 [project @ 2002-11-15 04:47:01 by jwe]
jwe
parents: 4155
diff changeset
1232 (octave_save_current_context, octave_restore_current_context): Use
84fe3ca3a246 [project @ 2002-11-15 04:47:01 by jwe]
jwe
parents: 4155
diff changeset
1233 octave_jmp_buf type here.
84fe3ca3a246 [project @ 2002-11-15 04:47:01 by jwe]
jwe
parents: 4155
diff changeset
1234
4155
61fba034b13b [project @ 2002-11-07 18:46:13 by jwe]
jwe
parents: 4153
diff changeset
1235 2002-11-07 John W. Eaton <jwe@bevo.che.wisc.edu>
61fba034b13b [project @ 2002-11-07 18:46:13 by jwe]
jwe
parents: 4153
diff changeset
1236
61fba034b13b [project @ 2002-11-07 18:46:13 by jwe]
jwe
parents: 4153
diff changeset
1237 * misc/Makefile.in: Handle automatic dependency generation for
61fba034b13b [project @ 2002-11-07 18:46:13 by jwe]
jwe
parents: 4153
diff changeset
1238 C/C++ source files.
61fba034b13b [project @ 2002-11-07 18:46:13 by jwe]
jwe
parents: 4153
diff changeset
1239
61fba034b13b [project @ 2002-11-07 18:46:13 by jwe]
jwe
parents: 4153
diff changeset
1240 * misc/quit.h (INCREMENT_OCTAVE_INTERRUPT_IMMEDIATELY,
61fba034b13b [project @ 2002-11-07 18:46:13 by jwe]
jwe
parents: 4153
diff changeset
1241 DECREMENT_OCTAVE_INTERRUPT_IMMEDIATELY,
61fba034b13b [project @ 2002-11-07 18:46:13 by jwe]
jwe
parents: 4153
diff changeset
1242 SET_OCTAVE_INTERRUPT_IMMEDIATELY): New macros.
61fba034b13b [project @ 2002-11-07 18:46:13 by jwe]
jwe
parents: 4153
diff changeset
1243 (BEGIN_INTERRUPT_IMMEDIATELY_IN_FOREIGN_CODE,
61fba034b13b [project @ 2002-11-07 18:46:13 by jwe]
jwe
parents: 4153
diff changeset
1244 BEGIN_INTERRUPT_IMMEDIATELY_IN_FOREIGN_CODE): Use them.
61fba034b13b [project @ 2002-11-07 18:46:13 by jwe]
jwe
parents: 4153
diff changeset
1245 * f77-fcn.h (F77_XFCN): Likewise.
61fba034b13b [project @ 2002-11-07 18:46:13 by jwe]
jwe
parents: 4153
diff changeset
1246
61fba034b13b [project @ 2002-11-07 18:46:13 by jwe]
jwe
parents: 4153
diff changeset
1247 * misc/quit.cc: Include <cstring> for memcpy decl.
61fba034b13b [project @ 2002-11-07 18:46:13 by jwe]
jwe
parents: 4153
diff changeset
1248
4153
6b96ce9f5743 [project @ 2002-11-06 20:38:49 by jwe]
jwe
parents: 4139
diff changeset
1249 2002-11-06 John W. Eaton <jwe@bevo.che.wisc.edu>
6b96ce9f5743 [project @ 2002-11-06 20:38:49 by jwe]
jwe
parents: 4139
diff changeset
1250
6b96ce9f5743 [project @ 2002-11-06 20:38:49 by jwe]
jwe
parents: 4139
diff changeset
1251 * misc/f77-fcn.h (F77_XFCN): Adapt to new signal/exception
6b96ce9f5743 [project @ 2002-11-06 20:38:49 by jwe]
jwe
parents: 4139
diff changeset
1252 handling scheme.
6b96ce9f5743 [project @ 2002-11-06 20:38:49 by jwe]
jwe
parents: 4139
diff changeset
1253 (f77_context): Delete decl.
6b96ce9f5743 [project @ 2002-11-06 20:38:49 by jwe]
jwe
parents: 4139
diff changeset
1254 (copy_f77_context): Likewise.
6b96ce9f5743 [project @ 2002-11-06 20:38:49 by jwe]
jwe
parents: 4139
diff changeset
1255 * misc/f77-fcn.cn (copy_f77_context): Delete.
6b96ce9f5743 [project @ 2002-11-06 20:38:49 by jwe]
jwe
parents: 4139
diff changeset
1256 (Fxstopx): Set f77_exception_encountered.
6b96ce9f5743 [project @ 2002-11-06 20:38:49 by jwe]
jwe
parents: 4139
diff changeset
1257 Use octave_jump_to_enclosing_context, not longjmp.
6b96ce9f5743 [project @ 2002-11-06 20:38:49 by jwe]
jwe
parents: 4139
diff changeset
1258
6b96ce9f5743 [project @ 2002-11-06 20:38:49 by jwe]
jwe
parents: 4139
diff changeset
1259 * misc/f77-extern.cc (f77_context): Delete definition.
6b96ce9f5743 [project @ 2002-11-06 20:38:49 by jwe]
jwe
parents: 4139
diff changeset
1260
6b96ce9f5743 [project @ 2002-11-06 20:38:49 by jwe]
jwe
parents: 4139
diff changeset
1261 * misc/quit.h, misc/quit.cc: New files.
6b96ce9f5743 [project @ 2002-11-06 20:38:49 by jwe]
jwe
parents: 4139
diff changeset
1262 * misc/Makefile: Add them to the appropriate lists.
6b96ce9f5743 [project @ 2002-11-06 20:38:49 by jwe]
jwe
parents: 4139
diff changeset
1263
6b96ce9f5743 [project @ 2002-11-06 20:38:49 by jwe]
jwe
parents: 4139
diff changeset
1264 * Makefile (MISC_OBJ): Add misc/quit.o
6b96ce9f5743 [project @ 2002-11-06 20:38:49 by jwe]
jwe
parents: 4139
diff changeset
1265
4139
02ca908056e9 [project @ 2002-11-01 00:49:13 by jwe]
jwe
parents: 4133
diff changeset
1266 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu>
02ca908056e9 [project @ 2002-11-01 00:49:13 by jwe]
jwe
parents: 4133
diff changeset
1267
02ca908056e9 [project @ 2002-11-01 00:49:13 by jwe]
jwe
parents: 4133
diff changeset
1268 * odessa/odessa.f (ODESSA): Second arg of xerrwd is string length.
02ca908056e9 [project @ 2002-11-01 00:49:13 by jwe]
jwe
parents: 4133
diff changeset
1269 * odessa/odessa_intdy.f (ODESSA_INTDY): Likewise.
02ca908056e9 [project @ 2002-11-01 00:49:13 by jwe]
jwe
parents: 4133
diff changeset
1270
4133
402d7b86a0a2 [project @ 2002-10-29 23:57:34 by jwe]
jwe
parents: 4108
diff changeset
1271 2002-10-29 John W. Eaton <jwe@bevo.che.wisc.edu>
402d7b86a0a2 [project @ 2002-10-29 23:57:34 by jwe]
jwe
parents: 4108
diff changeset
1272
402d7b86a0a2 [project @ 2002-10-29 23:57:34 by jwe]
jwe
parents: 4108
diff changeset
1273 * dasrt/ddasrt.f (DDASRT): Fix computation of LENRW.
402d7b86a0a2 [project @ 2002-10-29 23:57:34 by jwe]
jwe
parents: 4108
diff changeset
1274
4106
179066771796 [project @ 2002-10-16 20:01:20 by jwe]
jwe
parents: 4102
diff changeset
1275 2002-10-16 John W. Eaton <jwe@bevo.che.wisc.edu>
179066771796 [project @ 2002-10-16 20:01:20 by jwe]
jwe
parents: 4102
diff changeset
1276
4108
63a5613cca00 [project @ 2002-10-16 22:55:24 by jwe]
jwe
parents: 4106
diff changeset
1277 * Makefile.in (install): Don't bother with versions for $(SHLBIN)
63a5613cca00 [project @ 2002-10-16 22:55:24 by jwe]
jwe
parents: 4106
diff changeset
1278 files.
63a5613cca00 [project @ 2002-10-16 22:55:24 by jwe]
jwe
parents: 4106
diff changeset
1279
4106
179066771796 [project @ 2002-10-16 20:01:20 by jwe]
jwe
parents: 4102
diff changeset
1280 * slatec-err/xerrwd.f (XERRWD): Print msg(1:nmes), not just msg.
179066771796 [project @ 2002-10-16 20:01:20 by jwe]
jwe
parents: 4102
diff changeset
1281
4102
cbac6756967e [project @ 2002-10-14 20:16:44 by jwe]
jwe
parents: 4079
diff changeset
1282 2002-10-14 John W. Eaton <jwe@bevo.che.wisc.edu>
cbac6756967e [project @ 2002-10-14 20:16:44 by jwe]
jwe
parents: 4079
diff changeset
1283
cbac6756967e [project @ 2002-10-14 20:16:44 by jwe]
jwe
parents: 4079
diff changeset
1284 * Makefile.in (install): No need to use cd to create links.
cbac6756967e [project @ 2002-10-14 20:16:44 by jwe]
jwe
parents: 4079
diff changeset
1285
9501
3c40d81c197f ChangeLog and style fixes
John W. Eaton <jwe@octave.org>
parents: 9490
diff changeset
1286 2002-10-14 Paul Kienzle <pkienzle@users.sf.net>
4102
cbac6756967e [project @ 2002-10-14 20:16:44 by jwe]
jwe
parents: 4079
diff changeset
1287
cbac6756967e [project @ 2002-10-14 20:16:44 by jwe]
jwe
parents: 4079
diff changeset
1288 * Makefile.in: Use link dependencies for shared libs if
cbac6756967e [project @ 2002-10-14 20:16:44 by jwe]
jwe
parents: 4079
diff changeset
1289 INCLUDE_LINK_DEPS.
cbac6756967e [project @ 2002-10-14 20:16:44 by jwe]
jwe
parents: 4079
diff changeset
1290 (LIBRARIES): If doing shared libs, include versioned library in list.
cbac6756967e [project @ 2002-10-14 20:16:44 by jwe]
jwe
parents: 4079
diff changeset
1291 (libcruft.$(SHLEXT), libcruft.$(SHLEXT_VER)): Reverse actions --
cbac6756967e [project @ 2002-10-14 20:16:44 by jwe]
jwe
parents: 4079
diff changeset
1292 build unversioned library, symbolic link adds version info.
cbac6756967e [project @ 2002-10-14 20:16:44 by jwe]
jwe
parents: 4079
diff changeset
1293 (install, uninstall): Handle link and load forms of the library
cbac6756967e [project @ 2002-10-14 20:16:44 by jwe]
jwe
parents: 4079
diff changeset
1294 separately.
cbac6756967e [project @ 2002-10-14 20:16:44 by jwe]
jwe
parents: 4079
diff changeset
1295
9501
3c40d81c197f ChangeLog and style fixes
John W. Eaton <jwe@octave.org>
parents: 9490
diff changeset
1296 2002-09-30 Paul Kienzle <pkienzle@users.sf.net>
4079
c0532bbaefd7 [project @ 2002-09-30 19:08:09 by jwe]
jwe
parents: 4041
diff changeset
1297
c0532bbaefd7 [project @ 2002-09-30 19:08:09 by jwe]
jwe
parents: 4041
diff changeset
1298 * slatec-fn/xdacosh.f: Mark external functions as external.
c0532bbaefd7 [project @ 2002-09-30 19:08:09 by jwe]
jwe
parents: 4041
diff changeset
1299 * slatec-fn/xdasinh.f: Ditto.
c0532bbaefd7 [project @ 2002-09-30 19:08:09 by jwe]
jwe
parents: 4041
diff changeset
1300 * slatec-fn/xdatanh.f: Ditto.
c0532bbaefd7 [project @ 2002-09-30 19:08:09 by jwe]
jwe
parents: 4041
diff changeset
1301 * slatec-fn/xdbetai.f: Ditto.
c0532bbaefd7 [project @ 2002-09-30 19:08:09 by jwe]
jwe
parents: 4041
diff changeset
1302 * slatec-fn/xderf.f: Ditto.
c0532bbaefd7 [project @ 2002-09-30 19:08:09 by jwe]
jwe
parents: 4041
diff changeset
1303 * slatec-fn/xderfc.f: Ditto.
c0532bbaefd7 [project @ 2002-09-30 19:08:09 by jwe]
jwe
parents: 4041
diff changeset
1304 * slatec-fn/xdgami.f: Ditto.
c0532bbaefd7 [project @ 2002-09-30 19:08:09 by jwe]
jwe
parents: 4041
diff changeset
1305 * slatec-fn/xdgamit.f: Ditto.
c0532bbaefd7 [project @ 2002-09-30 19:08:09 by jwe]
jwe
parents: 4041
diff changeset
1306 * slatec-fn/xdgamma.f: Ditto.
c0532bbaefd7 [project @ 2002-09-30 19:08:09 by jwe]
jwe
parents: 4041
diff changeset
1307 * slatec-fn/xgmainc.f: Ditto.
c0532bbaefd7 [project @ 2002-09-30 19:08:09 by jwe]
jwe
parents: 4041
diff changeset
1308
4040
5b781670e9ee [project @ 2002-08-15 01:36:24 by jwe]
jwe
parents: 4004
diff changeset
1309 2002-08-14 John W. Eaton <jwe@bevo.che.wisc.edu>
5b781670e9ee [project @ 2002-08-15 01:36:24 by jwe]
jwe
parents: 4004
diff changeset
1310
4041
3995501ce1d9 [project @ 2002-08-15 01:56:41 by jwe]
jwe
parents: 4040
diff changeset
1311 * odessa/odessa.f (ODESSA): Use XERRWD instead of XERR.
3995501ce1d9 [project @ 2002-08-15 01:56:41 by jwe]
jwe
parents: 4040
diff changeset
1312 * odessa/intdy.f (ODESSA_INTDY): Likewise.
3995501ce1d9 [project @ 2002-08-15 01:56:41 by jwe]
jwe
parents: 4040
diff changeset
1313 * odessa_rscom.f (ODESSA_RSCOM): Delete unused common block EH0001.
3995501ce1d9 [project @ 2002-08-15 01:56:41 by jwe]
jwe
parents: 4040
diff changeset
1314 * odessa_svcom.f (ODESSA_SVCOM): Likewise.
3995501ce1d9 [project @ 2002-08-15 01:56:41 by jwe]
jwe
parents: 4040
diff changeset
1315
4040
5b781670e9ee [project @ 2002-08-15 01:36:24 by jwe]
jwe
parents: 4004
diff changeset
1316 * dasrt/xerrwv.f, odepack/xerrwv.f: Delete.
5b781670e9ee [project @ 2002-08-15 01:36:24 by jwe]
jwe
parents: 4004
diff changeset
1317 * slatec-err/xerrwd.f (XERRWD): Call XSTOPX instead of using STOP.
5b781670e9ee [project @ 2002-08-15 01:36:24 by jwe]
jwe
parents: 4004
diff changeset
1318
5b781670e9ee [project @ 2002-08-15 01:36:24 by jwe]
jwe
parents: 4004
diff changeset
1319 * quadpack/dqagi.f (DQAGI): Replace Hollerith constants with
5b781670e9ee [project @ 2002-08-15 01:36:24 by jwe]
jwe
parents: 4004
diff changeset
1320 character string constants.
5b781670e9ee [project @ 2002-08-15 01:36:24 by jwe]
jwe
parents: 4004
diff changeset
1321 * quadpack/dqagp.f (DQAGP): Likewise.
5b781670e9ee [project @ 2002-08-15 01:36:24 by jwe]
jwe
parents: 4004
diff changeset
1322 * odepack/lsode.f (LSODE): Likewise.
5b781670e9ee [project @ 2002-08-15 01:36:24 by jwe]
jwe
parents: 4004
diff changeset
1323
5b781670e9ee [project @ 2002-08-15 01:36:24 by jwe]
jwe
parents: 4004
diff changeset
1324 * odepack/lsode.f (LSODE): Use XERRWD instead of XERRWV.
5b781670e9ee [project @ 2002-08-15 01:36:24 by jwe]
jwe
parents: 4004
diff changeset
1325 * odepack/intdy.f (INTDY): Likewise.
5b781670e9ee [project @ 2002-08-15 01:36:24 by jwe]
jwe
parents: 4004
diff changeset
1326 * dasrt/ddasrt.f (DDASRT): Likewise.
5b781670e9ee [project @ 2002-08-15 01:36:24 by jwe]
jwe
parents: 4004
diff changeset
1327 * quadpack/xerror.f (XERROR): Likewise.
5b781670e9ee [project @ 2002-08-15 01:36:24 by jwe]
jwe
parents: 4004
diff changeset
1328
4004
ca854fb51a88 [project @ 2002-07-25 06:31:33 by jwe]
jwe
parents: 3989
diff changeset
1329 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu>
ca854fb51a88 [project @ 2002-07-25 06:31:33 by jwe]
jwe
parents: 3989
diff changeset
1330
ca854fb51a88 [project @ 2002-07-25 06:31:33 by jwe]
jwe
parents: 3989
diff changeset
1331 * slatec-fn/xgmainc.f: New file.
ca854fb51a88 [project @ 2002-07-25 06:31:33 by jwe]
jwe
parents: 3989
diff changeset
1332
3989
bdde4f33221e [project @ 2002-07-12 19:50:46 by jwe]
jwe
parents: 3983
diff changeset
1333 2002-07-12 John W. Eaton <jwe@bevo.che.wisc.edu>
bdde4f33221e [project @ 2002-07-12 19:50:46 by jwe]
jwe
parents: 3983
diff changeset
1334
bdde4f33221e [project @ 2002-07-12 19:50:46 by jwe]
jwe
parents: 3983
diff changeset
1335 * dasrt: New subdirectory.
bdde4f33221e [project @ 2002-07-12 19:50:46 by jwe]
jwe
parents: 3983
diff changeset
1336 * Makefile.in (CRUFT_DIRS): Add it to the list.
bdde4f33221e [project @ 2002-07-12 19:50:46 by jwe]
jwe
parents: 3983
diff changeset
1337
3983
7a37caf6ed43 [project @ 2002-07-11 02:36:25 by jwe]
jwe
parents: 3963
diff changeset
1338 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu>
7a37caf6ed43 [project @ 2002-07-11 02:36:25 by jwe]
jwe
parents: 3963
diff changeset
1339
7a37caf6ed43 [project @ 2002-07-11 02:36:25 by jwe]
jwe
parents: 3963
diff changeset
1340 * odessa: New subdirectory.
7a37caf6ed43 [project @ 2002-07-11 02:36:25 by jwe]
jwe
parents: 3963
diff changeset
1341 * Makefile.in (CRUFT_DIRS): Add it to the list.
7a37caf6ed43 [project @ 2002-07-11 02:36:25 by jwe]
jwe
parents: 3963
diff changeset
1342
3963
05485f532599 [project @ 2002-06-27 15:31:39 by jwe]
jwe
parents: 3951
diff changeset
1343 2002-06-27 John W. Eaton <jwe@bevo.che.wisc.edu>
05485f532599 [project @ 2002-06-27 15:31:39 by jwe]
jwe
parents: 3951
diff changeset
1344
05485f532599 [project @ 2002-06-27 15:31:39 by jwe]
jwe
parents: 3951
diff changeset
1345 * slatec-err/xermsg.f (XERMSG): If MAXMES .LT. 0, messages may be
05485f532599 [project @ 2002-06-27 15:31:39 by jwe]
jwe
parents: 3951
diff changeset
1346 printed an unlimited number of times.
05485f532599 [project @ 2002-06-27 15:31:39 by jwe]
jwe
parents: 3951
diff changeset
1347 * slatec-err/j4save.f (J4SAVE) Default for MAXMES is now -1.
05485f532599 [project @ 2002-06-27 15:31:39 by jwe]
jwe
parents: 3951
diff changeset
1348
05485f532599 [project @ 2002-06-27 15:31:39 by jwe]
jwe
parents: 3951
diff changeset
1349 * misc/f77-fcn.c (xstopx): Pass args in proper order.
05485f532599 [project @ 2002-06-27 15:31:39 by jwe]
jwe
parents: 3951
diff changeset
1350
3950
9be12c29c7d5 [project @ 2002-05-23 03:00:00 by jwe]
jwe
parents: 3938
diff changeset
1351 2002-05-22 John W. Eaton <jwe@bevo.che.wisc.edu>
9be12c29c7d5 [project @ 2002-05-23 03:00:00 by jwe]
jwe
parents: 3938
diff changeset
1352
3951
e6f67a1ed814 [project @ 2002-05-23 03:41:25 by jwe]
jwe
parents: 3950
diff changeset
1353 * ordered-qz/dsubsp.f (DSUBSP): Delete decl for unused variable J.
e6f67a1ed814 [project @ 2002-05-23 03:41:25 by jwe]
jwe
parents: 3950
diff changeset
1354
3950
9be12c29c7d5 [project @ 2002-05-23 03:00:00 by jwe]
jwe
parents: 3938
diff changeset
1355 * misc/f77-fcn.c (xstopx): Return type is void, not volatile void.
9be12c29c7d5 [project @ 2002-05-23 03:00:00 by jwe]
jwe
parents: 3938
diff changeset
1356 * misc/f77-fcn.h (xstopx): Provide decl. Add special gcc noreturn
9be12c29c7d5 [project @ 2002-05-23 03:00:00 by jwe]
jwe
parents: 3938
diff changeset
1357 attribute here.
9be12c29c7d5 [project @ 2002-05-23 03:00:00 by jwe]
jwe
parents: 3938
diff changeset
1358
3938
028eb74026bc [project @ 2002-05-16 16:15:42 by jwe]
jwe
parents: 3912
diff changeset
1359 2002-05-16 John W. Eaton <jwe@bevo.che.wisc.edu>
028eb74026bc [project @ 2002-05-16 16:15:42 by jwe]
jwe
parents: 3912
diff changeset
1360
028eb74026bc [project @ 2002-05-16 16:15:42 by jwe]
jwe
parents: 3912
diff changeset
1361 * misc/f77-fcn.h: Define F77_FCN for backward compatibility.
028eb74026bc [project @ 2002-05-16 16:15:42 by jwe]
jwe
parents: 3912
diff changeset
1362
3911
8389e78e67d4 [project @ 2002-04-28 02:15:38 by jwe]
jwe
parents: 3887
diff changeset
1363 2002-04-27 John W. Eaton <jwe@bevo.che.wisc.edu>
8389e78e67d4 [project @ 2002-04-28 02:15:38 by jwe]
jwe
parents: 3887
diff changeset
1364
3912
f56cd411adb4 [project @ 2002-04-28 03:12:27 by jwe]
jwe
parents: 3911
diff changeset
1365 * slatec-err/ixsav.f, slatec-err/xerrwd.f: New files.
f56cd411adb4 [project @ 2002-04-28 03:12:27 by jwe]
jwe
parents: 3911
diff changeset
1366
3911
8389e78e67d4 [project @ 2002-04-28 02:15:38 by jwe]
jwe
parents: 3887
diff changeset
1367 * daspk: New directory.
8389e78e67d4 [project @ 2002-04-28 02:15:38 by jwe]
jwe
parents: 3887
diff changeset
1368 * Makefile.in (CRUFT_DIRS): Add it to the list
8389e78e67d4 [project @ 2002-04-28 02:15:38 by jwe]
jwe
parents: 3887
diff changeset
1369
9501
3c40d81c197f ChangeLog and style fixes
John W. Eaton <jwe@octave.org>
parents: 9490
diff changeset
1370 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu>
3887
7da18459c08b [project @ 2002-04-04 00:44:21 by jwe]
jwe
parents: 3852
diff changeset
1371
7da18459c08b [project @ 2002-04-04 00:44:21 by jwe]
jwe
parents: 3852
diff changeset
1372 * misc/machar.c: Use F77_FUNC instead of checking
7da18459c08b [project @ 2002-04-04 00:44:21 by jwe]
jwe
parents: 3852
diff changeset
1373 F77_APPEND_UNDERSCORE.
7da18459c08b [project @ 2002-04-04 00:44:21 by jwe]
jwe
parents: 3852
diff changeset
1374 * misc/f77-fcn.h: Don't define F77_FCN.
7da18459c08b [project @ 2002-04-04 00:44:21 by jwe]
jwe
parents: 3852
diff changeset
1375 (xSTRINGIZE, STRINGIZE): New macros.
7da18459c08b [project @ 2002-04-04 00:44:21 by jwe]
jwe
parents: 3852
diff changeset
1376 (F77_XFCN_ERROR): Simplify by using STRINGIZE and F77_FUNC.
7da18459c08b [project @ 2002-04-04 00:44:21 by jwe]
jwe
parents: 3852
diff changeset
1377 (F77_XFCN): Use F77_FUNC instead of F77_FCN.
7da18459c08b [project @ 2002-04-04 00:44:21 by jwe]
jwe
parents: 3852
diff changeset
1378 * misc/f77-fcn.c: Use F77_FUNC instead of F77_FCN.
7da18459c08b [project @ 2002-04-04 00:44:21 by jwe]
jwe
parents: 3852
diff changeset
1379
3852
1ab41d5d6ec3 [project @ 2001-11-02 05:43:11 by jwe]
jwe
parents: 3848
diff changeset
1380 2001-11-01 John W. Eaton <jwe@bevo.che.wisc.edu>
1ab41d5d6ec3 [project @ 2001-11-02 05:43:11 by jwe]
jwe
parents: 3848
diff changeset
1381
1ab41d5d6ec3 [project @ 2001-11-02 05:43:11 by jwe]
jwe
parents: 3848
diff changeset
1382 * Makefile.in (DISTSUBDIRS): Add fftpack.
1ab41d5d6ec3 [project @ 2001-11-02 05:43:11 by jwe]
jwe
parents: 3848
diff changeset
1383
3848
562c1b1fa5f4 [project @ 2001-08-13 17:26:42 by jwe]
jwe
parents: 3827
diff changeset
1384 2001-08-13 John W. Eaton <jwe@bevo.che.wisc.edu>
562c1b1fa5f4 [project @ 2001-08-13 17:26:42 by jwe]
jwe
parents: 3827
diff changeset
1385
562c1b1fa5f4 [project @ 2001-08-13 17:26:42 by jwe]
jwe
parents: 3827
diff changeset
1386 * lapack/dlasq3.f: Update from netlib.
562c1b1fa5f4 [project @ 2001-08-13 17:26:42 by jwe]
jwe
parents: 3827
diff changeset
1387 * lapack/dlasq5.f: Ditto.
562c1b1fa5f4 [project @ 2001-08-13 17:26:42 by jwe]
jwe
parents: 3827
diff changeset
1388
3827
ba548facf43b [project @ 2001-05-02 06:15:06 by jwe]
jwe
parents: 3821
diff changeset
1389 2001-05-02 Mumit Khan <khan@nanotech.wisc.edu>
ba548facf43b [project @ 2001-05-02 06:15:06 by jwe]
jwe
parents: 3821
diff changeset
1390
9967
75503ecdac32 ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 9933
diff changeset
1391 * Makefile.in (CRUFT_DIRS): Substitute @FFT_DIR@.
3827
ba548facf43b [project @ 2001-05-02 06:15:06 by jwe]
jwe
parents: 3821
diff changeset
1392
3821
b370019103de [project @ 2001-04-25 19:01:33 by jwe]
jwe
parents: 3819
diff changeset
1393 2001-04-25 John W. Eaton <jwe@bevo.che.wisc.edu>
b370019103de [project @ 2001-04-25 19:01:33 by jwe]
jwe
parents: 3819
diff changeset
1394
b370019103de [project @ 2001-04-25 19:01:33 by jwe]
jwe
parents: 3819
diff changeset
1395 * Makefile.in (install): Don't use mk-libdir-link.
b370019103de [project @ 2001-04-25 19:01:33 by jwe]
jwe
parents: 3819
diff changeset
1396
3819
d1c740979382 [project @ 2001-04-19 23:45:52 by jwe]
jwe
parents: 3808
diff changeset
1397 2001-04-19 John W. Eaton <jwe@bevo.che.wisc.edu>
d1c740979382 [project @ 2001-04-19 23:45:52 by jwe]
jwe
parents: 3808
diff changeset
1398
d1c740979382 [project @ 2001-04-19 23:45:52 by jwe]
jwe
parents: 3808
diff changeset
1399 * misc/Makefile.in (CPICDEP): Remove pic/dostop.o from the list.
d1c740979382 [project @ 2001-04-19 23:45:52 by jwe]
jwe
parents: 3808
diff changeset
1400
3808
885b296ef83a [project @ 2001-03-27 19:12:58 by jwe]
jwe
parents: 3754
diff changeset
1401 2001-03-27 John W. Eaton <jwe@bevo.che.wisc.edu>
885b296ef83a [project @ 2001-03-27 19:12:58 by jwe]
jwe
parents: 3754
diff changeset
1402
885b296ef83a [project @ 2001-03-27 19:12:58 by jwe]
jwe
parents: 3754
diff changeset
1403 * misc/xstopx.f: Delete.
885b296ef83a [project @ 2001-03-27 19:12:58 by jwe]
jwe
parents: 3754
diff changeset
1404 * misc/dostop.c: Delete.
885b296ef83a [project @ 2001-03-27 19:12:58 by jwe]
jwe
parents: 3754
diff changeset
1405 * misc/Makefile.in (SPECIAL, SPECIAL_DEPEND): Delete dostop.c and
885b296ef83a [project @ 2001-03-27 19:12:58 by jwe]
jwe
parents: 3754
diff changeset
1406 dostop.o from lists.
885b296ef83a [project @ 2001-03-27 19:12:58 by jwe]
jwe
parents: 3754
diff changeset
1407 * Makefile.in (MISC_OBJ): Delete misc/dostop.o from the list.
885b296ef83a [project @ 2001-03-27 19:12:58 by jwe]
jwe
parents: 3754
diff changeset
1408
885b296ef83a [project @ 2001-03-27 19:12:58 by jwe]
jwe
parents: 3754
diff changeset
1409 * misc/dostop.c (dostop): Use F77_FCN macro for function definition.
885b296ef83a [project @ 2001-03-27 19:12:58 by jwe]
jwe
parents: 3754
diff changeset
1410 Specify length in error format to avoid need for copying string.
9501
3c40d81c197f ChangeLog and style fixes
John W. Eaton <jwe@octave.org>
parents: 9490
diff changeset
1411 From Paul Kienzle <pkienzle@kienzle.powernet.co.uk>.
3808
885b296ef83a [project @ 2001-03-27 19:12:58 by jwe]
jwe
parents: 3754
diff changeset
1412
3754
e63a3a6d7797 [project @ 2000-12-14 21:57:14 by jwe]
jwe
parents: 3700
diff changeset
1413 2000-12-14 John W. Eaton <jwe@bevo.che.wisc.edu>
e63a3a6d7797 [project @ 2000-12-14 21:57:14 by jwe]
jwe
parents: 3700
diff changeset
1414
e63a3a6d7797 [project @ 2000-12-14 21:57:14 by jwe]
jwe
parents: 3700
diff changeset
1415 * lapack/dgelss.f (DGELSS): Use correct leading dimension for
e63a3a6d7797 [project @ 2000-12-14 21:57:14 by jwe]
jwe
parents: 3700
diff changeset
1416 workspace array passed to dgemm and dlacpy.
e63a3a6d7797 [project @ 2000-12-14 21:57:14 by jwe]
jwe
parents: 3700
diff changeset
1417 (ZGELSS): Likewise, for calls to zgemm and zlacpy.
e63a3a6d7797 [project @ 2000-12-14 21:57:14 by jwe]
jwe
parents: 3700
diff changeset
1418
3700
e313f24b88ef [project @ 2000-07-18 05:05:04 by jwe]
jwe
parents: 3694
diff changeset
1419 2000-07-18 John W. Eaton <jwe@bevo.che.wisc.edu>
e313f24b88ef [project @ 2000-07-18 05:05:04 by jwe]
jwe
parents: 3694
diff changeset
1420
e313f24b88ef [project @ 2000-07-18 05:05:04 by jwe]
jwe
parents: 3694
diff changeset
1421 * Makefile.in (DISTSUBDIRS): New macro.
e313f24b88ef [project @ 2000-07-18 05:05:04 by jwe]
jwe
parents: 3694
diff changeset
1422 (dist): Use it instead of SUBDIRS.
e313f24b88ef [project @ 2000-07-18 05:05:04 by jwe]
jwe
parents: 3694
diff changeset
1423
3694
48415caaea35 [project @ 2000-07-07 21:32:32 by jwe]
jwe
parents: 3690
diff changeset
1424 2000-06-30 Steven G. Johnson <stevenj@alum.mit.edu>
3690
55e59236c5e5 [project @ 2000-06-30 20:55:36 by jwe]
jwe
parents: 3662
diff changeset
1425
55e59236c5e5 [project @ 2000-06-30 20:55:36 by jwe]
jwe
parents: 3662
diff changeset
1426 * blas-xtra, lapack-xtra: New directories.
55e59236c5e5 [project @ 2000-06-30 20:55:36 by jwe]
jwe
parents: 3662
diff changeset
1427 * Makefile.in (CRUFT_DIRS): Add them to the list.
55e59236c5e5 [project @ 2000-06-30 20:55:36 by jwe]
jwe
parents: 3662
diff changeset
1428 Substitute @BLAS_DIR@ and @LAPACK_DIR@ here.
55e59236c5e5 [project @ 2000-06-30 20:55:36 by jwe]
jwe
parents: 3662
diff changeset
1429 * blas-xtra/xerbla.f: Move here from blas subdirectory.
55e59236c5e5 [project @ 2000-06-30 20:55:36 by jwe]
jwe
parents: 3662
diff changeset
1430 * blas-xtra/Makefile.in: New file.
55e59236c5e5 [project @ 2000-06-30 20:55:36 by jwe]
jwe
parents: 3662
diff changeset
1431 * lapack-xtra/xdlamch.f, lapack-xtra/xdlange.f,
55e59236c5e5 [project @ 2000-06-30 20:55:36 by jwe]
jwe
parents: 3662
diff changeset
1432 lapack-xtra/xzlange.f: Move here from lapack subdirectory.
55e59236c5e5 [project @ 2000-06-30 20:55:36 by jwe]
jwe
parents: 3662
diff changeset
1433 * lapack-xtra/Makefile.in: New file.
55e59236c5e5 [project @ 2000-06-30 20:55:36 by jwe]
jwe
parents: 3662
diff changeset
1434
3662
74dc2917b75f [project @ 2000-04-25 06:45:15 by jwe]
jwe
parents: 3648
diff changeset
1435 2000-04-25 John W. Eaton <jwe@bevo.che.wisc.edu>
74dc2917b75f [project @ 2000-04-25 06:45:15 by jwe]
jwe
parents: 3648
diff changeset
1436
74dc2917b75f [project @ 2000-04-25 06:45:15 by jwe]
jwe
parents: 3648
diff changeset
1437 * misc/Makefile.in (install, uninstall): Include files go in
74dc2917b75f [project @ 2000-04-25 06:45:15 by jwe]
jwe
parents: 3648
diff changeset
1438 $(octincludedir)/octave, not just $(octincludedir).
74dc2917b75f [project @ 2000-04-25 06:45:15 by jwe]
jwe
parents: 3648
diff changeset
1439
3647
4cdb8c0ef5f0 [project @ 2000-03-25 07:28:09 by jwe]
jwe
parents: 3615
diff changeset
1440 2000-03-25 John W. Eaton <jwe@bevo.che.wisc.edu>
4cdb8c0ef5f0 [project @ 2000-03-25 07:28:09 by jwe]
jwe
parents: 3615
diff changeset
1441
9967
75503ecdac32 ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 9933
diff changeset
1442 * Makefile.in (LIBRARIES): Conditionally define.
3647
4cdb8c0ef5f0 [project @ 2000-03-25 07:28:09 by jwe]
jwe
parents: 3615
diff changeset
1443 (libraries): Depend on $(SUBDIRS) only.
4cdb8c0ef5f0 [project @ 2000-03-25 07:28:09 by jwe]
jwe
parents: 3615
diff changeset
1444 Make $(LIBRARIES) using a recursive invocation of make once
4cdb8c0ef5f0 [project @ 2000-03-25 07:28:09 by jwe]
jwe
parents: 3615
diff changeset
1445 $(SUBDIRS) are up to date.
3648
3074e565689c [project @ 2000-03-25 07:52:06 by jwe]
jwe
parents: 3647
diff changeset
1446 (.NOTPARALLEL): New target, for GNU Make 3.79.
3647
4cdb8c0ef5f0 [project @ 2000-03-25 07:28:09 by jwe]
jwe
parents: 3615
diff changeset
1447
3615
c3b1f34a4748 [project @ 2000-03-21 08:19:19 by jwe]
jwe
parents: 3595
diff changeset
1448 2000-03-21 John W. Eaton <jwe@bevo.che.wisc.edu>
c3b1f34a4748 [project @ 2000-03-21 08:19:19 by jwe]
jwe
parents: 3595
diff changeset
1449
c3b1f34a4748 [project @ 2000-03-21 08:19:19 by jwe]
jwe
parents: 3595
diff changeset
1450 * Makefile.in (libcruft.$(LIBEXT)): New target.
c3b1f34a4748 [project @ 2000-03-21 08:19:19 by jwe]
jwe
parents: 3595
diff changeset
1451 (all): Depend on `libraries', not `$(SUBDIRS) shared-lib'.
c3b1f34a4748 [project @ 2000-03-21 08:19:19 by jwe]
jwe
parents: 3595
diff changeset
1452 Conditionally construct `libraries' target.
c3b1f34a4748 [project @ 2000-03-21 08:19:19 by jwe]
jwe
parents: 3595
diff changeset
1453 (libcruft.$(SHLEXT_VER)): Delete target before rebuilding.
c3b1f34a4748 [project @ 2000-03-21 08:19:19 by jwe]
jwe
parents: 3595
diff changeset
1454 * Makerules.in (LIBCRUFT): Delete variable.
c3b1f34a4748 [project @ 2000-03-21 08:19:19 by jwe]
jwe
parents: 3595
diff changeset
1455 (LIBCRUFT_DEPEND): Conditionally define to $(LIBCRUFT_OBJS) only.
c3b1f34a4748 [project @ 2000-03-21 08:19:19 by jwe]
jwe
parents: 3595
diff changeset
1456 (all): Print warning if anything is done.
c3b1f34a4748 [project @ 2000-03-21 08:19:19 by jwe]
jwe
parents: 3595
diff changeset
1457 (stmp-pic): New target.
c3b1f34a4748 [project @ 2000-03-21 08:19:19 by jwe]
jwe
parents: 3595
diff changeset
1458 ($CRUFT_PICOBJ): Depend on stmp-pic.
c3b1f34a4748 [project @ 2000-03-21 08:19:19 by jwe]
jwe
parents: 3595
diff changeset
1459 (clean, mostlyclean): Remove pic and stmp-pic.
c3b1f34a4748 [project @ 2000-03-21 08:19:19 by jwe]
jwe
parents: 3595
diff changeset
1460
3595
fa5817b05b0f [project @ 2000-02-10 09:20:48 by jwe]
jwe
parents: 3333
diff changeset
1461 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu>
fa5817b05b0f [project @ 2000-02-10 09:20:48 by jwe]
jwe
parents: 3333
diff changeset
1462
fa5817b05b0f [project @ 2000-02-10 09:20:48 by jwe]
jwe
parents: 3333
diff changeset
1463 * lapack/dbdsqr.f, lapack/dgeesv.f, lapack/dgelss.f,
fa5817b05b0f [project @ 2000-02-10 09:20:48 by jwe]
jwe
parents: 3333
diff changeset
1464 lapack/dgesvd.f, lapack/dlasq1.f, lapack/dlasq2.f,
fa5817b05b0f [project @ 2000-02-10 09:20:48 by jwe]
jwe
parents: 3333
diff changeset
1465 lapack/dlasq3.f, lapack/dlasq3.f, lapack/dlasq4.f,
fa5817b05b0f [project @ 2000-02-10 09:20:48 by jwe]
jwe
parents: 3333
diff changeset
1466 lapack/dlasq5.f, lapack/dlasq6.f, lapack/zbdsqr.f,
fa5817b05b0f [project @ 2000-02-10 09:20:48 by jwe]
jwe
parents: 3333
diff changeset
1467 lapack/zgelss.f, lapack/zgesvd.f, lapack/zhetd2.f:
fa5817b05b0f [project @ 2000-02-10 09:20:48 by jwe]
jwe
parents: 3333
diff changeset
1468 Update from netlib.
fa5817b05b0f [project @ 2000-02-10 09:20:48 by jwe]
jwe
parents: 3333
diff changeset
1469
3333
15cddaacbc2d [project @ 1999-11-03 19:53:59 by jwe]
jwe
parents: 3325
diff changeset
1470 1999-11-03 John W. Eaton <jwe@bevo.che.wisc.edu>
15cddaacbc2d [project @ 1999-11-03 19:53:59 by jwe]
jwe
parents: 3325
diff changeset
1471
15cddaacbc2d [project @ 1999-11-03 19:53:59 by jwe]
jwe
parents: 3325
diff changeset
1472 * Update to Lapack version 3.0.
15cddaacbc2d [project @ 1999-11-03 19:53:59 by jwe]
jwe
parents: 3325
diff changeset
1473 * lapack/ieeeck.f, lapack/dlasq2.f, lapack/dlasq3.f,
15cddaacbc2d [project @ 1999-11-03 19:53:59 by jwe]
jwe
parents: 3325
diff changeset
1474 lapack/dlasq5.f, lapack/dlasq6.f: New files.
15cddaacbc2d [project @ 1999-11-03 19:53:59 by jwe]
jwe
parents: 3325
diff changeset
1475
3325
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3297
diff changeset
1476 1999-10-29 John W. Eaton <jwe@bevo.che.wisc.edu>
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3297
diff changeset
1477
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3297
diff changeset
1478 * misc/lo-error.cc (current_liboctave_warning_handler): Define here.
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3297
diff changeset
1479 (set_liboctave_warning_handler): New function.
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3297
diff changeset
1480 (liboctave_warning): Ditto.
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3297
diff changeset
1481 * misc/lo-error.h: Provide declararations for them here.
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3297
diff changeset
1482
3297
b68ef5dec3bd [project @ 1999-10-19 17:52:27 by jwe]
jwe
parents: 3273
diff changeset
1483 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu>
b68ef5dec3bd [project @ 1999-10-19 17:52:27 by jwe]
jwe
parents: 3273
diff changeset
1484
b68ef5dec3bd [project @ 1999-10-19 17:52:27 by jwe]
jwe
parents: 3273
diff changeset
1485 * Makefile.in (dist): Use `$(MAKE) -C dir' instead of `cd dir;
b68ef5dec3bd [project @ 1999-10-19 17:52:27 by jwe]
jwe
parents: 3273
diff changeset
1486 $(MAKE); cd ..'.
b68ef5dec3bd [project @ 1999-10-19 17:52:27 by jwe]
jwe
parents: 3273
diff changeset
1487
3273
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3238
diff changeset
1488 1999-10-01 John W. Eaton <jwe@bevo.che.wisc.edu>
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3238
diff changeset
1489
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3238
diff changeset
1490 * dassl/dpotrf.f, dassl/dpotf2.f: Move to lapack subdirectory.
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3238
diff changeset
1491
3238
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3219
diff changeset
1492 Fri Mar 26 01:19:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3219
diff changeset
1493
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3219
diff changeset
1494 * Makerules.in (all): Don't try to use a special rule for making
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3219
diff changeset
1495 the archive. The default rules may be slower, but they are also
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3219
diff changeset
1496 correct.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3219
diff changeset
1497
3219
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3189
diff changeset
1498 Wed Nov 11 17:27:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3189
diff changeset
1499
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3189
diff changeset
1500 * Makefile.in (CRUFT_DIRS): Add amos. Delete specfun.
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3189
diff changeset
1501 * specfun: Delete directory.
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3189
diff changeset
1502 * amos: New directory
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3189
diff changeset
1503
3189
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3181
diff changeset
1504 Thu Oct 15 00:43:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3181
diff changeset
1505
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3181
diff changeset
1506 * ranlib: Update to newer version of randlib.
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3181
diff changeset
1507 * ranlib/Makefile.in (SPECIAL): Update list.
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3181
diff changeset
1508
3180
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
1509 Thu Sep 24 11:59:02 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
1510
3181
3f6a813eb09e [project @ 1998-09-25 02:50:29 by jwe]
jwe
parents: 3180
diff changeset
1511 * balgen, eispack: Delete directories and unnecesary files.
3f6a813eb09e [project @ 1998-09-25 02:50:29 by jwe]
jwe
parents: 3180
diff changeset
1512 * Makefile.in (CRUFT_DIRS): Delete eispack and balgen from the list.
3f6a813eb09e [project @ 1998-09-25 02:50:29 by jwe]
jwe
parents: 3180
diff changeset
1513
3180
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
1514 * lapack/xdlamch.f: New file.
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
1515
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
1516 * ordered-qz: New directory.
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
1517 * Makefile.in (CRUFT_DIRS): Add it to the list.
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
1518
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
1519 * lapack/dggbak.f, lapack/dtgevc.f, lapack/zggbal.f: New files.
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
1520
3178
09a3064a3a17 [project @ 1998-06-23 03:46:42 by jwe]
jwe
parents: 3176
diff changeset
1521 Tue Jun 2 09:57:52 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
09a3064a3a17 [project @ 1998-06-23 03:46:42 by jwe]
jwe
parents: 3176
diff changeset
1522
09a3064a3a17 [project @ 1998-06-23 03:46:42 by jwe]
jwe
parents: 3176
diff changeset
1523 * specfun/rybesl.f (rybesl): Don't access by(2) unless nb .gt. 1.
09a3064a3a17 [project @ 1998-06-23 03:46:42 by jwe]
jwe
parents: 3176
diff changeset
1524
3176
fccab8e7d35f [project @ 1998-05-18 20:33:31 by jwe]
jwe
parents: 3164
diff changeset
1525 Mon May 11 12:33:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
fccab8e7d35f [project @ 1998-05-18 20:33:31 by jwe]
jwe
parents: 3164
diff changeset
1526
fccab8e7d35f [project @ 1998-05-18 20:33:31 by jwe]
jwe
parents: 3164
diff changeset
1527 * fftpack/passb3.f, fftpack/passb5.f, fftpack/passf3.f,
fccab8e7d35f [project @ 1998-05-18 20:33:31 by jwe]
jwe
parents: 3164
diff changeset
1528 fftpack/passf5.f: Use double precision constants in data
fccab8e7d35f [project @ 1998-05-18 20:33:31 by jwe]
jwe
parents: 3164
diff changeset
1529 statements.
fccab8e7d35f [project @ 1998-05-18 20:33:31 by jwe]
jwe
parents: 3164
diff changeset
1530
3164
45490c020e47 [project @ 1998-04-14 20:56:48 by jwe]
jwe
parents: 3162
diff changeset
1531 Tue Apr 14 14:01:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
45490c020e47 [project @ 1998-04-14 20:56:48 by jwe]
jwe
parents: 3162
diff changeset
1532
45490c020e47 [project @ 1998-04-14 20:56:48 by jwe]
jwe
parents: 3162
diff changeset
1533 * slatec-fn/xdgamit.f (xdgamit): New file.
45490c020e47 [project @ 1998-04-14 20:56:48 by jwe]
jwe
parents: 3162
diff changeset
1534
3162
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
1535 Mon Apr 6 00:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
1536
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
1537 * slatec-fn/xdgami.f (xdgami): Reorder args to match dgami.
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
1538
3156
a494f93e60ff [project @ 1998-02-20 07:47:48 by jwe]
jwe
parents: 3141
diff changeset
1539 Thu Feb 19 21:00:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
a494f93e60ff [project @ 1998-02-20 07:47:48 by jwe]
jwe
parents: 3141
diff changeset
1540
a494f93e60ff [project @ 1998-02-20 07:47:48 by jwe]
jwe
parents: 3141
diff changeset
1541 * specfun/ribesl.f, specfun/rjbesl.f: Compute NSIG correctly.
a494f93e60ff [project @ 1998-02-20 07:47:48 by jwe]
jwe
parents: 3141
diff changeset
1542 Add missing comma in declaration statement.
a494f93e60ff [project @ 1998-02-20 07:47:48 by jwe]
jwe
parents: 3141
diff changeset
1543
3136
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3130
diff changeset
1544 Sun Feb 1 12:39:10 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3130
diff changeset
1545
3141
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
1546 * Makefile.in (install, uninstall): Use $(octlibdir), not $(libdir).
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
1547 Use $(mk-libdir-link).
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
1548
3136
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3130
diff changeset
1549 * quadpack/dqagi.f, quadpack/dqagie.f, quadpack/dqagp.f,
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3130
diff changeset
1550 quadpack/dqagpe.f, quadpack/dqk15i.f, quadpack/dqk21.f:
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3130
diff changeset
1551 Make user-supplied code a subroutine instead of a function.
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3130
diff changeset
1552
3130
02766207b74c [project @ 1998-01-25 08:27:23 by jwe]
jwe
parents: 3124
diff changeset
1553 Mon Jan 19 23:11:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
02766207b74c [project @ 1998-01-25 08:27:23 by jwe]
jwe
parents: 3124
diff changeset
1554
02766207b74c [project @ 1998-01-25 08:27:23 by jwe]
jwe
parents: 3124
diff changeset
1555 * lapack/xdlange.f, lapack/xzlange.f: New files.
02766207b74c [project @ 1998-01-25 08:27:23 by jwe]
jwe
parents: 3124
diff changeset
1556
3124
38684be52a3e [project @ 1997-12-12 04:01:51 by jwe]
jwe
parents: 3120
diff changeset
1557 Mon Dec 1 00:51:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
38684be52a3e [project @ 1997-12-12 04:01:51 by jwe]
jwe
parents: 3120
diff changeset
1558
38684be52a3e [project @ 1997-12-12 04:01:51 by jwe]
jwe
parents: 3120
diff changeset
1559 * dassl/xerhlt.f, dassl/xermsg.f, dassl/xerprn.f, dassl/xgetua.f,
38684be52a3e [project @ 1997-12-12 04:01:51 by jwe]
jwe
parents: 3120
diff changeset
1560 dassl/xsetua.f: Delete.
38684be52a3e [project @ 1997-12-12 04:01:51 by jwe]
jwe
parents: 3120
diff changeset
1561
38684be52a3e [project @ 1997-12-12 04:01:51 by jwe]
jwe
parents: 3120
diff changeset
1562 * slatec-err: New directory.
38684be52a3e [project @ 1997-12-12 04:01:51 by jwe]
jwe
parents: 3120
diff changeset
1563 * Makefile.in: Add it to the list.
38684be52a3e [project @ 1997-12-12 04:01:51 by jwe]
jwe
parents: 3120
diff changeset
1564
3120
a2371c4a1d50 [project @ 1997-11-30 23:56:25 by jwe]
jwe
parents: 3119
diff changeset
1565 Sun Nov 30 17:55:20 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
a2371c4a1d50 [project @ 1997-11-30 23:56:25 by jwe]
jwe
parents: 3119
diff changeset
1566
a2371c4a1d50 [project @ 1997-11-30 23:56:25 by jwe]
jwe
parents: 3119
diff changeset
1567 * slatec-fn/xdgami.f, slatec-fn/xdbetai.f, slatec-fn/xderfc.f,
a2371c4a1d50 [project @ 1997-11-30 23:56:25 by jwe]
jwe
parents: 3119
diff changeset
1568 slatec-fn/xderf.f, slatec-fn/xdatanh.f, slatec-fn/xdasinh.f,
a2371c4a1d50 [project @ 1997-11-30 23:56:25 by jwe]
jwe
parents: 3119
diff changeset
1569 slatec-fn/xdacosh.f: New files.
a2371c4a1d50 [project @ 1997-11-30 23:56:25 by jwe]
jwe
parents: 3119
diff changeset
1570
3119
f3e1da120048 [project @ 1997-11-30 21:13:58 by jwe]
jwe
parents: 3116
diff changeset
1571 Sat Nov 29 13:02:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
f3e1da120048 [project @ 1997-11-30 21:13:58 by jwe]
jwe
parents: 3116
diff changeset
1572
f3e1da120048 [project @ 1997-11-30 21:13:58 by jwe]
jwe
parents: 3116
diff changeset
1573 * specfun/ribesl.f (ribesl): Use d1mach to get machine parameters.
f3e1da120048 [project @ 1997-11-30 21:13:58 by jwe]
jwe
parents: 3116
diff changeset
1574 SAVE static data between calls. Use PARAMETERS where possible.
f3e1da120048 [project @ 1997-11-30 21:13:58 by jwe]
jwe
parents: 3116
diff changeset
1575 * specfun/rjbesl.f (rjbesl): Likewise.
f3e1da120048 [project @ 1997-11-30 21:13:58 by jwe]
jwe
parents: 3116
diff changeset
1576 * specfun/rkbesl.f (rkbesl): Likewise.
f3e1da120048 [project @ 1997-11-30 21:13:58 by jwe]
jwe
parents: 3116
diff changeset
1577 * specfun/rybesl.f (rybesl): Likewise.
f3e1da120048 [project @ 1997-11-30 21:13:58 by jwe]
jwe
parents: 3116
diff changeset
1578
3114
17579a02f0b3 [project @ 1997-11-28 20:04:59 by jwe]
jwe
parents: 3111
diff changeset
1579 Fri Nov 28 14:05:12 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
17579a02f0b3 [project @ 1997-11-28 20:04:59 by jwe]
jwe
parents: 3111
diff changeset
1580
17579a02f0b3 [project @ 1997-11-28 20:04:59 by jwe]
jwe
parents: 3111
diff changeset
1581 * specfun: New subdirectory.
3116
8f31cbbcf555 [project @ 1997-11-29 05:25:31 by jwe]
jwe
parents: 3114
diff changeset
1582 * specfun/Makefile.in, specfun/ribesl.f, specfun/rjbesl.f,
8f31cbbcf555 [project @ 1997-11-29 05:25:31 by jwe]
jwe
parents: 3114
diff changeset
1583 specfun/rkbesl.f, specfun/rybesl.f: New files.
3114
17579a02f0b3 [project @ 1997-11-28 20:04:59 by jwe]
jwe
parents: 3111
diff changeset
1584 * Makefile.in (CRUFT_DIRS): Add specfun.
17579a02f0b3 [project @ 1997-11-28 20:04:59 by jwe]
jwe
parents: 3111
diff changeset
1585
3111
fe6f9bd9d0e6 [project @ 1997-11-26 07:52:06 by jwe]
jwe
parents: 3079
diff changeset
1586 Wed Nov 26 01:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
fe6f9bd9d0e6 [project @ 1997-11-26 07:52:06 by jwe]
jwe
parents: 3079
diff changeset
1587
fe6f9bd9d0e6 [project @ 1997-11-26 07:52:06 by jwe]
jwe
parents: 3079
diff changeset
1588 * slatec-fn/d9gmit.f, slatec-fn/d9lgic.f, slatec-fn/d9lgit.f,
fe6f9bd9d0e6 [project @ 1997-11-26 07:52:06 by jwe]
jwe
parents: 3079
diff changeset
1589 slatec-fn/dbetai.f, slatec-fn/dgami.f, slatec-fn/dgamit.f,
fe6f9bd9d0e6 [project @ 1997-11-26 07:52:06 by jwe]
jwe
parents: 3079
diff changeset
1590 slatec-fn/dgamr.f, slatec-fn/dlbeta.f, slatec-fn/dlnrel.f:
fe6f9bd9d0e6 [project @ 1997-11-26 07:52:06 by jwe]
jwe
parents: 3079
diff changeset
1591 New files for incomplete beta and incomplete gamma functions.
fe6f9bd9d0e6 [project @ 1997-11-26 07:52:06 by jwe]
jwe
parents: 3079
diff changeset
1592
9501
3c40d81c197f ChangeLog and style fixes
John W. Eaton <jwe@octave.org>
parents: 9490
diff changeset
1593 Thu Jul 17 13:18:57 1997 Klaus Gebhardt <gebhardt@crunch.ikp.physik.th-darmstadt.de>
3079
eb827eb9b8ff [project @ 1997-08-03 20:44:07 by jwe]
jwe
parents: 3049
diff changeset
1594
eb827eb9b8ff [project @ 1997-08-03 20:44:07 by jwe]
jwe
parents: 3049
diff changeset
1595 * blas/xerbla.f (xerbla): Call XSTOPX instead of using STOP.
eb827eb9b8ff [project @ 1997-08-03 20:44:07 by jwe]
jwe
parents: 3049
diff changeset
1596
3044
8ec2d00e20e5 [project @ 1997-06-06 21:53:38 by jwe]
jwe
parents: 3036
diff changeset
1597 Fri Jun 6 16:49:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
8ec2d00e20e5 [project @ 1997-06-06 21:53:38 by jwe]
jwe
parents: 3036
diff changeset
1598
3049
4d275e0a0576 [project @ 1997-06-07 02:57:30 by jwe]
jwe
parents: 3044
diff changeset
1599 * slatec-fn/xdgamma.f: New file.
4d275e0a0576 [project @ 1997-06-07 02:57:30 by jwe]
jwe
parents: 3044
diff changeset
1600
3044
8ec2d00e20e5 [project @ 1997-06-06 21:53:38 by jwe]
jwe
parents: 3036
diff changeset
1601 * fsqp, npsol, qpsol: Delete directories.
8ec2d00e20e5 [project @ 1997-06-06 21:53:38 by jwe]
jwe
parents: 3036
diff changeset
1602 * Makefile.in (CRUFT_DIRS): Delete fsqp, npsol, and qpsol from list.
8ec2d00e20e5 [project @ 1997-06-06 21:53:38 by jwe]
jwe
parents: 3036
diff changeset
1603
3029
9ce32027e269 [project @ 1997-06-05 06:39:06 by jwe]
jwe
parents: 2993
diff changeset
1604 Thu Jun 5 01:40:36 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
9ce32027e269 [project @ 1997-06-05 06:39:06 by jwe]
jwe
parents: 2993
diff changeset
1605
3034
ad0e94b6784c [project @ 1997-06-05 21:25:53 by jwe]
jwe
parents: 3029
diff changeset
1606 * Makefile.in, Makerules.in: Make building of static library optional.
3036
b8c5ded2751f [project @ 1997-06-05 21:44:19 by jwe]
jwe
parents: 3034
diff changeset
1607 (liboctave.$(SHLEXT_VER)): Add $(SONAME_FLAGS) to command.
3034
ad0e94b6784c [project @ 1997-06-05 21:25:53 by jwe]
jwe
parents: 3029
diff changeset
1608
3029
9ce32027e269 [project @ 1997-06-05 06:39:06 by jwe]
jwe
parents: 2993
diff changeset
1609 * Makerules.in (stamp-picdir): Delete.
9ce32027e269 [project @ 1997-06-05 06:39:06 by jwe]
jwe
parents: 2993
diff changeset
1610 (pic): New target. Don't worry so much about creating pic
9ce32027e269 [project @ 1997-06-05 06:39:06 by jwe]
jwe
parents: 2993
diff changeset
1611 directory only when it is really needed.
9ce32027e269 [project @ 1997-06-05 06:39:06 by jwe]
jwe
parents: 2993
diff changeset
1612
9ce32027e269 [project @ 1997-06-05 06:39:06 by jwe]
jwe
parents: 2993
diff changeset
1613 * Makefile.in (stamp-shared): Delete.
9ce32027e269 [project @ 1997-06-05 06:39:06 by jwe]
jwe
parents: 2993
diff changeset
1614 (shared-lib): New target. Depend on shared libraries directly.
9ce32027e269 [project @ 1997-06-05 06:39:06 by jwe]
jwe
parents: 2993
diff changeset
1615
2993
91589ab98e37 [project @ 1997-05-21 21:44:54 by jwe]
jwe
parents: 2815
diff changeset
1616 Wed May 21 16:29:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
91589ab98e37 [project @ 1997-05-21 21:44:54 by jwe]
jwe
parents: 2815
diff changeset
1617
91589ab98e37 [project @ 1997-05-21 21:44:54 by jwe]
jwe
parents: 2815
diff changeset
1618 * misc/Makefile.in (install): Ensure include directory link is made.
9967
75503ecdac32 ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 9933
diff changeset
1619 (uninstall): Delete all installed files.
2993
91589ab98e37 [project @ 1997-05-21 21:44:54 by jwe]
jwe
parents: 2815
diff changeset
1620
2815
33486d9e2d00 [project @ 1997-03-14 08:24:46 by jwe]
jwe
parents: 2811
diff changeset
1621 Thu Mar 13 22:31:35 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
33486d9e2d00 [project @ 1997-03-14 08:24:46 by jwe]
jwe
parents: 2811
diff changeset
1622
33486d9e2d00 [project @ 1997-03-14 08:24:46 by jwe]
jwe
parents: 2811
diff changeset
1623 * blas, lapack: Add new files for symmetric eigenvalue
33486d9e2d00 [project @ 1997-03-14 08:24:46 by jwe]
jwe
parents: 2811
diff changeset
1624 computation.
33486d9e2d00 [project @ 1997-03-14 08:24:46 by jwe]
jwe
parents: 2811
diff changeset
1625
2811
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2787
diff changeset
1626 Wed Mar 12 16:59:59 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2787
diff changeset
1627
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2787
diff changeset
1628 * misc/Makefile.in (install-strip): New target.
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2787
diff changeset
1629
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2787
diff changeset
1630 * Makefile.in (install-strip): New target.
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2787
diff changeset
1631
2787
650ab15f8954 [project @ 1997-03-03 21:42:25 by jwe]
jwe
parents: 2779
diff changeset
1632 Mon Mar 3 15:38:39 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
650ab15f8954 [project @ 1997-03-03 21:42:25 by jwe]
jwe
parents: 2779
diff changeset
1633
650ab15f8954 [project @ 1997-03-03 21:42:25 by jwe]
jwe
parents: 2779
diff changeset
1634 * ranlib/Makefile.in (EXTERNAL_DISTFILES): Add Basegen.doc.
650ab15f8954 [project @ 1997-03-03 21:42:25 by jwe]
jwe
parents: 2779
diff changeset
1635
650ab15f8954 [project @ 1997-03-03 21:42:25 by jwe]
jwe
parents: 2779
diff changeset
1636 * fftpack/Makefile.in (EXTERNAL_DISTFILES): Add fftpack.doc.
650ab15f8954 [project @ 1997-03-03 21:42:25 by jwe]
jwe
parents: 2779
diff changeset
1637
650ab15f8954 [project @ 1997-03-03 21:42:25 by jwe]
jwe
parents: 2779
diff changeset
1638 * Makefile.in (DISTFILES): Add configure.in.
650ab15f8954 [project @ 1997-03-03 21:42:25 by jwe]
jwe
parents: 2779
diff changeset
1639
2779
50b31bb6b959 [project @ 1997-03-01 21:24:58 by jwe]
jwe
parents: 2775
diff changeset
1640 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
2775
c80d72d52385 [project @ 1997-03-01 07:37:31 by jwe]
jwe
parents: 2749
diff changeset
1641
c80d72d52385 [project @ 1997-03-01 07:37:31 by jwe]
jwe
parents: 2749
diff changeset
1642 * Version 2.0.5 released.
c80d72d52385 [project @ 1997-03-01 07:37:31 by jwe]
jwe
parents: 2749
diff changeset
1643
2749
02f569448c7a [project @ 1997-02-26 18:16:02 by jwe]
jwe
parents: 2709
diff changeset
1644 Wed Feb 26 12:08:39 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
02f569448c7a [project @ 1997-02-26 18:16:02 by jwe]
jwe
parents: 2709
diff changeset
1645
02f569448c7a [project @ 1997-02-26 18:16:02 by jwe]
jwe
parents: 2709
diff changeset
1646 * Makefile.in (maintainer-clean): Also remove configure.
02f569448c7a [project @ 1997-02-26 18:16:02 by jwe]
jwe
parents: 2709
diff changeset
1647
2709
0f72b0462b51 [project @ 1997-02-20 17:55:40 by jwe]
jwe
parents: 2706
diff changeset
1648 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
2702
7a820bb7f406 [project @ 1997-02-19 19:22:34 by jwe]
jwe
parents: 2693
diff changeset
1649
7a820bb7f406 [project @ 1997-02-19 19:22:34 by jwe]
jwe
parents: 2693
diff changeset
1650 * Version 2.0.4 released.
7a820bb7f406 [project @ 1997-02-19 19:22:34 by jwe]
jwe
parents: 2693
diff changeset
1651
2693
f4d0604cbcc4 [project @ 1997-02-18 15:25:21 by jwe]
jwe
parents: 2690
diff changeset
1652 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
2690
b91b72e856ce [project @ 1997-02-18 09:22:47 by jwe]
jwe
parents: 2686
diff changeset
1653
b91b72e856ce [project @ 1997-02-18 09:22:47 by jwe]
jwe
parents: 2686
diff changeset
1654 * Version 2.0.3 released.
b91b72e856ce [project @ 1997-02-18 09:22:47 by jwe]
jwe
parents: 2686
diff changeset
1655
2686
6d0a6fc92f06 [project @ 1997-02-14 22:31:36 by jwe]
jwe
parents: 2676
diff changeset
1656 Fri Feb 14 16:23:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
6d0a6fc92f06 [project @ 1997-02-14 22:31:36 by jwe]
jwe
parents: 2676
diff changeset
1657
6d0a6fc92f06 [project @ 1997-02-14 22:31:36 by jwe]
jwe
parents: 2676
diff changeset
1658 * Makefile.in (bin-dist): Don't write empty strings to LIBRARIES.
6d0a6fc92f06 [project @ 1997-02-14 22:31:36 by jwe]
jwe
parents: 2676
diff changeset
1659
2676
a5a300c61159 [project @ 1997-02-14 03:16:06 by jwe]
jwe
parents: 2634
diff changeset
1660 Thu Feb 13 17:33:41 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
a5a300c61159 [project @ 1997-02-14 03:16:06 by jwe]
jwe
parents: 2634
diff changeset
1661
a5a300c61159 [project @ 1997-02-14 03:16:06 by jwe]
jwe
parents: 2634
diff changeset
1662 * Makefile.in (stamp-shared): Use $(SH_LD) $(SH_LDFLAGS) instead
a5a300c61159 [project @ 1997-02-14 03:16:06 by jwe]
jwe
parents: 2634
diff changeset
1663 of $(CXX) -shared.
a5a300c61159 [project @ 1997-02-14 03:16:06 by jwe]
jwe
parents: 2634
diff changeset
1664
a5a300c61159 [project @ 1997-02-14 03:16:06 by jwe]
jwe
parents: 2634
diff changeset
1665 * Makerules.in (stamp-picdir): Silence noise about making pic.
a5a300c61159 [project @ 1997-02-14 03:16:06 by jwe]
jwe
parents: 2634
diff changeset
1666
2634
eebc31f84a4d [project @ 1997-01-27 21:53:18 by jwe]
jwe
parents: 2624
diff changeset
1667 Mon Jan 27 15:52:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
eebc31f84a4d [project @ 1997-01-27 21:53:18 by jwe]
jwe
parents: 2624
diff changeset
1668
eebc31f84a4d [project @ 1997-01-27 21:53:18 by jwe]
jwe
parents: 2624
diff changeset
1669 * Version 2.0.2 released.
eebc31f84a4d [project @ 1997-01-27 21:53:18 by jwe]
jwe
parents: 2624
diff changeset
1670
2624
7e24c1f29db4 [project @ 1997-01-26 04:40:00 by jwe]
jwe
parents: 2621
diff changeset
1671 Sat Jan 25 22:34:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
7e24c1f29db4 [project @ 1997-01-26 04:40:00 by jwe]
jwe
parents: 2621
diff changeset
1672
7e24c1f29db4 [project @ 1997-01-26 04:40:00 by jwe]
jwe
parents: 2621
diff changeset
1673 * Makefile.in, balgen/Makefile.in, blas/Makefile.in,
7e24c1f29db4 [project @ 1997-01-26 04:40:00 by jwe]
jwe
parents: 2621
diff changeset
1674 cfsqp/Makefile.in, dassl/Makefile.in, eispack/Makefile.in,
7e24c1f29db4 [project @ 1997-01-26 04:40:00 by jwe]
jwe
parents: 2621
diff changeset
1675 fftpack/Makefile.in, fsqp/Makefile.in, lapack/Makefile.in,
7e24c1f29db4 [project @ 1997-01-26 04:40:00 by jwe]
jwe
parents: 2621
diff changeset
1676 linpack/Makefile.in, minpack/Makefile.in, misc/Makefile.in,
7e24c1f29db4 [project @ 1997-01-26 04:40:00 by jwe]
jwe
parents: 2621
diff changeset
1677 npsol/Makefile.in, odepack/Makefile.in, qpsol/Makefile.in,
7e24c1f29db4 [project @ 1997-01-26 04:40:00 by jwe]
jwe
parents: 2621
diff changeset
1678 quadpack/Makefile.in, ranlib/Makefile.in, slatec-fn/Makefile.in,
7e24c1f29db4 [project @ 1997-01-26 04:40:00 by jwe]
jwe
parents: 2621
diff changeset
1679 villad/Makefile.in (bin-dist): New target.
7e24c1f29db4 [project @ 1997-01-26 04:40:00 by jwe]
jwe
parents: 2621
diff changeset
1680
2621
337a09dd1c06 [project @ 1997-01-24 21:49:41 by jwe]
jwe
parents: 2608
diff changeset
1681 Wed Jan 22 15:03:33 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
337a09dd1c06 [project @ 1997-01-24 21:49:41 by jwe]
jwe
parents: 2608
diff changeset
1682
337a09dd1c06 [project @ 1997-01-24 21:49:41 by jwe]
jwe
parents: 2608
diff changeset
1683 * misc/Makefile.in (pic/machar.o): Add $(CPICFLAG) for this target.
337a09dd1c06 [project @ 1997-01-24 21:49:41 by jwe]
jwe
parents: 2608
diff changeset
1684
337a09dd1c06 [project @ 1997-01-24 21:49:41 by jwe]
jwe
parents: 2608
diff changeset
1685 * misc/d1mach.f (d1mach): Move SAVE statement ahead of DATA statment.
337a09dd1c06 [project @ 1997-01-24 21:49:41 by jwe]
jwe
parents: 2608
diff changeset
1686
2608
bac14003d9bb [project @ 1997-01-18 00:11:48 by jwe]
jwe
parents: 2602
diff changeset
1687 Wed Jan 15 21:04:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
bac14003d9bb [project @ 1997-01-18 00:11:48 by jwe]
jwe
parents: 2602
diff changeset
1688
bac14003d9bb [project @ 1997-01-18 00:11:48 by jwe]
jwe
parents: 2602
diff changeset
1689 * blas/*.f: Update to latest version from Netlib.
bac14003d9bb [project @ 1997-01-18 00:11:48 by jwe]
jwe
parents: 2602
diff changeset
1690
2602
9cbbbcf5b6f5 [project @ 1997-01-07 06:18:23 by jwe]
jwe
parents: 2597
diff changeset
1691 Tue Jan 7 00:17:17 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
9cbbbcf5b6f5 [project @ 1997-01-07 06:18:23 by jwe]
jwe
parents: 2597
diff changeset
1692
9cbbbcf5b6f5 [project @ 1997-01-07 06:18:23 by jwe]
jwe
parents: 2597
diff changeset
1693 * Version 2.0.1 released.
9cbbbcf5b6f5 [project @ 1997-01-07 06:18:23 by jwe]
jwe
parents: 2597
diff changeset
1694
2597
106ae3df29f5 [project @ 1996-12-17 17:48:01 by jwe]
jwe
parents: 2586
diff changeset
1695 Tue Dec 17 11:02:02 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
106ae3df29f5 [project @ 1996-12-17 17:48:01 by jwe]
jwe
parents: 2586
diff changeset
1696
106ae3df29f5 [project @ 1996-12-17 17:48:01 by jwe]
jwe
parents: 2586
diff changeset
1697 * misc/lo-error.c: Convert C++-style comments to C-style comments.
106ae3df29f5 [project @ 1996-12-17 17:48:01 by jwe]
jwe
parents: 2586
diff changeset
1698
2586
00163160cf66 [project @ 1996-12-11 18:34:57 by jwe]
jwe
parents: 2583
diff changeset
1699 Wed Dec 11 01:50:31 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
00163160cf66 [project @ 1996-12-11 18:34:57 by jwe]
jwe
parents: 2583
diff changeset
1700
00163160cf66 [project @ 1996-12-11 18:34:57 by jwe]
jwe
parents: 2583
diff changeset
1701 * misc/Makefile.in (SPECIAL_DEPEND): Delete d1mach.o from the list.
00163160cf66 [project @ 1996-12-11 18:34:57 by jwe]
jwe
parents: 2583
diff changeset
1702
2583
df3124e46963 [project @ 1996-12-10 07:45:00 by jwe]
jwe
parents: 2575
diff changeset
1703 Tue Dec 10 01:43:10 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
df3124e46963 [project @ 1996-12-10 07:45:00 by jwe]
jwe
parents: 2575
diff changeset
1704
df3124e46963 [project @ 1996-12-10 07:45:00 by jwe]
jwe
parents: 2575
diff changeset
1705 * Version 2.0 released.
df3124e46963 [project @ 1996-12-10 07:45:00 by jwe]
jwe
parents: 2575
diff changeset
1706
2575
e57847e2de87 [project @ 1996-12-09 18:05:37 by jwe]
jwe
parents: 2551
diff changeset
1707 Fri Dec 6 15:23:50 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
e57847e2de87 [project @ 1996-12-09 18:05:37 by jwe]
jwe
parents: 2551
diff changeset
1708
e57847e2de87 [project @ 1996-12-09 18:05:37 by jwe]
jwe
parents: 2551
diff changeset
1709 * Version 1.94.
e57847e2de87 [project @ 1996-12-09 18:05:37 by jwe]
jwe
parents: 2551
diff changeset
1710
2551
65e2cd433c7f [project @ 1996-11-20 23:08:48 by jwe]
jwe
parents: 2548
diff changeset
1711 Wed Nov 20 01:00:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
65e2cd433c7f [project @ 1996-11-20 23:08:48 by jwe]
jwe
parents: 2548
diff changeset
1712
65e2cd433c7f [project @ 1996-11-20 23:08:48 by jwe]
jwe
parents: 2548
diff changeset
1713 * misc/Makefile.in (install): Also install lo-error.h.
65e2cd433c7f [project @ 1996-11-20 23:08:48 by jwe]
jwe
parents: 2548
diff changeset
1714
65e2cd433c7f [project @ 1996-11-20 23:08:48 by jwe]
jwe
parents: 2548
diff changeset
1715 * Makefile.in (MISC_OBJ): Add misc/f77-fcn.o.
65e2cd433c7f [project @ 1996-11-20 23:08:48 by jwe]
jwe
parents: 2548
diff changeset
1716
65e2cd433c7f [project @ 1996-11-20 23:08:48 by jwe]
jwe
parents: 2548
diff changeset
1717 * misc/lo-error.h: New file, moved here from liboctave.
65e2cd433c7f [project @ 1996-11-20 23:08:48 by jwe]
jwe
parents: 2548
diff changeset
1718 * misc/lo-error.c: Rename from lo-error.cc. Make this a C-file
65e2cd433c7f [project @ 1996-11-20 23:08:48 by jwe]
jwe
parents: 2548
diff changeset
1719 instead of C++.
65e2cd433c7f [project @ 1996-11-20 23:08:48 by jwe]
jwe
parents: 2548
diff changeset
1720
65e2cd433c7f [project @ 1996-11-20 23:08:48 by jwe]
jwe
parents: 2548
diff changeset
1721 * Version 1.93.
65e2cd433c7f [project @ 1996-11-20 23:08:48 by jwe]
jwe
parents: 2548
diff changeset
1722
2545
8ddee13d19f9 [project @ 1996-11-20 05:12:55 by jwe]
jwe
parents: 2512
diff changeset
1723 Tue Nov 19 23:04:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
8ddee13d19f9 [project @ 1996-11-20 05:12:55 by jwe]
jwe
parents: 2512
diff changeset
1724
2548
b50cc31aa0cd [project @ 1996-11-20 06:43:26 by jwe]
jwe
parents: 2545
diff changeset
1725 * misc/Makefile.in: Add variables for installing things.
b50cc31aa0cd [project @ 1996-11-20 06:43:26 by jwe]
jwe
parents: 2545
diff changeset
1726
2545
8ddee13d19f9 [project @ 1996-11-20 05:12:55 by jwe]
jwe
parents: 2512
diff changeset
1727 * Makerules.in (install, uninstall): Make these double colon rules.
8ddee13d19f9 [project @ 1996-11-20 05:12:55 by jwe]
jwe
parents: 2512
diff changeset
1728
8ddee13d19f9 [project @ 1996-11-20 05:12:55 by jwe]
jwe
parents: 2512
diff changeset
1729 * f77-fcn.c, f77-fcn.h: New files, from liboctave.
8ddee13d19f9 [project @ 1996-11-20 05:12:55 by jwe]
jwe
parents: 2512
diff changeset
1730
8ddee13d19f9 [project @ 1996-11-20 05:12:55 by jwe]
jwe
parents: 2512
diff changeset
1731 * misc/Makefile.in (SPECIAL_DEPEND): Add f77-fcn.o.
8ddee13d19f9 [project @ 1996-11-20 05:12:55 by jwe]
jwe
parents: 2512
diff changeset
1732 (SPECIAL): Add f77-fcn.c and f77-fcn.h.
8ddee13d19f9 [project @ 1996-11-20 05:12:55 by jwe]
jwe
parents: 2512
diff changeset
1733 (CPICDEP): Add pic/f77-fcn.o.
8ddee13d19f9 [project @ 1996-11-20 05:12:55 by jwe]
jwe
parents: 2512
diff changeset
1734 (install): Install f77-fcn.h in $(octincludedir).
8ddee13d19f9 [project @ 1996-11-20 05:12:55 by jwe]
jwe
parents: 2512
diff changeset
1735 (uninstall): Delete f77-fcn.h from $(octincludedir).
8ddee13d19f9 [project @ 1996-11-20 05:12:55 by jwe]
jwe
parents: 2512
diff changeset
1736
8ddee13d19f9 [project @ 1996-11-20 05:12:55 by jwe]
jwe
parents: 2512
diff changeset
1737 * Makerules.in (CRUFT_CSRC): Delete unsed variable.
8ddee13d19f9 [project @ 1996-11-20 05:12:55 by jwe]
jwe
parents: 2512
diff changeset
1738
2512
fda09c1e787e [project @ 1996-11-14 08:39:41 by jwe]
jwe
parents: 2489
diff changeset
1739 Thu Nov 14 00:07:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
fda09c1e787e [project @ 1996-11-14 08:39:41 by jwe]
jwe
parents: 2489
diff changeset
1740
fda09c1e787e [project @ 1996-11-14 08:39:41 by jwe]
jwe
parents: 2489
diff changeset
1741 * Version 1.92.
fda09c1e787e [project @ 1996-11-14 08:39:41 by jwe]
jwe
parents: 2489
diff changeset
1742
2487
8c6e9535cbda [project @ 1996-11-08 15:58:52 by jwe]
jwe
parents: 2484
diff changeset
1743 Fri Nov 8 09:55:40 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
8c6e9535cbda [project @ 1996-11-08 15:58:52 by jwe]
jwe
parents: 2484
diff changeset
1744
2489
269ecd74cebe [project @ 1996-11-08 22:39:07 by jwe]
jwe
parents: 2487
diff changeset
1745 * Makefile.in (libcruft.a): Delete target.
269ecd74cebe [project @ 1996-11-08 22:39:07 by jwe]
jwe
parents: 2487
diff changeset
1746 * Makerules.in, Makefile.in: Use real archive rules to build
269ecd74cebe [project @ 1996-11-08 22:39:07 by jwe]
jwe
parents: 2487
diff changeset
1747 libcruft.a in parts.
269ecd74cebe [project @ 1996-11-08 22:39:07 by jwe]
jwe
parents: 2487
diff changeset
1748
2487
8c6e9535cbda [project @ 1996-11-08 15:58:52 by jwe]
jwe
parents: 2484
diff changeset
1749 * Makefile.in (install): Use $(INSTALL_PROGRAM) for installing
8c6e9535cbda [project @ 1996-11-08 15:58:52 by jwe]
jwe
parents: 2484
diff changeset
1750 shared library.
8c6e9535cbda [project @ 1996-11-08 15:58:52 by jwe]
jwe
parents: 2484
diff changeset
1751
2482
c89bce1baba3 [project @ 1996-11-07 18:48:29 by jwe]
jwe
parents: 2480
diff changeset
1752 Thu Nov 7 12:43:17 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
c89bce1baba3 [project @ 1996-11-07 18:48:29 by jwe]
jwe
parents: 2480
diff changeset
1753
2484
ccaffe93c32f [project @ 1996-11-07 23:24:46 by jwe]
jwe
parents: 2482
diff changeset
1754 * Makefile.in: Add -lm when building shared library.
ccaffe93c32f [project @ 1996-11-07 23:24:46 by jwe]
jwe
parents: 2482
diff changeset
1755
2482
c89bce1baba3 [project @ 1996-11-07 18:48:29 by jwe]
jwe
parents: 2480
diff changeset
1756 * Version 1.91.
c89bce1baba3 [project @ 1996-11-07 18:48:29 by jwe]
jwe
parents: 2480
diff changeset
1757
2480
5586b72dbf48 [project @ 1996-11-07 18:13:15 by jwe]
jwe
parents: 2466
diff changeset
1758 Mon Nov 4 10:09:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
5586b72dbf48 [project @ 1996-11-07 18:13:15 by jwe]
jwe
parents: 2466
diff changeset
1759
5586b72dbf48 [project @ 1996-11-07 18:13:15 by jwe]
jwe
parents: 2466
diff changeset
1760 * lapack/dlag2.f, lapack/dggbal.f, lapack/dgghrd.f, lapack/dhgeqz.f:
5586b72dbf48 [project @ 1996-11-07 18:13:15 by jwe]
jwe
parents: 2466
diff changeset
1761 New files.
5586b72dbf48 [project @ 1996-11-07 18:13:15 by jwe]
jwe
parents: 2466
diff changeset
1762
5586b72dbf48 [project @ 1996-11-07 18:13:15 by jwe]
jwe
parents: 2466
diff changeset
1763 * Makefile.in (install): Use INSTALL_PROGRAM for shared version of
9967
75503ecdac32 ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 9933
diff changeset
1764 libcruft.
2480
5586b72dbf48 [project @ 1996-11-07 18:13:15 by jwe]
jwe
parents: 2466
diff changeset
1765
2466
1573640a9994 [project @ 1996-11-04 03:56:11 by jwe]
jwe
parents: 2452
diff changeset
1766 Sun Nov 3 19:37:37 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
1573640a9994 [project @ 1996-11-04 03:56:11 by jwe]
jwe
parents: 2452
diff changeset
1767
1573640a9994 [project @ 1996-11-04 03:56:11 by jwe]
jwe
parents: 2452
diff changeset
1768 * misc/Makefile.in (distclean): Delete target, since there is
1573640a9994 [project @ 1996-11-04 03:56:11 by jwe]
jwe
parents: 2452
diff changeset
1769 nothing special to do.
1573640a9994 [project @ 1996-11-04 03:56:11 by jwe]
jwe
parents: 2452
diff changeset
1770
2452
a28ed603c65c [project @ 1996-10-31 19:49:29 by jwe]
jwe
parents: 2425
diff changeset
1771 Wed Oct 30 17:20:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
a28ed603c65c [project @ 1996-10-31 19:49:29 by jwe]
jwe
parents: 2425
diff changeset
1772
a28ed603c65c [project @ 1996-10-31 19:49:29 by jwe]
jwe
parents: 2425
diff changeset
1773 * Version 1.90.
a28ed603c65c [project @ 1996-10-31 19:49:29 by jwe]
jwe
parents: 2425
diff changeset
1774
a28ed603c65c [project @ 1996-10-31 19:49:29 by jwe]
jwe
parents: 2425
diff changeset
1775 * Makefile.in (DISTFILES): Add ChangeLog.
a28ed603c65c [project @ 1996-10-31 19:49:29 by jwe]
jwe
parents: 2425
diff changeset
1776
a28ed603c65c [project @ 1996-10-31 19:49:29 by jwe]
jwe
parents: 2425
diff changeset
1777 * misc/Makefile.in: Make pic/machar.o using special rule.
a28ed603c65c [project @ 1996-10-31 19:49:29 by jwe]
jwe
parents: 2425
diff changeset
1778 Use CPPFLAGS, not CPP_FLAGS.
a28ed603c65c [project @ 1996-10-31 19:49:29 by jwe]
jwe
parents: 2425
diff changeset
1779
2425
679068a18eee [project @ 1996-10-25 01:24:59 by jwe]
jwe
parents: 2405
diff changeset
1780 Thu Oct 24 20:22:47 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
679068a18eee [project @ 1996-10-25 01:24:59 by jwe]
jwe
parents: 2405
diff changeset
1781
679068a18eee [project @ 1996-10-25 01:24:59 by jwe]
jwe
parents: 2405
diff changeset
1782 * Makefile.in (CRUFT_OBJ): No special treatment for d1mach.o.
679068a18eee [project @ 1996-10-25 01:24:59 by jwe]
jwe
parents: 2405
diff changeset
1783
679068a18eee [project @ 1996-10-25 01:24:59 by jwe]
jwe
parents: 2405
diff changeset
1784 * misc/machar.c, misc/d1mach.f: New files
679068a18eee [project @ 1996-10-25 01:24:59 by jwe]
jwe
parents: 2405
diff changeset
1785 * misc/Makefile.in: Fix to not generate d1mach.f.
679068a18eee [project @ 1996-10-25 01:24:59 by jwe]
jwe
parents: 2405
diff changeset
1786
2405
e6adec89527e [project @ 1996-10-14 16:23:48 by jwe]
jwe
parents: 2391
diff changeset
1787 Mon Oct 14 11:07:25 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
e6adec89527e [project @ 1996-10-14 16:23:48 by jwe]
jwe
parents: 2391
diff changeset
1788
e6adec89527e [project @ 1996-10-14 16:23:48 by jwe]
jwe
parents: 2391
diff changeset
1789 * Makefile.in (distclean): Remove stamp-shared too.
e6adec89527e [project @ 1996-10-14 16:23:48 by jwe]
jwe
parents: 2391
diff changeset
1790
2391
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1791 Sat Oct 12 00:20:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1792
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1793 * Makefile.in (maintainer-clean): Don't depend on distclean.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1794 * Makerules.in (maintainer-clean): Ditto.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1795
2358
b3d7a8e3bcc7 [project @ 1996-08-21 03:11:55 by jwe]
jwe
parents: 2330
diff changeset
1796 Tue Aug 20 22:09:08 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
b3d7a8e3bcc7 [project @ 1996-08-21 03:11:55 by jwe]
jwe
parents: 2330
diff changeset
1797
b3d7a8e3bcc7 [project @ 1996-08-21 03:11:55 by jwe]
jwe
parents: 2330
diff changeset
1798 * Makerules.in (stamp-picdir): Only create a pic subdirectory if
b3d7a8e3bcc7 [project @ 1996-08-21 03:11:55 by jwe]
jwe
parents: 2330
diff changeset
1799 SHARED_LIBS is true AND FPICFLAG is not empty.
b3d7a8e3bcc7 [project @ 1996-08-21 03:11:55 by jwe]
jwe
parents: 2330
diff changeset
1800
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1801 Wed May 22 15:07:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1802
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1803 * Makefile.in (stamp-shared): Use CC, not CXX to create shared
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1804 library. Also use SHARED_FLIBS here instead of FLIBS.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1805
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1806 Sat Apr 6 21:28:47 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1807
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1808 * Makerules.in (clean, mostlyclean): Also remove pic/*.o.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1809 (maintainer-clean, distclean): Also remove stamp-picdir and pic
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1810 directory.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1811
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1812 Wed Apr 3 01:01:31 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1813
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1814 * misc/Makefile.in: Set SPECIAL_PICDEPEND after including Makeconf
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1815 and before including Makerules.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1816
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1817 Fri Mar 29 13:45:06 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1818
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1819 * Makefile.in (distclean): Delete so_locations, which is created
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1820 on DEC Alpha systems.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1821 (distclean, maintainer-clean): Don't depend on clean.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1822
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1823 Wed Mar 27 05:59:02 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1824
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1825 * Makerules.in: Add rules for making PIC code here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1826 * Makefile.in (libcruft.a): Depend on $(CRUFT_PICOBJ)
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1827 * misc/Makefile.in: Add rules for making PIC code from C and C++
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1828 files.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1829
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1830 Fri Feb 9 21:04:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1831
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1832 * misc/f77-extern.cc, misc/lo-error.cc: New files.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1833 * misc/Makefile.in (SPECIAL, SPECIAL_DEPEND): Add them to the lists.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1834 * Makefile.in (CRUFT_OBJ): Add it f77-extern.o and lo-error.o here
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1835 too.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1836
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1837 Sat Feb 3 07:57:39 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1838
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1839 * misc/dostop.c (dostop): Call error handler if we have a message.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1840 Call longjmp on f77_context, not jump_to_top_level().
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1841 * misc/xstopx.f (xstopx): Pass non-blank strings on to dostop.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1842
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1843 Mon Jan 8 22:55:26 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1844
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1845 * Makefile.in (clean): If $(SHARED_LIBS), remove shared libs.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1846 (mostlyclean): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1847
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1848 Fri Dec 29 21:43:24 1995 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1849
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1850 * Makefile.in, Makerules.in: Handle creating position independent
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1851 code and shared libraries for Octave.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1852
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1853 Tue Dec 26 00:15:31 1995 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1854
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1855 * Makerules.in (stamp-picdir): New target.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1856 (all): Depend on it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1857
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1858 * Makefile.in: Delete references to configure stuff.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1859 * configure.in, mkinstalldirs: Delete.
9967
75503ecdac32 ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 9933
diff changeset
1860
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1861 Sun Dec 24 02:42:29 1995 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1862
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1863 * linpack/spofa.f: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1864 * blas/level-1/sdot.f: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1865 * blas/level-2/dsyr.f: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1866
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1867 Thu Dec 14 02:34:19 1995 Rick Niles <niles@axp745.gsfc.nasa.gov>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1868
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1869 * fftpack/cfftb1.f, fftpack/cfftf1.f, fftpack/cffti1.f,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1870 odepack/prepj.f, odepack/solsy.f, odepack/stode.f:
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1871 Avoid warnings for nonstandard dimension statements of the form
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1872 `real foo(1)' by using `real foo(*)' instead.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1873
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1874 Mon Nov 6 07:24:03 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1875
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1876 * misc/dostop.c: Only call jump_to_top_level() if OCTAVE_SOURCE.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1877
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1878 Fri Nov 3 11:08:31 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1879
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1880 * misc/dostop.c: Just call jump_to_top_level() directly here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1881
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1882 Wed Sep 20 00:01:03 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1883
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1884 * mkinstalldirs: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1885 * Makefile.in (DISTFILES): Add it to the list.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1886
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1887 * Makerules.in: Fix cleaning rules. Use double colon so we can
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1888 add things in the makefiles in the subdirectories.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1889
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1890 * Makefile.in (DISTFILES): Distribute configure.in and configure.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1891 (distclean): Also remove Makerules, config.log, and config.status.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1892 (maintainer-clean): Depend on distclean.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1893
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1894 Mon Apr 10 09:55:13 1995 John Eaton <jwe@schoch.che.utexas.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1895
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1896 * configure.in: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1897
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1898 Fri Mar 10 10:38:29 1995 John Eaton <jwe@schoch.che.utexas.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1899
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1900 * Makefile.in (install uninstall clean mostlyclean distclean
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1901 realclean): Use SUBDIR_FOR_COMMAND. Combine actions.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1902
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1903 See ChangeLog.1 in the top level directory for earlier changes.