Mercurial > hg > octave-lyh
annotate ChangeLog @ 10253:8cf32587d8f1
liboctave/cutils.c (octave_usleep): implement with nanosleep
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Wed, 03 Feb 2010 05:18:25 -0500 |
parents | 28e5a5f826bc |
children | dc088edd9a78 |
rev | line source |
---|---|
10253
8cf32587d8f1
liboctave/cutils.c (octave_usleep): implement with nanosleep
John W. Eaton <jwe@octave.org>
parents:
10251
diff
changeset
|
1 2010-02-03 John W. Eaton <jwe@octave.org> |
8cf32587d8f1
liboctave/cutils.c (octave_usleep): implement with nanosleep
John W. Eaton <jwe@octave.org>
parents:
10251
diff
changeset
|
2 |
8cf32587d8f1
liboctave/cutils.c (octave_usleep): implement with nanosleep
John W. Eaton <jwe@octave.org>
parents:
10251
diff
changeset
|
3 * configure.ac: Don't check for poll or usleep. |
8cf32587d8f1
liboctave/cutils.c (octave_usleep): implement with nanosleep
John W. Eaton <jwe@octave.org>
parents:
10251
diff
changeset
|
4 * bootstrap.conf (gnulib_modules): Include nanosleep and sleep |
8cf32587d8f1
liboctave/cutils.c (octave_usleep): implement with nanosleep
John W. Eaton <jwe@octave.org>
parents:
10251
diff
changeset
|
5 in the list. |
8cf32587d8f1
liboctave/cutils.c (octave_usleep): implement with nanosleep
John W. Eaton <jwe@octave.org>
parents:
10251
diff
changeset
|
6 |
10251
28e5a5f826bc
configure.ac: delete checks for signal functions
John W. Eaton <jwe@octave.org>
parents:
10250
diff
changeset
|
7 2010-02-03 John W. Eaton <jwe@octave.org> |
28e5a5f826bc
configure.ac: delete checks for signal functions
John W. Eaton <jwe@octave.org>
parents:
10250
diff
changeset
|
8 |
28e5a5f826bc
configure.ac: delete checks for signal functions
John W. Eaton <jwe@octave.org>
parents:
10250
diff
changeset
|
9 * configure.ac: Don't check for sigaction, sigpending, |
28e5a5f826bc
configure.ac: delete checks for signal functions
John W. Eaton <jwe@octave.org>
parents:
10250
diff
changeset
|
10 sigprocmask, or sigsuspend. |
28e5a5f826bc
configure.ac: delete checks for signal functions
John W. Eaton <jwe@octave.org>
parents:
10250
diff
changeset
|
11 |
10250 | 12 2010-02-03 John W. Eaton <jwe@octave.org> |
13 | |
14 * configure.ac: Don't check for getcwd. | |
15 * bootstrap.conf (gnulib_modules): Include getcwd in the list. | |
16 | |
10248
85d76f689236
assume signal.h provides sigset_t and sig_atomic_t
John W. Eaton <jwe@octave.org>
parents:
10246
diff
changeset
|
17 2010-02-02 John W. Eaton <jwe@octave.org> |
85d76f689236
assume signal.h provides sigset_t and sig_atomic_t
John W. Eaton <jwe@octave.org>
parents:
10246
diff
changeset
|
18 |
85d76f689236
assume signal.h provides sigset_t and sig_atomic_t
John W. Eaton <jwe@octave.org>
parents:
10246
diff
changeset
|
19 * configure.ac: Assume signal.h provides sigset_t and sig_atomic_t. |
85d76f689236
assume signal.h provides sigset_t and sig_atomic_t
John W. Eaton <jwe@octave.org>
parents:
10246
diff
changeset
|
20 |
10246 | 21 2010-02-02 John W. Eaton <jwe@octave.org> |
22 | |
23 * configure.ac: Don't call OCTAVE_SIGNAL_CHECK, | |
24 OCTAVE_REINSTALL_SIGHANDLERS, AC_C_CONST, AC_HEADER_STDC, or | |
25 AC_STRUCT_TM, AC_TYPE_SIGNAL. | |
26 Don't define RETSIGTYPE_IS_VOID. | |
27 * acinclude.m4 (OCTAVE_SIGNAL_CHECK, OCTAVE_REINSTALL_SIGHANDLERS): | |
28 Don't call AC_TYPE_SIGNAL. Assume sighandler return type is void. | |
29 (OCTAVE_SIGNAL_CHECK, OCTAVE_REINSTALL_SIGHANDLERS): Delete macros. | |
30 * bootstrap.conf (gnulib_modules): Include sigaction, signal, | |
31 and sigprocmask in the list. | |
32 | |
10245 | 33 2010-02-02 John W. Eaton <jwe@octave.org> |
34 | |
35 * configure.ac: Don't check for stdint.h. | |
36 (AH_BOTTOM): Unconditionally include stdint.h. | |
37 Delete fallback integer type definitions. | |
38 * bootstrap.conf (gnulib_modules): Include stdint in the list. | |
39 | |
10244 | 40 2010-02-02 John W. Eaton <jwe@octave.org> |
41 | |
42 * configure.ac: Don't check for atexit or on_exit. | |
43 | |
10243
8cea060a6c85
configure.ac: remove obsolete function checks
John W. Eaton <jwe@octave.org>
parents:
10240
diff
changeset
|
44 2010-02-02 John W. Eaton <jwe@octave.org> |
8cea060a6c85
configure.ac: remove obsolete function checks
John W. Eaton <jwe@octave.org>
parents:
10240
diff
changeset
|
45 |
8cea060a6c85
configure.ac: remove obsolete function checks
John W. Eaton <jwe@octave.org>
parents:
10240
diff
changeset
|
46 * configure.ac: Don't check for bcopy, bzero, or memmove. |
8cea060a6c85
configure.ac: remove obsolete function checks
John W. Eaton <jwe@octave.org>
parents:
10240
diff
changeset
|
47 |
10240
fa7b5751730c
use gnulib time, sys_time, and sys_times modules
John W. Eaton <jwe@octave.org>
parents:
10239
diff
changeset
|
48 2010-02-02 John W. Eaton <jwe@octave.org> |
fa7b5751730c
use gnulib time, sys_time, and sys_times modules
John W. Eaton <jwe@octave.org>
parents:
10239
diff
changeset
|
49 |
fa7b5751730c
use gnulib time, sys_time, and sys_times modules
John W. Eaton <jwe@octave.org>
parents:
10239
diff
changeset
|
50 * bootstrap.conf (gnulib_modules): Include sys_time, sys_times, |
fa7b5751730c
use gnulib time, sys_time, and sys_times modules
John W. Eaton <jwe@octave.org>
parents:
10239
diff
changeset
|
51 and time in the list. |
fa7b5751730c
use gnulib time, sys_time, and sys_times modules
John W. Eaton <jwe@octave.org>
parents:
10239
diff
changeset
|
52 * configure.ac: Don't check for sys/time.h, sys/times.h, |
fa7b5751730c
use gnulib time, sys_time, and sys_times modules
John W. Eaton <jwe@octave.org>
parents:
10239
diff
changeset
|
53 sys/stat.h, sys/utimes, or utimes.h. |
fa7b5751730c
use gnulib time, sys_time, and sys_times modules
John W. Eaton <jwe@octave.org>
parents:
10239
diff
changeset
|
54 Don't call AC_HEADER_TIME. |
fa7b5751730c
use gnulib time, sys_time, and sys_times modules
John W. Eaton <jwe@octave.org>
parents:
10239
diff
changeset
|
55 |
10239
e45ccac6017f
addtional fixes for using strptime module
John W. Eaton <jwe@octave.org>
parents:
10235
diff
changeset
|
56 2010-02-02 John W. Eaton <jwe@octave.org> |
e45ccac6017f
addtional fixes for using strptime module
John W. Eaton <jwe@octave.org>
parents:
10235
diff
changeset
|
57 |
e45ccac6017f
addtional fixes for using strptime module
John W. Eaton <jwe@octave.org>
parents:
10235
diff
changeset
|
58 * acinclue.m4 (OCTAVE_STRPTIME_BROKEN): Delete. |
e45ccac6017f
addtional fixes for using strptime module
John W. Eaton <jwe@octave.org>
parents:
10235
diff
changeset
|
59 * configure.ac: Don't call it. |
e45ccac6017f
addtional fixes for using strptime module
John W. Eaton <jwe@octave.org>
parents:
10235
diff
changeset
|
60 |
10235
c022ff4a2b14
configure.ac: let automake handle makeinfo via missing script
John W. Eaton <jwe@octave.org>
parents:
10233
diff
changeset
|
61 2010-02-01 John W. Eaton <jwe@octave.org> |
c022ff4a2b14
configure.ac: let automake handle makeinfo via missing script
John W. Eaton <jwe@octave.org>
parents:
10233
diff
changeset
|
62 |
c022ff4a2b14
configure.ac: let automake handle makeinfo via missing script
John W. Eaton <jwe@octave.org>
parents:
10233
diff
changeset
|
63 * acinclude.m4 (OCTAVE_PROG_MAKEINFO): Delete macro. |
c022ff4a2b14
configure.ac: let automake handle makeinfo via missing script
John W. Eaton <jwe@octave.org>
parents:
10233
diff
changeset
|
64 * configure.ac: Don't call it. Don't issue warning about |
c022ff4a2b14
configure.ac: let automake handle makeinfo via missing script
John W. Eaton <jwe@octave.org>
parents:
10233
diff
changeset
|
65 makeinfo in summary. |
c022ff4a2b14
configure.ac: let automake handle makeinfo via missing script
John W. Eaton <jwe@octave.org>
parents:
10233
diff
changeset
|
66 |
10233 | 67 2010-01-31 Jaroslav Hajek <highegg@gmail.com> |
68 | |
69 * NEWS: Update. | |
70 | |
10208 | 71 2010-01-27 Jaroslav Hajek <highegg@gmail.com> |
72 | |
73 * NEWS: Update. | |
74 | |
10183
bb97e11ce1ba
configure.ac: don't check for standard C headers
John W. Eaton <jwe@octave.org>
parents:
10182
diff
changeset
|
75 2010-01-21 John W. Eaton <jwe@octave.org> |
bb97e11ce1ba
configure.ac: don't check for standard C headers
John W. Eaton <jwe@octave.org>
parents:
10182
diff
changeset
|
76 |
bb97e11ce1ba
configure.ac: don't check for standard C headers
John W. Eaton <jwe@octave.org>
parents:
10182
diff
changeset
|
77 * configure.ac: Don't check for standard C headers (by now, I |
bb97e11ce1ba
configure.ac: don't check for standard C headers
John W. Eaton <jwe@octave.org>
parents:
10182
diff
changeset
|
78 think we can safely assume they exist). Don't check for |
bb97e11ce1ba
configure.ac: don't check for standard C headers
John W. Eaton <jwe@octave.org>
parents:
10182
diff
changeset
|
79 varargs.h. |
bb97e11ce1ba
configure.ac: don't check for standard C headers
John W. Eaton <jwe@octave.org>
parents:
10182
diff
changeset
|
80 |
10182
0522a65bcd56
assume unistd.h and sys/types.h exist
John W. Eaton <jwe@octave.org>
parents:
10180
diff
changeset
|
81 2010-01-21 John W. Eaton <jwe@octave.org> |
0522a65bcd56
assume unistd.h and sys/types.h exist
John W. Eaton <jwe@octave.org>
parents:
10180
diff
changeset
|
82 |
0522a65bcd56
assume unistd.h and sys/types.h exist
John W. Eaton <jwe@octave.org>
parents:
10180
diff
changeset
|
83 * bootstrap.conf (gnulib_modules): Include sys_stat in the list. |
0522a65bcd56
assume unistd.h and sys/types.h exist
John W. Eaton <jwe@octave.org>
parents:
10180
diff
changeset
|
84 * configure.ac: Don't check for sys/types.h or unistd.h. |
0522a65bcd56
assume unistd.h and sys/types.h exist
John W. Eaton <jwe@octave.org>
parents:
10180
diff
changeset
|
85 |
10180 | 86 2010-01-21 John W. Eaton <jwe@octave.org> |
87 | |
88 * bootstrap.conf (gnulib_modules): Include unistd in the list. | |
89 Keep list sorted. | |
90 | |
10179 | 91 2010-01-21 John W. Eaton <jwe@octave.org> |
92 | |
93 * configure.ac: Delete checks for rename, link, readlink, rmdir, | |
94 strcasecmp, stricmp, strncasecmp, strnicmp, strptime, symlink, | |
95 and unlink. | |
96 | |
10177
cb3d926b4d9e
use readlink module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10176
diff
changeset
|
97 2010-01-21 John W. Eaton <jwe@octave.org> |
cb3d926b4d9e
use readlink module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10176
diff
changeset
|
98 |
cb3d926b4d9e
use readlink module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10176
diff
changeset
|
99 * bootstrap.conf (gnulib_modules): Include pathmax and readlink |
cb3d926b4d9e
use readlink module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10176
diff
changeset
|
100 in the list. |
cb3d926b4d9e
use readlink module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10176
diff
changeset
|
101 |
10176
a0665fa8798c
use symlink module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10175
diff
changeset
|
102 2010-01-21 John W. Eaton <jwe@octave.org> |
a0665fa8798c
use symlink module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10175
diff
changeset
|
103 |
a0665fa8798c
use symlink module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10175
diff
changeset
|
104 * bootstrap.conf (gnulib_modules): Include symlink in the list. |
a0665fa8798c
use symlink module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10175
diff
changeset
|
105 |
10175
d354be89b2c3
use link module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10174
diff
changeset
|
106 2010-01-21 John W. Eaton <jwe@octave.org> |
d354be89b2c3
use link module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10174
diff
changeset
|
107 |
d354be89b2c3
use link module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10174
diff
changeset
|
108 * bootstrap.conf (gnulib_modules): Include link in the list. |
d354be89b2c3
use link module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10174
diff
changeset
|
109 |
10174
eb64bf1c6107
use unlink module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10171
diff
changeset
|
110 2010-01-21 John W. Eaton <jwe@octave.org> |
eb64bf1c6107
use unlink module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10171
diff
changeset
|
111 |
eb64bf1c6107
use unlink module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10171
diff
changeset
|
112 * bootstrap.conf (gnulib_modules): Include unlink in the list. |
eb64bf1c6107
use unlink module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10171
diff
changeset
|
113 |
10171
22400682d3aa
use strptime module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10170
diff
changeset
|
114 2010-01-21 John W. Eaton <jwe@octave.org> |
22400682d3aa
use strptime module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10170
diff
changeset
|
115 |
22400682d3aa
use strptime module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10170
diff
changeset
|
116 * bootstrap.conf (gnulib_modules): Include strptime in the list. |
22400682d3aa
use strptime module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10170
diff
changeset
|
117 |
10170
1dffc8b2fca7
use rename module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10169
diff
changeset
|
118 2010-01-21 John W. Eaton <jwe@octave.org> |
1dffc8b2fca7
use rename module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10169
diff
changeset
|
119 |
1dffc8b2fca7
use rename module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10169
diff
changeset
|
120 * bootstrap.conf (gnulib_modules): Include rename in the list. |
1dffc8b2fca7
use rename module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10169
diff
changeset
|
121 |
10169
06bd6e57f889
use rmdir module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10168
diff
changeset
|
122 2010-01-21 John W. Eaton <jwe@octave.org> |
06bd6e57f889
use rmdir module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10168
diff
changeset
|
123 |
06bd6e57f889
use rmdir module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10168
diff
changeset
|
124 * bootstrap.conf (gnulib_modules): Include rmdir in the list. |
06bd6e57f889
use rmdir module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10168
diff
changeset
|
125 |
10168
37150167a72a
use c-strcase module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10167
diff
changeset
|
126 2010-01-21 John W. Eaton <jwe@octave.org> |
37150167a72a
use c-strcase module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10167
diff
changeset
|
127 |
37150167a72a
use c-strcase module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10167
diff
changeset
|
128 * bootstrap.conf (gnulib_modules): Include c-strcase in the list. |
37150167a72a
use c-strcase module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10167
diff
changeset
|
129 |
10167
1929ba7bbfb2
use getopt-gnu module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10123
diff
changeset
|
130 2010-01-21 John W. Eaton <jwe@octave.org> |
1929ba7bbfb2
use getopt-gnu module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10123
diff
changeset
|
131 |
1929ba7bbfb2
use getopt-gnu module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10123
diff
changeset
|
132 * bootstrap.conf (gnulib_modules): Include getopt-gnu in the list. |
1929ba7bbfb2
use getopt-gnu module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10123
diff
changeset
|
133 |
10123
8590f3c51868
Fix a few MSVC-related problems and partially re-enable MSVC compilation.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
10118
diff
changeset
|
134 2010-01-17 Michael Goffioul <michael.goffioul@gmail.com> |
8590f3c51868
Fix a few MSVC-related problems and partially re-enable MSVC compilation.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
10118
diff
changeset
|
135 |
8590f3c51868
Fix a few MSVC-related problems and partially re-enable MSVC compilation.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
10118
diff
changeset
|
136 * bootstrap.conf: Add round module. |
8590f3c51868
Fix a few MSVC-related problems and partially re-enable MSVC compilation.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
10118
diff
changeset
|
137 * configure.ac: Allow to use MSVC with *mingw* build host. Check for |
8590f3c51868
Fix a few MSVC-related problems and partially re-enable MSVC compilation.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
10118
diff
changeset
|
138 opendir in -ldirent. Add -ladvapi32 to LIBS. |
8590f3c51868
Fix a few MSVC-related problems and partially re-enable MSVC compilation.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
10118
diff
changeset
|
139 |
10118 | 140 2010-01-15 John W. Eaton <jwe@octave.org> |
141 | |
142 * NEWS: Edit. | |
143 | |
10117 | 144 2010-01-15 Jaroslav Hajek <highegg@gmail.com> |
145 | |
146 * NEWS: Update. | |
147 | |
10109 | 148 2010-01-14 Jaroslav Hajek <highegg@gmail.com> |
149 | |
150 * NEWS: Update. | |
151 | |
10092
02453ee20140
allow building of docs to be disabled
John W. Eaton <jwe@octave.org>
parents:
10077
diff
changeset
|
152 2010-01-13 John W. Eaton <jwe@octave.org> |
02453ee20140
allow building of docs to be disabled
John W. Eaton <jwe@octave.org>
parents:
10077
diff
changeset
|
153 |
02453ee20140
allow building of docs to be disabled
John W. Eaton <jwe@octave.org>
parents:
10077
diff
changeset
|
154 * configure.ac: Handle --enable-docs. Print warning in summary |
02453ee20140
allow building of docs to be disabled
John W. Eaton <jwe@octave.org>
parents:
10077
diff
changeset
|
155 if building documentation is disabled. |
02453ee20140
allow building of docs to be disabled
John W. Eaton <jwe@octave.org>
parents:
10077
diff
changeset
|
156 * Makefile.am (SUBDIRS): Use @DOCDIR@ instead of doc. |
02453ee20140
allow building of docs to be disabled
John W. Eaton <jwe@octave.org>
parents:
10077
diff
changeset
|
157 (dist-hook): New target, conditional on AMCOND_BUILD_DOCS. |
02453ee20140
allow building of docs to be disabled
John W. Eaton <jwe@octave.org>
parents:
10077
diff
changeset
|
158 |
10077 | 159 2010-01-09 John W. Eaton <jwe@octave.org> |
160 | |
161 * configure.ac: Don't check for nlink_t. | |
162 (AH_BOTTOM): Don't define nlink_t here. | |
163 | |
10073
dcde57cb5778
use times module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10072
diff
changeset
|
164 2010-01-07 John W. Eaton <jwe@octave.org> |
dcde57cb5778
use times module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10072
diff
changeset
|
165 |
dcde57cb5778
use times module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10072
diff
changeset
|
166 * configure.ac: Don't check for times. |
dcde57cb5778
use times module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10072
diff
changeset
|
167 * bootstrap.conf (gnulib_modules): Include times in the list. |
dcde57cb5778
use times module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10072
diff
changeset
|
168 |
10072
0b0bf1fd1ed7
use gettimeofday module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10063
diff
changeset
|
169 2010-01-07 John W. Eaton <jwe@octave.org> |
0b0bf1fd1ed7
use gettimeofday module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10063
diff
changeset
|
170 |
0b0bf1fd1ed7
use gettimeofday module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10063
diff
changeset
|
171 * configure.ac: Don't check for gettimeofday, or whether |
0b0bf1fd1ed7
use gettimeofday module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10063
diff
changeset
|
172 gettimeofday accepts one or two arguments. |
0b0bf1fd1ed7
use gettimeofday module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10063
diff
changeset
|
173 * bootstrap.conf (gnulib_modules): Include gettimeofday in the list. |
0b0bf1fd1ed7
use gettimeofday module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10063
diff
changeset
|
174 |
10062
7494d047e98d
bootstrap.conf: remove nonexistent "fstat" module
John W. Eaton <jwe@octave.org>
parents:
10058
diff
changeset
|
175 2010-01-05 John W. Eaton <jwe@octave.org> |
7494d047e98d
bootstrap.conf: remove nonexistent "fstat" module
John W. Eaton <jwe@octave.org>
parents:
10058
diff
changeset
|
176 |
10063
4058ff089fa3
bootstrap.conf: include mkfifo in the module list
John W. Eaton <jwe@octave.org>
parents:
10062
diff
changeset
|
177 * bootstrap.conf (gnulib_modules): Include mkfifo in the list. |
4058ff089fa3
bootstrap.conf: include mkfifo in the module list
John W. Eaton <jwe@octave.org>
parents:
10062
diff
changeset
|
178 |
4058ff089fa3
bootstrap.conf: include mkfifo in the module list
John W. Eaton <jwe@octave.org>
parents:
10062
diff
changeset
|
179 2010-01-05 John W. Eaton <jwe@octave.org> |
4058ff089fa3
bootstrap.conf: include mkfifo in the module list
John W. Eaton <jwe@octave.org>
parents:
10062
diff
changeset
|
180 |
4058ff089fa3
bootstrap.conf: include mkfifo in the module list
John W. Eaton <jwe@octave.org>
parents:
10062
diff
changeset
|
181 * bootstrap.conf (gnulib_modules): Remove nonexistent fstat module. |
10062
7494d047e98d
bootstrap.conf: remove nonexistent "fstat" module
John W. Eaton <jwe@octave.org>
parents:
10058
diff
changeset
|
182 |
10058
1be07aac495d
Remove out-of-date WWW directory
Rik <rdrider0-list@yahoo.com>
parents:
10054
diff
changeset
|
183 2009-12-22 Rik <octave@nomad.inbox5.com> |
1be07aac495d
Remove out-of-date WWW directory
Rik <rdrider0-list@yahoo.com>
parents:
10054
diff
changeset
|
184 |
1be07aac495d
Remove out-of-date WWW directory
Rik <rdrider0-list@yahoo.com>
parents:
10054
diff
changeset
|
185 * WWW/: remove web directory no longer used |
1be07aac495d
Remove out-of-date WWW directory
Rik <rdrider0-list@yahoo.com>
parents:
10054
diff
changeset
|
186 |
10054 | 187 2010-01-04 Jaroslav Hajek <highegg@gmail.com> |
188 | |
189 * NEWS: Update. | |
190 | |
10036
0cabc95f0833
configure.ac: use libtool cache variables to simplify checks for dynamic linking api
John W. Eaton <jwe@octave.org>
parents:
10029
diff
changeset
|
191 2009-12-27 John W. Eaton <jwe@octave.org> |
0cabc95f0833
configure.ac: use libtool cache variables to simplify checks for dynamic linking api
John W. Eaton <jwe@octave.org>
parents:
10029
diff
changeset
|
192 |
0cabc95f0833
configure.ac: use libtool cache variables to simplify checks for dynamic linking api
John W. Eaton <jwe@octave.org>
parents:
10029
diff
changeset
|
193 * configure.ac: Use libtool cache variables to simplify checks |
0cabc95f0833
configure.ac: use libtool cache variables to simplify checks for dynamic linking api
John W. Eaton <jwe@octave.org>
parents:
10029
diff
changeset
|
194 for dynamic linking api. |
0cabc95f0833
configure.ac: use libtool cache variables to simplify checks for dynamic linking api
John W. Eaton <jwe@octave.org>
parents:
10029
diff
changeset
|
195 |
10029
3b2f81d5a6dc
use gnulib modules for fstat, lstat, and stat
John W. Eaton <jwe@octave.org>
parents:
10027
diff
changeset
|
196 2009-12-26 John W. Eaton <jwe@octave.org> |
3b2f81d5a6dc
use gnulib modules for fstat, lstat, and stat
John W. Eaton <jwe@octave.org>
parents:
10027
diff
changeset
|
197 |
3b2f81d5a6dc
use gnulib modules for fstat, lstat, and stat
John W. Eaton <jwe@octave.org>
parents:
10027
diff
changeset
|
198 * bootstrap.conf (gnulib_modules): Include fstat, lstat, and |
3b2f81d5a6dc
use gnulib modules for fstat, lstat, and stat
John W. Eaton <jwe@octave.org>
parents:
10027
diff
changeset
|
199 stat in the list. |
3b2f81d5a6dc
use gnulib modules for fstat, lstat, and stat
John W. Eaton <jwe@octave.org>
parents:
10027
diff
changeset
|
200 * configure.ac: Don't check for fstat, lstat, or stat. |
3b2f81d5a6dc
use gnulib modules for fstat, lstat, and stat
John W. Eaton <jwe@octave.org>
parents:
10027
diff
changeset
|
201 |
10027
0f312e11957e
use mkdir module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10025
diff
changeset
|
202 2009-12-25 John W. Eaton <jwe@octave.org> |
0f312e11957e
use mkdir module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10025
diff
changeset
|
203 |
0f312e11957e
use mkdir module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10025
diff
changeset
|
204 * bootstrap.conf (gnulib_modules): Include mkdir in the list. |
0f312e11957e
use mkdir module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10025
diff
changeset
|
205 * configure.ac: Don't check for mkdir. |
0f312e11957e
use mkdir module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10025
diff
changeset
|
206 Don't call OCTAVE_MKDIR_TAKES_ONE_ARG. |
0f312e11957e
use mkdir module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10025
diff
changeset
|
207 * acinclude.m4 (OCTAVE_MKDIR_TAKES_ONE_ARG): Delete. |
0f312e11957e
use mkdir module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10025
diff
changeset
|
208 |
10025
acd5e9df38f8
use gnuplib crypto/md5 module
John W. Eaton <jwe@octave.org>
parents:
10015
diff
changeset
|
209 2009-12-25 John W. Eaton <jwe@octave.org> |
acd5e9df38f8
use gnuplib crypto/md5 module
John W. Eaton <jwe@octave.org>
parents:
10015
diff
changeset
|
210 |
acd5e9df38f8
use gnuplib crypto/md5 module
John W. Eaton <jwe@octave.org>
parents:
10015
diff
changeset
|
211 * bootstrap.conf (gnulib_modules): Include crypto/md5 in the list. |
acd5e9df38f8
use gnuplib crypto/md5 module
John W. Eaton <jwe@octave.org>
parents:
10015
diff
changeset
|
212 |
10015
49563d18ca78
Remove redundant test for nlink_t in configure.ac
Rik <rdrider0-list@yahoo.com>
parents:
10014
diff
changeset
|
213 2009-12-22 Rik <octave@nomad.inbox5.com> |
49563d18ca78
Remove redundant test for nlink_t in configure.ac
Rik <rdrider0-list@yahoo.com>
parents:
10014
diff
changeset
|
214 |
49563d18ca78
Remove redundant test for nlink_t in configure.ac
Rik <rdrider0-list@yahoo.com>
parents:
10014
diff
changeset
|
215 * configure.ac: Remove second redundant test for nlink_t |
49563d18ca78
Remove redundant test for nlink_t in configure.ac
Rik <rdrider0-list@yahoo.com>
parents:
10014
diff
changeset
|
216 |
10014
cb98128649e9
Remove dlfcn directory containing outdated, undistributed code
Rik <rdrider0-list@yahoo.com>
parents:
10012
diff
changeset
|
217 2009-12-21 Rik <octave@nomad.inbox5.com> |
cb98128649e9
Remove dlfcn directory containing outdated, undistributed code
Rik <rdrider0-list@yahoo.com>
parents:
10012
diff
changeset
|
218 |
cb98128649e9
Remove dlfcn directory containing outdated, undistributed code
Rik <rdrider0-list@yahoo.com>
parents:
10012
diff
changeset
|
219 * dlfcn directory: Remove dlfcn directory with leftover code from 1996 |
cb98128649e9
Remove dlfcn directory containing outdated, undistributed code
Rik <rdrider0-list@yahoo.com>
parents:
10012
diff
changeset
|
220 |
10012
2441327485a3
use m4 quating in aclocal.m4 autoconf macros with variable expansion
Rik <rdrider0-list@yahoo.com>
parents:
10011
diff
changeset
|
221 2009-12-20 Rik <octave@nomad.inbox5.com> |
2441327485a3
use m4 quating in aclocal.m4 autoconf macros with variable expansion
Rik <rdrider0-list@yahoo.com>
parents:
10011
diff
changeset
|
222 |
2441327485a3
use m4 quating in aclocal.m4 autoconf macros with variable expansion
Rik <rdrider0-list@yahoo.com>
parents:
10011
diff
changeset
|
223 * acinclude.m4: use M4 quoting for arguments to autoconf macros |
2441327485a3
use m4 quating in aclocal.m4 autoconf macros with variable expansion
Rik <rdrider0-list@yahoo.com>
parents:
10011
diff
changeset
|
224 |
10011
411325ce32d7
Better warnings when gnuplot is not installed but native graphics are available
Rik <rdrider0-list@yahoo.com>
parents:
10007
diff
changeset
|
225 2009-12-20 Rik <octave@nomad.inbox5.com> |
411325ce32d7
Better warnings when gnuplot is not installed but native graphics are available
Rik <rdrider0-list@yahoo.com>
parents:
10007
diff
changeset
|
226 |
411325ce32d7
Better warnings when gnuplot is not installed but native graphics are available
Rik <rdrider0-list@yahoo.com>
parents:
10007
diff
changeset
|
227 * configure.ac, acinclude.m4: Better warnings when gnuplot is not |
411325ce32d7
Better warnings when gnuplot is not installed but native graphics are available
Rik <rdrider0-list@yahoo.com>
parents:
10007
diff
changeset
|
228 installed but native graphics are available |
411325ce32d7
Better warnings when gnuplot is not installed but native graphics are available
Rik <rdrider0-list@yahoo.com>
parents:
10007
diff
changeset
|
229 |
10007
12dd0a7597ff
Distribute emacs specific files from emacs directory rather than examples directory
Rik <rdrider0-list@yahoo.com>
parents:
10006
diff
changeset
|
230 2009-12-19 Rik <octave@nomad.inbox5.com> |
12dd0a7597ff
Distribute emacs specific files from emacs directory rather than examples directory
Rik <rdrider0-list@yahoo.com>
parents:
10006
diff
changeset
|
231 |
12dd0a7597ff
Distribute emacs specific files from emacs directory rather than examples directory
Rik <rdrider0-list@yahoo.com>
parents:
10006
diff
changeset
|
232 * emacs/module.mk, examples/Makefile.am, info-emacs-info, |
12dd0a7597ff
Distribute emacs specific files from emacs directory rather than examples directory
Rik <rdrider0-list@yahoo.com>
parents:
10006
diff
changeset
|
233 info-emacs-octave-help: Distribute emacs specific files from emacs |
12dd0a7597ff
Distribute emacs specific files from emacs directory rather than examples directory
Rik <rdrider0-list@yahoo.com>
parents:
10006
diff
changeset
|
234 directory rather than examples directory |
12dd0a7597ff
Distribute emacs specific files from emacs directory rather than examples directory
Rik <rdrider0-list@yahoo.com>
parents:
10006
diff
changeset
|
235 |
10006
061ea41a3da7
Reimplement previous patch with distribution triggered by m4/module.mk for clarity
Rik <rdrider0-list@yahoo.com>
parents:
10005
diff
changeset
|
236 2009-12-19 Rik <octave@nomad.inbox5.com> |
061ea41a3da7
Reimplement previous patch with distribution triggered by m4/module.mk for clarity
Rik <rdrider0-list@yahoo.com>
parents:
10005
diff
changeset
|
237 |
061ea41a3da7
Reimplement previous patch with distribution triggered by m4/module.mk for clarity
Rik <rdrider0-list@yahoo.com>
parents:
10005
diff
changeset
|
238 * m4/module.mk, Makefile.am: Redo previous patch with distribution |
061ea41a3da7
Reimplement previous patch with distribution triggered by m4/module.mk for clarity
Rik <rdrider0-list@yahoo.com>
parents:
10005
diff
changeset
|
239 triggered by m4/module.mk. |
061ea41a3da7
Reimplement previous patch with distribution triggered by m4/module.mk for clarity
Rik <rdrider0-list@yahoo.com>
parents:
10005
diff
changeset
|
240 |
10005
b250fee61632
Distribute m4/gnulib-cache.m4 in tarballs per bootstrap recommendation
Rik <rdrider0-list@yahoo.com>
parents:
10004
diff
changeset
|
241 2009-12-19 Rik <octave@nomad.inbox5.com> |
b250fee61632
Distribute m4/gnulib-cache.m4 in tarballs per bootstrap recommendation
Rik <rdrider0-list@yahoo.com>
parents:
10004
diff
changeset
|
242 |
b250fee61632
Distribute m4/gnulib-cache.m4 in tarballs per bootstrap recommendation
Rik <rdrider0-list@yahoo.com>
parents:
10004
diff
changeset
|
243 * Makefile.am: Distribute m4/gnulib-cache.m4 per recommendation |
b250fee61632
Distribute m4/gnulib-cache.m4 in tarballs per bootstrap recommendation
Rik <rdrider0-list@yahoo.com>
parents:
10004
diff
changeset
|
244 |
10004
e517da95bf98
Eliminate TOPDIR variable in favor of built-in automake variables
Rik <rdrider0-list@yahoo.com>
parents:
10003
diff
changeset
|
245 2009-12-19 Rik <octave@nomad.inbox5.com> |
e517da95bf98
Eliminate TOPDIR variable in favor of built-in automake variables
Rik <rdrider0-list@yahoo.com>
parents:
10003
diff
changeset
|
246 |
e517da95bf98
Eliminate TOPDIR variable in favor of built-in automake variables
Rik <rdrider0-list@yahoo.com>
parents:
10003
diff
changeset
|
247 * Makefile.am, examples/Makefile.am, common.mk, configure.ac: Eliminate |
e517da95bf98
Eliminate TOPDIR variable in favor of built-in automake variables
Rik <rdrider0-list@yahoo.com>
parents:
10003
diff
changeset
|
248 TOPDIR variable in favor of built-in automake variables of top_builddir |
e517da95bf98
Eliminate TOPDIR variable in favor of built-in automake variables
Rik <rdrider0-list@yahoo.com>
parents:
10003
diff
changeset
|
249 and top_srcdir. |
e517da95bf98
Eliminate TOPDIR variable in favor of built-in automake variables
Rik <rdrider0-list@yahoo.com>
parents:
10003
diff
changeset
|
250 |
e517da95bf98
Eliminate TOPDIR variable in favor of built-in automake variables
Rik <rdrider0-list@yahoo.com>
parents:
10003
diff
changeset
|
251 2009-12-19 Rik <octave@nomad.inbox5.com> |
10003
2ea3110e15ed
Use M4 quoting for arguments to autoconf macros containing variables
Rik <rdrider0-list@yahoo.com>
parents:
10002
diff
changeset
|
252 |
2ea3110e15ed
Use M4 quoting for arguments to autoconf macros containing variables
Rik <rdrider0-list@yahoo.com>
parents:
10002
diff
changeset
|
253 * Makefile.am: Use M4 quoting for arguments to autoconf macros containing |
2ea3110e15ed
Use M4 quoting for arguments to autoconf macros containing variables
Rik <rdrider0-list@yahoo.com>
parents:
10002
diff
changeset
|
254 variables |
2ea3110e15ed
Use M4 quoting for arguments to autoconf macros containing variables
Rik <rdrider0-list@yahoo.com>
parents:
10002
diff
changeset
|
255 |
10002
e93c9bfff8b8
allow size_equal with 0 arguments
Jaroslav Hajek <highegg@gmail.com>
parents:
9989
diff
changeset
|
256 2009-12-19 Jaroslav Hajek <highegg@gmail.com> |
e93c9bfff8b8
allow size_equal with 0 arguments
Jaroslav Hajek <highegg@gmail.com>
parents:
9989
diff
changeset
|
257 |
e93c9bfff8b8
allow size_equal with 0 arguments
Jaroslav Hajek <highegg@gmail.com>
parents:
9989
diff
changeset
|
258 * data.cc (Fsize_equal): Allow calling with zero arguments. |
10003
2ea3110e15ed
Use M4 quoting for arguments to autoconf macros containing variables
Rik <rdrider0-list@yahoo.com>
parents:
10002
diff
changeset
|
259 variables |
10002
e93c9bfff8b8
allow size_equal with 0 arguments
Jaroslav Hajek <highegg@gmail.com>
parents:
9989
diff
changeset
|
260 |
9989
d36f8c473dff
use glob and fnmatch from gnulib
John W. Eaton <jwe@octave.org>
parents:
9977
diff
changeset
|
261 2009-12-15 John W. Eaton <jwe@octave.org> |
d36f8c473dff
use glob and fnmatch from gnulib
John W. Eaton <jwe@octave.org>
parents:
9977
diff
changeset
|
262 |
d36f8c473dff
use glob and fnmatch from gnulib
John W. Eaton <jwe@octave.org>
parents:
9977
diff
changeset
|
263 * README.MSVC: Delete section about obtaining glob library. |
d36f8c473dff
use glob and fnmatch from gnulib
John W. Eaton <jwe@octave.org>
parents:
9977
diff
changeset
|
264 * bootstrap.conf (gnulib_modules): Add fnmatch and glob to the list. |
d36f8c473dff
use glob and fnmatch from gnulib
John W. Eaton <jwe@octave.org>
parents:
9977
diff
changeset
|
265 * common.mk (LIBGLOB): Delete variable. |
d36f8c473dff
use glob and fnmatch from gnulib
John W. Eaton <jwe@octave.org>
parents:
9977
diff
changeset
|
266 (do_subst_config_vals): Don't substitute it. |
d36f8c473dff
use glob and fnmatch from gnulib
John W. Eaton <jwe@octave.org>
parents:
9977
diff
changeset
|
267 * octave-bug.in, octave-bug.cc.in: Eliminate LIBGLOB variable. |
d36f8c473dff
use glob and fnmatch from gnulib
John W. Eaton <jwe@octave.org>
parents:
9977
diff
changeset
|
268 * configure.ac: Don't check for glob.h or the glob and fnmatch |
d36f8c473dff
use glob and fnmatch from gnulib
John W. Eaton <jwe@octave.org>
parents:
9977
diff
changeset
|
269 functions. Eliminate LIBGLOB variable. |
d36f8c473dff
use glob and fnmatch from gnulib
John W. Eaton <jwe@octave.org>
parents:
9977
diff
changeset
|
270 |
9977
711aa22ff83d
Elaborate which DIRNAME to use for --gnulib-srcdir option in HACKING file
Rik <rdrider0-list@yahoo.com>
parents:
9970
diff
changeset
|
271 2009-12-11 Rik <octave@nomad.inbox5.com> |
711aa22ff83d
Elaborate which DIRNAME to use for --gnulib-srcdir option in HACKING file
Rik <rdrider0-list@yahoo.com>
parents:
9970
diff
changeset
|
272 |
711aa22ff83d
Elaborate which DIRNAME to use for --gnulib-srcdir option in HACKING file
Rik <rdrider0-list@yahoo.com>
parents:
9970
diff
changeset
|
273 * HACKING: Elaborate which DIRNAME to use for --gnulib-srcdir option. |
711aa22ff83d
Elaborate which DIRNAME to use for --gnulib-srcdir option in HACKING file
Rik <rdrider0-list@yahoo.com>
parents:
9970
diff
changeset
|
274 |
9970
cc7ea6083774
configure.ac: use pthread flags and libs for tests
John W. Eaton <jwe@octave.org>
parents:
9969
diff
changeset
|
275 2009-12-11 John W. Eaton <jwe@octave.org> |
cc7ea6083774
configure.ac: use pthread flags and libs for tests
John W. Eaton <jwe@octave.org>
parents:
9969
diff
changeset
|
276 |
cc7ea6083774
configure.ac: use pthread flags and libs for tests
John W. Eaton <jwe@octave.org>
parents:
9969
diff
changeset
|
277 * configure.ac: Add $PTHREAD_LIBS to $LIBS and $PTHREAD_CFLAGS |
cc7ea6083774
configure.ac: use pthread flags and libs for tests
John W. Eaton <jwe@octave.org>
parents:
9969
diff
changeset
|
278 to $CFLAGS for subsequent tests. |
cc7ea6083774
configure.ac: use pthread flags and libs for tests
John W. Eaton <jwe@octave.org>
parents:
9969
diff
changeset
|
279 |
9969 | 280 2009-12-11 Rik <octave@nomad.inbox5.com> |
281 | |
282 * Makefile.am: remove install-extras target and use automake syntax to | |
283 distribute NEWS file. | |
284 * examples/Makefile.am: remove install-images target and use automake | |
285 syntax to distribute image data. | |
286 | |
9965 | 287 2009-12-11 John W. Eaton <jwe@octave.org> |
288 | |
9966
d4dab9605c49
correctly set indent-tabs-mode for ChangeLogs and Makefiles in .dir-locals.el
John W. Eaton <jwe@octave.org>
parents:
9965
diff
changeset
|
289 * .dir-locals.el: Correctly set indent-tabs-mode for ChangeLogs, |
d4dab9605c49
correctly set indent-tabs-mode for ChangeLogs and Makefiles in .dir-locals.el
John W. Eaton <jwe@octave.org>
parents:
9965
diff
changeset
|
290 and Makefiles. |
d4dab9605c49
correctly set indent-tabs-mode for ChangeLogs and Makefiles in .dir-locals.el
John W. Eaton <jwe@octave.org>
parents:
9965
diff
changeset
|
291 |
9965 | 292 * common.mk (cp_update_rule): New macro. |
293 | |
9957
59ed11557715
mkoctfile: if output file is specified and it does not end in output_ext, append output_ext
John W. Eaton <jwe@octave.org>
parents:
9956
diff
changeset
|
294 2009-12-10 John W. Eaton <jwe@octave.org> |
59ed11557715
mkoctfile: if output file is specified and it does not end in output_ext, append output_ext
John W. Eaton <jwe@octave.org>
parents:
9956
diff
changeset
|
295 |
59ed11557715
mkoctfile: if output file is specified and it does not end in output_ext, append output_ext
John W. Eaton <jwe@octave.org>
parents:
9956
diff
changeset
|
296 * mkoctfile.in, mkoctfile.cc.in: If output file is specified and |
59ed11557715
mkoctfile: if output file is specified and it does not end in output_ext, append output_ext
John W. Eaton <jwe@octave.org>
parents:
9956
diff
changeset
|
297 it does not end in output_ext, append output_ext. |
59ed11557715
mkoctfile: if output file is specified and it does not end in output_ext, append output_ext
John W. Eaton <jwe@octave.org>
parents:
9956
diff
changeset
|
298 |
9956
f26a33e21db9
mkoctfile: when compiling files in subdirectories, place object files in current directory by default
John W. Eaton <jwe@octave.org>
parents:
9955
diff
changeset
|
299 2009-12-10 John W. Eaton <jwe@octave.org> |
f26a33e21db9
mkoctfile: when compiling files in subdirectories, place object files in current directory by default
John W. Eaton <jwe@octave.org>
parents:
9955
diff
changeset
|
300 |
f26a33e21db9
mkoctfile: when compiling files in subdirectories, place object files in current directory by default
John W. Eaton <jwe@octave.org>
parents:
9955
diff
changeset
|
301 * mkoctfile.in, mkoctfile.cc.in: When compiling files in |
f26a33e21db9
mkoctfile: when compiling files in subdirectories, place object files in current directory by default
John W. Eaton <jwe@octave.org>
parents:
9955
diff
changeset
|
302 subdirectories, place object files in current directory by |
f26a33e21db9
mkoctfile: when compiling files in subdirectories, place object files in current directory by default
John W. Eaton <jwe@octave.org>
parents:
9955
diff
changeset
|
303 default. |
f26a33e21db9
mkoctfile: when compiling files in subdirectories, place object files in current directory by default
John W. Eaton <jwe@octave.org>
parents:
9955
diff
changeset
|
304 |
9955
33537a4d223f
mkoctfile.cc.in: accept long options with single -
John W. Eaton <jwe@octave.org>
parents:
9954
diff
changeset
|
305 2009-12-10 John W. Eaton <jwe@octave.org> |
33537a4d223f
mkoctfile.cc.in: accept long options with single -
John W. Eaton <jwe@octave.org>
parents:
9954
diff
changeset
|
306 |
33537a4d223f
mkoctfile.cc.in: accept long options with single -
John W. Eaton <jwe@octave.org>
parents:
9954
diff
changeset
|
307 * mkoctfile.cc.in: Accept long options with single -. |
33537a4d223f
mkoctfile.cc.in: accept long options with single -
John W. Eaton <jwe@octave.org>
parents:
9954
diff
changeset
|
308 |
9954
de6b6173c990
mkoctfile.in: accept long options with single -
John W. Eaton <jwe@octave.org>
parents:
9949
diff
changeset
|
309 2009-12-10 John W. Eaton <jwe@octave.org> |
de6b6173c990
mkoctfile.in: accept long options with single -
John W. Eaton <jwe@octave.org>
parents:
9949
diff
changeset
|
310 |
de6b6173c990
mkoctfile.in: accept long options with single -
John W. Eaton <jwe@octave.org>
parents:
9949
diff
changeset
|
311 * mkoctfile.in: Accept long options with single -. |
de6b6173c990
mkoctfile.in: accept long options with single -
John W. Eaton <jwe@octave.org>
parents:
9949
diff
changeset
|
312 |
9949 | 313 2009-12-09 John W. Eaton <jwe@octave.org> |
314 | |
315 * HACKING: Clarify gnulib checkout and use. | |
316 | |
9946 | 317 2009-12-09 John W. Eaton <jwe@octave.org> |
318 | |
319 * configure.ac: Remove URL argument from AC_INIT. | |
320 Use AC_CONFIG_AUX_DIR. Move AM_INIT_AUTOMAKE after other | |
321 AC_CONFIG setup macros. Use gl_EARLY and gl_INIT for gnulib. | |
322 Add libgnu/Makefile to the list of AC_CONFIG_FILES. Eliminate | |
323 special case check for for strftime. | |
324 * bootstrap: New file, from gnulib. | |
325 * bootstrap.conf: New file, from gnulib. Override bootstrap | |
326 defaults for checkout_only_file, gnulib_tool_option_extras, | |
327 gnulib_name, and source_base. | |
328 (gnulib_modules): Add strftime to the list. | |
329 * autogen.sh: Simply generate makefile fragments and call | |
330 bootstrap to do the rest of the initial setup. | |
331 * Makefile.am (SUBDIRS): Add libgnu to the list. | |
332 * libgnu/Makefile.am: New directory and file. | |
333 * INSTALL: Remove our copy so version from gnulib will be | |
334 distributed. | |
335 * HACKING: New file. | |
336 | |
9943
4c681ff57bc3
Modifications to makefiles to pass distcheck test
Rik <rdrider0-list@yahoo.com>
parents:
9939
diff
changeset
|
337 2009-12-08 Rik <octave@nomad.inbox5.com> |
4c681ff57bc3
Modifications to makefiles to pass distcheck test
Rik <rdrider0-list@yahoo.com>
parents:
9939
diff
changeset
|
338 |
4c681ff57bc3
Modifications to makefiles to pass distcheck test
Rik <rdrider0-list@yahoo.com>
parents:
9939
diff
changeset
|
339 * Makefile.am: add BUGS and OCTAVE.INSTALL to DISTCLEANFILES |
4c681ff57bc3
Modifications to makefiles to pass distcheck test
Rik <rdrider0-list@yahoo.com>
parents:
9939
diff
changeset
|
340 |
9939 | 341 2009-12-08 John W. Eaton <jwe@octave.org> |
342 | |
343 * configure.ac: Update gnuplot status message. | |
344 * acinclude.m4 (OCTAVE_PROG_GNUPLOT): Likewise. | |
345 | |
9933
ac4b97c6bf8b
eliminate Emacs local variables from some files
John W. Eaton <jwe@octave.org>
parents:
9932
diff
changeset
|
346 2009-12-07 John W. Eaton <jwe@octave.org> |
ac4b97c6bf8b
eliminate Emacs local variables from some files
John W. Eaton <jwe@octave.org>
parents:
9932
diff
changeset
|
347 |
ac4b97c6bf8b
eliminate Emacs local variables from some files
John W. Eaton <jwe@octave.org>
parents:
9932
diff
changeset
|
348 * examples/make_int.cc: Delete Emacs local variables. |
ac4b97c6bf8b
eliminate Emacs local variables from some files
John W. Eaton <jwe@octave.org>
parents:
9932
diff
changeset
|
349 |
ac4b97c6bf8b
eliminate Emacs local variables from some files
John W. Eaton <jwe@octave.org>
parents:
9932
diff
changeset
|
350 * .dir-locals.el: New file. |
ac4b97c6bf8b
eliminate Emacs local variables from some files
John W. Eaton <jwe@octave.org>
parents:
9932
diff
changeset
|
351 |
9932
6cb30a539481
untabify files in examples directory
John W. Eaton <jwe@octave.org>
parents:
9917
diff
changeset
|
352 2009-12-07 John W. Eaton <jwe@octave.org> |
6cb30a539481
untabify files in examples directory
John W. Eaton <jwe@octave.org>
parents:
9917
diff
changeset
|
353 |
6cb30a539481
untabify files in examples directory
John W. Eaton <jwe@octave.org>
parents:
9917
diff
changeset
|
354 * examples/firstmexdemo.c, examples/fortdemo.cc, |
6cb30a539481
untabify files in examples directory
John W. Eaton <jwe@octave.org>
parents:
9917
diff
changeset
|
355 examples/funcdemo.cc, examples/hello.cc, examples/make_int.cc, |
6cb30a539481
untabify files in examples directory
John W. Eaton <jwe@octave.org>
parents:
9917
diff
changeset
|
356 examples/mycell.c, examples/myfeval.c, examples/myfunc.c, |
6cb30a539481
untabify files in examples directory
John W. Eaton <jwe@octave.org>
parents:
9917
diff
changeset
|
357 examples/mypow2.c, examples/mysparse.c, examples/mystring.c, |
6cb30a539481
untabify files in examples directory
John W. Eaton <jwe@octave.org>
parents:
9917
diff
changeset
|
358 examples/mystruct.c, examples/paramdemo.cc, |
6cb30a539481
untabify files in examples directory
John W. Eaton <jwe@octave.org>
parents:
9917
diff
changeset
|
359 examples/stringdemo.cc, examples/structdemo.cc, |
6cb30a539481
untabify files in examples directory
John W. Eaton <jwe@octave.org>
parents:
9917
diff
changeset
|
360 examples/unwinddemo.cc, examples/embedded.cc: Untabify. |
6cb30a539481
untabify files in examples directory
John W. Eaton <jwe@octave.org>
parents:
9917
diff
changeset
|
361 |
9917
c1210502785b
provide OCTAVE_API_VERSION_NUMBER
John W. Eaton <jwe@octave.org>
parents:
9916
diff
changeset
|
362 2009-12-04 John W. Eaton <jwe@octave.org> |
c1210502785b
provide OCTAVE_API_VERSION_NUMBER
John W. Eaton <jwe@octave.org>
parents:
9916
diff
changeset
|
363 |
c1210502785b
provide OCTAVE_API_VERSION_NUMBER
John W. Eaton <jwe@octave.org>
parents:
9916
diff
changeset
|
364 * configure.ac (OCTAVE_API_VERSION_NUMBER): New variable. |
c1210502785b
provide OCTAVE_API_VERSION_NUMBER
John W. Eaton <jwe@octave.org>
parents:
9916
diff
changeset
|
365 (OCTAVE_API_VERSION): Define using OCTAVE_API_VERSION_NUMBER. |
c1210502785b
provide OCTAVE_API_VERSION_NUMBER
John W. Eaton <jwe@octave.org>
parents:
9916
diff
changeset
|
366 * common.mk (OCTAVE_API_VERSION_NUMBER): New variable. |
c1210502785b
provide OCTAVE_API_VERSION_NUMBER
John W. Eaton <jwe@octave.org>
parents:
9916
diff
changeset
|
367 |
9915
ac711616bc03
configure.ac: fix HAVE_X definition
John W. Eaton <jwe@octave.org>
parents:
9909
diff
changeset
|
368 2009-12-04 John W. Eaton <jwe@octave.org> |
ac711616bc03
configure.ac: fix HAVE_X definition
John W. Eaton <jwe@octave.org>
parents:
9909
diff
changeset
|
369 |
ac711616bc03
configure.ac: fix HAVE_X definition
John W. Eaton <jwe@octave.org>
parents:
9909
diff
changeset
|
370 * configure.ac: Check $have_x = yes, not just $have_x. |
9916 | 371 From Carmine Paolino <earcar@gmail.com>. |
9915
ac711616bc03
configure.ac: fix HAVE_X definition
John W. Eaton <jwe@octave.org>
parents:
9909
diff
changeset
|
372 |
9909 | 373 2009-12-04 John W. Eaton <jwe@octave.org> |
374 | |
375 * configure.ac: Require auotconf 2.62. | |
376 | |
9906 | 377 2009-12-03 John W. Eaton <jwe@octave.org> |
378 | |
379 * common.mk (OCTAVE_VERSION, OCTAVE_API_VERSION) | |
380 (OCTAVE_RELEASE_DATE, OCTAVE_COPYRIGHT, OCTAVE_IDX_TYPE): | |
381 New substituted variables. | |
382 (version): Define from $(OCTAVE_VERSION). | |
383 (api_version): Define from $(OCTAVE_API_VERSION). | |
384 (do_subst_texinfo_vals): Delete macro. | |
385 | |
386 * configure.ac (AC_CONFIG_HEADER): Quote arg. | |
387 (AC_CONFIG_FILES): Remove mxarray.h and version.h from the list. | |
388 | |
389 * examples/Makefile.am (CLEANFILES): New variable. | |
390 | |
9892
ac69e6f4b33d
Add HDF5-1.8 compatibility while maintaining compatibility with HDF5-1.6 versions
Kacper Kowalik <xarthisius.kk@gmail.com>
parents:
9888
diff
changeset
|
391 2009-11-30 Kacper Kowalik <xarthisius.kk@gmail.com> |
ac69e6f4b33d
Add HDF5-1.8 compatibility while maintaining compatibility with HDF5-1.6 versions
Kacper Kowalik <xarthisius.kk@gmail.com>
parents:
9888
diff
changeset
|
392 |
ac69e6f4b33d
Add HDF5-1.8 compatibility while maintaining compatibility with HDF5-1.6 versions
Kacper Kowalik <xarthisius.kk@gmail.com>
parents:
9888
diff
changeset
|
393 * acinclude.m4 (OCTAVE_HDF5_HAS_ENFORCED_16_API): New macro that |
ac69e6f4b33d
Add HDF5-1.8 compatibility while maintaining compatibility with HDF5-1.6 versions
Kacper Kowalik <xarthisius.kk@gmail.com>
parents:
9888
diff
changeset
|
394 tests whether the HDF5 library has an enforced v1.6 API and detects |
ac69e6f4b33d
Add HDF5-1.8 compatibility while maintaining compatibility with HDF5-1.6 versions
Kacper Kowalik <xarthisius.kk@gmail.com>
parents:
9888
diff
changeset
|
395 v1.8 APIs. |
9967 | 396 * configure.m4: Adapt test for HDF5 libraries to support v1.8 |
9892
ac69e6f4b33d
Add HDF5-1.8 compatibility while maintaining compatibility with HDF5-1.6 versions
Kacper Kowalik <xarthisius.kk@gmail.com>
parents:
9888
diff
changeset
|
397 HDF5 libraries. |
ac69e6f4b33d
Add HDF5-1.8 compatibility while maintaining compatibility with HDF5-1.6 versions
Kacper Kowalik <xarthisius.kk@gmail.com>
parents:
9888
diff
changeset
|
398 |
9888 | 399 2009-11-29 Jaroslav Hajek <highegg@gmail.com> |
400 | |
401 * NEWS: Update. | |
402 | |
9882
9ed5f64e3959
Remove HAVE_H5GGET_NUM_OBJS define
David Bateman <dbateman@free.fr>
parents:
9880
diff
changeset
|
403 2009-11-27 David Bateman <dbateman@free.fr> |
9ed5f64e3959
Remove HAVE_H5GGET_NUM_OBJS define
David Bateman <dbateman@free.fr>
parents:
9880
diff
changeset
|
404 |
9ed5f64e3959
Remove HAVE_H5GGET_NUM_OBJS define
David Bateman <dbateman@free.fr>
parents:
9880
diff
changeset
|
405 * configure.ac (HAVE_H5GGET_NUM_OBJS) Remove define. |
9ed5f64e3959
Remove HAVE_H5GGET_NUM_OBJS define
David Bateman <dbateman@free.fr>
parents:
9880
diff
changeset
|
406 |
9880 | 407 2009-11-27 David Bateman <dbateman@free.fr> |
408 | |
409 * NEWS: Document ftp objects. | |
410 * configure.ac: Document that curl libraries impact ftp objects. | |
411 | |
9873 | 412 2009-11-26 Jaroslav Hajek <highegg@gmail.com> |
413 | |
414 * NEWS: Update. | |
415 | |
9865
763906db555e
acinclude.m4: update gnuplot and ghostscript program checks for Windows
Tatsu@Inspiron6000
parents:
9864
diff
changeset
|
416 2009-11-25 Tatsuro MATSUOKA <tmacchant@yahoo.co.jp> |
763906db555e
acinclude.m4: update gnuplot and ghostscript program checks for Windows
Tatsu@Inspiron6000
parents:
9864
diff
changeset
|
417 |
763906db555e
acinclude.m4: update gnuplot and ghostscript program checks for Windows
Tatsu@Inspiron6000
parents:
9864
diff
changeset
|
418 * acinclude.m4 (OCTAVE_PROG_GNUPLOT): Don't check for pgnuplot or |
763906db555e
acinclude.m4: update gnuplot and ghostscript program checks for Windows
Tatsu@Inspiron6000
parents:
9864
diff
changeset
|
419 pipe-gnuplot on Windows systems. Set default to gnuplot for all |
763906db555e
acinclude.m4: update gnuplot and ghostscript program checks for Windows
Tatsu@Inspiron6000
parents:
9864
diff
changeset
|
420 systems. |
763906db555e
acinclude.m4: update gnuplot and ghostscript program checks for Windows
Tatsu@Inspiron6000
parents:
9864
diff
changeset
|
421 (OCTAVE_PROG_GHOSTSCRIPT): Check for gswin32c first on Windows |
763906db555e
acinclude.m4: update gnuplot and ghostscript program checks for Windows
Tatsu@Inspiron6000
parents:
9864
diff
changeset
|
422 systems, then gs. |
763906db555e
acinclude.m4: update gnuplot and ghostscript program checks for Windows
Tatsu@Inspiron6000
parents:
9864
diff
changeset
|
423 |
9864
1355a606667e
Remove unnecessary .PHONY targets in Makefile.am for common targets which Automake supplies by default
Rik <rdrider0-list@yahoo.com>
parents:
9846
diff
changeset
|
424 2009-11-25 Rik <octave@nomad.inbox5.com> |
1355a606667e
Remove unnecessary .PHONY targets in Makefile.am for common targets which Automake supplies by default
Rik <rdrider0-list@yahoo.com>
parents:
9846
diff
changeset
|
425 |
1355a606667e
Remove unnecessary .PHONY targets in Makefile.am for common targets which Automake supplies by default
Rik <rdrider0-list@yahoo.com>
parents:
9846
diff
changeset
|
426 * Makefile.am examples/Makefile.am liboctave/Makefile.am |
1355a606667e
Remove unnecessary .PHONY targets in Makefile.am for common targets which Automake supplies by default
Rik <rdrider0-list@yahoo.com>
parents:
9846
diff
changeset
|
427 scripts/Makefile.am src/Makefile.am test/Makefile.am: |
1355a606667e
Remove unnecessary .PHONY targets in Makefile.am for common targets which Automake supplies by default
Rik <rdrider0-list@yahoo.com>
parents:
9846
diff
changeset
|
428 Remove unnecessary .PHONY targets for common targets which |
1355a606667e
Remove unnecessary .PHONY targets in Makefile.am for common targets which Automake supplies by default
Rik <rdrider0-list@yahoo.com>
parents:
9846
diff
changeset
|
429 Automake supplies already. Examples are local-all, install-local-data |
1355a606667e
Remove unnecessary .PHONY targets in Makefile.am for common targets which Automake supplies by default
Rik <rdrider0-list@yahoo.com>
parents:
9846
diff
changeset
|
430 |
9846
1d90fc211872
configure.ac: report freetype, fontconfig, and fltk cflags and libs info
John W. Eaton <jwe@octave.org>
parents:
9845
diff
changeset
|
431 2009-11-21 John W. Eaton <jwe@octave.org> |
1d90fc211872
configure.ac: report freetype, fontconfig, and fltk cflags and libs info
John W. Eaton <jwe@octave.org>
parents:
9845
diff
changeset
|
432 |
1d90fc211872
configure.ac: report freetype, fontconfig, and fltk cflags and libs info
John W. Eaton <jwe@octave.org>
parents:
9845
diff
changeset
|
433 * configure.ac (AC_MSG_NOTICE): Report graphics (fltk) CFLAGS. |
1d90fc211872
configure.ac: report freetype, fontconfig, and fltk cflags and libs info
John W. Eaton <jwe@octave.org>
parents:
9845
diff
changeset
|
434 Report fontconfig CFLAGS and LIBS. |
1d90fc211872
configure.ac: report freetype, fontconfig, and fltk cflags and libs info
John W. Eaton <jwe@octave.org>
parents:
9845
diff
changeset
|
435 Report freetype2 CFLAGS and LIBS. |
1d90fc211872
configure.ac: report freetype, fontconfig, and fltk cflags and libs info
John W. Eaton <jwe@octave.org>
parents:
9845
diff
changeset
|
436 |
9845
722bd8f6a750
configure.ac: fix freetype check
John W. Eaton <jwe@octave.org>
parents:
9830
diff
changeset
|
437 2009-11-21 John W. Eaton <jwe@octave.org> |
722bd8f6a750
configure.ac: fix freetype check
John W. Eaton <jwe@octave.org>
parents:
9830
diff
changeset
|
438 |
722bd8f6a750
configure.ac: fix freetype check
John W. Eaton <jwe@octave.org>
parents:
9830
diff
changeset
|
439 * common.mk: Substitute FT2_CFLAGS. |
722bd8f6a750
configure.ac: fix freetype check
John W. Eaton <jwe@octave.org>
parents:
9830
diff
changeset
|
440 * configure.ac: Remove spurious lines in check for freetype. Add |
722bd8f6a750
configure.ac: fix freetype check
John W. Eaton <jwe@octave.org>
parents:
9830
diff
changeset
|
441 $FT2_CFLAGS to $XTRA_CXXFLAGS. |
722bd8f6a750
configure.ac: fix freetype check
John W. Eaton <jwe@octave.org>
parents:
9830
diff
changeset
|
442 |
9830 | 443 2009-11-18 Jaroslav Hajek <highegg@gmail.com> |
444 | |
445 * NEWS: Update. | |
446 | |
9826 | 447 2009-11-18 Jaroslav Hajek <highegg@gmail.com> |
448 | |
449 * NEWS: Update. | |
450 | |
9820
a262b41eaa15
common.mk: don't include DLL_CXXDEFS in AM_CXXFLAGS
John W. Eaton <jwe@octave.org>
parents:
9817
diff
changeset
|
451 2009-11-16 John W. Eaton <jwe@octave.org> |
a262b41eaa15
common.mk: don't include DLL_CXXDEFS in AM_CXXFLAGS
John W. Eaton <jwe@octave.org>
parents:
9817
diff
changeset
|
452 |
a262b41eaa15
common.mk: don't include DLL_CXXDEFS in AM_CXXFLAGS
John W. Eaton <jwe@octave.org>
parents:
9817
diff
changeset
|
453 * common.mk (AM_CXXFLAGS): Don't include DLL_CXXDEFS in the list. |
a262b41eaa15
common.mk: don't include DLL_CXXDEFS in AM_CXXFLAGS
John W. Eaton <jwe@octave.org>
parents:
9817
diff
changeset
|
454 (CONFIGURE_CFLAGS): New variable. |
a262b41eaa15
common.mk: don't include DLL_CXXDEFS in AM_CXXFLAGS
John W. Eaton <jwe@octave.org>
parents:
9817
diff
changeset
|
455 (AM_CFLAGS): Define similar to AM_CXXFLAGS. |
a262b41eaa15
common.mk: don't include DLL_CXXDEFS in AM_CXXFLAGS
John W. Eaton <jwe@octave.org>
parents:
9817
diff
changeset
|
456 |
9817
932b0efeb81b
restore rules to create libcruft/cruft.def
John W. Eaton <jwe@octave.org>
parents:
9805
diff
changeset
|
457 2009-11-12 John W. Eaton <jwe@octave.org> |
932b0efeb81b
restore rules to create libcruft/cruft.def
John W. Eaton <jwe@octave.org>
parents:
9805
diff
changeset
|
458 |
932b0efeb81b
restore rules to create libcruft/cruft.def
John W. Eaton <jwe@octave.org>
parents:
9805
diff
changeset
|
459 * configure.ac (AC_CONFIG_FILES): Also generate libcruft/mkf77def. |
932b0efeb81b
restore rules to create libcruft/cruft.def
John W. Eaton <jwe@octave.org>
parents:
9805
diff
changeset
|
460 |
9805
bb70d16cca3b
fail at configure time if IEEE floating point format is not detected
John W. Eaton <jwe@octave.org>
parents:
9804
diff
changeset
|
461 2009-11-11 John W. Eaton <jwe@octave.org> |
bb70d16cca3b
fail at configure time if IEEE floating point format is not detected
John W. Eaton <jwe@octave.org>
parents:
9804
diff
changeset
|
462 |
bb70d16cca3b
fail at configure time if IEEE floating point format is not detected
John W. Eaton <jwe@octave.org>
parents:
9804
diff
changeset
|
463 * acinclude.m4 (OCTAVE_IEEE754_DATA_FORMAT): Fail if IEEE 754 |
bb70d16cca3b
fail at configure time if IEEE floating point format is not detected
John W. Eaton <jwe@octave.org>
parents:
9804
diff
changeset
|
464 format is not detected. |
bb70d16cca3b
fail at configure time if IEEE floating point format is not detected
John W. Eaton <jwe@octave.org>
parents:
9804
diff
changeset
|
465 |
9804
6fcc4179c178
configure.ac: remove check for ftgl
Shai Ayal <shaiay@users.sourceforge.net>
parents:
9803
diff
changeset
|
466 2009-11-11 Shai Ayal <shaiay@users.sourceforge.net> |
6fcc4179c178
configure.ac: remove check for ftgl
Shai Ayal <shaiay@users.sourceforge.net>
parents:
9803
diff
changeset
|
467 |
6fcc4179c178
configure.ac: remove check for ftgl
Shai Ayal <shaiay@users.sourceforge.net>
parents:
9803
diff
changeset
|
468 * configure.ac: Remove tests for ftgl. |
6fcc4179c178
configure.ac: remove check for ftgl
Shai Ayal <shaiay@users.sourceforge.net>
parents:
9803
diff
changeset
|
469 |
9803
f5126ea721e2
configure.ac: remove -mwindows from FLTK_LDFLAGS
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9801
diff
changeset
|
470 2009-11-11 Benjamin Lindner <lindnerb@users.sourceforge.net> |
f5126ea721e2
configure.ac: remove -mwindows from FLTK_LDFLAGS
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9801
diff
changeset
|
471 |
f5126ea721e2
configure.ac: remove -mwindows from FLTK_LDFLAGS
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9801
diff
changeset
|
472 * configure.ac: Remove -mwindows from FLTK_LDFLAGS. |
f5126ea721e2
configure.ac: remove -mwindows from FLTK_LDFLAGS
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9801
diff
changeset
|
473 |
9801
13868ea67c71
configure.ac: fail if LT_INIT is not defined
John W. Eaton <jwe@octave.org>
parents:
9799
diff
changeset
|
474 2009-11-11 John W. Eaton <jwe@octave.org> |
13868ea67c71
configure.ac: fail if LT_INIT is not defined
John W. Eaton <jwe@octave.org>
parents:
9799
diff
changeset
|
475 |
13868ea67c71
configure.ac: fail if LT_INIT is not defined
John W. Eaton <jwe@octave.org>
parents:
9799
diff
changeset
|
476 * configure.ac: Fail if LT_INIT it is not defined. |
13868ea67c71
configure.ac: fail if LT_INIT is not defined
John W. Eaton <jwe@octave.org>
parents:
9799
diff
changeset
|
477 |
9799
cfd0aa788ae1
remove reference blas and lapack sources
John W. Eaton <jwe@octave.org>
parents:
9794
diff
changeset
|
478 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
|
479 |
cfd0aa788ae1
remove reference blas and lapack sources
John W. Eaton <jwe@octave.org>
parents:
9794
diff
changeset
|
480 * NEWS: Update. |
cfd0aa788ae1
remove reference blas and lapack sources
John W. Eaton <jwe@octave.org>
parents:
9794
diff
changeset
|
481 |
cfd0aa788ae1
remove reference blas and lapack sources
John W. Eaton <jwe@octave.org>
parents:
9794
diff
changeset
|
482 * configure.ac: Exit with error if BLAS or LAPACK libraries are |
cfd0aa788ae1
remove reference blas and lapack sources
John W. Eaton <jwe@octave.org>
parents:
9794
diff
changeset
|
483 not found or if the BLAS library is found to be incompatible with |
cfd0aa788ae1
remove reference blas and lapack sources
John W. Eaton <jwe@octave.org>
parents:
9794
diff
changeset
|
484 the Fortran compiler. Eliminate warn_blas_f77_incompatible |
cfd0aa788ae1
remove reference blas and lapack sources
John W. Eaton <jwe@octave.org>
parents:
9794
diff
changeset
|
485 variable. |
cfd0aa788ae1
remove reference blas and lapack sources
John W. Eaton <jwe@octave.org>
parents:
9794
diff
changeset
|
486 |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
487 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:
9787
diff
changeset
|
488 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
489 * configure.ac: Set octincludedir to |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
490 $(includedir)/octave-$(version)/octave, not |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
491 $(includedir)/octave-$(version). |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
492 * mkoctfile.in: Set DEFAULT_INCFLAGS to -I$octincludedir/.. and |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
493 -I$octincludedir instead of -I$octincludedir and |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
494 -I$octincludedir/octave. |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
495 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
496 * configure.ac: Pass args to AC_INIT. Invoke AM_INIT_AUTOMAKE and |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
497 AC_PROG_LIBTOOL. Don't call AC_PROG_RANLIB. Set version info here. |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
498 Call AC_CONFIG_MACRO_DIR. Give same warning for gcc 1.x and 2.x. |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
499 Use AM_CONDITIONALS for FFTW, BLAS, and LAPACK. Don't set |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
500 variables with calls to ACX_BLAS_WITH_F77_FUNC or ACX_LAPACK. |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
501 Don't substitute BLAS_DIR or LAPACK_DIR. Use LT_INIT. Eliminate |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
502 --enable-shared and --enable-static options (now provided by |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
503 LT_INIT). Set SHARED_LIBS and STATIC_LIBS variables based on |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
504 LT_INIT variables. Handle dlopen libraries with info from |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
505 LT_INIT. Substitute NO_UNDEFINED_FLAG (only set on Windows |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
506 sytems). Include $LAPACK_LIBS in $LIBS when checking for qrupdate |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
507 and cholmod. Handle --enable-dl consistently with other --enable |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
508 options. Don't copy $srcdir/Makefile in AH_BOTTOM commands. |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
509 Substitute LEX_OUTPUT_ROOT. Use AM_CONDITONAL for |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
510 ENABLE_DYNAMIC_LINKING. Reindent configure summary. |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
511 (AC_CONFIG_FILES): Don't list Makefiles in libcruft |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
512 subdirectories. Generate Makefile and src/version.h. Don't |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
513 generate Makeconf, octMakefile, m4/Makefile, emacs/Makefile, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
514 examples/@polynomial/Makefile, or examples/@FIRfilter/Makefile. |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
515 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
516 * run-octave.in Call libtool to execute src/octave. |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
517 (ldpreloadsep, liboctinterp, liboctave, libcruft): Delete variables. |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
518 (INFOFILE): Find it in $top_srcdir, not $builddir. |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
519 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
520 * acinclude.m4: Rename from aclocal.m4. |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
521 (OCTAVE_PROG_FLEX): Don't include -t in LFLAGS. |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
522 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
523 * autogen.sh: Exit immediately on error. Use libtoolize, aclocal, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
524 and automake. Only run autoconf and autoheader in top-level and |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
525 scripts directories. |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
526 Run liboctave/config-ops.sh, doc/interpreter/config-images.sh, and |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
527 src/DLD-FUNCTIONS/config-module.sh, to generate source lists for |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
528 subdirectories. |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
529 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
530 * AUTHORS, Makefile.am, common.mk, m4/module.mk, emacs/module.mk, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
531 examples/@FIRfilter/module.mk, examples/@polynomial/module.mk, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
532 examples/Makefile.am: New files. |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
533 * Makeconf.in, Makefile, octMakefile.in, m4/Makefile.in, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
534 emacs/Makefile.in, install-sh, examples/Makefile.in, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
535 examples/@FIRfilter/Makefile.in, examples/@polynomial/Makefile.in: |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
536 Delete. |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
537 |
9787
cc5bb7b5679f
use AMD_CPPFLAGS when checking for UMFPACK
David Grundberg <davidg@cs.umu.se>
parents:
9762
diff
changeset
|
538 2009-11-09 David Grundberg <davidg@cs.umu.se> |
cc5bb7b5679f
use AMD_CPPFLAGS when checking for UMFPACK
David Grundberg <davidg@cs.umu.se>
parents:
9762
diff
changeset
|
539 |
cc5bb7b5679f
use AMD_CPPFLAGS when checking for UMFPACK
David Grundberg <davidg@cs.umu.se>
parents:
9762
diff
changeset
|
540 * configure.ac: Use AMD_CPPFLAGS while checking for UMFPACK. |
cc5bb7b5679f
use AMD_CPPFLAGS when checking for UMFPACK
David Grundberg <davidg@cs.umu.se>
parents:
9762
diff
changeset
|
541 |
9762
8e277dcf1223
prefer dlopen on OS X systems
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9745
diff
changeset
|
542 2009-10-29 Thomas Treichl <Thomas.Treichl@gmx.net> |
8e277dcf1223
prefer dlopen on OS X systems
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9745
diff
changeset
|
543 |
8e277dcf1223
prefer dlopen on OS X systems
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9745
diff
changeset
|
544 * configure.in: Add support for dlopen on Mac systems. |
8e277dcf1223
prefer dlopen on OS X systems
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9745
diff
changeset
|
545 |
9745 | 546 2009-10-20 Jaroslav Hajek <highegg@gmail.com> |
547 | |
548 * NEWS: Update. | |
549 | |
9722 | 550 2009-10-13 Jaroslav Hajek <highegg@gmail.com> |
551 | |
552 * NEWS: Update. | |
553 | |
9708 | 554 2009-10-08 Jaroslav Hajek <highegg@gmail.com> |
555 | |
556 * configure.ac: Define HAVE_QRUPDATE_LUU if qrupdate supports LU updates. | |
557 | |
9707
6f5c4c82c5fc
avoid ugly F77 names in configure
Jaroslav Hajek <highegg@gmail.com>
parents:
9664
diff
changeset
|
558 2009-10-08 Jaroslav Hajek <highegg@gmail.com> |
6f5c4c82c5fc
avoid ugly F77 names in configure
Jaroslav Hajek <highegg@gmail.com>
parents:
9664
diff
changeset
|
559 |
6f5c4c82c5fc
avoid ugly F77 names in configure
Jaroslav Hajek <highegg@gmail.com>
parents:
9664
diff
changeset
|
560 * configure.ac: Use the LANG argument to OCTAVE_CHECK_LIBRARY to avoid |
6f5c4c82c5fc
avoid ugly F77 names in configure
Jaroslav Hajek <highegg@gmail.com>
parents:
9664
diff
changeset
|
561 ugly names. |
6f5c4c82c5fc
avoid ugly F77 names in configure
Jaroslav Hajek <highegg@gmail.com>
parents:
9664
diff
changeset
|
562 |
9664 | 563 2009-09-23 Jaroslav Hajek <highegg@gmail.com> |
564 | |
565 * NEWS: Update. | |
566 | |
9654
a307a6f77fb3
aclocal.m4: consistently quote first arg to AC_DEFUN
John W. Eaton <jwe@octave.org>
parents:
9648
diff
changeset
|
567 2009-09-18 John W. Eaton <jwe@octave.org> |
a307a6f77fb3
aclocal.m4: consistently quote first arg to AC_DEFUN
John W. Eaton <jwe@octave.org>
parents:
9648
diff
changeset
|
568 |
a307a6f77fb3
aclocal.m4: consistently quote first arg to AC_DEFUN
John W. Eaton <jwe@octave.org>
parents:
9648
diff
changeset
|
569 * aclocal.m4: Consistently quote first arg to AC_DEFUN. |
a307a6f77fb3
aclocal.m4: consistently quote first arg to AC_DEFUN
John W. Eaton <jwe@octave.org>
parents:
9648
diff
changeset
|
570 |
9648
11844593875a
eliminate oct-dlldefs.h and oct-types.h
John W. Eaton <jwe@octave.org>
parents:
9645
diff
changeset
|
571 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:
9645
diff
changeset
|
572 |
11844593875a
eliminate oct-dlldefs.h and oct-types.h
John W. Eaton <jwe@octave.org>
parents:
9645
diff
changeset
|
573 * configure.ac: Also AC_DEFINE OCTAAVE_IDX_TYPE. |
11844593875a
eliminate oct-dlldefs.h and oct-types.h
John W. Eaton <jwe@octave.org>
parents:
9645
diff
changeset
|
574 (AH_BOTTOM): Include contents of libcruft/misc/oct-dlldefs.h and |
11844593875a
eliminate oct-dlldefs.h and oct-types.h
John W. Eaton <jwe@octave.org>
parents:
9645
diff
changeset
|
575 liboctave/oct-types.h here. Use C-style comments. |
11844593875a
eliminate oct-dlldefs.h and oct-types.h
John W. Eaton <jwe@octave.org>
parents:
9645
diff
changeset
|
576 (AC_CONFIG_FILES): Remove liboctave/oct-types.h from the list. |
11844593875a
eliminate oct-dlldefs.h and oct-types.h
John W. Eaton <jwe@octave.org>
parents:
9645
diff
changeset
|
577 |
9645 | 578 2009-09-15 John W. Eaton <jwe@octave.org> |
579 | |
580 * configure.ac: Rename from configure.in. | |
581 (AC_CONFIG_FILES): Add m4/Makefile to the list. | |
582 * acx_blas.m4, acx_lapack.m4, acx_blas_f77_func.m4, | |
583 acx_pthread.m4: Move to m4 subdirectory. | |
584 * m4/Makefile.in: New file. | |
585 * octMakefile.in (M4_FILES): Adjust for new m4 subdirectory. | |
586 Rename all instances of configure.in to configure.ac. | |
587 (CONF_DISTSUBDIRS, DISTSUBDIRS): Add m4 to the lists. | |
588 | |
589 * configure.in: Substitute ac_config_headers. | |
590 * octMakefile.in (CONFIG_FILES): Include @ac_config_headers@ in | |
591 the list. From Thorsten Meyer <thorsten.meyier@gmx.de>. | |
592 | |
9617
7c628fb04fd0
Makeconf.in: don't sort sparse and fftw cpp/ld flags
John W. Eaton <jwe@octave.org>
parents:
9615
diff
changeset
|
593 2009-09-04 John W. Eaton <jwe@octave.org> |
7c628fb04fd0
Makeconf.in: don't sort sparse and fftw cpp/ld flags
John W. Eaton <jwe@octave.org>
parents:
9615
diff
changeset
|
594 |
7c628fb04fd0
Makeconf.in: don't sort sparse and fftw cpp/ld flags
John W. Eaton <jwe@octave.org>
parents:
9615
diff
changeset
|
595 * Makeconf.in (SPARSE_CPPFLAGS, SPARSE_LDFLAGS, FFTW_CPPFLAGS, |
7c628fb04fd0
Makeconf.in: don't sort sparse and fftw cpp/ld flags
John W. Eaton <jwe@octave.org>
parents:
9615
diff
changeset
|
596 FFTW_LDFLAGS): Don't sort lists. |
7c628fb04fd0
Makeconf.in: don't sort sparse and fftw cpp/ld flags
John W. Eaton <jwe@octave.org>
parents:
9615
diff
changeset
|
597 |
9615
ee3a5e9a381c
Changed SPARSE_LIBS order to respect dependency
Marco Atzeri <marco_atzeri@yahoo.it>
parents:
9614
diff
changeset
|
598 2009-09-02 Marco Atzeri <marco_atzeri@yahoo.it> |
ee3a5e9a381c
Changed SPARSE_LIBS order to respect dependency
Marco Atzeri <marco_atzeri@yahoo.it>
parents:
9614
diff
changeset
|
599 |
ee3a5e9a381c
Changed SPARSE_LIBS order to respect dependency
Marco Atzeri <marco_atzeri@yahoo.it>
parents:
9614
diff
changeset
|
600 * Makeconf.in: Order SPARSE_LIBS so linking succeeds on Cygwin. |
ee3a5e9a381c
Changed SPARSE_LIBS order to respect dependency
Marco Atzeri <marco_atzeri@yahoo.it>
parents:
9614
diff
changeset
|
601 |
9614 | 602 2009-09-04 Marco Atzeri <marco_atzeri@yahoo.it> |
603 | |
604 * README.Cygwin: Update version info. | |
605 | |
9613
16907d1153d1
attempt to fix LD_PRELOAD for Cygwin
John W. Eaton <jwe@octave.org>
parents:
9610
diff
changeset
|
606 2009-09-04 John W. Eaton <jwe@octave.org> |
16907d1153d1
attempt to fix LD_PRELOAD for Cygwin
John W. Eaton <jwe@octave.org>
parents:
9610
diff
changeset
|
607 |
16907d1153d1
attempt to fix LD_PRELOAD for Cygwin
John W. Eaton <jwe@octave.org>
parents:
9610
diff
changeset
|
608 * configure.in (ldpreloadsep): New variable. Set to ':' for Cygwin. |
16907d1153d1
attempt to fix LD_PRELOAD for Cygwin
John W. Eaton <jwe@octave.org>
parents:
9610
diff
changeset
|
609 * Makeconf.in (do-subst-script-vals): Substitute it. |
16907d1153d1
attempt to fix LD_PRELOAD for Cygwin
John W. Eaton <jwe@octave.org>
parents:
9610
diff
changeset
|
610 * run-octave.in: Use it to seprate elements in the LD_PRELOAD variable. |
16907d1153d1
attempt to fix LD_PRELOAD for Cygwin
John W. Eaton <jwe@octave.org>
parents:
9610
diff
changeset
|
611 |
9610
bb36a5730ecc
configure.in (AH_BOTTOM): If HAVE_Z is defined, define HAVE_ZLIB
John W. Eaton <jwe@octave.org>
parents:
9609
diff
changeset
|
612 2009-09-03 John W. Eaton <jwe@octave.org> |
bb36a5730ecc
configure.in (AH_BOTTOM): If HAVE_Z is defined, define HAVE_ZLIB
John W. Eaton <jwe@octave.org>
parents:
9609
diff
changeset
|
613 |
bb36a5730ecc
configure.in (AH_BOTTOM): If HAVE_Z is defined, define HAVE_ZLIB
John W. Eaton <jwe@octave.org>
parents:
9609
diff
changeset
|
614 * configure.in (AH_BOTTOM): If HAVE_Z is defined, define HAVE_ZLIB. |
bb36a5730ecc
configure.in (AH_BOTTOM): If HAVE_Z is defined, define HAVE_ZLIB
John W. Eaton <jwe@octave.org>
parents:
9609
diff
changeset
|
615 |
9609 | 616 2009-09-03 Jaroslav Hajek <highegg@gmail.com> |
617 | |
618 * NEWS: Update. | |
619 | |
9603
8bea4e89326f
implement FLOAT_STORE to allow safer complex comparisons on x87
Jaroslav Hajek <highegg@gmail.com>
parents:
9600
diff
changeset
|
620 2009-09-02 Jaroslav Hajek <highegg@gmail.com> |
8bea4e89326f
implement FLOAT_STORE to allow safer complex comparisons on x87
Jaroslav Hajek <highegg@gmail.com>
parents:
9600
diff
changeset
|
621 |
9604
4dd8fc7c106c
ChangeLog fix for last change: FLOAT_STORE->FLOAT_TRUNCATE
Jaroslav Hajek <highegg@gmail.com>
parents:
9603
diff
changeset
|
622 * configure.in (FLOAT_TRUNCATE): New config macro. |
9603
8bea4e89326f
implement FLOAT_STORE to allow safer complex comparisons on x87
Jaroslav Hajek <highegg@gmail.com>
parents:
9600
diff
changeset
|
623 |
9600
de6f547574be
BLAS integer size check in acx_blas_f77_func
Jaroslav Hajek <highegg@gmail.com>
parents:
9596
diff
changeset
|
624 2009-09-02 Jaroslav Hajek <highegg@gmail.com> |
de6f547574be
BLAS integer size check in acx_blas_f77_func
Jaroslav Hajek <highegg@gmail.com>
parents:
9596
diff
changeset
|
625 |
de6f547574be
BLAS integer size check in acx_blas_f77_func
Jaroslav Hajek <highegg@gmail.com>
parents:
9596
diff
changeset
|
626 * acx_blas_f77_func.m4 (ACX_BLAS_F77_FUNC): Check for correct INTEGER |
de6f547574be
BLAS integer size check in acx_blas_f77_func
Jaroslav Hajek <highegg@gmail.com>
parents:
9596
diff
changeset
|
627 size. |
de6f547574be
BLAS integer size check in acx_blas_f77_func
Jaroslav Hajek <highegg@gmail.com>
parents:
9596
diff
changeset
|
628 |
9596
f26229391ea1
configure.in, aclocal.m4: check fortran integer size
John W. Eaton <jwe@octave.org>
parents:
9595
diff
changeset
|
629 2009-09-01 John W. Eaton <jwe@octave.org> |
f26229391ea1
configure.in, aclocal.m4: check fortran integer size
John W. Eaton <jwe@octave.org>
parents:
9595
diff
changeset
|
630 |
f26229391ea1
configure.in, aclocal.m4: check fortran integer size
John W. Eaton <jwe@octave.org>
parents:
9595
diff
changeset
|
631 * aclocal.m4 (OCTAVE_REQUIRE_64_BIT_FORTRAN_INTEGERS): New macro. |
f26229391ea1
configure.in, aclocal.m4: check fortran integer size
John W. Eaton <jwe@octave.org>
parents:
9595
diff
changeset
|
632 * configure.in: Use it, if building with --enable-64. |
f26229391ea1
configure.in, aclocal.m4: check fortran integer size
John W. Eaton <jwe@octave.org>
parents:
9595
diff
changeset
|
633 Move checks for Fortran compiler ahead of checks for libraries. |
f26229391ea1
configure.in, aclocal.m4: check fortran integer size
John W. Eaton <jwe@octave.org>
parents:
9595
diff
changeset
|
634 |
9595 | 635 2009-09-01 Jaroslav Hajek <highegg@gmail.com> |
636 | |
637 * NEWS: Update. | |
638 | |
9589 | 639 2009-08-30 Jaroslav Hajek <highegg@gmail.com> |
640 | |
641 * NEWS: Update. | |
642 | |
9583
8dc1531e2149
correctly save and restore LIBS and CPPFLAGS when checking for GraphicsMagick++
John W. Eaton <jwe@octave.org>
parents:
9577
diff
changeset
|
643 2009-08-27 John W. Eaton <jwe@octave.org> |
8dc1531e2149
correctly save and restore LIBS and CPPFLAGS when checking for GraphicsMagick++
John W. Eaton <jwe@octave.org>
parents:
9577
diff
changeset
|
644 |
8dc1531e2149
correctly save and restore LIBS and CPPFLAGS when checking for GraphicsMagick++
John W. Eaton <jwe@octave.org>
parents:
9577
diff
changeset
|
645 * configure.in: Properly save and restore CPPFLAGS and LIBS when |
8dc1531e2149
correctly save and restore LIBS and CPPFLAGS when checking for GraphicsMagick++
John W. Eaton <jwe@octave.org>
parents:
9577
diff
changeset
|
646 checking for GraphicsMagick++. Don't temporarily change LDFLAGS. |
8dc1531e2149
correctly save and restore LIBS and CPPFLAGS when checking for GraphicsMagick++
John W. Eaton <jwe@octave.org>
parents:
9577
diff
changeset
|
647 |
9577
b03062e16c6f
copyirght & FIXME in aclocal.m4
Jaroslav Hajek <highegg@gmail.com>
parents:
9575
diff
changeset
|
648 2009-08-27 Jaroslav Hajek <highegg@gmail.com> |
b03062e16c6f
copyirght & FIXME in aclocal.m4
Jaroslav Hajek <highegg@gmail.com>
parents:
9575
diff
changeset
|
649 |
b03062e16c6f
copyirght & FIXME in aclocal.m4
Jaroslav Hajek <highegg@gmail.com>
parents:
9575
diff
changeset
|
650 * aclocal.m4 (m4_ifblank, m4_ifnblank): State FSF copyright and markup |
b03062e16c6f
copyirght & FIXME in aclocal.m4
Jaroslav Hajek <highegg@gmail.com>
parents:
9575
diff
changeset
|
651 as FIXME. |
b03062e16c6f
copyirght & FIXME in aclocal.m4
Jaroslav Hajek <highegg@gmail.com>
parents:
9575
diff
changeset
|
652 |
9573
be3ee885739b
configure.in: restore LIBS after checking for ARPACK
John W. Eaton <jwe@octave.org>
parents:
9572
diff
changeset
|
653 2009-08-26 John W. Eaton <jwe@octave.org> |
be3ee885739b
configure.in: restore LIBS after checking for ARPACK
John W. Eaton <jwe@octave.org>
parents:
9572
diff
changeset
|
654 |
be3ee885739b
configure.in: restore LIBS after checking for ARPACK
John W. Eaton <jwe@octave.org>
parents:
9572
diff
changeset
|
655 * configure.in: Restore LIBS after checking for ARPACK. |
be3ee885739b
configure.in: restore LIBS after checking for ARPACK
John W. Eaton <jwe@octave.org>
parents:
9572
diff
changeset
|
656 |
9572
ab8a163f2052
use OCTAVE_CHECK_LIB to check for UMFPACK
John W. Eaton <jwe@octave.org>
parents:
9570
diff
changeset
|
657 2009-08-26 John W. Eaton <jwe@octave.org> |
ab8a163f2052
use OCTAVE_CHECK_LIB to check for UMFPACK
John W. Eaton <jwe@octave.org>
parents:
9570
diff
changeset
|
658 |
ab8a163f2052
use OCTAVE_CHECK_LIB to check for UMFPACK
John W. Eaton <jwe@octave.org>
parents:
9570
diff
changeset
|
659 * configure.in: Use OCTAVE_CHECK_LIBRARY to check for UMFPACK. |
ab8a163f2052
use OCTAVE_CHECK_LIB to check for UMFPACK
John W. Eaton <jwe@octave.org>
parents:
9570
diff
changeset
|
660 * octave-bug.in, octave-bug.cc.in: Substitute UMFPACK_CPPFLAGS and |
ab8a163f2052
use OCTAVE_CHECK_LIB to check for UMFPACK
John W. Eaton <jwe@octave.org>
parents:
9570
diff
changeset
|
661 UMFPACK_LDFLAGS. |
ab8a163f2052
use OCTAVE_CHECK_LIB to check for UMFPACK
John W. Eaton <jwe@octave.org>
parents:
9570
diff
changeset
|
662 * Makeconf.in (UMFPACK_CPPFLAGS, UMFPACK_LDFLAGS): New variables. |
ab8a163f2052
use OCTAVE_CHECK_LIB to check for UMFPACK
John W. Eaton <jwe@octave.org>
parents:
9570
diff
changeset
|
663 (do-subst-config-vals): Substitute them. |
ab8a163f2052
use OCTAVE_CHECK_LIB to check for UMFPACK
John W. Eaton <jwe@octave.org>
parents:
9570
diff
changeset
|
664 |
9570
1ab56c73ec7c
use OCTAVE_CHECK_LIBRARY to check for qrupdate library
John W. Eaton <jwe@octave.org>
parents:
9569
diff
changeset
|
665 2009-08-26 John W. Eaton <jwe@octave.org> |
1ab56c73ec7c
use OCTAVE_CHECK_LIBRARY to check for qrupdate library
John W. Eaton <jwe@octave.org>
parents:
9569
diff
changeset
|
666 |
1ab56c73ec7c
use OCTAVE_CHECK_LIBRARY to check for qrupdate library
John W. Eaton <jwe@octave.org>
parents:
9569
diff
changeset
|
667 * configure.in: Use OCTAVE_CHECK_LIBRARY to check for qrupdate. |
1ab56c73ec7c
use OCTAVE_CHECK_LIBRARY to check for qrupdate library
John W. Eaton <jwe@octave.org>
parents:
9569
diff
changeset
|
668 * octave-bug.in, octave-bug.cc.in: Substitute QRUPDATE_CPPFLAGS and |
1ab56c73ec7c
use OCTAVE_CHECK_LIBRARY to check for qrupdate library
John W. Eaton <jwe@octave.org>
parents:
9569
diff
changeset
|
669 QRUPDATE_LDFLAGS. |
1ab56c73ec7c
use OCTAVE_CHECK_LIBRARY to check for qrupdate library
John W. Eaton <jwe@octave.org>
parents:
9569
diff
changeset
|
670 * Makeconf.in (QRUPDATE_CPPFLAGS, QRUPDATE_LDFLAGS): New variables. |
1ab56c73ec7c
use OCTAVE_CHECK_LIBRARY to check for qrupdate library
John W. Eaton <jwe@octave.org>
parents:
9569
diff
changeset
|
671 (do-subst-config-vals): Substitute them. |
1ab56c73ec7c
use OCTAVE_CHECK_LIBRARY to check for qrupdate library
John W. Eaton <jwe@octave.org>
parents:
9569
diff
changeset
|
672 |
9569
86787a560712
octave-bug.in: correct substitutions
John W. Eaton <jwe@octave.org>
parents:
9568
diff
changeset
|
673 2009-08-26 John W. Eaton <jwe@octave.org> |
86787a560712
octave-bug.in: correct substitutions
John W. Eaton <jwe@octave.org>
parents:
9568
diff
changeset
|
674 |
86787a560712
octave-bug.in: correct substitutions
John W. Eaton <jwe@octave.org>
parents:
9568
diff
changeset
|
675 * octave-bug.in: Correct substitutions. |
86787a560712
octave-bug.in: correct substitutions
John W. Eaton <jwe@octave.org>
parents:
9568
diff
changeset
|
676 |
9568
d3fccc4c4b9e
use OCTAVE_CHECK_LIBRARY to check for ARPACK
John W. Eaton <jwe@octave.org>
parents:
9565
diff
changeset
|
677 2009-08-26 John W. Eaton <jwe@octave.org> |
d3fccc4c4b9e
use OCTAVE_CHECK_LIBRARY to check for ARPACK
John W. Eaton <jwe@octave.org>
parents:
9565
diff
changeset
|
678 |
d3fccc4c4b9e
use OCTAVE_CHECK_LIBRARY to check for ARPACK
John W. Eaton <jwe@octave.org>
parents:
9565
diff
changeset
|
679 * aclocal.m4 (OCTAVE_CHECK_LIBRARY): Allow empty list of header files. |
d3fccc4c4b9e
use OCTAVE_CHECK_LIBRARY to check for ARPACK
John W. Eaton <jwe@octave.org>
parents:
9565
diff
changeset
|
680 * configure.in: Use OCTAVE_CHECK_LIBRARY to check for arpack. |
d3fccc4c4b9e
use OCTAVE_CHECK_LIBRARY to check for ARPACK
John W. Eaton <jwe@octave.org>
parents:
9565
diff
changeset
|
681 * octave-bug.in, octave-bug.cc.in: Substitute ARPACK_CPPFLAGS and |
d3fccc4c4b9e
use OCTAVE_CHECK_LIBRARY to check for ARPACK
John W. Eaton <jwe@octave.org>
parents:
9565
diff
changeset
|
682 ARPACK_LDFLAGS. |
d3fccc4c4b9e
use OCTAVE_CHECK_LIBRARY to check for ARPACK
John W. Eaton <jwe@octave.org>
parents:
9565
diff
changeset
|
683 * Makeconf.in (ARPACK_CPPFLAGS, ARPACK_LDFLAGS): New variables. |
d3fccc4c4b9e
use OCTAVE_CHECK_LIBRARY to check for ARPACK
John W. Eaton <jwe@octave.org>
parents:
9565
diff
changeset
|
684 (do-subst-config-vals): Substitute them. |
d3fccc4c4b9e
use OCTAVE_CHECK_LIBRARY to check for ARPACK
John W. Eaton <jwe@octave.org>
parents:
9565
diff
changeset
|
685 |
9565
fe57b638e48c
adapt octave-bug.cc.in and mkoctfile.cc.in to recent configure changes
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9559
diff
changeset
|
686 2009-08-26 Benjamin Lindner <lindnerb@users.sourceforge.net> |
fe57b638e48c
adapt octave-bug.cc.in and mkoctfile.cc.in to recent configure changes
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9559
diff
changeset
|
687 |
fe57b638e48c
adapt octave-bug.cc.in and mkoctfile.cc.in to recent configure changes
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9559
diff
changeset
|
688 * mkoctfile.cc.in: Fix typo. |
fe57b638e48c
adapt octave-bug.cc.in and mkoctfile.cc.in to recent configure changes
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9559
diff
changeset
|
689 * octave-bug.cc.in: Correct substututions. |
fe57b638e48c
adapt octave-bug.cc.in and mkoctfile.cc.in to recent configure changes
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9559
diff
changeset
|
690 |
9575
55ecaefb7d0f
Use pkg-config to configure GraphicsMagick++.
David Grundberg <individ@acc.umu.se>
parents:
9573
diff
changeset
|
691 2009-08-25 David Grundberg <individ@acc.umu.se> |
55ecaefb7d0f
Use pkg-config to configure GraphicsMagick++.
David Grundberg <individ@acc.umu.se>
parents:
9573
diff
changeset
|
692 |
55ecaefb7d0f
Use pkg-config to configure GraphicsMagick++.
David Grundberg <individ@acc.umu.se>
parents:
9573
diff
changeset
|
693 * configure.in: Run PKG_PROG_PKG_CONFIG earlier. Use pkg-config |
55ecaefb7d0f
Use pkg-config to configure GraphicsMagick++.
David Grundberg <individ@acc.umu.se>
parents:
9573
diff
changeset
|
694 instead of GraphicsMagick++-config. Determine only -I, -L and -l |
55ecaefb7d0f
Use pkg-config to configure GraphicsMagick++.
David Grundberg <individ@acc.umu.se>
parents:
9573
diff
changeset
|
695 flags and put them in MAGICK_CPPFLAGS, MAGICK_LDFLAGS and |
55ecaefb7d0f
Use pkg-config to configure GraphicsMagick++.
David Grundberg <individ@acc.umu.se>
parents:
9573
diff
changeset
|
696 MAGICK_LIBS respectively. Substitute these variables. |
55ecaefb7d0f
Use pkg-config to configure GraphicsMagick++.
David Grundberg <individ@acc.umu.se>
parents:
9573
diff
changeset
|
697 Remove variables MAGICK_CONFIG and MAGICK_INCFLAGS. |
55ecaefb7d0f
Use pkg-config to configure GraphicsMagick++.
David Grundberg <individ@acc.umu.se>
parents:
9573
diff
changeset
|
698 Test linking against GraphicsMagick++. |
55ecaefb7d0f
Use pkg-config to configure GraphicsMagick++.
David Grundberg <individ@acc.umu.se>
parents:
9573
diff
changeset
|
699 * Makeconf.in: Don't run $(MAGICK_CONFIG) here. Use substituted |
55ecaefb7d0f
Use pkg-config to configure GraphicsMagick++.
David Grundberg <individ@acc.umu.se>
parents:
9573
diff
changeset
|
700 valued from MAGICK_CPPFLAGS, MAGICK_LDFLAGS and MAGICK_LIBS. |
55ecaefb7d0f
Use pkg-config to configure GraphicsMagick++.
David Grundberg <individ@acc.umu.se>
parents:
9573
diff
changeset
|
701 Remove variables MAGICK_CONFIG and MAGICK_INCFLAGS. |
55ecaefb7d0f
Use pkg-config to configure GraphicsMagick++.
David Grundberg <individ@acc.umu.se>
parents:
9573
diff
changeset
|
702 |
9559
163e205600a4
fix typo in acx_blas_f77_func.m4
Jaroslav Hajek <highegg@gmail.com>
parents:
9547
diff
changeset
|
703 2009-08-24 Jaroslav Hajek <highegg@gmail.com> |
163e205600a4
fix typo in acx_blas_f77_func.m4
Jaroslav Hajek <highegg@gmail.com>
parents:
9547
diff
changeset
|
704 |
163e205600a4
fix typo in acx_blas_f77_func.m4
Jaroslav Hajek <highegg@gmail.com>
parents:
9547
diff
changeset
|
705 * acx_blas_f77_func.m4: Fix typo. |
163e205600a4
fix typo in acx_blas_f77_func.m4
Jaroslav Hajek <highegg@gmail.com>
parents:
9547
diff
changeset
|
706 |
9547 | 707 2009-08-19 Jaroslav Hajek <highegg@gmail.com> |
708 | |
709 * NEWS: Update. | |
710 | |
9543
1d51ab34b509
tweaks for HDF5 library check
John W. Eaton <jwe@octave.org>
parents:
9542
diff
changeset
|
711 2009-08-18 John W. Eaton <jwe@octave.org> |
1d51ab34b509
tweaks for HDF5 library check
John W. Eaton <jwe@octave.org>
parents:
9542
diff
changeset
|
712 |
1d51ab34b509
tweaks for HDF5 library check
John W. Eaton <jwe@octave.org>
parents:
9542
diff
changeset
|
713 * aclocal.m4 (OCTAVE_HDF5_HAS_REQUIRED_API): If test fails, set |
1d51ab34b509
tweaks for HDF5 library check
John W. Eaton <jwe@octave.org>
parents:
9542
diff
changeset
|
714 octave_hdf5_ok to no instead of setting HAVE_HDF5 to false. |
1d51ab34b509
tweaks for HDF5 library check
John W. Eaton <jwe@octave.org>
parents:
9542
diff
changeset
|
715 * configure.in: Check octave_hdf5_ok instead of HAVE_HDF5. |
1d51ab34b509
tweaks for HDF5 library check
John W. Eaton <jwe@octave.org>
parents:
9542
diff
changeset
|
716 Set TEXINFO_HDF5 if HDF5 library is found. |
1d51ab34b509
tweaks for HDF5 library check
John W. Eaton <jwe@octave.org>
parents:
9542
diff
changeset
|
717 |
9542
f5ec5dc66824
use OCTAVE_CHECK_LIBRARY to check for HDF5
John W. Eaton <jwe@octave.org>
parents:
9541
diff
changeset
|
718 2009-08-18 John W. Eaton <jwe@octave.org> |
f5ec5dc66824
use OCTAVE_CHECK_LIBRARY to check for HDF5
John W. Eaton <jwe@octave.org>
parents:
9541
diff
changeset
|
719 |
f5ec5dc66824
use OCTAVE_CHECK_LIBRARY to check for HDF5
John W. Eaton <jwe@octave.org>
parents:
9541
diff
changeset
|
720 * Makeconf.in (ALL_CPPFLAGS): Add HDF5_CPPFLAGS to the list. |
f5ec5dc66824
use OCTAVE_CHECK_LIBRARY to check for HDF5
John W. Eaton <jwe@octave.org>
parents:
9541
diff
changeset
|
721 * aclocal.m4 (OCTAVE_HDF5_HAS_REQUIRED_API): |
f5ec5dc66824
use OCTAVE_CHECK_LIBRARY to check for HDF5
John W. Eaton <jwe@octave.org>
parents:
9541
diff
changeset
|
722 Set HAVE_HDF5 to false, not WITH_HDF5. |
f5ec5dc66824
use OCTAVE_CHECK_LIBRARY to check for HDF5
John W. Eaton <jwe@octave.org>
parents:
9541
diff
changeset
|
723 * configure.in: Use OCTAVE_CHECK_LIBRARY to check for HDF5 |
9543
1d51ab34b509
tweaks for HDF5 library check
John W. Eaton <jwe@octave.org>
parents:
9542
diff
changeset
|
724 library. Print HDF5_CPPFLAGS and HDF5_LDFLAGS in the summary. |
9542
f5ec5dc66824
use OCTAVE_CHECK_LIBRARY to check for HDF5
John W. Eaton <jwe@octave.org>
parents:
9541
diff
changeset
|
725 * octave-bug.in, octave-bug.cc.in, Makeconf.in: Substitute |
f5ec5dc66824
use OCTAVE_CHECK_LIBRARY to check for HDF5
John W. Eaton <jwe@octave.org>
parents:
9541
diff
changeset
|
726 HDF5_CPPFLAGS and HDF5_LDFLAGS. |
f5ec5dc66824
use OCTAVE_CHECK_LIBRARY to check for HDF5
John W. Eaton <jwe@octave.org>
parents:
9541
diff
changeset
|
727 |
9541
afbdf01bcacc
acx_blas_f77_func.m4 (ACX_BLAS_F77_FUNC): Save and restore LIBS
John W. Eaton <jwe@octave.org>
parents:
9540
diff
changeset
|
728 2009-08-18 John W. Eaton <jwe@octave.org> |
afbdf01bcacc
acx_blas_f77_func.m4 (ACX_BLAS_F77_FUNC): Save and restore LIBS
John W. Eaton <jwe@octave.org>
parents:
9540
diff
changeset
|
729 |
afbdf01bcacc
acx_blas_f77_func.m4 (ACX_BLAS_F77_FUNC): Save and restore LIBS
John W. Eaton <jwe@octave.org>
parents:
9540
diff
changeset
|
730 * acx_blas_f77_func.m4 (ACX_BLAS_F77_FUNC): Save and restore LIBS. |
afbdf01bcacc
acx_blas_f77_func.m4 (ACX_BLAS_F77_FUNC): Save and restore LIBS
John W. Eaton <jwe@octave.org>
parents:
9540
diff
changeset
|
731 |
9540
79b5fe2d5646
use Z_LIBS in checks for curl and glpk libraries
John W. Eaton <jwe@octave.org>
parents:
9539
diff
changeset
|
732 2009-08-18 John W. Eaton <jwe@octave.org> |
79b5fe2d5646
use Z_LIBS in checks for curl and glpk libraries
John W. Eaton <jwe@octave.org>
parents:
9539
diff
changeset
|
733 |
79b5fe2d5646
use Z_LIBS in checks for curl and glpk libraries
John W. Eaton <jwe@octave.org>
parents:
9539
diff
changeset
|
734 * aclocal.m4 (OCTAVE_CHECK_LIBRARY): Use variables named |
79b5fe2d5646
use Z_LIBS in checks for curl and glpk libraries
John W. Eaton <jwe@octave.org>
parents:
9539
diff
changeset
|
735 octave_check_library_save_XXX instead of save_XXX. |
79b5fe2d5646
use Z_LIBS in checks for curl and glpk libraries
John W. Eaton <jwe@octave.org>
parents:
9539
diff
changeset
|
736 * configure.in: Add Z_LDFLAGS and Z_LIBS to LIBS, and Z_CPPFLAGS |
79b5fe2d5646
use Z_LIBS in checks for curl and glpk libraries
John W. Eaton <jwe@octave.org>
parents:
9539
diff
changeset
|
737 to CPPFLAGS in checks for curl and glpk libraries. |
79b5fe2d5646
use Z_LIBS in checks for curl and glpk libraries
John W. Eaton <jwe@octave.org>
parents:
9539
diff
changeset
|
738 |
9539
41a74dcd14df
Clear QHULL_LIBS etc on errors. Interpret --without-qhull etc correctly.
David Grundberg <individ@acc.umu.se>
parents:
9538
diff
changeset
|
739 2009-08-18 David Grundberg <individ@acc.umu.se> |
41a74dcd14df
Clear QHULL_LIBS etc on errors. Interpret --without-qhull etc correctly.
David Grundberg <individ@acc.umu.se>
parents:
9538
diff
changeset
|
740 |
41a74dcd14df
Clear QHULL_LIBS etc on errors. Interpret --without-qhull etc correctly.
David Grundberg <individ@acc.umu.se>
parents:
9538
diff
changeset
|
741 * aclocal.m4 (OCTAVE_CHECK_LIBRARY): Clear QHULL_LIBS etc on |
41a74dcd14df
Clear QHULL_LIBS etc on errors. Interpret --without-qhull etc correctly.
David Grundberg <individ@acc.umu.se>
parents:
9538
diff
changeset
|
742 errors. Interpret --without-qhull etc correctly. |
41a74dcd14df
Clear QHULL_LIBS etc on errors. Interpret --without-qhull etc correctly.
David Grundberg <individ@acc.umu.se>
parents:
9538
diff
changeset
|
743 |
9538
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9536
diff
changeset
|
744 2009-08-17 John W. Eaton <jwe@octave.org> |
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9536
diff
changeset
|
745 |
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9536
diff
changeset
|
746 * mkoctfile.in, mkoctfile.cc.in (FFTW3_LDFLAGS, FFTW3_LIBS, |
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9536
diff
changeset
|
747 FFTW3F_LDFLAGS, FFTW3F_LIBS): Substitute instead of FFTW_LIBS. |
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9536
diff
changeset
|
748 (FFTW_LIBS): Define from FFTW3_LDFLAGS, FFTW3_LIBS, |
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9536
diff
changeset
|
749 FFTW3F_LDFLAGS, and FFTW3F_LIBS variables. |
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9536
diff
changeset
|
750 |
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9536
diff
changeset
|
751 * octave-bug.cc.in, octave-bug.in (Z_CPPFLAGS, Z_LDFLAGS): |
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9536
diff
changeset
|
752 Substitute and display them. |
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9536
diff
changeset
|
753 (Z_LIBS): Rename from ZLIB_LIBS. |
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9536
diff
changeset
|
754 * configure.in: Use OCTAVE_CHECK_LIBRARY to check for ZLIB. |
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9536
diff
changeset
|
755 Print Z_CPPFLAGS and Z_LDFLAGS in the summary. |
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9536
diff
changeset
|
756 * Makeconf.in (Z_CPPFLAGS, Z_LDFLAGS): New variables. |
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9536
diff
changeset
|
757 (Z_LIBS): Rename from ZLIB_LIBS. |
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9536
diff
changeset
|
758 (do-subst-config-vals): Substitute them. |
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9536
diff
changeset
|
759 |
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9536
diff
changeset
|
760 (ALL_CPPFLAGS): New variable. |
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9536
diff
changeset
|
761 (%.o : %.c, %.o : %.cc, pic/%.o : %.c, pic/%.o : %.cc): |
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9536
diff
changeset
|
762 Use $(ALL_CPPFLAGS) instead of $(CPPFLAGS) in command. |
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9536
diff
changeset
|
763 |
9536
592a959b68e5
octave-bug.in, octave-bug.cc.in: update for recent configure changes
John W. Eaton <jwe@octave.org>
parents:
9531
diff
changeset
|
764 2009-08-17 John W. Eaton <jwe@octave.org> |
592a959b68e5
octave-bug.in, octave-bug.cc.in: update for recent configure changes
John W. Eaton <jwe@octave.org>
parents:
9531
diff
changeset
|
765 |
592a959b68e5
octave-bug.in, octave-bug.cc.in: update for recent configure changes
John W. Eaton <jwe@octave.org>
parents:
9531
diff
changeset
|
766 * octave-bug.in, octave-bug.cc.in: Include AMD_CPPFLAGS, |
592a959b68e5
octave-bug.in, octave-bug.cc.in: update for recent configure changes
John W. Eaton <jwe@octave.org>
parents:
9531
diff
changeset
|
767 AMD_LDFLAGS, AMD_LIBS, ARPACK_LIBS, BLAS_LIBS, CAMD_CPPFLAGS, |
592a959b68e5
octave-bug.in, octave-bug.cc.in: update for recent configure changes
John W. Eaton <jwe@octave.org>
parents:
9531
diff
changeset
|
768 CAMD_LDFLAGS, CAMD_LIBS, CARBON_LIBS, CCOLAMD_CPPFLAGS, |
592a959b68e5
octave-bug.in, octave-bug.cc.in: update for recent configure changes
John W. Eaton <jwe@octave.org>
parents:
9531
diff
changeset
|
769 CCOLAMD_LDFLAGS, CCOLAMD_LIBS, CHOLMOD_CPPFLAGS, CHOLMOD_LDFLAGS, |
592a959b68e5
octave-bug.in, octave-bug.cc.in: update for recent configure changes
John W. Eaton <jwe@octave.org>
parents:
9531
diff
changeset
|
770 CHOLMOD_LIBS, COLAMD_CPPFLAGS, COLAMD_LDFLAGS, COLAMD_LIBS, |
592a959b68e5
octave-bug.in, octave-bug.cc.in: update for recent configure changes
John W. Eaton <jwe@octave.org>
parents:
9531
diff
changeset
|
771 CURL_CPPFLAGS, CURL_LDFLAGS, CURL_LIBS, CXSPARSE_CPPFLAGS, |
592a959b68e5
octave-bug.in, octave-bug.cc.in: update for recent configure changes
John W. Eaton <jwe@octave.org>
parents:
9531
diff
changeset
|
772 CXSPARSE_LDFLAGS, CXSPARSE_LIBS, DL_LIBS, FFTW3_CPPFLAGS, |
592a959b68e5
octave-bug.in, octave-bug.cc.in: update for recent configure changes
John W. Eaton <jwe@octave.org>
parents:
9531
diff
changeset
|
773 FFTW3_LDFLAGS, FFTW3_LIBS, FFTW3F_CPPFLAGS, FFTW3F_LDFLAGS, |
592a959b68e5
octave-bug.in, octave-bug.cc.in: update for recent configure changes
John W. Eaton <jwe@octave.org>
parents:
9531
diff
changeset
|
774 FFTW3F_LIBS, GRAPHICS_LIBS, GLPK_CPPFLAGS, GLPK_LDFLAGS, |
592a959b68e5
octave-bug.in, octave-bug.cc.in: update for recent configure changes
John W. Eaton <jwe@octave.org>
parents:
9531
diff
changeset
|
775 GLPK_LIBS, HDF5_LIBS, OPENGL_LIBS, PTHREAD_CFLAGS, PTHREAD_LIBS, |
592a959b68e5
octave-bug.in, octave-bug.cc.in: update for recent configure changes
John W. Eaton <jwe@octave.org>
parents:
9531
diff
changeset
|
776 QHULL_CPPFLAGS, QHULL_LDFLAGS, QHULL_LIBS, QRUPDATE_LIBS, |
592a959b68e5
octave-bug.in, octave-bug.cc.in: update for recent configure changes
John W. Eaton <jwe@octave.org>
parents:
9531
diff
changeset
|
777 READLINE_LIBS, REGEX_LIBS, TERM_LIBS, UMFPACK_LIBS, X11_INCFLAGS, |
592a959b68e5
octave-bug.in, octave-bug.cc.in: update for recent configure changes
John W. Eaton <jwe@octave.org>
parents:
9531
diff
changeset
|
778 X11_LIBS, and ZLIB_LIBS in the summary of varibles. |
592a959b68e5
octave-bug.in, octave-bug.cc.in: update for recent configure changes
John W. Eaton <jwe@octave.org>
parents:
9531
diff
changeset
|
779 |
592a959b68e5
octave-bug.in, octave-bug.cc.in: update for recent configure changes
John W. Eaton <jwe@octave.org>
parents:
9531
diff
changeset
|
780 * configure.in: Include LEXLIB and LIBGLOB in the summary. |
592a959b68e5
octave-bug.in, octave-bug.cc.in: update for recent configure changes
John W. Eaton <jwe@octave.org>
parents:
9531
diff
changeset
|
781 |
9531
b859079d1644
configure and Makefile fixes for Windows
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9525
diff
changeset
|
782 2009-08-17 Michael Goffioul <michael.goffioul@gmail.com> |
b859079d1644
configure and Makefile fixes for Windows
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9525
diff
changeset
|
783 |
b859079d1644
configure and Makefile fixes for Windows
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9525
diff
changeset
|
784 * aclocal.m4 (OCTAVE_HDF5_DLL): Include HDF5_LIBS in LIBS before |
b859079d1644
configure and Makefile fixes for Windows
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9525
diff
changeset
|
785 attempting link. |
b859079d1644
configure and Makefile fixes for Windows
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9525
diff
changeset
|
786 |
9525
691545147aca
compatibility for earlier autoconfs
Jaroslav Hajek <highegg@gmail.com>
parents:
9523
diff
changeset
|
787 2009-08-15 Jaroslav Hajek <highegg@gmail.com> |
691545147aca
compatibility for earlier autoconfs
Jaroslav Hajek <highegg@gmail.com>
parents:
9523
diff
changeset
|
788 |
691545147aca
compatibility for earlier autoconfs
Jaroslav Hajek <highegg@gmail.com>
parents:
9523
diff
changeset
|
789 * aclocal.m4: Define the autoconf 2.64+ m4sugar macros `m4_ifblank' |
691545147aca
compatibility for earlier autoconfs
Jaroslav Hajek <highegg@gmail.com>
parents:
9523
diff
changeset
|
790 and `m4_ifnblank' if on earlier autoconfs. |
691545147aca
compatibility for earlier autoconfs
Jaroslav Hajek <highegg@gmail.com>
parents:
9523
diff
changeset
|
791 |
9523
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9520
diff
changeset
|
792 2009-08-13 John W. Eaton <jwe@octave.org> |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9520
diff
changeset
|
793 |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9520
diff
changeset
|
794 * Makeconf.in (GLPK_CPPFLAGS, GLPK_LDFLAGS, |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9520
diff
changeset
|
795 AMD_CPPFLAGS, AMD_LDFLAGS, CAMD_CPPFLAGS, CAMD_LDFLAGS, |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9520
diff
changeset
|
796 CCOLAMD_CPPFLAGS, CCOLAMD_LDFLAGS, CHOLMOD_CPPFLAGS, |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9520
diff
changeset
|
797 CHOLMOD_LDFLAGS, COLAMD_CPPFLAGS, COLAMD_LDFLAGS, |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9520
diff
changeset
|
798 CXSPARSE_CPPFLAGS, CXSPARSE_LDFLAGS): New variables. |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9520
diff
changeset
|
799 (do-subst-config-vals): Substitute Them. |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9520
diff
changeset
|
800 (SPARSE_CPPFLAGS, SPARSE_LDFLAGS, SPARSE_LIBS, FFTW_CPPFLAGS, |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9520
diff
changeset
|
801 FFTW_LDFLAGS, FFTW_LIBS): New variables. |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9520
diff
changeset
|
802 |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9520
diff
changeset
|
803 * configure.in: Use OCTAVE_CHECK_LIBRARY to check for GLPK, AMD, |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9520
diff
changeset
|
804 CAMD, CCOLAMD, CHOLMOD, COLAMD, CXSPARSE, FFTW3, and FFTW3F |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9520
diff
changeset
|
805 libraries. Print GLPK_CPPFLAGS, GLPK_LDFLAGS, AMD_CPPFLAGS, |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9520
diff
changeset
|
806 AMD_LDFLAGS, CAMD_CPPFLAGS, CAMD_LDFLAGS, CCOLAMD_CPPFLAGS, |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9520
diff
changeset
|
807 CCOLAMD_LDFLAGS, CHOLMOD_CPPFLAGS, CHOLMOD_LDFLAGS, |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9520
diff
changeset
|
808 COLAMD_CPPFLAGS, COLAMD_LDFLAGS, CXSPARSE_CPPFLAGS, |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9520
diff
changeset
|
809 CXSPARSE_LDFLAGS, FFTW3_CPPFLAGS, FFTW3_LDFLAGS, FFTW3_LIBS, |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9520
diff
changeset
|
810 FFTW3F_CPPFLAGS, FFTW3F_LDFLAGS, and FFTW3F_LIBS in the summary. |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9520
diff
changeset
|
811 (AH_BOTTOM): Define HAVE_FFTW if HAVE_FFTW3 and HAVE_FFTW3F are |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9520
diff
changeset
|
812 both defined. |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9520
diff
changeset
|
813 |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9520
diff
changeset
|
814 * aclocal.m4 (OCTAVE_CHECK_LIBRARY): New optional arguments for |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9520
diff
changeset
|
815 language and doc string. |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9520
diff
changeset
|
816 |
9520
bd5909b89457
fix OCTAVE_CHECK_LIBRARY
Jaroslav Hajek <highegg@gmail.com>
parents:
9519
diff
changeset
|
817 2009-08-13 Jaroslav Hajek <highegg@gmail.com> |
bd5909b89457
fix OCTAVE_CHECK_LIBRARY
Jaroslav Hajek <highegg@gmail.com>
parents:
9519
diff
changeset
|
818 |
bd5909b89457
fix OCTAVE_CHECK_LIBRARY
Jaroslav Hajek <highegg@gmail.com>
parents:
9519
diff
changeset
|
819 * aclocal.m4 (OCTAVE_CHECK_LIBRARY): Prepend to LIBS rather than |
bd5909b89457
fix OCTAVE_CHECK_LIBRARY
Jaroslav Hajek <highegg@gmail.com>
parents:
9519
diff
changeset
|
820 replacing. |
bd5909b89457
fix OCTAVE_CHECK_LIBRARY
Jaroslav Hajek <highegg@gmail.com>
parents:
9519
diff
changeset
|
821 |
9519
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
822 2009-08-13 John W. Eaton <jwe@octave.org> |
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
823 |
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
824 * Makeconf.in (QHULL_CPPFLAGS, QHULL_LDFLAGS, CURL_CPPFLAGS, |
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
825 CURL_LDFLAGS): New variables. |
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
826 (do-subst-config-vals): Substitute QHULL_CPPFLAGS, QHULL_LDFLAGS, |
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
827 CURL_CPPFLAGS, and CURL_LDFLAGS |
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
828 * configure.in: Use OCTAVE_CHECK_LIBRARY to check for qhull and |
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
829 curl libraries. Print QHULL_CPPFLAGS, QHULL_LDFLAGS, |
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
830 CURL_CPPFLAGS, and CURL_LDFLAGS in the summary. Print glpk |
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
831 library warning at time of check. Use AC_MSG_WARN, not |
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
832 AC_MSG_RESULT, to print fftw warning. |
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
833 * aclocal.m4 (OCTAVE_CHECK_LIBRARY): New macro. |
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
834 (AC_CHECK_QHULL_VERSION, AC_CHECK_QHULL_OK): |
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
835 Implement with modern autoconf macros. |
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
836 |
9515 | 837 2009-08-11 John W. Eaton <jwe@octave.org> |
838 | |
839 * configure.in: Define and substitute TERM_LIBS instead of | |
840 TERMLIBS. Don't add TERM_LIBS to LIBS. Define DL_LIBS instead of | |
841 adding them to LIBS. Display TERM_LIBS and DL_LIBS in summary | |
842 reporrt. | |
843 * aclocal.m4 (OCTAVE_ENABLE_READLINE): Define and substitute | |
844 READLINE_LIBS instead of LIBREADLINE. Don't add readline library | |
845 to LIBS. Display READLINE_LIBS in summary report. Temporarily | |
846 add TERM_LIBS to LIBS when checking for readline library. | |
847 * Makeconf.in, mkoctfile.cc.in, mkoctfile.in: | |
848 Use READLINE_LIBS instead of LIBREADLINE and TERM_LIBS instead of | |
849 TERMLIBS. Substitute DL_LIBS. | |
850 (do-subst-config-vals): Substitute TERM_LIBS and DL_LIBS. | |
851 | |
9514 | 852 2009-08-11 John W. Eaton <jwe@octave.org> |
853 | |
854 * configure.in: Generate separate variables for HDF5_LIBS and | |
855 ZLIB_LIBS. Don't add them to LIBS. Add separate entries for them | |
856 in the summary report. | |
857 * Makeconf.in (HDF5_LIBS, ZLIB_LIBS): New variables. | |
858 (do-subst-config-vals): Substitute AMD_LIBS, ARPACK_LIBS, | |
859 CAMD_LIBS, CCOLAMD_LIBS, CHOLMOD_LIBS, COLAMD_LIBS, CXSPARSE_LIBS, | |
860 FT2_LIBS, GRAPHICS_LIBS, HDF5_LIBS, OPENGL_LIBS, PTHREAD_CFLAGS, | |
861 PTHREAD_LIBS, QHULL_LIBS, QRUPDATE_LIBS, REGEX_LIBS, UMFPACK_LIBS, | |
862 ZLIB_LIBS. | |
863 | |
9489 | 864 2009-08-05 John W. Eaton <jwe@octave.org> |
9488
ee572cdd4b97
add configure checks for pthread library and compiler flags
John W. Eaton <jwe@octave.org>
parents:
9480
diff
changeset
|
865 |
ee572cdd4b97
add configure checks for pthread library and compiler flags
John W. Eaton <jwe@octave.org>
parents:
9480
diff
changeset
|
866 * acx_pthread.m4: New file. |
ee572cdd4b97
add configure checks for pthread library and compiler flags
John W. Eaton <jwe@octave.org>
parents:
9480
diff
changeset
|
867 * configure.in: Include it and invoke ACX_PTHREAD macro. Print |
ee572cdd4b97
add configure checks for pthread library and compiler flags
John W. Eaton <jwe@octave.org>
parents:
9480
diff
changeset
|
868 ptrhead flags and libraries in summary output. |
9489 | 869 * Makeconf.in (PTHREAD_CFLAGS, PTHREAD_LIBS): Substitute values. |
870 (ALL_CFLAGS, ALL_CXXFLAGS): Include $(PTHREAD_CFLAGS). | |
9488
ee572cdd4b97
add configure checks for pthread library and compiler flags
John W. Eaton <jwe@octave.org>
parents:
9480
diff
changeset
|
871 |
9480 | 872 2009-08-03 Jaroslav Hajek <highegg@gmail.com> |
873 | |
874 * NEWS: Update. | |
875 | |
9462 | 876 2009-07-27 Jaroslav Hajek <highegg@gmail.com> |
877 | |
878 * NEWS: Update. | |
879 | |
9449 | 880 2009-07-22 Jaroslav Hajek <highegg@gmail.com> |
881 | |
882 * NEWS: Update. | |
883 | |
9437
db08c2376970
Makeconf.in (MAGICK_LIBS): Don't pass --ldflags to $(MAGICK_CONFIG)
John W. Eaton <jwe@octave.org>
parents:
9424
diff
changeset
|
884 2009-07-16 John W. Eaton <jwe@octave.org> |
db08c2376970
Makeconf.in (MAGICK_LIBS): Don't pass --ldflags to $(MAGICK_CONFIG)
John W. Eaton <jwe@octave.org>
parents:
9424
diff
changeset
|
885 |
db08c2376970
Makeconf.in (MAGICK_LIBS): Don't pass --ldflags to $(MAGICK_CONFIG)
John W. Eaton <jwe@octave.org>
parents:
9424
diff
changeset
|
886 * Makeconf.in (MAGICK_LIBS): Don't pass --ldflags to $(MAGICK_CONFIG). |
db08c2376970
Makeconf.in (MAGICK_LIBS): Don't pass --ldflags to $(MAGICK_CONFIG)
John W. Eaton <jwe@octave.org>
parents:
9424
diff
changeset
|
887 |
9424
69d05d1a63b9
configure.in: don't use system strftime on MinGW systems
John W. Eaton <jwe@octave.org>
parents:
9408
diff
changeset
|
888 2009-07-09 John W. Eaton <jwe@octave.org> |
69d05d1a63b9
configure.in: don't use system strftime on MinGW systems
John W. Eaton <jwe@octave.org>
parents:
9408
diff
changeset
|
889 |
69d05d1a63b9
configure.in: don't use system strftime on MinGW systems
John W. Eaton <jwe@octave.org>
parents:
9408
diff
changeset
|
890 * configure.in: Don't use system strftime on MinGW systems. |
69d05d1a63b9
configure.in: don't use system strftime on MinGW systems
John W. Eaton <jwe@octave.org>
parents:
9408
diff
changeset
|
891 |
9407
0951174cbb03
remove experimental stuff from lookup, simplify
Jaroslav Hajek <highegg@gmail.com>
parents:
9403
diff
changeset
|
892 2009-06-29 Jaroslav Hajek <highegg@gmail.com> |
0951174cbb03
remove experimental stuff from lookup, simplify
Jaroslav Hajek <highegg@gmail.com>
parents:
9403
diff
changeset
|
893 |
0951174cbb03
remove experimental stuff from lookup, simplify
Jaroslav Hajek <highegg@gmail.com>
parents:
9403
diff
changeset
|
894 * NEWS: Correct info. |
9408 | 895 * NEWS: Update. |
9407
0951174cbb03
remove experimental stuff from lookup, simplify
Jaroslav Hajek <highegg@gmail.com>
parents:
9403
diff
changeset
|
896 |
9403
4af6e29449c1
[mq]: graphics_text_engine
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9381
diff
changeset
|
897 2009-06-26 Michael Goffioul <michael.goffioul@gmail.com> |
4af6e29449c1
[mq]: graphics_text_engine
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9381
diff
changeset
|
898 |
4af6e29449c1
[mq]: graphics_text_engine
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9381
diff
changeset
|
899 * aclocal.m4: Add pkg.m4 macros. |
4af6e29449c1
[mq]: graphics_text_engine
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9381
diff
changeset
|
900 * configure.in (HAVE_FREETYPE): New defined variable. |
4af6e29449c1
[mq]: graphics_text_engine
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9381
diff
changeset
|
901 * configure.in: Add configure tests for Fontconfig detection. |
4af6e29449c1
[mq]: graphics_text_engine
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9381
diff
changeset
|
902 |
9381
f9ab19428cd8
* run-octave.in: Exclude @-files from path. Remove CVS exclusions.
Robert T. Short <octave@phaselockedsystems.com>
parents:
9365
diff
changeset
|
903 2009-06-23 Robert T. Short <octave@phaselockedsystems.com> |
f9ab19428cd8
* run-octave.in: Exclude @-files from path. Remove CVS exclusions.
Robert T. Short <octave@phaselockedsystems.com>
parents:
9365
diff
changeset
|
904 |
f9ab19428cd8
* run-octave.in: Exclude @-files from path. Remove CVS exclusions.
Robert T. Short <octave@phaselockedsystems.com>
parents:
9365
diff
changeset
|
905 * run-octave.in: Exclude @-files from path. Remove CVS exclusions. |
f9ab19428cd8
* run-octave.in: Exclude @-files from path. Remove CVS exclusions.
Robert T. Short <octave@phaselockedsystems.com>
parents:
9365
diff
changeset
|
906 |
9365 | 907 2009-06-19 Jaroslav Hajek <highegg@gmail.com> |
908 | |
909 * NEWS: Update. | |
910 | |
9352 | 911 2009-06-15 Jaroslav Hajek <highegg@gmail.com> |
912 | |
913 * NEWS: Update. | |
914 | |
9332
bf6da2fbfa4e
examples/polynomial: properly handle magic colon
Jaroslav Hajek <highegg@gmail.com>
parents:
9330
diff
changeset
|
915 2009-06-02 Jaroslav Hajek <highegg@gmail.com> |
bf6da2fbfa4e
examples/polynomial: properly handle magic colon
Jaroslav Hajek <highegg@gmail.com>
parents:
9330
diff
changeset
|
916 |
bf6da2fbfa4e
examples/polynomial: properly handle magic colon
Jaroslav Hajek <highegg@gmail.com>
parents:
9330
diff
changeset
|
917 * examples/@polynomial/subsref.m: Handle ':' correctly. |
bf6da2fbfa4e
examples/polynomial: properly handle magic colon
Jaroslav Hajek <highegg@gmail.com>
parents:
9330
diff
changeset
|
918 * examples/@polynomial/subsasgn.m: Ditto. |
bf6da2fbfa4e
examples/polynomial: properly handle magic colon
Jaroslav Hajek <highegg@gmail.com>
parents:
9330
diff
changeset
|
919 |
9329
67fc970dad7d
improve indexed assignment using indexed numel
Jaroslav Hajek <highegg@gmail.com>
parents:
9303
diff
changeset
|
920 2009-06-11 Jaroslav Hajek <highegg@gmail.com> |
67fc970dad7d
improve indexed assignment using indexed numel
Jaroslav Hajek <highegg@gmail.com>
parents:
9303
diff
changeset
|
921 |
67fc970dad7d
improve indexed assignment using indexed numel
Jaroslav Hajek <highegg@gmail.com>
parents:
9303
diff
changeset
|
922 * example/@polynomial/numel.m: New method. |
9330
e903c92d2f02
omission from last patch
Jaroslav Hajek <highegg@gmail.com>
parents:
9329
diff
changeset
|
923 * example/@polynomial/Makefile.in: Include it. |
9329
67fc970dad7d
improve indexed assignment using indexed numel
Jaroslav Hajek <highegg@gmail.com>
parents:
9303
diff
changeset
|
924 |
9501 | 925 2009-05-22 Benjamin Lindner <lindnerb@users.sourceforge.net> |
9303
adf676387922
properly #ifdef MSVC linker specific flags
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9288
diff
changeset
|
926 |
adf676387922
properly #ifdef MSVC linker specific flags
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9288
diff
changeset
|
927 * mkoctfile.cc.in: mask MSVC specific linker flags for mex output |
adf676387922
properly #ifdef MSVC linker specific flags
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9288
diff
changeset
|
928 |
9288
7621f0b0e588
examples/@polynomial/end.m: Fix end for zero based indexing.
Robert T. Short <rtshort@ieee.org>
parents:
9285
diff
changeset
|
929 2009-06-02 Robert T. Short <octave@phaselockedsystems.com> |
7621f0b0e588
examples/@polynomial/end.m: Fix end for zero based indexing.
Robert T. Short <rtshort@ieee.org>
parents:
9285
diff
changeset
|
930 |
7621f0b0e588
examples/@polynomial/end.m: Fix end for zero based indexing.
Robert T. Short <rtshort@ieee.org>
parents:
9285
diff
changeset
|
931 * examples/@polynomial: Fix end method for zero based indexing. |
7621f0b0e588
examples/@polynomial/end.m: Fix end for zero based indexing.
Robert T. Short <rtshort@ieee.org>
parents:
9285
diff
changeset
|
932 |
9285
226f6d001ee2
further improve the polynomial example, fix indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
9284
diff
changeset
|
933 2009-06-02 Jaroslav Hajek <highegg@gmail.com> |
226f6d001ee2
further improve the polynomial example, fix indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
9284
diff
changeset
|
934 |
226f6d001ee2
further improve the polynomial example, fix indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
9284
diff
changeset
|
935 * examples/@polynomial/subsref.m: Allow chained subscripts, |
226f6d001ee2
further improve the polynomial example, fix indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
9284
diff
changeset
|
936 fix behavior according to docs. |
226f6d001ee2
further improve the polynomial example, fix indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
9284
diff
changeset
|
937 * examples/@polynomial/subsasgn.m: Allow chained subscripts, |
226f6d001ee2
further improve the polynomial example, fix indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
9284
diff
changeset
|
938 fix behavior according to docs. |
226f6d001ee2
further improve the polynomial example, fix indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
9284
diff
changeset
|
939 |
9284
567e3e4ab74d
fix up examples/@polynomial
Robert T. Short <octave@phaselockedsystems.com>
parents:
9266
diff
changeset
|
940 2009-06-02 Robert T. Short <octave@phaselockedsystems.com> |
567e3e4ab74d
fix up examples/@polynomial
Robert T. Short <octave@phaselockedsystems.com>
parents:
9266
diff
changeset
|
941 |
567e3e4ab74d
fix up examples/@polynomial
Robert T. Short <octave@phaselockedsystems.com>
parents:
9266
diff
changeset
|
942 * examples/@polynomial: Remove tabs from all functions so |
567e3e4ab74d
fix up examples/@polynomial
Robert T. Short <octave@phaselockedsystems.com>
parents:
9266
diff
changeset
|
943 documentation looks right. Fix a bunch of methods |
567e3e4ab74d
fix up examples/@polynomial
Robert T. Short <octave@phaselockedsystems.com>
parents:
9266
diff
changeset
|
944 that didn't work. Add a method referred to in the docs |
567e3e4ab74d
fix up examples/@polynomial
Robert T. Short <octave@phaselockedsystems.com>
parents:
9266
diff
changeset
|
945 that didn't exist. |
567e3e4ab74d
fix up examples/@polynomial
Robert T. Short <octave@phaselockedsystems.com>
parents:
9266
diff
changeset
|
946 |
9266 | 947 2009-05-26 John W. Eaton <jwe@octave.org> |
948 | |
949 * src/dirfns.cc (Fpathsep): Allow path separator to be set. | |
950 | |
9259
75c502937d2c
Fix typo for termios.h
Thomas Weber <thomas.weber.mail at gmail.com>
parents:
9254
diff
changeset
|
951 2009-03-17 Thomas Weber <thomas.weber.mail at gmail.com> |
75c502937d2c
Fix typo for termios.h
Thomas Weber <thomas.weber.mail at gmail.com>
parents:
9254
diff
changeset
|
952 |
9967 | 953 * configure.in: fix typo with regards to termios.h |
9259
75c502937d2c
Fix typo for termios.h
Thomas Weber <thomas.weber.mail at gmail.com>
parents:
9254
diff
changeset
|
954 |
9254
fbb43bc17a4d
add missing Makefile in examples/@FIRfilter
Jaroslav Hajek <highegg@gmail.com>
parents:
9252
diff
changeset
|
955 2009-05-25 Jaroslav Hajek <highegg@gmail.com> |
fbb43bc17a4d
add missing Makefile in examples/@FIRfilter
Jaroslav Hajek <highegg@gmail.com>
parents:
9252
diff
changeset
|
956 |
fbb43bc17a4d
add missing Makefile in examples/@FIRfilter
Jaroslav Hajek <highegg@gmail.com>
parents:
9252
diff
changeset
|
957 * examples/@FIRfilter/Makefile.in: New file. |
fbb43bc17a4d
add missing Makefile in examples/@FIRfilter
Jaroslav Hajek <highegg@gmail.com>
parents:
9252
diff
changeset
|
958 * examples/Makefile.in: Include it. |
fbb43bc17a4d
add missing Makefile in examples/@FIRfilter
Jaroslav Hajek <highegg@gmail.com>
parents:
9252
diff
changeset
|
959 * configure.in: Ditto. |
fbb43bc17a4d
add missing Makefile in examples/@FIRfilter
Jaroslav Hajek <highegg@gmail.com>
parents:
9252
diff
changeset
|
960 |
9501 | 961 2009-05-24 Benjamin Lindner <lindnerb@users.sourceforge.net> |
9252
a1d20052517a
support for mkoctfile.exe and octave-config.exe on mingw platform
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9251
diff
changeset
|
962 |
9967 | 963 * configure.in: (SCRIPTS_EXE_SUFFIX) Define to ".exe" for |
9252
a1d20052517a
support for mkoctfile.exe and octave-config.exe on mingw platform
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9251
diff
changeset
|
964 mingw32 compilation (similar to msvc) |
a1d20052517a
support for mkoctfile.exe and octave-config.exe on mingw platform
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9251
diff
changeset
|
965 |
9251
f8b8ab529913
improve OOP documentation
Robert T. Short <octave@phaselockedsystems.com>
parents:
9242
diff
changeset
|
966 2009-05-24 Robert T. Short <octave@phaselockedsystems.com> |
f8b8ab529913
improve OOP documentation
Robert T. Short <octave@phaselockedsystems.com>
parents:
9242
diff
changeset
|
967 |
f8b8ab529913
improve OOP documentation
Robert T. Short <octave@phaselockedsystems.com>
parents:
9242
diff
changeset
|
968 * examples/@FIRfilter: added FIRfilter class example. |
f8b8ab529913
improve OOP documentation
Robert T. Short <octave@phaselockedsystems.com>
parents:
9242
diff
changeset
|
969 |
9242 | 970 2009-05-22 Marco Atzeri <marco_atzeri@yahoo.it> |
971 | |
9967 | 972 * src/sysdep.cc: Removed CYGWIN_init |
9242 | 973 |
9241
60bbc66bb0e2
Correct my previous mistake for cygwin SHLBIN and SHLBINPRE
Marco Atzeri <marco_atzeri@yahoo.it>
parents:
9231
diff
changeset
|
974 2009-05-21 Marco Atzeri <marco_atzeri@yahoo.it> |
9967 | 975 * configure.in: Correct my mistake in cygwin SHLBINPRE SHLBIN |
9241
60bbc66bb0e2
Correct my previous mistake for cygwin SHLBIN and SHLBINPRE
Marco Atzeri <marco_atzeri@yahoo.it>
parents:
9231
diff
changeset
|
976 |
9501 | 977 2008-05-21 Michael Goffioul <michael.goffioul@gmail.com> |
9229
4b94672337d0
Add Makefile/configure support for C++ version of mkoctfile, octave-config and octave-bug
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9187
diff
changeset
|
978 |
9231
8a5a04b6c46b
Fixes confgure script for QHULL detection and add dependency on user32 [Win32]
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9230
diff
changeset
|
979 * aclocal.m4 (AC_CHECK_QHULL_OK): Do not use -lm under |
8a5a04b6c46b
Fixes confgure script for QHULL detection and add dependency on user32 [Win32]
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9230
diff
changeset
|
980 Windows systems. |
8a5a04b6c46b
Fixes confgure script for QHULL detection and add dependency on user32 [Win32]
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9230
diff
changeset
|
981 * configure.in: Add -luser32 to LIBS under Windows. |
8a5a04b6c46b
Fixes confgure script for QHULL detection and add dependency on user32 [Win32]
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9230
diff
changeset
|
982 |
9229
4b94672337d0
Add Makefile/configure support for C++ version of mkoctfile, octave-config and octave-bug
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9187
diff
changeset
|
983 * configure.in (SCRIPTS_EXE_SUFFIX): New substituted |
4b94672337d0
Add Makefile/configure support for C++ version of mkoctfile, octave-config and octave-bug
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9187
diff
changeset
|
984 variable. Define to ".exe" for MSVC compilation. |
4b94672337d0
Add Makefile/configure support for C++ version of mkoctfile, octave-config and octave-bug
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9187
diff
changeset
|
985 * octMakefile.in (SCRIPTS_EXE_SUFFIX): New variable. |
4b94672337d0
Add Makefile/configure support for C++ version of mkoctfile, octave-config and octave-bug
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9187
diff
changeset
|
986 (DISTFILES): Add mkoctfile.cc.in, octave-config.cc.in and |
4b94672337d0
Add Makefile/configure support for C++ version of mkoctfile, octave-config and octave-bug
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9187
diff
changeset
|
987 octave-bug.cc.in. |
4b94672337d0
Add Makefile/configure support for C++ version of mkoctfile, octave-config and octave-bug
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9187
diff
changeset
|
988 (SHELL_SCRIPTS): Use SCRIPTS_EXE_SUFFIX. |
4b94672337d0
Add Makefile/configure support for C++ version of mkoctfile, octave-config and octave-bug
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9187
diff
changeset
|
989 (mkoctfile.cc, mkoctfile$(EXEEXT)): New build rules. |
4b94672337d0
Add Makefile/configure support for C++ version of mkoctfile, octave-config and octave-bug
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9187
diff
changeset
|
990 (octave-config.cc, octave-config$(EXEEXT)): Likewise. |
4b94672337d0
Add Makefile/configure support for C++ version of mkoctfile, octave-config and octave-bug
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9187
diff
changeset
|
991 (octave-bug.cc, octave-bug$(EXEEXT)): Likewise. |
4b94672337d0
Add Makefile/configure support for C++ version of mkoctfile, octave-config and octave-bug
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9187
diff
changeset
|
992 (install, install-strip, uninstall): Use SCRIPTS_EXE_SUFFIX. |
4b94672337d0
Add Makefile/configure support for C++ version of mkoctfile, octave-config and octave-bug
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9187
diff
changeset
|
993 (maintainer-clean, distclean): Remove mkoctfile.[cc|o|exe], |
4b94672337d0
Add Makefile/configure support for C++ version of mkoctfile, octave-config and octave-bug
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9187
diff
changeset
|
994 octave-config.[cc|o|exe] and octave-bug.[cc|o|exe]. |
4b94672337d0
Add Makefile/configure support for C++ version of mkoctfile, octave-config and octave-bug
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9187
diff
changeset
|
995 (clean): Remove mkoctfile$(EXEEXT), octave-config$(EXEEXT), |
4b94672337d0
Add Makefile/configure support for C++ version of mkoctfile, octave-config and octave-bug
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9187
diff
changeset
|
996 octave-bug$(EXEEXT) and the corresponding object files. |
4b94672337d0
Add Makefile/configure support for C++ version of mkoctfile, octave-config and octave-bug
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9187
diff
changeset
|
997 |
9501 | 998 2009-05-07 Rik <rdrider0-list@yahoo.com> |
9226
50c7d87ecfa1
Remove non-existent mirrors from README.mirrors prior to 3.2 release.
Rik <rdrider0-list@yahoo.com>
parents:
9187
diff
changeset
|
999 |
50c7d87ecfa1
Remove non-existent mirrors from README.mirrors prior to 3.2 release.
Rik <rdrider0-list@yahoo.com>
parents:
9187
diff
changeset
|
1000 * README.mirrors: Remove invalid mirror sites which no longer exist. |
50c7d87ecfa1
Remove non-existent mirrors from README.mirrors prior to 3.2 release.
Rik <rdrider0-list@yahoo.com>
parents:
9187
diff
changeset
|
1001 |
9187
a3237ae32c0d
eliminate last remnants of F2C variables
John W. Eaton <jwe@octave.org>
parents:
9186
diff
changeset
|
1002 2009-05-07 John W. Eaton <jwe@octave.org> |
a3237ae32c0d
eliminate last remnants of F2C variables
John W. Eaton <jwe@octave.org>
parents:
9186
diff
changeset
|
1003 |
a3237ae32c0d
eliminate last remnants of F2C variables
John W. Eaton <jwe@octave.org>
parents:
9186
diff
changeset
|
1004 * configure.in, mkoctfile.in, mkoctfile.cc.in, octave-bug.in, |
a3237ae32c0d
eliminate last remnants of F2C variables
John W. Eaton <jwe@octave.org>
parents:
9186
diff
changeset
|
1005 octave-bug.cc.in: Eliminate last remnants of f2c goop. |
a3237ae32c0d
eliminate last remnants of F2C variables
John W. Eaton <jwe@octave.org>
parents:
9186
diff
changeset
|
1006 |
9186
49a0c58a7dcf
Added SHLPRE for SHLEXT instead of SHLLIBPRE
marco_atzeri@yahoo.it
parents:
9178
diff
changeset
|
1007 2009-05-07 Marco Atzeri <marco_atzeri@yahoo.it> |
49a0c58a7dcf
Added SHLPRE for SHLEXT instead of SHLLIBPRE
marco_atzeri@yahoo.it
parents:
9178
diff
changeset
|
1008 |
49a0c58a7dcf
Added SHLPRE for SHLEXT instead of SHLLIBPRE
marco_atzeri@yahoo.it
parents:
9178
diff
changeset
|
1009 * configure.in, Makeconf.in: (SHLPRE): Rename from SHLLIBPRE. |
49a0c58a7dcf
Added SHLPRE for SHLEXT instead of SHLLIBPRE
marco_atzeri@yahoo.it
parents:
9178
diff
changeset
|
1010 |
9178
a6375c37dad4
update config stuff to gripe with g++-3.x
Jaroslav Hajek <highegg@gmail.com>
parents:
9176
diff
changeset
|
1011 2009-05-05 Jaroslav Hajek <highegg@gmail.com> |
a6375c37dad4
update config stuff to gripe with g++-3.x
Jaroslav Hajek <highegg@gmail.com>
parents:
9176
diff
changeset
|
1012 |
a6375c37dad4
update config stuff to gripe with g++-3.x
Jaroslav Hajek <highegg@gmail.com>
parents:
9176
diff
changeset
|
1013 * configure.in: Include the whole 3.x g++ series as problematic. |
a6375c37dad4
update config stuff to gripe with g++-3.x
Jaroslav Hajek <highegg@gmail.com>
parents:
9176
diff
changeset
|
1014 * Makefile: Don't mention that g++-3.x might work. |
a6375c37dad4
update config stuff to gripe with g++-3.x
Jaroslav Hajek <highegg@gmail.com>
parents:
9176
diff
changeset
|
1015 |
9176
7ea76c8a59f7
configure.in: put -lftgl ahead of $FT2_LIBS, and $FT2_LIBS ahead of $OPENGL_LIBS
John W. Eaton <jwe@octave.org>
parents:
9173
diff
changeset
|
1016 2009-05-04 John W. Eaton <jwe@octave.org> |
7ea76c8a59f7
configure.in: put -lftgl ahead of $FT2_LIBS, and $FT2_LIBS ahead of $OPENGL_LIBS
John W. Eaton <jwe@octave.org>
parents:
9173
diff
changeset
|
1017 |
7ea76c8a59f7
configure.in: put -lftgl ahead of $FT2_LIBS, and $FT2_LIBS ahead of $OPENGL_LIBS
John W. Eaton <jwe@octave.org>
parents:
9173
diff
changeset
|
1018 * configure.in: Put -lftgl ahead of $FT2_LIBS, and $FT2_LIBS ahead |
7ea76c8a59f7
configure.in: put -lftgl ahead of $FT2_LIBS, and $FT2_LIBS ahead of $OPENGL_LIBS
John W. Eaton <jwe@octave.org>
parents:
9173
diff
changeset
|
1019 of $OPENGL_LIBS. |
7ea76c8a59f7
configure.in: put -lftgl ahead of $FT2_LIBS, and $FT2_LIBS ahead of $OPENGL_LIBS
John W. Eaton <jwe@octave.org>
parents:
9173
diff
changeset
|
1020 |
9171
7500cfff4728
configure.in: provide decls for exp2, round, and tgamma if they are missing
Peter O'Gorman <pogma@thewrittenword.com>
parents:
9110
diff
changeset
|
1021 2009-05-04 Peter O'Gorman <pogma@thewrittenword.com> |
7500cfff4728
configure.in: provide decls for exp2, round, and tgamma if they are missing
Peter O'Gorman <pogma@thewrittenword.com>
parents:
9110
diff
changeset
|
1022 |
9173
224634b2e6e3
configure.in, aclocal.m4: check for c99 vsnprintf
Peter O'Gorman <pogma@thewrittenword.com>
parents:
9172
diff
changeset
|
1023 * aclocal.m4 (OCTAVE_HAVE_C99_VSNPRINTF): New macro. |
224634b2e6e3
configure.in, aclocal.m4: check for c99 vsnprintf
Peter O'Gorman <pogma@thewrittenword.com>
parents:
9172
diff
changeset
|
1024 * configure.in: Use it. |
224634b2e6e3
configure.in, aclocal.m4: check for c99 vsnprintf
Peter O'Gorman <pogma@thewrittenword.com>
parents:
9172
diff
changeset
|
1025 |
9172
cd68431b395a
configure.in: shared library fixes for AIX and HPUX
Peter O'Gorman <pogma@thewrittenword.com>
parents:
9171
diff
changeset
|
1026 * configure.in (rs6000-ibm-aix* | powerpc-ibm-aix*): Set |
cd68431b395a
configure.in: shared library fixes for AIX and HPUX
Peter O'Gorman <pogma@thewrittenword.com>
parents:
9171
diff
changeset
|
1027 library_path_var to LIBPATH. |
cd68431b395a
configure.in: shared library fixes for AIX and HPUX
Peter O'Gorman <pogma@thewrittenword.com>
parents:
9171
diff
changeset
|
1028 (hppa*-hp-hpux*): Set library_path_var to SHLIB_PATH. |
cd68431b395a
configure.in: shared library fixes for AIX and HPUX
Peter O'Gorman <pogma@thewrittenword.com>
parents:
9171
diff
changeset
|
1029 (ia64*-hp-hpux*): New case for shared library variables. |
cd68431b395a
configure.in: shared library fixes for AIX and HPUX
Peter O'Gorman <pogma@thewrittenword.com>
parents:
9171
diff
changeset
|
1030 |
9171
7500cfff4728
configure.in: provide decls for exp2, round, and tgamma if they are missing
Peter O'Gorman <pogma@thewrittenword.com>
parents:
9110
diff
changeset
|
1031 * configure.in: Provide decls for exp2, round, and tgamma if they |
7500cfff4728
configure.in: provide decls for exp2, round, and tgamma if they are missing
Peter O'Gorman <pogma@thewrittenword.com>
parents:
9110
diff
changeset
|
1032 are missing. |
7500cfff4728
configure.in: provide decls for exp2, round, and tgamma if they are missing
Peter O'Gorman <pogma@thewrittenword.com>
parents:
9110
diff
changeset
|
1033 |
9110
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9091
diff
changeset
|
1034 2009-04-11 David Bateman <dbateman@free.fr> |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9091
diff
changeset
|
1035 |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9091
diff
changeset
|
1036 * NEWS: Add new graphics functions. |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9091
diff
changeset
|
1037 |
9090
298b57a4fec2
configure.in: tweak warning flags
John W. Eaton <jwe@octave.org>
parents:
9078
diff
changeset
|
1038 2009-04-05 John W. Eaton <jwe@octave.org> |
298b57a4fec2
configure.in: tweak warning flags
John W. Eaton <jwe@octave.org>
parents:
9078
diff
changeset
|
1039 |
9091
45c832e9976d
configure.in: require autoconf 2.60; eliminate some obsolete macros
John W. Eaton <jwe@octave.org>
parents:
9090
diff
changeset
|
1040 * configure.in: Use AC_USE_SYSTEM_EXTENSIONS instead of |
45c832e9976d
configure.in: require autoconf 2.60; eliminate some obsolete macros
John W. Eaton <jwe@octave.org>
parents:
9090
diff
changeset
|
1041 AC_GNU_SOURCE, AC_AIX, AC_MINIX, and AC_ISC_POSIX. |
45c832e9976d
configure.in: require autoconf 2.60; eliminate some obsolete macros
John W. Eaton <jwe@octave.org>
parents:
9090
diff
changeset
|
1042 Require Autoconf 2.60. |
45c832e9976d
configure.in: require autoconf 2.60; eliminate some obsolete macros
John W. Eaton <jwe@octave.org>
parents:
9090
diff
changeset
|
1043 |
9090
298b57a4fec2
configure.in: tweak warning flags
John W. Eaton <jwe@octave.org>
parents:
9078
diff
changeset
|
1044 * configure.in: Add -Wformat to extra warning flags. Add |
298b57a4fec2
configure.in: tweak warning flags
John W. Eaton <jwe@octave.org>
parents:
9078
diff
changeset
|
1045 -Wconversion to strict warning flags. |
298b57a4fec2
configure.in: tweak warning flags
John W. Eaton <jwe@octave.org>
parents:
9078
diff
changeset
|
1046 |
9078
e92591954ea2
Makeconf.in (do-script-install): Use $(INSTALL_DATA) instead of mv to install PKG_ADD file
John W. Eaton <jwe@octave.org>
parents:
9077
diff
changeset
|
1047 2009-04-02 John W. Eaton <jwe@octave.org> |
e92591954ea2
Makeconf.in (do-script-install): Use $(INSTALL_DATA) instead of mv to install PKG_ADD file
John W. Eaton <jwe@octave.org>
parents:
9077
diff
changeset
|
1048 |
e92591954ea2
Makeconf.in (do-script-install): Use $(INSTALL_DATA) instead of mv to install PKG_ADD file
John W. Eaton <jwe@octave.org>
parents:
9077
diff
changeset
|
1049 * Makeconf.in (do-script-install): Use $(INSTALL_DATA) instead of |
e92591954ea2
Makeconf.in (do-script-install): Use $(INSTALL_DATA) instead of mv to install PKG_ADD file
John W. Eaton <jwe@octave.org>
parents:
9077
diff
changeset
|
1050 mv to install PKG_ADD file. |
e92591954ea2
Makeconf.in (do-script-install): Use $(INSTALL_DATA) instead of mv to install PKG_ADD file
John W. Eaton <jwe@octave.org>
parents:
9077
diff
changeset
|
1051 |
9077
f341cba2c4c6
Makeconf.in (do-subst-script-vals): Use SHLLIBPRE instead of LIBPRE for names for shared libraries
Marco Atzeri <marco_atzeri@yahoo.it>
parents:
9054
diff
changeset
|
1052 2009-04-02 Marco Atzeri <marco_atzeri@yahoo.it> |
f341cba2c4c6
Makeconf.in (do-subst-script-vals): Use SHLLIBPRE instead of LIBPRE for names for shared libraries
Marco Atzeri <marco_atzeri@yahoo.it>
parents:
9054
diff
changeset
|
1053 |
f341cba2c4c6
Makeconf.in (do-subst-script-vals): Use SHLLIBPRE instead of LIBPRE for names for shared libraries
Marco Atzeri <marco_atzeri@yahoo.it>
parents:
9054
diff
changeset
|
1054 * Makeconf.in (do-subst-script-vals): Use SHLLIBPRE instead of |
f341cba2c4c6
Makeconf.in (do-subst-script-vals): Use SHLLIBPRE instead of LIBPRE for names for shared libraries
Marco Atzeri <marco_atzeri@yahoo.it>
parents:
9054
diff
changeset
|
1055 LIBPRE for names for shared libraries. |
f341cba2c4c6
Makeconf.in (do-subst-script-vals): Use SHLLIBPRE instead of LIBPRE for names for shared libraries
Marco Atzeri <marco_atzeri@yahoo.it>
parents:
9054
diff
changeset
|
1056 |
9054
0735e427c6c0
configure fixes for cygwin
Marco Atzeri <marco_atzeri@yahoo.it>
parents:
9049
diff
changeset
|
1057 2009-03-28 Marco Atzeri <marco_atzeri@yahoo.it> |
0735e427c6c0
configure fixes for cygwin
Marco Atzeri <marco_atzeri@yahoo.it>
parents:
9049
diff
changeset
|
1058 |
0735e427c6c0
configure fixes for cygwin
Marco Atzeri <marco_atzeri@yahoo.it>
parents:
9049
diff
changeset
|
1059 * configure.in: For cygwin, set LIBPRE=lib and clear CPICFLAG, |
0735e427c6c0
configure fixes for cygwin
Marco Atzeri <marco_atzeri@yahoo.it>
parents:
9049
diff
changeset
|
1060 CXXPICFLAG, and FPICFLAG. |
0735e427c6c0
configure fixes for cygwin
Marco Atzeri <marco_atzeri@yahoo.it>
parents:
9049
diff
changeset
|
1061 |
9501 | 1062 2009-03-27 Jaroslav Hajek <highegg@gmail.com> |
9049 | 1063 |
1064 * aclocal.m4 (OCTAVE_CMATH_FUNC): Add missing AC_LANG_POP. | |
1065 * configure.in: Enclose string in quotes. | |
1066 | |
9006 | 1067 2009-03-23 Jaroslav Hajek <highegg@gmail.com> |
1068 | |
1069 * NEWS: More updates. | |
1070 | |
8998
a48fba01e4ac
optimize isnan/isinf/isfinite mappers
Jaroslav Hajek <highegg@gmail.com>
parents:
8984
diff
changeset
|
1071 2009-03-20 Jaroslav Hajek <highegg@gmail.com> |
a48fba01e4ac
optimize isnan/isinf/isfinite mappers
Jaroslav Hajek <highegg@gmail.com>
parents:
8984
diff
changeset
|
1072 |
a48fba01e4ac
optimize isnan/isinf/isfinite mappers
Jaroslav Hajek <highegg@gmail.com>
parents:
8984
diff
changeset
|
1073 * aclocal.m4 (OCTAVE_CMATH_FUNC): New macro. |
a48fba01e4ac
optimize isnan/isinf/isfinite mappers
Jaroslav Hajek <highegg@gmail.com>
parents:
8984
diff
changeset
|
1074 * configure.in: Use it. |
a48fba01e4ac
optimize isnan/isinf/isfinite mappers
Jaroslav Hajek <highegg@gmail.com>
parents:
8984
diff
changeset
|
1075 |
8938
35e18344fae8
configure.in: options for compiler warning flags
John W. Eaton <jwe@octave.org>
parents:
8932
diff
changeset
|
1076 2009-03-09 John W. Eaton <jwe@octave.org> |
35e18344fae8
configure.in: options for compiler warning flags
John W. Eaton <jwe@octave.org>
parents:
8932
diff
changeset
|
1077 |
8940
6994961bf1f4
use doc-cache instead of DOC for doc cache file name
John W. Eaton <jwe@octave.org>
parents:
8938
diff
changeset
|
1078 * run-octave.in: Use doc-cache instead of DOC for doc cache file. |
6994961bf1f4
use doc-cache instead of DOC for doc cache file name
John W. Eaton <jwe@octave.org>
parents:
8938
diff
changeset
|
1079 * configure.in: Likewise. |
6994961bf1f4
use doc-cache instead of DOC for doc cache file name
John W. Eaton <jwe@octave.org>
parents:
8938
diff
changeset
|
1080 |
8938
35e18344fae8
configure.in: options for compiler warning flags
John W. Eaton <jwe@octave.org>
parents:
8932
diff
changeset
|
1081 * configure.in (--enable-extra-warning-flags): New option to |
35e18344fae8
configure.in: options for compiler warning flags
John W. Eaton <jwe@octave.org>
parents:
8932
diff
changeset
|
1082 control extra compiler warning flags. |
35e18344fae8
configure.in: options for compiler warning flags
John W. Eaton <jwe@octave.org>
parents:
8932
diff
changeset
|
1083 (--enable-strict-warning-flags): Rename from --enable-picky-flags. |
35e18344fae8
configure.in: options for compiler warning flags
John W. Eaton <jwe@octave.org>
parents:
8932
diff
changeset
|
1084 (GXX_STRICT_FLAGS): Remove -Wenum-clash from the list. |
35e18344fae8
configure.in: options for compiler warning flags
John W. Eaton <jwe@octave.org>
parents:
8932
diff
changeset
|
1085 |
9968
f3bef90b7278
Remove various install-local targets in favor of using automake syntax for installation
Rik <rdrider0-list@yahoo.com>
parents:
9967
diff
changeset
|
1086 2009-03-08 S�ren Hauberg <hauberg@gmail.com> |
8932
2d0f8692a82e
Add the 'histc' function
Soren Hauberg <hauberg@gmail.com>
parents:
8919
diff
changeset
|
1087 |
2d0f8692a82e
Add the 'histc' function
Soren Hauberg <hauberg@gmail.com>
parents:
8919
diff
changeset
|
1088 * NEWS: Mention 'histc'. |
2d0f8692a82e
Add the 'histc' function
Soren Hauberg <hauberg@gmail.com>
parents:
8919
diff
changeset
|
1089 |
8919
79474f16215c
config.sub, config.guess: update from FSF sources
John W. Eaton <jwe@octave.org>
parents:
8865
diff
changeset
|
1090 2009-03-07 John W. Eaton <jwe@octave.org> |
79474f16215c
config.sub, config.guess: update from FSF sources
John W. Eaton <jwe@octave.org>
parents:
8865
diff
changeset
|
1091 |
79474f16215c
config.sub, config.guess: update from FSF sources
John W. Eaton <jwe@octave.org>
parents:
8865
diff
changeset
|
1092 * config.guess, config.sub: Update from FSF sources. |
79474f16215c
config.sub, config.guess: update from FSF sources
John W. Eaton <jwe@octave.org>
parents:
8865
diff
changeset
|
1093 |
8865
eace5649a8b5
set default value for doc_cache_file variable
John W. Eaton <jwe@octave.org>
parents:
8861
diff
changeset
|
1094 2009-02-25 John W. Eaton <jwe@octave.org> |
eace5649a8b5
set default value for doc_cache_file variable
John W. Eaton <jwe@octave.org>
parents:
8861
diff
changeset
|
1095 |
eace5649a8b5
set default value for doc_cache_file variable
John W. Eaton <jwe@octave.org>
parents:
8861
diff
changeset
|
1096 * configure.in (doc_cache_file): New default variable |
eace5649a8b5
set default value for doc_cache_file variable
John W. Eaton <jwe@octave.org>
parents:
8861
diff
changeset
|
1097 * Makeconf.in (@doc_cache_file, do-subst-default-vals): Substitute it. |
eace5649a8b5
set default value for doc_cache_file variable
John W. Eaton <jwe@octave.org>
parents:
8861
diff
changeset
|
1098 |
8850
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8849
diff
changeset
|
1099 2009-02-24 John W. Eaton <jwe@octave.org> |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8849
diff
changeset
|
1100 |
8861 | 1101 * run-octave.in (DOCFILE): New variable. Pass --doc-cache-file |
1102 option to Octave. | |
1103 | |
8850
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8849
diff
changeset
|
1104 * configure.in: Copy Makefile to build directory if not building |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8849
diff
changeset
|
1105 in srcdir. |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8849
diff
changeset
|
1106 |
8849
8b7e448d989c
Do not autogenerate Makefile from Makefile.in.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8792
diff
changeset
|
1107 2009-02-24 Thorsten Meyer <thorsten@hexe> |
8b7e448d989c
Do not autogenerate Makefile from Makefile.in.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8792
diff
changeset
|
1108 |
8850
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8849
diff
changeset
|
1109 * configure.in: AC_SUBST ac_config_files. |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8849
diff
changeset
|
1110 * Makeconf.in (config_opts): Define CONFIG_SUBDIRS variable. |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8849
diff
changeset
|
1111 * Makefile: Add make target for configuration files. |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8849
diff
changeset
|
1112 * octMakefile.in: Add make targets for configuration files, |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8849
diff
changeset
|
1113 config.status and configure. |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8849
diff
changeset
|
1114 |
8849
8b7e448d989c
Do not autogenerate Makefile from Makefile.in.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8792
diff
changeset
|
1115 * Makefile.in: Rename to Makefile. |
8b7e448d989c
Do not autogenerate Makefile from Makefile.in.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8792
diff
changeset
|
1116 * configure.in: Remove Makefile from list of autogenerated |
8b7e448d989c
Do not autogenerate Makefile from Makefile.in.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8792
diff
changeset
|
1117 configuration files. |
8b7e448d989c
Do not autogenerate Makefile from Makefile.in.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8792
diff
changeset
|
1118 * octMakefile.in: Remove references to Makefile.in, add Makefile |
8b7e448d989c
Do not autogenerate Makefile from Makefile.in.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8792
diff
changeset
|
1119 to list of CONF_DISTFILES. |
8b7e448d989c
Do not autogenerate Makefile from Makefile.in.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8792
diff
changeset
|
1120 * octMakefile.in (maintainer-clean distclean): Don't delete Makefile. |
8b7e448d989c
Do not autogenerate Makefile from Makefile.in.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8792
diff
changeset
|
1121 |
8792
bbb3fa6778f3
use mkstemps as replacement for mkstemp on mingw32
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8779
diff
changeset
|
1122 2009-02-17 Benjamin Lindner <lindnerb@users.sourceforge.net> |
bbb3fa6778f3
use mkstemps as replacement for mkstemp on mingw32
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8779
diff
changeset
|
1123 |
bbb3fa6778f3
use mkstemps as replacement for mkstemp on mingw32
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8779
diff
changeset
|
1124 * configure.in: Check for mkstemps on MinGW platform |
bbb3fa6778f3
use mkstemps as replacement for mkstemp on mingw32
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8779
diff
changeset
|
1125 (HAVE_MKSTEMPS): Define if mkstsmps is avilable in libiberty. |
bbb3fa6778f3
use mkstemps as replacement for mkstemp on mingw32
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8779
diff
changeset
|
1126 |
8779 | 1127 2009-02-17 Jaroslav Hajek <highegg@gmail.com> |
1128 | |
1129 * NEWS: Mention cummin and cummax | |
1130 | |
8772
aeedc045cfe3
toplev.cc (Foctave_config_info): add CARBON_LIBS, X11_INCFLAGS, and X11_LIBS to the struct
John W. Eaton <jwe@octave.org>
parents:
8771
diff
changeset
|
1131 2009-02-17 John W. Eaton <jwe@octave.org> |
aeedc045cfe3
toplev.cc (Foctave_config_info): add CARBON_LIBS, X11_INCFLAGS, and X11_LIBS to the struct
John W. Eaton <jwe@octave.org>
parents:
8771
diff
changeset
|
1132 |
8775
a2a9dc5e8565
octave.gperf: eliminate whitespace to allow gperf 2.7.2 to work
John W. Eaton <jwe@octave.org>
parents:
8772
diff
changeset
|
1133 * aclocal.m4 (OCTAVE_PROG_GPERF): Don't run gperf. |
a2a9dc5e8565
octave.gperf: eliminate whitespace to allow gperf 2.7.2 to work
John W. Eaton <jwe@octave.org>
parents:
8772
diff
changeset
|
1134 |
8772
aeedc045cfe3
toplev.cc (Foctave_config_info): add CARBON_LIBS, X11_INCFLAGS, and X11_LIBS to the struct
John W. Eaton <jwe@octave.org>
parents:
8771
diff
changeset
|
1135 * Makeconf.in (do-subst-config-vals): Substitute CARBON_LIBS, |
aeedc045cfe3
toplev.cc (Foctave_config_info): add CARBON_LIBS, X11_INCFLAGS, and X11_LIBS to the struct
John W. Eaton <jwe@octave.org>
parents:
8771
diff
changeset
|
1136 X11_INCFLAGS, and X11_LIBS. |
aeedc045cfe3
toplev.cc (Foctave_config_info): add CARBON_LIBS, X11_INCFLAGS, and X11_LIBS to the struct
John W. Eaton <jwe@octave.org>
parents:
8771
diff
changeset
|
1137 |
8770
af676d09da08
Fix test for X11 if "--without-x" is given.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8755
diff
changeset
|
1138 2009-02-17 Thomas Treichl <Thomas.Treichl@gmx.net> |
af676d09da08
Fix test for X11 if "--without-x" is given.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8755
diff
changeset
|
1139 |
8771
d3382daaf4d2
Use CARBON_LIBS instead of LIBS for framework Carbon.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8770
diff
changeset
|
1140 * Makeconf.in: Substitute CARBON_LIBS. |
d3382daaf4d2
Use CARBON_LIBS instead of LIBS for framework Carbon.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8770
diff
changeset
|
1141 * configure.in: Use CARBON_LIBS instead of LIBS for framework Carbon. |
d3382daaf4d2
Use CARBON_LIBS instead of LIBS for framework Carbon.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8770
diff
changeset
|
1142 |
8770
af676d09da08
Fix test for X11 if "--without-x" is given.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8755
diff
changeset
|
1143 * configure.in: Fix test for X11 if "--without-x" is given. |
af676d09da08
Fix test for X11 if "--without-x" is given.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8755
diff
changeset
|
1144 |
8755 | 1145 2009-02-16 Jaroslav Hajek <highegg@gmail.com> |
1146 | |
1147 * NEWS: Yet more updates. | |
1148 | |
8747 | 1149 2009-02-16 John W. Eaton <jwe@octave.org> |
1150 | |
1151 * NEWS: Mention command-style parsing changes. More updates. | |
1152 | |
8737 | 1153 2009-02-13 John W. Eaton <jwe@octave.org> |
1154 | |
1155 * NEWS: Update for release. | |
1156 | |
9501 | 1157 2009-02-11 Thomas Treichl <Thomas.Treichl@gmx.net> |
8724
a50228129dba
Introduce new macro OCTAVE_GLUTESSCALLBACK_THREEDOTS. Use definitions HAVE_FRAMEWORK_OPENGL and HAVE_GLUTESSCALLBACK_THREEDOTS for Mac's framework OpenGL implementation.
Ben Abbott <bpabbott@mac.com>
parents:
8723
diff
changeset
|
1158 |
a50228129dba
Introduce new macro OCTAVE_GLUTESSCALLBACK_THREEDOTS. Use definitions HAVE_FRAMEWORK_OPENGL and HAVE_GLUTESSCALLBACK_THREEDOTS for Mac's framework OpenGL implementation.
Ben Abbott <bpabbott@mac.com>
parents:
8723
diff
changeset
|
1159 * aclocal.m4 (OCTAVE_GLUTESSCALLBACK_THREEDOTS): New macro. |
a50228129dba
Introduce new macro OCTAVE_GLUTESSCALLBACK_THREEDOTS. Use definitions HAVE_FRAMEWORK_OPENGL and HAVE_GLUTESSCALLBACK_THREEDOTS for Mac's framework OpenGL implementation.
Ben Abbott <bpabbott@mac.com>
parents:
8723
diff
changeset
|
1160 (OCTAVE_OPENGL): Use it in OpenGL check. |
a50228129dba
Introduce new macro OCTAVE_GLUTESSCALLBACK_THREEDOTS. Use definitions HAVE_FRAMEWORK_OPENGL and HAVE_GLUTESSCALLBACK_THREEDOTS for Mac's framework OpenGL implementation.
Ben Abbott <bpabbott@mac.com>
parents:
8723
diff
changeset
|
1161 |
9501 | 1162 2009-02-11 Ben Abbott <bpabbott@mac.com> |
8723
0899370cce9f
Include FTGLTextureFont.h when FTGL_UPPER_CASE is not defined.
Ben Abbott <bpabbott@mac.com>
parents:
8722
diff
changeset
|
1163 |
0899370cce9f
Include FTGLTextureFont.h when FTGL_UPPER_CASE is not defined.
Ben Abbott <bpabbott@mac.com>
parents:
8722
diff
changeset
|
1164 * configure.in: Include FTGLTextureFont.h when FTGL_UPPER_CASE is |
0899370cce9f
Include FTGLTextureFont.h when FTGL_UPPER_CASE is not defined.
Ben Abbott <bpabbott@mac.com>
parents:
8722
diff
changeset
|
1165 not defined. |
0899370cce9f
Include FTGLTextureFont.h when FTGL_UPPER_CASE is not defined.
Ben Abbott <bpabbott@mac.com>
parents:
8722
diff
changeset
|
1166 |
8719
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8718
diff
changeset
|
1167 2009-02-11 John W. Eaton <jwe@octave.org> |
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8718
diff
changeset
|
1168 |
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8718
diff
changeset
|
1169 * configure.in (octetcdir): New default value. |
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8718
diff
changeset
|
1170 * Makeconf.in (octetcdir): New variable. |
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8718
diff
changeset
|
1171 (do-subst-default-vals): Substitute octetcdir. |
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8718
diff
changeset
|
1172 * octMakefile.in (install, uninstall): Use $(octetcdir) for NEWS. |
8722
3cedb606145d
create $(DESTDIR)$(octetcdir) when installing
John W. Eaton <jwe@octave.org>
parents:
8719
diff
changeset
|
1173 (DIRS_TO_MAKE): Add $(octetcdir) to the list. |
8719
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8718
diff
changeset
|
1174 |
8718
c74c9692add7
Run some clean targets on sub-directory @polynomial
Rafael Laboissiere <rafael@debian.org>
parents:
8708
diff
changeset
|
1175 2009-02-10 Rafael Laboissiere <rafael@debian.org> |
c74c9692add7
Run some clean targets on sub-directory @polynomial
Rafael Laboissiere <rafael@debian.org>
parents:
8708
diff
changeset
|
1176 |
c74c9692add7
Run some clean targets on sub-directory @polynomial
Rafael Laboissiere <rafael@debian.org>
parents:
8708
diff
changeset
|
1177 * examples/Makefile.in: Run some clean targets on sub-directory |
c74c9692add7
Run some clean targets on sub-directory @polynomial
Rafael Laboissiere <rafael@debian.org>
parents:
8708
diff
changeset
|
1178 @polynomial. |
c74c9692add7
Run some clean targets on sub-directory @polynomial
Rafael Laboissiere <rafael@debian.org>
parents:
8708
diff
changeset
|
1179 |
8705
ccdab7f029a3
examples/Makefile.in: delete unused variable, don't reset SUBDIRS and DISTSUBDIRS
John W. Eaton <jwe@octave.org>
parents:
8698
diff
changeset
|
1180 2009-02-09 John W. Eaton <jwe@octave.org> |
ccdab7f029a3
examples/Makefile.in: delete unused variable, don't reset SUBDIRS and DISTSUBDIRS
John W. Eaton <jwe@octave.org>
parents:
8698
diff
changeset
|
1181 |
8708
7faf87906ca3
examples/Makefile.in (dist): create subdirs of examples, not dist
John W. Eaton <jwe@octave.org>
parents:
8707
diff
changeset
|
1182 * examples/Makefile.in (dist): Create subdirs of examples, not scripts. |
7faf87906ca3
examples/Makefile.in (dist): create subdirs of examples, not dist
John W. Eaton <jwe@octave.org>
parents:
8707
diff
changeset
|
1183 |
8707
e356a54586c3
examples/@polynomial/Makefile.in (do-mkpkgadd): special definition for this directory
John W. Eaton <jwe@octave.org>
parents:
8705
diff
changeset
|
1184 * examples/@polynomial/Makefile.in (do-mkpkgadd): |
e356a54586c3
examples/@polynomial/Makefile.in (do-mkpkgadd): special definition for this directory
John W. Eaton <jwe@octave.org>
parents:
8705
diff
changeset
|
1185 Provide special definition for this directory. |
e356a54586c3
examples/@polynomial/Makefile.in (do-mkpkgadd): special definition for this directory
John W. Eaton <jwe@octave.org>
parents:
8705
diff
changeset
|
1186 |
8705
ccdab7f029a3
examples/Makefile.in: delete unused variable, don't reset SUBDIRS and DISTSUBDIRS
John W. Eaton <jwe@octave.org>
parents:
8698
diff
changeset
|
1187 * examples/Makefile.in (EXAMPLE_SOURCES): Delete unused variable. |
ccdab7f029a3
examples/Makefile.in: delete unused variable, don't reset SUBDIRS and DISTSUBDIRS
John W. Eaton <jwe@octave.org>
parents:
8698
diff
changeset
|
1188 (SUBDIRS, DISTSUBDIRS): Don't reset to empty. |
ccdab7f029a3
examples/Makefile.in: delete unused variable, don't reset SUBDIRS and DISTSUBDIRS
John W. Eaton <jwe@octave.org>
parents:
8698
diff
changeset
|
1189 |
8698 | 1190 2009-02-08 John W. Eaton <jwe@octave.org> |
1191 | |
1192 * install-octave.in: Delete. | |
1193 * configure.in: Delete AC_CONFIG_COMMANDS macro that was used to | |
1194 make install-octave executable. | |
1195 | |
8696
87cb8b2e4f14
octMakefile.in (all): display $(prefix) in summary message
John W. Eaton <jwe@octave.org>
parents:
8676
diff
changeset
|
1196 2009-02-07 John W. Eaton <jwe@octave.org> |
87cb8b2e4f14
octMakefile.in (all): display $(prefix) in summary message
John W. Eaton <jwe@octave.org>
parents:
8676
diff
changeset
|
1197 |
87cb8b2e4f14
octMakefile.in (all): display $(prefix) in summary message
John W. Eaton <jwe@octave.org>
parents:
8676
diff
changeset
|
1198 * octMakefile.in (all): Display $(prefix) in summary message. |
87cb8b2e4f14
octMakefile.in (all): display $(prefix) in summary message
John W. Eaton <jwe@octave.org>
parents:
8676
diff
changeset
|
1199 |
8676 | 1200 2009-02-05 John W. Eaton <jwe@octave.org> |
1201 | |
1202 * aclocal.m4 (OCTAVE_HDF5_HAS_REQUIRED_API): New macro. | |
1203 * configure.in: Use it in HDF5 check. | |
1204 | |
8675
43c6012bd4c2
configure.in: separate cases for cygwin and mingw
Benjamin Lindner <lindnerben@gmx.net>
parents:
8659
diff
changeset
|
1205 2009-02-04 Benjamin Lindner <lindnerben@gmx.net> |
43c6012bd4c2
configure.in: separate cases for cygwin and mingw
Benjamin Lindner <lindnerben@gmx.net>
parents:
8659
diff
changeset
|
1206 |
43c6012bd4c2
configure.in: separate cases for cygwin and mingw
Benjamin Lindner <lindnerben@gmx.net>
parents:
8659
diff
changeset
|
1207 * configure.in: Use separate cases for *-*-mingw* and *-*-cygwin* |
43c6012bd4c2
configure.in: separate cases for cygwin and mingw
Benjamin Lindner <lindnerben@gmx.net>
parents:
8659
diff
changeset
|
1208 to set variables related to creating shared libraries. |
43c6012bd4c2
configure.in: separate cases for cygwin and mingw
Benjamin Lindner <lindnerben@gmx.net>
parents:
8659
diff
changeset
|
1209 |
8659
9792c26bffc7
configure: check whether qhull works
Jaroslav Hajek <highegg@gmail.com>
parents:
8649
diff
changeset
|
1210 2009-02-03 Jaroslav Hajek <highegg@gmail.com> |
9792c26bffc7
configure: check whether qhull works
Jaroslav Hajek <highegg@gmail.com>
parents:
8649
diff
changeset
|
1211 |
9792c26bffc7
configure: check whether qhull works
Jaroslav Hajek <highegg@gmail.com>
parents:
8649
diff
changeset
|
1212 * aclocal.m4 (AC_CHECK_QHULL_OK): New macro, based on suggestion by |
9792c26bffc7
configure: check whether qhull works
Jaroslav Hajek <highegg@gmail.com>
parents:
8649
diff
changeset
|
1213 Petr Mikulik <mikulik@physics.muni.cz>. |
9792c26bffc7
configure: check whether qhull works
Jaroslav Hajek <highegg@gmail.com>
parents:
8649
diff
changeset
|
1214 * configure.in: Call it. |
9792c26bffc7
configure: check whether qhull works
Jaroslav Hajek <highegg@gmail.com>
parents:
8649
diff
changeset
|
1215 |
8649
e50b44b75891
Remove printing of cvs motd in autogen.sh
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8644
diff
changeset
|
1216 2009-02-01 Thorsten Meyer <thorsten.meyier@gmx.de> |
e50b44b75891
Remove printing of cvs motd in autogen.sh
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8644
diff
changeset
|
1217 |
e50b44b75891
Remove printing of cvs motd in autogen.sh
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8644
diff
changeset
|
1218 * autogen.sh: Remove printing of cvs motd. |
e50b44b75891
Remove printing of cvs motd in autogen.sh
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8644
diff
changeset
|
1219 |
8644
fac8c78b4fb9
configure.in: fix shared library definitions for Cygwin and MinGW
Marco Atzeri <marco_atzeri@yahoo.it>
parents:
8641
diff
changeset
|
1220 2009-01-30 Marco Atzeri <marco_atzeri@yahoo.it> |
fac8c78b4fb9
configure.in: fix shared library definitions for Cygwin and MinGW
Marco Atzeri <marco_atzeri@yahoo.it>
parents:
8641
diff
changeset
|
1221 |
fac8c78b4fb9
configure.in: fix shared library definitions for Cygwin and MinGW
Marco Atzeri <marco_atzeri@yahoo.it>
parents:
8641
diff
changeset
|
1222 * configure.in (SHLLIBPRE, SHLBINPRE): Fix definitions for Cygwin. |
fac8c78b4fb9
configure.in: fix shared library definitions for Cygwin and MinGW
Marco Atzeri <marco_atzeri@yahoo.it>
parents:
8641
diff
changeset
|
1223 (SHLEXT, SHLLIB, SHLBIN, SONAME_FLAGS): Fix definitions for Cygwin |
fac8c78b4fb9
configure.in: fix shared library definitions for Cygwin and MinGW
Marco Atzeri <marco_atzeri@yahoo.it>
parents:
8641
diff
changeset
|
1224 and MinGW. |
fac8c78b4fb9
configure.in: fix shared library definitions for Cygwin and MinGW
Marco Atzeri <marco_atzeri@yahoo.it>
parents:
8641
diff
changeset
|
1225 |
8641
2264092e9f39
add -lgdi32 to LIBS on windows target
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8635
diff
changeset
|
1226 2009-01-30 Benjamin Lindner <lindnerb@users.sourceforge.net> |
2264092e9f39
add -lgdi32 to LIBS on windows target
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8635
diff
changeset
|
1227 |
2264092e9f39
add -lgdi32 to LIBS on windows target
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8635
diff
changeset
|
1228 * configure.in: Add -lgdi32 to LIBS on *-*-msdosmsvc* and |
2264092e9f39
add -lgdi32 to LIBS on windows target
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8635
diff
changeset
|
1229 *-*-mingw* systems. |
2264092e9f39
add -lgdi32 to LIBS on windows target
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8635
diff
changeset
|
1230 |
8635
bef8f001032f
Further improvements for OCTAVE_HAVE_FRAMEWORK and the test for the MacOSX Carbon framework.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8623
diff
changeset
|
1231 2009-01-29 Thomas Treichl <Thomas.Treichl@gmx.net> |
bef8f001032f
Further improvements for OCTAVE_HAVE_FRAMEWORK and the test for the MacOSX Carbon framework.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8623
diff
changeset
|
1232 |
9967 | 1233 * aclocal.m4 (OCTAVE_HAVE_FRAMEWORK): Add support for |
8635
bef8f001032f
Further improvements for OCTAVE_HAVE_FRAMEWORK and the test for the MacOSX Carbon framework.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8623
diff
changeset
|
1234 --with-framework-<name> and replace "$ac_safe" by "$1". |
9967 | 1235 * configure.in: Change "have_carbon" with |
8635
bef8f001032f
Further improvements for OCTAVE_HAVE_FRAMEWORK and the test for the MacOSX Carbon framework.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8623
diff
changeset
|
1236 "have_framework_carbon". |
bef8f001032f
Further improvements for OCTAVE_HAVE_FRAMEWORK and the test for the MacOSX Carbon framework.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8623
diff
changeset
|
1237 |
8618
f8b3ece45bda
use separate prefix for shllib and shlbin files
John W. Eaton <jwe@octave.org>
parents:
8607
diff
changeset
|
1238 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:
8607
diff
changeset
|
1239 |
8621
f1534e248260
configure.in: check for pcre_compile, don't check for other regex functions if pcre library is found
John W. Eaton <jwe@octave.org>
parents:
8618
diff
changeset
|
1240 * configure.in: Check to see that pcre library has pcre_compile |
8623
53fb843ca498
configure.in (REGEX_LIBS): undo part of previous change
John W. Eaton <jwe@octave.org>
parents:
8621
diff
changeset
|
1241 function. |
8621
f1534e248260
configure.in: check for pcre_compile, don't check for other regex functions if pcre library is found
John W. Eaton <jwe@octave.org>
parents:
8618
diff
changeset
|
1242 |
8618
f8b3ece45bda
use separate prefix for shllib and shlbin files
John W. Eaton <jwe@octave.org>
parents:
8607
diff
changeset
|
1243 * configure.in (SHLLIBPRE, SHLBINPRE): New variables. AC_SUBST them. |
f8b3ece45bda
use separate prefix for shllib and shlbin files
John W. Eaton <jwe@octave.org>
parents:
8607
diff
changeset
|
1244 (*-*-cygwin*): Set LIBPRE and SHLBINPRE to cyg and SHLLIBPRE to lib. |
f8b3ece45bda
use separate prefix for shllib and shlbin files
John W. Eaton <jwe@octave.org>
parents:
8607
diff
changeset
|
1245 Use SHLLIBPRE and SHLLIB in definition of SONAME_FLAGS. |
f8b3ece45bda
use separate prefix for shllib and shlbin files
John W. Eaton <jwe@octave.org>
parents:
8607
diff
changeset
|
1246 (*-*-msdosmsvc): Make SHLBINPRE and SHLLIBPRE empty. |
f8b3ece45bda
use separate prefix for shllib and shlbin files
John W. Eaton <jwe@octave.org>
parents:
8607
diff
changeset
|
1247 Adjust definition of SONAME_FLAGS for SHLLIBPRE. |
8621
f1534e248260
configure.in: check for pcre_compile, don't check for other regex functions if pcre library is found
John W. Eaton <jwe@octave.org>
parents:
8618
diff
changeset
|
1248 |
8618
f8b3ece45bda
use separate prefix for shllib and shlbin files
John W. Eaton <jwe@octave.org>
parents:
8607
diff
changeset
|
1249 * Makeconf.in (SHLLIBPRE, SHLBINPRE): Substitute new variables here. |
f8b3ece45bda
use separate prefix for shllib and shlbin files
John W. Eaton <jwe@octave.org>
parents:
8607
diff
changeset
|
1250 From Marco Atzeri <marco_atzeri@yahoo.it>. |
f8b3ece45bda
use separate prefix for shllib and shlbin files
John W. Eaton <jwe@octave.org>
parents:
8607
diff
changeset
|
1251 |
8607
08331c2fb00f
add -lregex to REGEX_LIBS at configure stage, add ARPACK_LIBS, REGEX_LIBS to liboctave's link deps
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8595
diff
changeset
|
1252 2009-01-27 Benjamin Lindner <lindnerb@users.sourceforge.net> |
08331c2fb00f
add -lregex to REGEX_LIBS at configure stage, add ARPACK_LIBS, REGEX_LIBS to liboctave's link deps
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8595
diff
changeset
|
1253 |
08331c2fb00f
add -lregex to REGEX_LIBS at configure stage, add ARPACK_LIBS, REGEX_LIBS to liboctave's link deps
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8595
diff
changeset
|
1254 * configure.in: Add of -lregex to REGEX_LIBS. |
08331c2fb00f
add -lregex to REGEX_LIBS at configure stage, add ARPACK_LIBS, REGEX_LIBS to liboctave's link deps
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8595
diff
changeset
|
1255 |
8595
dee5d60257e4
Use Carbon framework to determine ScreenSize on Mac.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8577
diff
changeset
|
1256 2009-01-26 Thomas Treichl <Thomas.Treichl@gmx.net> |
dee5d60257e4
Use Carbon framework to determine ScreenSize on Mac.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8577
diff
changeset
|
1257 |
dee5d60257e4
Use Carbon framework to determine ScreenSize on Mac.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8577
diff
changeset
|
1258 * aclocal.m4 (OCTAVE_HAVE_FRAMEWORK): New macro. |
dee5d60257e4
Use Carbon framework to determine ScreenSize on Mac.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8577
diff
changeset
|
1259 * configure.in: Use it. |
dee5d60257e4
Use Carbon framework to determine ScreenSize on Mac.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8577
diff
changeset
|
1260 |
8573
da61d0f7ce0b
configure.in (AH_BOTTOM): define OCTAVE_USE_OS_X_API if __APPLE__ is defined
John W. Eaton <jwe@octave.org>
parents:
8562
diff
changeset
|
1261 2009-01-22 John W. Eaton <jwe@octave.org> |
da61d0f7ce0b
configure.in (AH_BOTTOM): define OCTAVE_USE_OS_X_API if __APPLE__ is defined
John W. Eaton <jwe@octave.org>
parents:
8562
diff
changeset
|
1262 |
da61d0f7ce0b
configure.in (AH_BOTTOM): define OCTAVE_USE_OS_X_API if __APPLE__ is defined
John W. Eaton <jwe@octave.org>
parents:
8562
diff
changeset
|
1263 * configure.in (AH_BOTTOM): Define OCTAVE_USE_OS_X_API if |
8595
dee5d60257e4
Use Carbon framework to determine ScreenSize on Mac.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8577
diff
changeset
|
1264 __APPLE__ and __MACH__ are defined. |
8573
da61d0f7ce0b
configure.in (AH_BOTTOM): define OCTAVE_USE_OS_X_API if __APPLE__ is defined
John W. Eaton <jwe@octave.org>
parents:
8562
diff
changeset
|
1265 |
8562
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8560
diff
changeset
|
1266 2009-01-22 Jaroslav Hajek <highegg@gmail.com> |
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8560
diff
changeset
|
1267 |
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8560
diff
changeset
|
1268 * configure.in: Fix qrupdate warning message. |
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8560
diff
changeset
|
1269 |
8559
07c93dae3fdb
THANKS, Announce: remove obsolete files
John W. Eaton <jwe@octave.org>
parents:
8549
diff
changeset
|
1270 2009-01-21 John W. Eaton <jwe@octave.org> |
07c93dae3fdb
THANKS, Announce: remove obsolete files
John W. Eaton <jwe@octave.org>
parents:
8549
diff
changeset
|
1271 |
8560
5cc594679cdc
get display characteristics from system
John W. Eaton <jwe@octave.org>
parents:
8559
diff
changeset
|
1272 * Makeconf.in: Substitute X11_INCFLAGS and X11_LIBS. |
5cc594679cdc
get display characteristics from system
John W. Eaton <jwe@octave.org>
parents:
8559
diff
changeset
|
1273 * configure.in: Use AC_PATH_X to check for X11 header files and |
5cc594679cdc
get display characteristics from system
John W. Eaton <jwe@octave.org>
parents:
8559
diff
changeset
|
1274 libraries. |
5cc594679cdc
get display characteristics from system
John W. Eaton <jwe@octave.org>
parents:
8559
diff
changeset
|
1275 |
8559
07c93dae3fdb
THANKS, Announce: remove obsolete files
John W. Eaton <jwe@octave.org>
parents:
8549
diff
changeset
|
1276 * THANKS, Announce: Remove obsolete files. |
07c93dae3fdb
THANKS, Announce: remove obsolete files
John W. Eaton <jwe@octave.org>
parents:
8549
diff
changeset
|
1277 * octMakefile.in (DISTFILES): Remove THANKS from the list. |
07c93dae3fdb
THANKS, Announce: remove obsolete files
John W. Eaton <jwe@octave.org>
parents:
8549
diff
changeset
|
1278 |
8549 | 1279 2009-01-20 John W. Eaton <jwe@octave.org> |
1280 | |
1281 * configure.in: Check for fstat. | |
1282 | |
8417
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8377
diff
changeset
|
1283 2008-12-23 David Bateman <dbateman@free.fr> |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8377
diff
changeset
|
1284 |
9967 | 1285 * configure.in: Add configuration test for ARPACK. |
8417
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8377
diff
changeset
|
1286 * Makeconf.in (ARPACK_LIBS): Add variable with location of ARPACK |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8377
diff
changeset
|
1287 library. |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8377
diff
changeset
|
1288 * NEWS: Document that eigs and svds were moved to Octaave. |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8377
diff
changeset
|
1289 |
8377
25bc2d31e1bf
improve OCTAVE_LOCAL_BUFFER
Jaroslav Hajek <highegg@gmail.com>
parents:
8370
diff
changeset
|
1290 2008-10-29 Jaroslav Hajek <highegg@gmail.com> |
25bc2d31e1bf
improve OCTAVE_LOCAL_BUFFER
Jaroslav Hajek <highegg@gmail.com>
parents:
8370
diff
changeset
|
1291 |
25bc2d31e1bf
improve OCTAVE_LOCAL_BUFFER
Jaroslav Hajek <highegg@gmail.com>
parents:
8370
diff
changeset
|
1292 * configure.in: Remove the OCTAVE_LOCAL_BUFFER stuff (moved to |
25bc2d31e1bf
improve OCTAVE_LOCAL_BUFFER
Jaroslav Hajek <highegg@gmail.com>
parents:
8370
diff
changeset
|
1293 liboctave). |
25bc2d31e1bf
improve OCTAVE_LOCAL_BUFFER
Jaroslav Hajek <highegg@gmail.com>
parents:
8370
diff
changeset
|
1294 |
8370
34960ba08a81
document more new features in the NEWS file
Jaroslav Hajek <highegg@gmail.com>
parents:
8364
diff
changeset
|
1295 2008-12-04 Jaroslav Hajek <highegg@gmail.com> |
34960ba08a81
document more new features in the NEWS file
Jaroslav Hajek <highegg@gmail.com>
parents:
8364
diff
changeset
|
1296 |
34960ba08a81
document more new features in the NEWS file
Jaroslav Hajek <highegg@gmail.com>
parents:
8364
diff
changeset
|
1297 * NEWS: Document more new features. |
34960ba08a81
document more new features in the NEWS file
Jaroslav Hajek <highegg@gmail.com>
parents:
8364
diff
changeset
|
1298 |
8363
be07fdf798cf
update config.guess and config.sub
John W. Eaton <jwe@octave.org>
parents:
8359
diff
changeset
|
1299 2008-12-03 John W. Eaton <jwe@octave.org> |
be07fdf798cf
update config.guess and config.sub
John W. Eaton <jwe@octave.org>
parents:
8359
diff
changeset
|
1300 |
be07fdf798cf
update config.guess and config.sub
John W. Eaton <jwe@octave.org>
parents:
8359
diff
changeset
|
1301 * config.guess, config.sub: Update from FSF sources. |
be07fdf798cf
update config.guess and config.sub
John W. Eaton <jwe@octave.org>
parents:
8359
diff
changeset
|
1302 |
8332 | 1303 2008-11-18 John W. Eaton <jwe@octave.org> |
1304 | |
1305 * mkoctfile.cc.in, octave-bug.cc.in: Style fixes. | |
1306 | |
9501 | 1307 2008-11-13 Ben Abbott <bpabbott@mac.com> |
8355
a8019b9644ca
graphics.h.in: Add props screensize & screenpixelsperinch.
Ben Abbott <bpabbott@mac.com>
parents:
8332
diff
changeset
|
1308 |
a8019b9644ca
graphics.h.in: Add props screensize & screenpixelsperinch.
Ben Abbott <bpabbott@mac.com>
parents:
8332
diff
changeset
|
1309 * src/graphics.h.in: Add props screensize & screenpixelsperinch. |
a8019b9644ca
graphics.h.in: Add props screensize & screenpixelsperinch.
Ben Abbott <bpabbott@mac.com>
parents:
8332
diff
changeset
|
1310 |
8444
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8417
diff
changeset
|
1311 2008-11-08 Thorsten Meyer <thorsten.meyier@gmx.de> |
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8417
diff
changeset
|
1312 |
9967 | 1313 * Makeconf.in: export PERL variable for use in scripts/mkdoc |
1314 | |
8292 | 1315 2008-10-30 David Bateman <dbateman@free.fr> |
1316 | |
1317 * NEWS: Minor update to document improved indexing code. | |
1318 | |
8269
37afdd1d1bf8
Use FT2_CFLAGS when checking for FTGL headers.
Jason Riedy <jason@acm.org>
parents:
8256
diff
changeset
|
1319 2008-10-23 Jason Riedy <jason@acm.org> |
37afdd1d1bf8
Use FT2_CFLAGS when checking for FTGL headers.
Jason Riedy <jason@acm.org>
parents:
8256
diff
changeset
|
1320 |
37afdd1d1bf8
Use FT2_CFLAGS when checking for FTGL headers.
Jason Riedy <jason@acm.org>
parents:
8256
diff
changeset
|
1321 * configure.in: Take care to use FT2_CFLAGS when checking |
37afdd1d1bf8
Use FT2_CFLAGS when checking for FTGL headers.
Jason Riedy <jason@acm.org>
parents:
8256
diff
changeset
|
1322 for FTGL headers. |
37afdd1d1bf8
Use FT2_CFLAGS when checking for FTGL headers.
Jason Riedy <jason@acm.org>
parents:
8256
diff
changeset
|
1323 |
8256
dba0037e6602
Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents:
8225
diff
changeset
|
1324 2008-10-22 David Bateman <dbateman@free.fr> |
dba0037e6602
Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents:
8225
diff
changeset
|
1325 |
dba0037e6602
Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents:
8225
diff
changeset
|
1326 * examples/@polynomial: Move examples/polynomial here. |
dba0037e6602
Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents:
8225
diff
changeset
|
1327 * examples/@polynomial/Makefile.in: Update for new location. |
dba0037e6602
Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents:
8225
diff
changeset
|
1328 * examples/Makefile.in: Ditto. |
dba0037e6602
Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents:
8225
diff
changeset
|
1329 * configure.in: Change locate of examples/@polynomial makefile |
dba0037e6602
Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents:
8225
diff
changeset
|
1330 in AC_CONFIG_FILES. |
9967 | 1331 |
8225
53202d60086f
Minor update to the NEWS file
David Bateman <dbateman@free.fr>
parents:
8221
diff
changeset
|
1332 2008-10-16 David Bateman <dbateman@free.fr> |
53202d60086f
Minor update to the NEWS file
David Bateman <dbateman@free.fr>
parents:
8221
diff
changeset
|
1333 |
53202d60086f
Minor update to the NEWS file
David Bateman <dbateman@free.fr>
parents:
8221
diff
changeset
|
1334 * NEWS: Minor update. |
53202d60086f
Minor update to the NEWS file
David Bateman <dbateman@free.fr>
parents:
8221
diff
changeset
|
1335 |
8221
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8185
diff
changeset
|
1336 2008-10-15 David Bateman <dbateman@free.fr> |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8185
diff
changeset
|
1337 |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8185
diff
changeset
|
1338 * examples/polynomial/display.m, examples/polynomial/double.m, |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8185
diff
changeset
|
1339 examples/polynomial/end.m, examples/polynomial/get.m, |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8185
diff
changeset
|
1340 examples/polynomial/mtimes.m, examples/polynomial/plot.m, |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8185
diff
changeset
|
1341 examples/polynomial/polynomial.m, |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8185
diff
changeset
|
1342 examples/polynomial/polynomial_superiorto.m, |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8185
diff
changeset
|
1343 examples/polynomial/polyval.m, examples/polynomial/set.m, |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8185
diff
changeset
|
1344 examples/polynomial/subsasgn.m, examples/polynomial/subsref.m: |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8185
diff
changeset
|
1345 New example files for a sample OOP class. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8185
diff
changeset
|
1346 * examples/polynomial/Makefile.in: Add a makefile for this new |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8185
diff
changeset
|
1347 directory |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8185
diff
changeset
|
1348 * examples/Makefile.in: Reference the new subdirectory here. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8185
diff
changeset
|
1349 * configure.in: Add the new makefile to AC_CONFIG_FILES. |
9967 | 1350 |
9501 | 1351 2008-10-01 Jaroslav Hajek <highegg@gmail.com> |
8185
69c5cce38c29
implement 64-bit arithmetics
Jaroslav Hajek <highegg@gmail.com>
parents:
8169
diff
changeset
|
1352 |
69c5cce38c29
implement 64-bit arithmetics
Jaroslav Hajek <highegg@gmail.com>
parents:
8169
diff
changeset
|
1353 * configure.in: Check for sizeof (long double) and randl. |
69c5cce38c29
implement 64-bit arithmetics
Jaroslav Hajek <highegg@gmail.com>
parents:
8169
diff
changeset
|
1354 |
9501 | 1355 2008-09-30 Jaroslav Hajek <highegg@gmail.com> |
8169
66bc6f9b4f72
rewrite integer arithmetics and conversions
Jaroslav Hajek <highegg@gmail.com>
parents:
8092
diff
changeset
|
1356 |
66bc6f9b4f72
rewrite integer arithmetics and conversions
Jaroslav Hajek <highegg@gmail.com>
parents:
8092
diff
changeset
|
1357 * aclocal.m4 (OCTAVE_FAST_INT_OPS): New macro. |
66bc6f9b4f72
rewrite integer arithmetics and conversions
Jaroslav Hajek <highegg@gmail.com>
parents:
8092
diff
changeset
|
1358 * configure.in: Call OCTAVE_FAST_INT_OPS |
66bc6f9b4f72
rewrite integer arithmetics and conversions
Jaroslav Hajek <highegg@gmail.com>
parents:
8092
diff
changeset
|
1359 |
8092
6a292b0fa88c
mkoctfile.cc.in, octave-config.cc.in, octave-bug.cc.in: style fixes
John W. Eaton <jwe@octave.org>
parents:
8091
diff
changeset
|
1360 2008-09-08 John W. Eaton <jwe@octave.org> |
6a292b0fa88c
mkoctfile.cc.in, octave-config.cc.in, octave-bug.cc.in: style fixes
John W. Eaton <jwe@octave.org>
parents:
8091
diff
changeset
|
1361 |
6a292b0fa88c
mkoctfile.cc.in, octave-config.cc.in, octave-bug.cc.in: style fixes
John W. Eaton <jwe@octave.org>
parents:
8091
diff
changeset
|
1362 * mkoctfile.cc.in, octave-bug.cc.in, octave-config.cc.in: Style fixes. |
6a292b0fa88c
mkoctfile.cc.in, octave-config.cc.in, octave-bug.cc.in: style fixes
John W. Eaton <jwe@octave.org>
parents:
8091
diff
changeset
|
1363 |
8091
4e7527a7b3f9
mkoctfile.cc.in, octave-config.cc.in, octave-bug.cc.in: new files
Michael Goffioul
parents:
8070
diff
changeset
|
1364 2008-09-08 Michael Goffioul <michael.goffioul@gmail.com> |
4e7527a7b3f9
mkoctfile.cc.in, octave-config.cc.in, octave-bug.cc.in: new files
Michael Goffioul
parents:
8070
diff
changeset
|
1365 |
4e7527a7b3f9
mkoctfile.cc.in, octave-config.cc.in, octave-bug.cc.in: new files
Michael Goffioul
parents:
8070
diff
changeset
|
1366 * mkoctfile.cc.in, octave-bug.cc.in, octave-config.cc.in: New files. |
4e7527a7b3f9
mkoctfile.cc.in, octave-config.cc.in, octave-bug.cc.in: new files
Michael Goffioul
parents:
8070
diff
changeset
|
1367 |
8070
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8027
diff
changeset
|
1368 2008-08-28 David Bateman <dbateman@free.fr> |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8027
diff
changeset
|
1369 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8027
diff
changeset
|
1370 * NEWS: Update for some of the graphics changes |
9967 | 1371 |
9501 | 1372 2008-08-11 Jaroslav Hajek <highegg@gmail.com> |
8027
fd13f9f7dbac
update macros from cryp.to auoconf archive
Jaroslav Hajek <highegg@gmail.com>
parents:
8019
diff
changeset
|
1373 |
fd13f9f7dbac
update macros from cryp.to auoconf archive
Jaroslav Hajek <highegg@gmail.com>
parents:
8019
diff
changeset
|
1374 * acx_blas_f77_func.m4, acx_lapack.m4: Update macros from |
fd13f9f7dbac
update macros from cryp.to auoconf archive
Jaroslav Hajek <highegg@gmail.com>
parents:
8019
diff
changeset
|
1375 <http://autoconf-archive.cryp.to/>. |
fd13f9f7dbac
update macros from cryp.to auoconf archive
Jaroslav Hajek <highegg@gmail.com>
parents:
8019
diff
changeset
|
1376 |
8019
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8005
diff
changeset
|
1377 2008-08-07 John W. Eaton <jwe@octave.org> |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8005
diff
changeset
|
1378 |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8005
diff
changeset
|
1379 * aclocal.m4 (OCTAVE_STRING_NPOS): Delete. |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8005
diff
changeset
|
1380 * configure.in (OCTAVE_STRING_NPOS): Delete use. |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8005
diff
changeset
|
1381 |
8003
997d4384cec4
Makefile.in (header-msg): Mention GNU Make; update GCC version info
John W. Eaton <jwe@octave.org>
parents:
8000
diff
changeset
|
1382 2008-08-04 John W. Eaton <jwe@octave.org> |
997d4384cec4
Makefile.in (header-msg): Mention GNU Make; update GCC version info
John W. Eaton <jwe@octave.org>
parents:
8000
diff
changeset
|
1383 |
8005
c0d7eb662384
run-octave.in: use sed to append : to path elements
John W. Eaton <jwe@octave.org>
parents:
8004
diff
changeset
|
1384 * Makeconf.in (do-subst-script-vals): Also substitute SED. |
c0d7eb662384
run-octave.in: use sed to append : to path elements
John W. Eaton <jwe@octave.org>
parents:
8004
diff
changeset
|
1385 * run-octave.in: Use sed to append : to path elements |
c0d7eb662384
run-octave.in: use sed to append : to path elements
John W. Eaton <jwe@octave.org>
parents:
8004
diff
changeset
|
1386 instead of using the find expression "-exec echo '{}':". |
c0d7eb662384
run-octave.in: use sed to append : to path elements
John W. Eaton <jwe@octave.org>
parents:
8004
diff
changeset
|
1387 Substitute SED here. |
c0d7eb662384
run-octave.in: use sed to append : to path elements
John W. Eaton <jwe@octave.org>
parents:
8004
diff
changeset
|
1388 |
8004
4363bc94171a
aclocal.m4 (OCTAVE_PROG_SED): fail if no usable sed is found
John W. Eaton <jwe@octave.org>
parents:
8003
diff
changeset
|
1389 * aclocal.m4: Fail if no usable version of sed is found. |
4363bc94171a
aclocal.m4 (OCTAVE_PROG_SED): fail if no usable sed is found
John W. Eaton <jwe@octave.org>
parents:
8003
diff
changeset
|
1390 |
8003
997d4384cec4
Makefile.in (header-msg): Mention GNU Make; update GCC version info
John W. Eaton <jwe@octave.org>
parents:
8000
diff
changeset
|
1391 * Makefile.in (header-msg): Mention GNU Make requirement. |
997d4384cec4
Makefile.in (header-msg): Mention GNU Make; update GCC version info
John W. Eaton <jwe@octave.org>
parents:
8000
diff
changeset
|
1392 Update GCC version info. |
997d4384cec4
Makefile.in (header-msg): Mention GNU Make; update GCC version info
John W. Eaton <jwe@octave.org>
parents:
8000
diff
changeset
|
1393 |
8000
ea3cd9791703
octMakefile.in (DISTFILES): add "missing" to the list
John W. Eaton <jwe@octave.org>
parents:
7996
diff
changeset
|
1394 2008-07-31 John W. Eaton <jwe@octave.org> |
ea3cd9791703
octMakefile.in (DISTFILES): add "missing" to the list
John W. Eaton <jwe@octave.org>
parents:
7996
diff
changeset
|
1395 |
ea3cd9791703
octMakefile.in (DISTFILES): add "missing" to the list
John W. Eaton <jwe@octave.org>
parents:
7996
diff
changeset
|
1396 * octMakefile.in (DISTFILES): Add "missing" to the list. |
ea3cd9791703
octMakefile.in (DISTFILES): add "missing" to the list
John W. Eaton <jwe@octave.org>
parents:
7996
diff
changeset
|
1397 |
7996
6a7db240b3a3
configure.in: eliminate CXX_ABI and OCTAVE_CXX_PREPEND_UNDERSCORE
John W. Eaton <jwe@octave.org>
parents:
7993
diff
changeset
|
1398 2008-07-30 John W. Eaton <jwe@octave.org> |
6a7db240b3a3
configure.in: eliminate CXX_ABI and OCTAVE_CXX_PREPEND_UNDERSCORE
John W. Eaton <jwe@octave.org>
parents:
7993
diff
changeset
|
1399 |
6a7db240b3a3
configure.in: eliminate CXX_ABI and OCTAVE_CXX_PREPEND_UNDERSCORE
John W. Eaton <jwe@octave.org>
parents:
7993
diff
changeset
|
1400 * aclocal.m4 (CXX_ABI, OCTAVE_CXX_PREPENDS_UNDERSCORE, |
6a7db240b3a3
configure.in: eliminate CXX_ABI and OCTAVE_CXX_PREPEND_UNDERSCORE
John W. Eaton <jwe@octave.org>
parents:
7993
diff
changeset
|
1401 OCTAVE_PROG_NM): Delete macros. |
6a7db240b3a3
configure.in: eliminate CXX_ABI and OCTAVE_CXX_PREPEND_UNDERSCORE
John W. Eaton <jwe@octave.org>
parents:
7993
diff
changeset
|
1402 * configure.in: Delete uses. |
6a7db240b3a3
configure.in: eliminate CXX_ABI and OCTAVE_CXX_PREPEND_UNDERSCORE
John W. Eaton <jwe@octave.org>
parents:
7993
diff
changeset
|
1403 |
7993
80a715c4824d
aclocal.m4 (OCTAVE_OPENGL): Handle MinGW the same as MSVC
Tatsuro MATSUOKA
parents:
7990
diff
changeset
|
1404 2008-07-29 Tatsuro MATSUOKA <tmacchant@yahoo.co.jp> |
80a715c4824d
aclocal.m4 (OCTAVE_OPENGL): Handle MinGW the same as MSVC
Tatsuro MATSUOKA
parents:
7990
diff
changeset
|
1405 |
80a715c4824d
aclocal.m4 (OCTAVE_OPENGL): Handle MinGW the same as MSVC
Tatsuro MATSUOKA
parents:
7990
diff
changeset
|
1406 * aclocal.m4 (OCTAVE_OPENGL): Handle MinGW the same as MSVC. |
80a715c4824d
aclocal.m4 (OCTAVE_OPENGL): Handle MinGW the same as MSVC
Tatsuro MATSUOKA
parents:
7990
diff
changeset
|
1407 |
7990
86dae6e5b83c
Initial update of NEWS for 3.2 release
David Bateman <dbateman@free.fr>
parents:
7958
diff
changeset
|
1408 2008-07-29 David Bateman <dbateman@free.fr> |
86dae6e5b83c
Initial update of NEWS for 3.2 release
David Bateman <dbateman@free.fr>
parents:
7958
diff
changeset
|
1409 |
86dae6e5b83c
Initial update of NEWS for 3.2 release
David Bateman <dbateman@free.fr>
parents:
7958
diff
changeset
|
1410 * NEWS.3: Copy from NEWS. |
86dae6e5b83c
Initial update of NEWS for 3.2 release
David Bateman <dbateman@free.fr>
parents:
7958
diff
changeset
|
1411 * NEWS: Initial update in preparation for a 3.2 release. |
86dae6e5b83c
Initial update of NEWS for 3.2 release
David Bateman <dbateman@free.fr>
parents:
7958
diff
changeset
|
1412 |
7958 | 1413 2008-07-21 John W. Eaton <jwe@octave.org> |
1414 | |
1415 * configure.in: If FTGL.h is found, then also include | |
1416 FTGLTextureFont.h in test code. | |
1417 | |
7956
0da8455b31c1
Remove unneeded substituted variable
John W. Eaton <jwe@octave.org>
parents:
7954
diff
changeset
|
1418 2008-07-21 Michael Goffioul <michael.goffioul@gmail.com> |
0da8455b31c1
Remove unneeded substituted variable
John W. Eaton <jwe@octave.org>
parents:
7954
diff
changeset
|
1419 |
0da8455b31c1
Remove unneeded substituted variable
John W. Eaton <jwe@octave.org>
parents:
7954
diff
changeset
|
1420 * configure.in: Remove GRAPHICS_OPENGL variable. |
0da8455b31c1
Remove unneeded substituted variable
John W. Eaton <jwe@octave.org>
parents:
7954
diff
changeset
|
1421 |
7954 | 1422 2008-07-21 John W. Eaton <jwe@octave.org> |
1423 | |
1424 * aclocal.m4 (OCTAVE_OPENGL): Fix shell syntax problems. | |
1425 Handle HAVE_GL_GL_H and HAVE_OPENGL_GL_H in link test. | |
1426 | |
1427 * configure.in: Don't define and substitute FLTK_BACKEND_SRC or | |
1428 GL_RENDER_SRC. | |
1429 (HAVE_FLTK): AC_DEFINE if FLTK is available. | |
1430 (HAVE_OPENGL): AC_DEFINE if OpenGL is available. | |
1431 | |
9501 | 1432 2008-07-21 Jaroslav Hajek <highegg@gmail.com> |
7953
efabe34cce70
make configure compatible with FTGL ver <= 2.1.2
Jaroslav Hajek <highegg@gmail.com>
parents:
7951
diff
changeset
|
1433 |
efabe34cce70
make configure compatible with FTGL ver <= 2.1.2
Jaroslav Hajek <highegg@gmail.com>
parents:
7951
diff
changeset
|
1434 * configure.in: Extend FTGL test to test for both ftgl.h and FTGL.h. |
efabe34cce70
make configure compatible with FTGL ver <= 2.1.2
Jaroslav Hajek <highegg@gmail.com>
parents:
7951
diff
changeset
|
1435 Use HAVE_FTGL_UPPERCASE to indicate the latter (version <= 2.1.2). |
efabe34cce70
make configure compatible with FTGL ver <= 2.1.2
Jaroslav Hajek <highegg@gmail.com>
parents:
7951
diff
changeset
|
1436 |
9501 | 1437 2008-07-19 Rafael Laboissiere <rafael@debia8n.org> |
7951
9d102940bdc7
Include acx_blas_f77_func.m4 in the distribution tarball
Rafael Laboissiere <rafael@debian.org>
parents:
7945
diff
changeset
|
1438 |
9d102940bdc7
Include acx_blas_f77_func.m4 in the distribution tarball
Rafael Laboissiere <rafael@debian.org>
parents:
7945
diff
changeset
|
1439 * octMakefile.in (CONF_DISTFILES): Include acx_blas_f77_func.m4 in |
9d102940bdc7
Include acx_blas_f77_func.m4 in the distribution tarball
Rafael Laboissiere <rafael@debian.org>
parents:
7945
diff
changeset
|
1440 the list. |
9d102940bdc7
Include acx_blas_f77_func.m4 in the distribution tarball
Rafael Laboissiere <rafael@debian.org>
parents:
7945
diff
changeset
|
1441 |
9501 | 1442 2008-07-18 Carlo de Falco <carlo.defalco@gmail.com> |
7945 | 1443 |
1444 * aclocal.m4: Search for gl.h and glu.h in OpenGL/ as well as in GL/. | |
1445 | |
7944
c2449e91f50a
configure.in: fix FTGL test to handle either FTGL/ftgl.h or ftgl.h
John W. Eaton <jwe@octave.org>
parents:
7937
diff
changeset
|
1446 2008-07-18 John W. Eaton <jwe@octave.org> |
c2449e91f50a
configure.in: fix FTGL test to handle either FTGL/ftgl.h or ftgl.h
John W. Eaton <jwe@octave.org>
parents:
7937
diff
changeset
|
1447 |
c2449e91f50a
configure.in: fix FTGL test to handle either FTGL/ftgl.h or ftgl.h
John W. Eaton <jwe@octave.org>
parents:
7937
diff
changeset
|
1448 * configure.in: Fix FTGL test to handle either FTGL/ftgl.h or ftgl.h. |
c2449e91f50a
configure.in: fix FTGL test to handle either FTGL/ftgl.h or ftgl.h
John W. Eaton <jwe@octave.org>
parents:
7937
diff
changeset
|
1449 (warn_freetype, warn_ftgl, warn_fltk_config, warn_fltk_opengl): |
c2449e91f50a
configure.in: fix FTGL test to handle either FTGL/ftgl.h or ftgl.h
John W. Eaton <jwe@octave.org>
parents:
7937
diff
changeset
|
1450 New variables. Use these instead of overloading warn_graphics. |
c2449e91f50a
configure.in: fix FTGL test to handle either FTGL/ftgl.h or ftgl.h
John W. Eaton <jwe@octave.org>
parents:
7937
diff
changeset
|
1451 |
7937
6661387827d6
Allow build without GraphicsMagick installed
David Bateman <dbateman@free.fr>
parents:
7934
diff
changeset
|
1452 2008-07-17 David Bateman <dbateman@free.fr> |
6661387827d6
Allow build without GraphicsMagick installed
David Bateman <dbateman@free.fr>
parents:
7934
diff
changeset
|
1453 |
6661387827d6
Allow build without GraphicsMagick installed
David Bateman <dbateman@free.fr>
parents:
7934
diff
changeset
|
1454 * configure.in (HAVE_MAGICK): New define for presence of |
6661387827d6
Allow build without GraphicsMagick installed
David Bateman <dbateman@free.fr>
parents:
7934
diff
changeset
|
1455 GraphicsMagick. |
6661387827d6
Allow build without GraphicsMagick installed
David Bateman <dbateman@free.fr>
parents:
7934
diff
changeset
|
1456 |
7934 | 1457 2008-07-16 Michael Goffioul <michael.goffioul@gmail.com> |
1458 | |
1459 * configure.in: Add check for pthread.h. | |
1460 | |
7926
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7916
diff
changeset
|
1461 2008-07-14 John W. Eaton <jwe@octave.org> |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7916
diff
changeset
|
1462 |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7916
diff
changeset
|
1463 * Makeconf.in (MAGICK_CONFIG): Substitute here. |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7916
diff
changeset
|
1464 (MAGICK_INCFLAGS, MAGICK_LIBS): Define using GraphicsMagick++ |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7916
diff
changeset
|
1465 config script. |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7916
diff
changeset
|
1466 (do-subst-config-vals): Include MAGICK_LIBS and MAGICK_INCFLAGS in |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7916
diff
changeset
|
1467 list of substitutions. |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7916
diff
changeset
|
1468 * configure.in: Check for GraphicsMagick++ config script. |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7916
diff
changeset
|
1469 |
7915
d74e515cb535
configure.in: check for ftgl.h instead of FTGL.h
John W. Eaton <jwe@octave.org>
parents:
7914
diff
changeset
|
1470 2008-07-10 John W. Eaton <jwe@octave.org> |
d74e515cb535
configure.in: check for ftgl.h instead of FTGL.h
John W. Eaton <jwe@octave.org>
parents:
7914
diff
changeset
|
1471 |
7916
f805e026c481
octMakefile.in (DIRS_TO_MAKE): update list
John W. Eaton <jwe@octave.org>
parents:
7915
diff
changeset
|
1472 * octMakefile.in (DIRS_TO_MAKE): Delete $(localfcnfilepath) and |
f805e026c481
octMakefile.in (DIRS_TO_MAKE): update list
John W. Eaton <jwe@octave.org>
parents:
7915
diff
changeset
|
1473 $(localoctfilepath) from the list. Include $(datadir) |
f805e026c481
octMakefile.in (DIRS_TO_MAKE): update list
John W. Eaton <jwe@octave.org>
parents:
7915
diff
changeset
|
1474 $(localfcnfiledir) $(localapifcnfiledir) $(localverfcnfiledir) |
f805e026c481
octMakefile.in (DIRS_TO_MAKE): update list
John W. Eaton <jwe@octave.org>
parents:
7915
diff
changeset
|
1475 $(localoctfiledir) $(localapioctfiledir) $(localveroctfiledir) |
f805e026c481
octMakefile.in (DIRS_TO_MAKE): update list
John W. Eaton <jwe@octave.org>
parents:
7915
diff
changeset
|
1476 $(imagedir) and $(localapiarchlibdir) in the list. |
f805e026c481
octMakefile.in (DIRS_TO_MAKE): update list
John W. Eaton <jwe@octave.org>
parents:
7915
diff
changeset
|
1477 |
7915
d74e515cb535
configure.in: check for ftgl.h instead of FTGL.h
John W. Eaton <jwe@octave.org>
parents:
7914
diff
changeset
|
1478 * configure.in: Look for FTGL/ftgl.h instead of FTGL/FTGL.h. Also |
d74e515cb535
configure.in: check for ftgl.h instead of FTGL.h
John W. Eaton <jwe@octave.org>
parents:
7914
diff
changeset
|
1479 look for ftgl.h. |
d74e515cb535
configure.in: check for ftgl.h instead of FTGL.h
John W. Eaton <jwe@octave.org>
parents:
7914
diff
changeset
|
1480 |
7914
e998e81224b5
Various compilation fixes for MSVC.
John W. Eaton <jwe@octave.org>
parents:
7905
diff
changeset
|
1481 2008-07-10 Michael Goffioul <michael.goffioul@gmail.com> |
7905
bcacdcc726f7
Allow octave compilation without FLTK/OpenGL
John W. Eaton <jwe@octave.org>
parents:
7887
diff
changeset
|
1482 |
bcacdcc726f7
Allow octave compilation without FLTK/OpenGL
John W. Eaton <jwe@octave.org>
parents:
7887
diff
changeset
|
1483 * configure.in: new substituted variables GL_RENDER_SRC and |
bcacdcc726f7
Allow octave compilation without FLTK/OpenGL
John W. Eaton <jwe@octave.org>
parents:
7887
diff
changeset
|
1484 FLTK_BACKEND_SRC. |
bcacdcc726f7
Allow octave compilation without FLTK/OpenGL
John W. Eaton <jwe@octave.org>
parents:
7887
diff
changeset
|
1485 |
9501 | 1486 2008-06-20 Michael Goffioul <michael.goffioul@gmail.com> |
7914
e998e81224b5
Various compilation fixes for MSVC.
John W. Eaton <jwe@octave.org>
parents:
7905
diff
changeset
|
1487 |
e998e81224b5
Various compilation fixes for MSVC.
John W. Eaton <jwe@octave.org>
parents:
7905
diff
changeset
|
1488 * Makeconf.in: Add GRAPHICS_CFLAGS substitution. |
e998e81224b5
Various compilation fixes for MSVC.
John W. Eaton <jwe@octave.org>
parents:
7905
diff
changeset
|
1489 * configure.in: Add checks for hypotf and _hypotf. |
e998e81224b5
Various compilation fixes for MSVC.
John W. Eaton <jwe@octave.org>
parents:
7905
diff
changeset
|
1490 |
9501 | 1491 2008-06-12 Jaroslav Hajek <highegg@gmail.com> |
7887
627b10572d82
configure.in: fix invalid placement of variables restoration statements
Jaroslav Hajek <highegg@gmail.com>
parents:
7874
diff
changeset
|
1492 |
627b10572d82
configure.in: fix invalid placement of variables restoration statements
Jaroslav Hajek <highegg@gmail.com>
parents:
7874
diff
changeset
|
1493 * configure.in: Move LIBS and CXXFLAGS restoration into |
627b10572d82
configure.in: fix invalid placement of variables restoration statements
Jaroslav Hajek <highegg@gmail.com>
parents:
7874
diff
changeset
|
1494 the proper block. |
627b10572d82
configure.in: fix invalid placement of variables restoration statements
Jaroslav Hajek <highegg@gmail.com>
parents:
7874
diff
changeset
|
1495 |
7874
e3a502930e2a
eliminate src/graphics subdirectory
John W. Eaton <jwe@octave.org>
parents:
7863
diff
changeset
|
1496 2008-06-05 John W. Eaton <jwe@octave.org> |
e3a502930e2a
eliminate src/graphics subdirectory
John W. Eaton <jwe@octave.org>
parents:
7863
diff
changeset
|
1497 |
e3a502930e2a
eliminate src/graphics subdirectory
John W. Eaton <jwe@octave.org>
parents:
7863
diff
changeset
|
1498 * configure.in: Add FT2_CFLAGS to XTRA_CXXFLAGS, not CXXFLAGS. |
e3a502930e2a
eliminate src/graphics subdirectory
John W. Eaton <jwe@octave.org>
parents:
7863
diff
changeset
|
1499 Don't add FT2_LIBS to LIBS. |
e3a502930e2a
eliminate src/graphics subdirectory
John W. Eaton <jwe@octave.org>
parents:
7863
diff
changeset
|
1500 Don't generate src/graphics/Makefile, src/graphics/Makerules, |
e3a502930e2a
eliminate src/graphics subdirectory
John W. Eaton <jwe@octave.org>
parents:
7863
diff
changeset
|
1501 src/graphics/opengl/Makefile, or src/graphics/fltk_backend/Makefile. |
e3a502930e2a
eliminate src/graphics subdirectory
John W. Eaton <jwe@octave.org>
parents:
7863
diff
changeset
|
1502 |
e3a502930e2a
eliminate src/graphics subdirectory
John W. Eaton <jwe@octave.org>
parents:
7863
diff
changeset
|
1503 * Makeconf.in (FT2_LIBS, GRAPHICS_LIBS): Substitute here. |
e3a502930e2a
eliminate src/graphics subdirectory
John W. Eaton <jwe@octave.org>
parents:
7863
diff
changeset
|
1504 |
7834
caab78e7e377
added checks for fltk & freetype in configure script
Shai Ayal <shaiay@sourceforge.net>
parents:
7825
diff
changeset
|
1505 2008-06-04 Shai Ayal <shaiay@users.sourceforge.net> |
caab78e7e377
added checks for fltk & freetype in configure script
Shai Ayal <shaiay@sourceforge.net>
parents:
7825
diff
changeset
|
1506 |
7863
2a62d45fa21d
added check for FTGL library
Shai Ayal <shaiay@users.sourceforge.net>
parents:
7834
diff
changeset
|
1507 * configure.in: Use AC_TRY_LINK in FTGL test. |
2a62d45fa21d
added check for FTGL library
Shai Ayal <shaiay@users.sourceforge.net>
parents:
7834
diff
changeset
|
1508 Include FT_CFLAGS in CXXFLAGS. |
2a62d45fa21d
added check for FTGL library
Shai Ayal <shaiay@users.sourceforge.net>
parents:
7834
diff
changeset
|
1509 |
2a62d45fa21d
added check for FTGL library
Shai Ayal <shaiay@users.sourceforge.net>
parents:
7834
diff
changeset
|
1510 * aclocal.m4 (OCTAVE_OPENGL): Note FIXME for apple. |
2a62d45fa21d
added check for FTGL library
Shai Ayal <shaiay@users.sourceforge.net>
parents:
7834
diff
changeset
|
1511 |
2a62d45fa21d
added check for FTGL library
Shai Ayal <shaiay@users.sourceforge.net>
parents:
7834
diff
changeset
|
1512 * configure.in: Check for FTGL library. |
2a62d45fa21d
added check for FTGL library
Shai Ayal <shaiay@users.sourceforge.net>
parents:
7834
diff
changeset
|
1513 |
7834
caab78e7e377
added checks for fltk & freetype in configure script
Shai Ayal <shaiay@sourceforge.net>
parents:
7825
diff
changeset
|
1514 * configure.in: Remove check for Fl/glu.h header. |
caab78e7e377
added checks for fltk & freetype in configure script
Shai Ayal <shaiay@sourceforge.net>
parents:
7825
diff
changeset
|
1515 |
caab78e7e377
added checks for fltk & freetype in configure script
Shai Ayal <shaiay@sourceforge.net>
parents:
7825
diff
changeset
|
1516 * aclocal.m4 (AC_CHECK_FT2): New macro to check for freetype2. |
caab78e7e377
added checks for fltk & freetype in configure script
Shai Ayal <shaiay@sourceforge.net>
parents:
7825
diff
changeset
|
1517 |
caab78e7e377
added checks for fltk & freetype in configure script
Shai Ayal <shaiay@sourceforge.net>
parents:
7825
diff
changeset
|
1518 * configure.in: Check for FLTK and corresponding compiler flags. |
caab78e7e377
added checks for fltk & freetype in configure script
Shai Ayal <shaiay@sourceforge.net>
parents:
7825
diff
changeset
|
1519 |
9501 | 1520 2008-06-04 Michael Goffioul <michael.goffioul@gmail.com> |
7823
feaaf725c54f
Ignore build directories.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7806
diff
changeset
|
1521 |
7834
caab78e7e377
added checks for fltk & freetype in configure script
Shai Ayal <shaiay@sourceforge.net>
parents:
7825
diff
changeset
|
1522 * configure.in: Double-quote warn_graphics variable. |
caab78e7e377
added checks for fltk & freetype in configure script
Shai Ayal <shaiay@sourceforge.net>
parents:
7825
diff
changeset
|
1523 |
7825
13871b7de124
Import sources for OpenGL-based renderer.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7823
diff
changeset
|
1524 * aclocal.m4 (OCTAVE_OPENGL): New function to detect OpenGL |
13871b7de124
Import sources for OpenGL-based renderer.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7823
diff
changeset
|
1525 headers and libraries. |
13871b7de124
Import sources for OpenGL-based renderer.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7823
diff
changeset
|
1526 * configure.in (OCTAVE_OPENGL): Use it. |
13871b7de124
Import sources for OpenGL-based renderer.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7823
diff
changeset
|
1527 (OCTGRAPHICS_DLL_DEFS): New define to build |
13871b7de124
Import sources for OpenGL-based renderer.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7823
diff
changeset
|
1528 graphics-related DLL. |
13871b7de124
Import sources for OpenGL-based renderer.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7823
diff
changeset
|
1529 (AC_CONFIG_FILES): Generate additional files for graphics |
13871b7de124
Import sources for OpenGL-based renderer.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7823
diff
changeset
|
1530 related libraries. |
13871b7de124
Import sources for OpenGL-based renderer.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7823
diff
changeset
|
1531 * Makeconf.in (OPENGL_LIBS): New variable. |
13871b7de124
Import sources for OpenGL-based renderer.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7823
diff
changeset
|
1532 |
7823
feaaf725c54f
Ignore build directories.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7806
diff
changeset
|
1533 * .hgignore: Also ignore build-.*, configure, and autom4te.cache. |
feaaf725c54f
Ignore build directories.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7806
diff
changeset
|
1534 |
9501 | 1535 2008-05-22 Jaroslav Hajek <highegg@gmail.com> |
7806
edc25a3fb2bc
handle floats in mk-opts.pl
Jaroslav Hajek <highegg@gmail.com>
parents:
7789
diff
changeset
|
1536 |
edc25a3fb2bc
handle floats in mk-opts.pl
Jaroslav Hajek <highegg@gmail.com>
parents:
7789
diff
changeset
|
1537 * mk-opts.pl (emit_print_function, emit_set_function, |
edc25a3fb2bc
handle floats in mk-opts.pl
Jaroslav Hajek <highegg@gmail.com>
parents:
7789
diff
changeset
|
1538 emit_show_function): Support float type. |
edc25a3fb2bc
handle floats in mk-opts.pl
Jaroslav Hajek <highegg@gmail.com>
parents:
7789
diff
changeset
|
1539 |
7789
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7702
diff
changeset
|
1540 2008-05-20 David Bateman <dbateman@free.fr> |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7702
diff
changeset
|
1541 |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7702
diff
changeset
|
1542 * configure.in (AC_CHECK_FUNCS): Add expm1, lgammaf, lgammaf_r, |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7702
diff
changeset
|
1543 log1pf and tgammaf. Also check for libfftw3f. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7702
diff
changeset
|
1544 |
7702
80b78635eefe
Drop the Encoding key
Rafael Laboissiere <rafael@debian.org>
parents:
7698
diff
changeset
|
1545 2008-04-09 Rafael Laboissiere <rafael@debian.org> |
80b78635eefe
Drop the Encoding key
Rafael Laboissiere <rafael@debian.org>
parents:
7698
diff
changeset
|
1546 |
80b78635eefe
Drop the Encoding key
Rafael Laboissiere <rafael@debian.org>
parents:
7698
diff
changeset
|
1547 * example/octave.desktop.in: Drop the Encoding key, which is |
80b78635eefe
Drop the Encoding key
Rafael Laboissiere <rafael@debian.org>
parents:
7698
diff
changeset
|
1548 deprecated by the FreeDesktop standard. |
80b78635eefe
Drop the Encoding key
Rafael Laboissiere <rafael@debian.org>
parents:
7698
diff
changeset
|
1549 |
7698
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7694
diff
changeset
|
1550 2008-04-04 John W. Eaton <jwe@octave.org> |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7694
diff
changeset
|
1551 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7694
diff
changeset
|
1552 * Makeconf.in (do-check-m-sources): New macro. |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7694
diff
changeset
|
1553 |
7694 | 1554 2008-04-03 Tatsuro MATSUOKA <tmacchant@yahoo.co.jp> |
1555 | |
1556 * README.Cygwin: Update. | |
1557 | |
9501 | 1558 2008-04-02 Jaroslav Hajek <highegg@gmail.com> |
7683
8136cb19fb7a
implement BLAS-F77 call compatibility check
Jaroslav Hajek <highegg@gmail.com>
parents:
7638
diff
changeset
|
1559 |
8136cb19fb7a
implement BLAS-F77 call compatibility check
Jaroslav Hajek <highegg@gmail.com>
parents:
7638
diff
changeset
|
1560 * acx_blas_f77_func.m4: New file. |
8136cb19fb7a
implement BLAS-F77 call compatibility check
Jaroslav Hajek <highegg@gmail.com>
parents:
7638
diff
changeset
|
1561 * configure.in: Call ACX_BLAS_WITH_F77_FUNC instead of ACX_BLAS. |
8136cb19fb7a
implement BLAS-F77 call compatibility check
Jaroslav Hajek <highegg@gmail.com>
parents:
7638
diff
changeset
|
1562 Supply a warning for incompatible Fortran/BLAS configuration. |
8136cb19fb7a
implement BLAS-F77 call compatibility check
Jaroslav Hajek <highegg@gmail.com>
parents:
7638
diff
changeset
|
1563 |
9501 | 1564 2008-03-25 Jaroslav Hajek <highegg@gmail.com> |
7638
2df457529cfa
implement expm1 and log1p functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7636
diff
changeset
|
1565 |
2df457529cfa
implement expm1 and log1p functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7636
diff
changeset
|
1566 * configure.in: Check for expm1 and log1p functions. |
2df457529cfa
implement expm1 and log1p functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7636
diff
changeset
|
1567 |
7636
99c410f7f0b0
implement mapper function for banker's rounding
Jaroslav Hajek <highegg@gmail.com>
parents:
7619
diff
changeset
|
1568 2008-03-25 John W. Eaton <jwe@octave.org> |
99c410f7f0b0
implement mapper function for banker's rounding
Jaroslav Hajek <highegg@gmail.com>
parents:
7619
diff
changeset
|
1569 |
99c410f7f0b0
implement mapper function for banker's rounding
Jaroslav Hajek <highegg@gmail.com>
parents:
7619
diff
changeset
|
1570 * configure.in: Check for trunc. |
99c410f7f0b0
implement mapper function for banker's rounding
Jaroslav Hajek <highegg@gmail.com>
parents:
7619
diff
changeset
|
1571 |
7619 | 1572 2008-03-21 David Bateman <dbateman@free.fr> |
1573 | |
1574 * configure.in (HAVE_AMD): Complete test for presence of amd. | |
1575 | |
7601
8a939b217863
Treat negative values to lgamma and beta correctly
David Bateman <dbateman@free.fr>
parents:
7579
diff
changeset
|
1576 2008-03-18 David Bateman <dbateman@free.fr> |
8a939b217863
Treat negative values to lgamma and beta correctly
David Bateman <dbateman@free.fr>
parents:
7579
diff
changeset
|
1577 |
8a939b217863
Treat negative values to lgamma and beta correctly
David Bateman <dbateman@free.fr>
parents:
7579
diff
changeset
|
1578 * configure.in (AC_CHECK_FUNCS): Also check lgamma_r. |
8a939b217863
Treat negative values to lgamma and beta correctly
David Bateman <dbateman@free.fr>
parents:
7579
diff
changeset
|
1579 |
7579 | 1580 2008-03-11 David Bateman <dbateman@free.fr> |
1581 | |
1582 * run-octave.in: Fix typo. | |
1583 | |
7512
59bee17bc192
ignore errors installing octave.desktop file
John W. Eaton <jwe@octave.org>
parents:
7483
diff
changeset
|
1584 2008-02-21 John W. Eaton <jwe@octave.org> |
59bee17bc192
ignore errors installing octave.desktop file
John W. Eaton <jwe@octave.org>
parents:
7483
diff
changeset
|
1585 |
59bee17bc192
ignore errors installing octave.desktop file
John W. Eaton <jwe@octave.org>
parents:
7483
diff
changeset
|
1586 * examples/Makefile.in (install install-strip): Ignore errors |
59bee17bc192
ignore errors installing octave.desktop file
John W. Eaton <jwe@octave.org>
parents:
7483
diff
changeset
|
1587 installing octave.desktop file. |
59bee17bc192
ignore errors installing octave.desktop file
John W. Eaton <jwe@octave.org>
parents:
7483
diff
changeset
|
1588 |
7483
fb66330b2608
don't special case SH_LD for FreeBSD and OpenBSD
John W. Eaton <jwe@octave.org>
parents:
7482
diff
changeset
|
1589 2008-02-15 John W. Eaton <jwe@octave.org> |
fb66330b2608
don't special case SH_LD for FreeBSD and OpenBSD
John W. Eaton <jwe@octave.org>
parents:
7482
diff
changeset
|
1590 |
fb66330b2608
don't special case SH_LD for FreeBSD and OpenBSD
John W. Eaton <jwe@octave.org>
parents:
7482
diff
changeset
|
1591 * configure.in (*-*-freebsd*, *-*-openbsd*): Don't set SH_LD. |
fb66330b2608
don't special case SH_LD for FreeBSD and OpenBSD
John W. Eaton <jwe@octave.org>
parents:
7482
diff
changeset
|
1592 |
7482
29980c6b8604
don't check f77_exception_encountered
John W. Eaton <jwe@octave.org>
parents:
7449
diff
changeset
|
1593 2008-02-14 John W. Eaton <jwe@octave.org> |
29980c6b8604
don't check f77_exception_encountered
John W. Eaton <jwe@octave.org>
parents:
7449
diff
changeset
|
1594 |
29980c6b8604
don't check f77_exception_encountered
John W. Eaton <jwe@octave.org>
parents:
7449
diff
changeset
|
1595 * examples/fortdemo.cc: Don't check f77_exception_encountered. |
29980c6b8604
don't check f77_exception_encountered
John W. Eaton <jwe@octave.org>
parents:
7449
diff
changeset
|
1596 |
7449 | 1597 2008-02-06 John W. Eaton <jwe@octave.org> |
1598 | |
1599 * examples/Makefile.in (octave.desktop): | |
1600 Use mv instead of move-if-change. | |
1601 | |
7448 | 1602 2008-02-05 John W. Eaton <jwe@octave.org> |
1603 | |
1604 * dlfcn/Makefile.in: Unconditionally include $(MAKEDEPS). | |
1605 Mark $(MAKEDEPS) as .PHONY targets if omit_deps is true. | |
1606 | |
7361 | 1607 2008-01-12 John W. Eaton <jwe@octave.org> |
1608 | |
1609 * aclocal.m4: Call AC_SUBST instead of AC_DEFINE_UNQOTED for | |
1610 GNUPLOT_BINARY. | |
1611 * aclocal.m4, configure.in: Use GNUPLOT instead of GNUPLOT_BINARY | |
1612 as variable name. | |
1613 * Makeconf.in (GNUPLOT): Substitute. | |
1614 (do-subst-config-vals): Substitute GNUPLOT. | |
1615 | |
7334 | 1616 2007-12-21 John W. Eaton <jwe@octave.org> |
1617 | |
1618 Version 3.0.0 released. | |
1619 | |
7315 | 1620 2007-12-13 John W. Eaton <jwe@octave.org> |
1621 | |
1622 * octMakefile.in (octave-bug, octave-config, mkoctfile): | |
1623 Also depend on $(top_srcdir)/src/version.h. | |
1624 | |
7273 | 1625 2007-12-10 John W. Eaton <jwe@octave.org> |
1626 | |
1627 * acx_blas.m4: Use -lsunperf, not -xlic_lib=sunperf. | |
1628 From Jim Langston <Jim.Langston@Sun.COM>. | |
1629 | |
7266 | 1630 2007-12-06 John W. Eaton <jwe@octave.org> |
1631 | |
1632 * configure.in (*-*-darwin*): Only set CPICFLAG, CXXPICFLAG, and | |
1633 FPICFLAG to "" on powerpc systems. | |
1634 | |
7253 | 1635 2007-12-04 John W. Eaton <jwe@octave.org> |
1636 | |
1637 * octave-bug.in (LIBDLFCN): Delete variable and all uses. | |
1638 * Makeconf.in (LIBDLFCN, DLFCN_INCFLAGS): Likewise. | |
1639 * configure.in (DLFCN_DIR, LIBDLFCN, DLFCN_INCFLAGS): Likewise. | |
1640 Don't generate dlfcn/Makefile. | |
1641 * octMakefile.in (DISTSUBDIRS): Delete dlfcn from the list. | |
1642 (SUBDIRS): Don't substitute DLFCN_DIR here. | |
1643 | |
7244 | 1644 2007-12-03 Moritz Borgmann <octave@moriborg.de> |
1645 | |
1646 * Makeconf.in, aclocal.m4, configure.in: Check for find program, | |
1647 preferably gfind (on non-GNU systems). Need a sane find for | |
1648 run-octave script. | |
1649 * run-octave.in: Use FIND and AWK as determined by configure. | |
1650 | |
7237 | 1651 2007-12-03 John W. Eaton <jwe@octave.org> |
1652 | |
1653 * configure.in: If available, include <sys/types.h> in test for | |
1654 sigset_t and sig_atomic_t. | |
1655 | |
7231 | 1656 2007-11-30 Moritz Borgmann <octave@moriborg.de> |
1657 | |
1658 * configure.in: Also check for sunmath.h. | |
1659 | |
7189 | 1660 2007-11-26 David Bateman <dbateman@free.fr> |
1661 | |
1662 * PROJECTS: condest now implemented. | |
1663 | |
1664 * NEWS: Document the TeX interpreter mode and its limitations with | |
1665 gnuplot 4.0. | |
1666 | |
1667 * NEWS: Document the use of "colormap gmap40" to workaround some | |
1668 gnuplot 4.0 colormap issues. | |
1669 | |
7177 | 1670 2007-11-14 John W. Eaton <jwe@octave.org> |
1671 | |
1672 * configure.in: Don't create Makefrag.bsd. | |
1673 | |
7173 | 1674 2007-11-14 Joseph P. Skudlarek <Jskud@Jskud.com> |
1675 | |
1676 * configure.in: Rework pcre.h tests to work with autoconf 2.59, | |
1677 and avoid explicit pcre/pcre.h check by using pcre-config. | |
1678 | |
7171 | 1679 2007-11-13 Joseph P. Skudlarek <Jskud@Jskud.com> |
1680 | |
1681 * octave-bug.in: Try mailx, then Mail, then /usr/ucb/mail, then | |
1682 /bin/mail. | |
9967 | 1683 |
7169 | 1684 2007-11-13 John W. Eaton <jwe@octave.org> |
1685 | |
1686 * configure.in: Only define HAVE_PCRE_H if <pcre.h> has the | |
1687 definitions we need. Likewise for <pcre/pcre.h>. | |
1688 | |
7155 | 1689 2007-11-10 John W. Eaton <jwe@octave.org> |
1690 | |
1691 * configure.in: Delete AC_SUBST_FILE(f77_rules_frag). | |
1692 | |
7117 | 1693 2007-11-07 John W. Eaton <jwe@octave.org> |
1694 | |
1695 * configure.in: Also check for pcre/pcre.h. | |
1696 | |
7095 | 1697 2007-11-01 John W. Eaton <jwe@octave.org> |
1698 | |
1699 * configure.in: Delete BLAS library calling convention | |
1700 compatibility check. | |
1701 | |
7088 | 1702 2007-10-31 John W. Eaton <jwe@octave.org> |
1703 | |
1704 * README.binary-dist: Delete. | |
1705 | |
1706 * README.MachTen: Delete. | |
1707 * octMakefile.in (DISTFILES): Remove it from the list. | |
1708 | |
7081 | 1709 2007-10-30 David Bateman <dbateman@free.fr> |
1710 | |
1711 * examples/addtwomatrices.cc, examples/celldemo.cc, | |
1712 examples/firstmexdemo.c, examples/fortdemo.cc, examples/fortsub.f, | |
1713 examples/funcdemo.cc, examples/globaldemo.cc, | |
1714 examples/helloworld.cc, examples/mycell.c, examples/myfeval.c, | |
1715 examples/myfunc.c, examples/mypow2.c, examples/mysparse.c, | |
1716 examples/mystring.c, examples/mystruct.c, examples/paramdemo.cc, | |
1717 examples/stringdemo.cc, examples/structdemo.cc, | |
1718 examples/unwinddemo.cc: Doc fixes for small book format. | |
1719 | |
7075 | 1720 2007-10-26 Michael Goffioul <michael.goffioul@gmail.com> |
1721 | |
1722 * Makeconf.in: Remove UNSETCOMSPEC trick. | |
1723 | |
7067 | 1724 2007-10-25 John W. Eaton <jwe@octave.org> |
1725 | |
1726 * configure.in (AH_BOTTOM): Define OCTAVE_EMPTY_CPP_ARG here. | |
1727 | |
7058 | 1728 2007-10-24 John W. Eaton <jwe@octave.org> |
1729 | |
7063 | 1730 * octMakefile.in (maintainer-clean distclean): No need to delete |
1731 Makefrag.f77 and Makerules.f77. | |
1732 * Makeconf.in: Include rules for making .o files from .f files | |
9967 | 1733 instead of substituting @f77_rules_frag@. |
7063 | 1734 * configure.in): Delete handling of --with-f2c and --with-f77 |
1735 options. No need to call OCTAVE_CHECK_EXCLUSIVE_WITH_OPTIONS. | |
1736 Delete all special cases for f2c. | |
1737 * aclocal.m4 (OCTAVE_CHECK_EXCLUSIVE_WITH_OPTIONS): Delete macro. | |
1738 | |
7062 | 1739 * FLEX.patch: Delete obsolete file. |
1740 * octMakefile.in (DISTFILES): Remove it from the list. | |
1741 | |
1742 * acx_blas.m4: Use "-Wl,-framework -Wl,vecLib" instead of | |
1743 just "-framework vecLib" in test for Mac OS X test. | |
1744 | |
7061 | 1745 * configure.in, aclocal.m4: Avoid AC_TRY_EVAL. |
1746 | |
7058 | 1747 * aclocal.m4 (OCTAVE_STRPTIME_BROKEN): New macro. |
1748 * configure.in: Use it. | |
1749 | |
7054 | 1750 2007-10-23 John W. Eaton <jwe@octave.org> |
1751 | |
1752 * configure.in: When checking for -lf2c, set F2CLIBS instad of | |
1753 FLIBS, then set FLIBS to $F2CLIBS just before printing the summary. | |
1754 Check for BLAS library calling convention compatibility. | |
1755 | |
7036 | 1756 2007-10-17 John W. Eaton <jwe@octave.org> |
1757 | |
1758 * configure.in: Delete checks for METIS. | |
1759 | |
7016 | 1760 2007-10-12 John W. Eaton <jwe@octave.org> |
1761 | |
7017 | 1762 * mk-opts.pl (parse_input): Allow comment lines beginning with #. |
1763 | |
7016 | 1764 * Change copyright notices in all files that are part of Octave to |
1765 GPLv3 or any later version. | |
1766 | |
1767 * COPYING: Update to GPLv3. | |
1768 | |
9967 | 1769 * run-octave.in: List args explicitly in exec command. |
7016 | 1770 |
7014 | 1771 2007-10-11 John W. Eaton <jwe@octave.org> |
1772 | |
1773 * config.guess, config.sub: Update from FSF sources. | |
1774 | |
7001 | 1775 2007-10-10 Kim Hansen <kimhanse@gmail.com> |
1776 | |
9967 | 1777 * run-octave.in: Use $args. Eliminate "if [ -n "$args" ]" conditional. |
7001 | 1778 |
6987 | 1779 2007-10-09 John W. Eaton <jwe@octave.org> |
1780 | |
1781 * gdbinit.in: Delete. | |
1782 * octMakefile.in (DISTFILES): Remove it from the list. | |
1783 (.gdbinit): Delete rule. | |
1784 (maintainer-clean, distclean): No need to delete .gdbinit. | |
1785 | |
1786 2007-10-09 Kim Hansen <kimhanse@gmail.com> | |
1787 | |
9967 | 1788 * run-octave.in: Use gdb with --args, not .gdbinit. |
6987 | 1789 |
6980 | 1790 2007-10-08 John W. Eaton <jwe@octave.org> |
1791 | |
1792 * emacs/octave-hlp.el, emacs/octave-inf.el, emacs/octave-mod.el: | |
1793 Sync with GNU Emacs versions. | |
1794 * emacs/octave-mod.el: Delete last two args from calls to | |
1795 define-abbrev. | |
1796 | |
6969 | 1797 2007-10-06 John W. Eaton <jwe@octave.org> |
1798 | |
1799 * configure.in: Check for lgamma and tgamma. | |
1800 | |
6957 | 1801 2007-10-04 John W. Eaton <jwe@octave.org> |
1802 | |
1803 * configure.in (UGLY_DEFS): Delete special case for darwin. | |
1804 | |
6955 | 1805 2007-10-03 John W. Eaton <jwe@octave.org> |
1806 | |
1807 * aclocal.m4 (OCTAVE_PROG_SED): Also check for \(X\|Y\) style | |
1808 regular expression alternation. | |
1809 | |
6941 | 1810 2007-10-01 John W. Eaton <jwe@octave.org> |
1811 | |
1812 * aclocal.m4 (OCTAVE_CHECK_STRPTIME): Delete. | |
1813 * configure.in: Don't use OCTAVE_CHECK_STRPTIME, simply check for | |
1814 strptime. | |
1815 | |
6915 | 1816 2007-09-18 Thomas Treichl <Thomas.Treichl@gmx.net> |
6913 | 1817 |
1818 * aclocal.m4 (OCTAVE_CHECK_STRPTIME): New macro. | |
1819 * configure.in: Use it. | |
1820 | |
6870 | 1821 2007-09-06 John W. Eaton <jwe@octave.org> |
1822 | |
1823 * configure.in: Avoid broken strptime function on Cygwin systems. | |
1824 | |
6855 | 1825 2007-09-01 David Bateman <dbateman@free.fr> |
1826 | |
1827 * configure.in: AC_SUBST and check the variable TEXINFO_QHULL. | |
1828 * Makeconf.in: Use it. | |
1829 | |
6829 | 1830 2007-08-24 David Bateman <dbateman@free.fr> |
1831 | |
1832 * configure.in: Extra Qhull bits. | |
1833 | |
6827 | 1834 2007-08-24 Kim Hansen <kimhanse@gmail.com> |
1835 | |
1836 * run-octave.in: Use `command` instead of $(command) to accomodate | |
1837 brain-dead shells. | |
1838 | |
6823 | 1839 2007-08-24 David Bateman <dbateman@free.fr> |
1840 | |
9967 | 1841 * configure.in: Probe for the use of Qhull. |
1842 * aclocal.m4 (AC_CHECK_QHULL_VERSION): Macro to check whether | |
1843 Qhull needs a version number. | |
1844 * Makeconf.in: Add QHULL_LIBS. | |
6823 | 1845 |
6822 | 1846 2007-08-23 John W. Eaton <jwe@octave.org> |
1847 | |
1848 * aclocal.m4 (OCTAVE_PROG_SED): Don't clobber value from environment. | |
1849 From: Christian Cornelssen <ccorn@cs.tu-berlin.de>. | |
1850 | |
6821 | 1851 2007-08-23 Thomas Weber <thomas.weber.mail@gmail.com> |
1852 | |
1853 * aclocal.m4 (OCTAVE_PROG_GNUPLOT): Drop check for multiple plot | |
1854 windows. | |
1855 | |
9968
f3bef90b7278
Remove various install-local targets in favor of using automake syntax for installation
Rik <rdrider0-list@yahoo.com>
parents:
9967
diff
changeset
|
1856 2007-08-10 S�ren Hauberg <hauberg@gmail.com> |
6812 | 1857 |
1858 * ROADMAP: Update for current sources. | |
1859 | |
6804 | 1860 2007-07-26 John W. Eaton <jwe@octave.org> |
1861 | |
1862 * configure.in: Also look for glpk/glpk.h. | |
1863 | |
6796 | 1864 2007-07-25 David Bateman <dbateman@free.fr> |
1865 | |
1866 * octMakefile.in, dlfcn/Makefile.in, emacs/Makefile.in, | |
9967 | 1867 examples/Makefile.in, test/Makefile.in: Adjust DISTFILES to allow |
1868 out of tree "make dist" to work. | |
1869 | |
6794 | 1870 2007-07-24 Michael Goffioul <michael.goffioul@swing.be> |
1871 | |
1872 * configure.in (*-*-msdosmsvc): Only add -g to DL_LDFLAGS and | |
1873 SH_LDFLAGS if either CFLAGS or CXXFLAGS contains -g. | |
1874 | |
6789 | 1875 2007-07-24 Rafael Laboissiere <rafael@debian.org> |
1876 | |
1877 * Makeconf.in (RUNTEST): Delete variable substitution. | |
1878 (do-subst-config-vals): Don't substitute %OCTAVE_CONF_RUNTEST%. | |
1879 | |
6782 | 1880 2007-07-20 Thomas Treichl <Thomas.Treichl@gmx.net> |
1881 | |
1882 * mkoctfile.in: Fix typo. | |
1883 | |
6755 | 1884 2007-06-25 John W. Eaton <jwe@octave.org> |
1885 | |
1886 * mk-opts.pl (emit_print_function): Make generated function print | |
1887 to ostream (passed as arg) instead of local buffer. Don't call | |
1888 print_usage in generated function. | |
1889 (emit_options_function): Fix call to print_${class_name} in | |
1890 generated to pass octave_stdout as arg. | |
1891 | |
6742 | 1892 2007-06-18 John W. Eaton <jwe@octave.org> |
1893 | |
1894 * emacs/octave-inf.el (inferior-octave-prompt): Match "octave.bin" | |
1895 and "octave.exe" in addition to "octave". | |
1896 | |
6732 | 1897 2007-06-15 John W. Eaton <jwe@octave.org> |
1898 | |
1899 * run-octave.in: Use simple string concatenation instead of | |
1900 sprintf in AWK program. | |
1901 | |
6710 | 1902 2007-06-13 Michael Goffioul <michael.goffioul@swing.be> |
1903 | |
6724 | 1904 * configure.in: Set NO_OCT_FILE_STRIP=true for msdosmsvc. |
1905 | |
1906 * aclocal.m4 (OCTAVE_HDF5_DLL): Include return statements in | |
1907 function body used for test. | |
1908 | |
6719 | 1909 * configure.in: Check for CXSparse with C++. |
6724 | 1910 |
6710 | 1911 * Makeconf.in (do-subst-config-vals): Also substitute ${libdir} as |
1912 OCTAVE_CONF_LIBDIR. | |
1913 * mkoctfile.in: Set DEFAULT_LIBDIR and substitute OCTAVE_HOME. | |
1914 Define LIBDIR. Use LIBDIR to set DEFAULT_LFLAGS. | |
1915 | |
6704 | 1916 2007-06-12 Benjamin Lindner <lindnerben@gmx.net> |
1917 | |
1918 * configure.in: For mingw, add -lws2_32 -lkernel32 to LIBS and set | |
1919 _USE_MATH_DEFINES same as for msvc. | |
1920 | |
6694 | 1921 2007-06-06 Michael Goffioul <michael.goffioul@swing.be> |
1922 | |
1923 * configure.in: Check for utime.h and sys/utime.h headers. | |
1924 Check for utime, _chmod, _utime, and _utime32 functions. | |
1925 | |
6686 | 1926 2007-06-03 David Bateman <dbateman@free.fr> |
1927 | |
1928 * configure.in (AC_CONFIG_FILES): Add src/mxarray.h | |
1929 * examples/mycell.c, examples/mypow2.c, examples/mysparse.c, | |
1930 examples/mystring.c, examples/mystruct.c: Use mwSize and mwIndex, | |
1931 rather than int for indexing to conform to new mex API. | |
9967 | 1932 |
6682 | 1933 2007-06-01 John W. Eaton <jwe@octave.org> |
1934 | |
1935 * configure.in (*-*-darwin*): Fix quoting and construction of | |
1936 MKOCTFILE_DL_LDFLAGS. | |
1937 * mkoctfile.in (DEFAULT_BINDIR, EXEEXT): New substitutions. | |
1938 * Makeconf.in (MKOCTFILE_DL_LDFLAGS): Delete. | |
1939 (do-subst-config-vals): Do configure substitution of | |
1940 MKOCTFILE_DL_LDFLAGS directly here instead of using intermediate | |
1941 variable. Quote this sed substitution with ' instead of ". | |
1942 | |
6668 | 1943 2007-05-29 Steven Mestdagh <steven.mestdagh@esat.kuleuven.be> |
1944 | |
1945 * configure.in: Delete spurious "break" in fftw3 check. | |
1946 Use separate case for SH_LD and SH_LDFLAGS on openbsd. | |
1947 | |
6654 | 1948 2007-05-22 John W. Eaton <jwe@octave.org> |
1949 | |
1950 * Makeconf.in (do-script-uninstall): Also remove directory. | |
1951 | |
6653 | 1952 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com> |
1953 | |
1954 * NEWS.2, README.MSVC, WWW/NEWS-2.html: Fix typos. | |
1955 | |
6628 | 1956 2007-05-16 David Bateman <dbateman@free.fr> |
1957 | |
1958 * PROJECTS: Update. | |
1959 | |
6594 | 1960 2007-04-27 John W. Eaton <jwe@octave.org> |
1961 | |
1962 * examples/Makefile.in (SOURCES): Add all example files to the list. | |
1963 | |
1964 * octave-config.in: Don't set PREFIX to OCTAVE_HOME if OCTAVE_HOME | |
1965 is empty. | |
1966 | |
6593 | 1967 2007-04-27 David Bateman <dbateman@free.fr> |
1968 | |
6595 | 1969 * examples/mycell.c, examples/mypow2.c, examples/mystring.c, |
1970 examples/myprop.c: New example mex files. | |
6593 | 1971 |
6585 | 1972 2007-04-26 Alex Zvoleff <azvoleff@sbcglobal.net> |
1973 | |
1974 * configure.in: Don't report ARPACK libraries in summary. | |
1975 | |
6580 | 1976 2007-04-25 David Bateman <dbateman@free.fr> |
1977 | |
6583 | 1978 * Makeconf.in (do-subst-texinfo-vals): Also substitute abs_top_srcdir. |
1979 | |
6580 | 1980 * examples/myfunc.c, exampples/paramdemo.cc: New files |
1981 * examples/mystruct.c, examples/mysparse.c, fortdemo.cc: Fix a few | |
1982 formatting issues when included in texinfo files. | |
1983 | |
6573 | 1984 2007-04-25 John W. Eaton <jwe@octave.org> |
1985 | |
6577 | 1986 * Makeconf.in (do-subst-texinfo-vals): Also substitute top_srcdir. |
1987 | |
6573 | 1988 * examples/addtwomatrices.cc, examples/celldemo.cc, |
1989 examples/fortdemo.cc, examples/funcdemo.cc, | |
1990 examples/globaldemo.cc, examples/helloworld.cc, | |
1991 examples/stringdemo.cc, examples/structdemo.cc, | |
6577 | 1992 examples/unwinddemo.cc, examples/fortsub.f, |
1993 examples/firstmexdemo.c: New files. | |
6573 | 1994 * examples/Makefile.in (SOURCES): Add them to the list. |
1995 | |
6552 | 1996 2007-04-20 John W. Eaton <jwe@octave.org> |
1997 | |
1998 * configure.in: Don't check for ARPACK. | |
1999 | |
6475 | 2000 2007-03-29 Rafael Laboissiere <rafael@debian.org> |
2001 | |
6477 | 2002 * emacs/octave-mod.el: Drop LOADPATH, INFO_FILE, and |
2003 INFO_PROGRAM from octave-variables. | |
2004 | |
6475 | 2005 * examples/info-emacs-octave-help, examples/info-emacs-info: |
2006 Use gnuclient, not gnudoit. | |
2007 | |
6466 | 2008 2007-03-27 John W. Eaton <jwe@octave.org> |
2009 | |
6467 | 2010 * octMakefile.in (dist, conf-dist): Use ln, not $(LN_S). |
2011 * emacs/Makefile.in (dist): Likewise. | |
2012 * examples/Makefile.in (dist): Likewise. | |
2013 * dlfcn/Makefile.in (conf-dist): Likewise. | |
2014 | |
6466 | 2015 * config.guess, config.sub: Update from FSF sources. |
2016 | |
6445 | 2017 2007-03-23 John W. Eaton <jwe@octave.org> |
2018 | |
2019 * examples/make_int.cc (octave_integer::clone): Return type is | |
2020 pointer to octave_base_value, not octave_value. | |
2021 (Fdoit): Rep is reference to octave_base_value, not octave_value. | |
2022 | |
9501 | 2023 2007-03-21 Paul Kienzle <pkienzle@users.sf.net> |
6428 | 2024 |
2025 * octMakefile.in (all): Print message after successful build. | |
2026 | |
6381 | 2027 2007-03-05 John W. Eaton <jwe@octave.org> |
2028 | |
2029 * configure.in (GLPK_PRE_4_14): Rename from GLPK_PRE_4_15. | |
2030 | |
6365 | 2031 2007-02-27 John W. Eaton <jwe@octave.org> |
2032 | |
6366 | 2033 * Makeconf.in (do-script-uninstall): Remove PKG_ADD. |
2034 * examples/Makefile.in (uninstall): Don't remove files listed in | |
2035 $(SCRIPTS) from $(srcdir). | |
2036 Remove www.octave.org-octave.desktop, not octave.desktop. | |
2037 | |
6365 | 2038 * run-octave.in (run-octave.in): Use --no-initial-path. |
2039 Rename to qargs to args. Use $args not "$args" when invoking Octave. | |
2040 Try harder to get quoting right when passing args to Octave. | |
2041 | |
6358 | 2042 2007-02-26 John W. Eaton <jwe@octave.org> |
2043 | |
2044 * octMakefile.in (DISTDIRS): Eliminate variable. | |
2045 | |
6694 | 2046 2007-02-26 Michael Goffioul <michael.goffioul@swing.be> |
6358 | 2047 |
2048 * octMakefile.in, dlfcn/Makefile.in, emacs/Makefile.in: | |
2049 Use $(LN_S) instead of ln or ln -s. | |
2050 | |
2051 * octMakefile.in (dist): Use -9 instead of --best with gzip/bzip2. | |
2052 | |
6335 | 2053 2007-02-21 John W. Eaton <jwe@octave.org> |
2054 | |
2055 * configure.in: Also warn about missing functionality for | |
2056 --without-glpk or --without-curl options. Print curl library | |
2057 warning in summary. | |
2058 | |
6333 | 2059 2007-02-20 Rafael Laboissiere <rafael@debian.org> |
2060 | |
2061 * configure.in: Check for versions of GLPK prior to 4.15 and set | |
2062 the GLPK_PRE_4_15 macro accordingly. | |
2063 | |
6319 | 2064 2007-02-16 John W. Eaton <jwe@octave.org> |
2065 | |
2066 * mkoctfile.in: Use OCTAVE_PREFIX, not OCTAVE_CONF_PREFIX, in sed | |
2067 substitutions. | |
2068 * octave-conf.in: Define DATAROOTDIR, not DATADIR, from | |
2069 OCTAVE_DATAROOTDIR. | |
2070 From Michael Goffioul <michael.goffioul@swing.be>. | |
2071 | |
6311 | 2072 2007-02-15 John W. Eaton <jwe@octave.org> |
2073 | |
2074 * octave-config.in (DATAROOTDIR): Include in list of vars. | |
2075 Substitute OCTAVE_HOME. | |
2076 | |
2077 * Makeconf.in (MKOCTFILE_INCFLAGS, MKOCTFILE_LFLAGS): Delete vars. | |
2078 (do-subst-config-vals): Don't substitute them. | |
2079 Also substitute OCTAVE_CONF_INCLUDEDIR, OCTAVE_CONF_OCTINCLUDEDIR, | |
2080 OCTAVE_CONF_OCTLIBDIR, and OCTAVE_CONF_PREFIX here. | |
2081 * mkoctfile.in (OCTAVE_CONF_OCTINCLUDEDIR, OCTAVE_CONF_INCLUDEDIR, | |
2082 OCTAVE_CONF_OCTLIBDIR): Substitute values and perform OCTAVE_HOME | |
2083 substitution here. | |
2084 (DEFAULT_INCFLAGS, DEFAULT_LFLAGS): New variables. Use them to | |
2085 set default values for INCFLAGS and LFLAGS. | |
2086 | |
6295 | 2087 2007-02-09 John W. Eaton <jwe@octave.org> |
2088 | |
2089 * mkoctfile.in: Handle .a files. | |
2090 | |
6286 | 2091 2007-02-08 John W. Eaton <jwe@octave.org> |
2092 | |
6290 | 2093 * octMakefile.in (all): Depend on dist-info-files. |
2094 (dist): Delete dist-info-files dependency. | |
2095 | |
6286 | 2096 * configure.in: Rewrite if !( X ) ... fi as if X; true; else ... fi. |
6289 | 2097 Also check for _glp_lpx_simplex. |
6286 | 2098 |
6279 | 2099 2007-02-07 John W. Eaton <jwe@octave.org> |
2100 | |
2101 * Makeconf.in (do-script-install): Use $(FCN_FILES) for list of | |
2102 files instead of $(FCN_FILES_NO_DIR). Use basename to get | |
2103 filename with no directory part. | |
2104 | |
6276 | 2105 2007-02-07 Michael Goffioul <michael.goffioul@swing.be> |
2106 | |
2107 * aclocal.m4 (OCTAVE_HDF5_DLL): New macro. | |
2108 * configure.in: Use it. | |
2109 | |
6270 | 2110 2007-02-05 John W. Eaton <jwe@octave.org> |
2111 | |
6271 | 2112 * configure.in: Check for realpath function. |
2113 | |
6270 | 2114 * demo.m: Delete obsolete file. |
2115 | |
6255 | 2116 2007-01-29 Michael Goffioul <michael.goffioul@swing.be> |
2117 | |
2118 * configure.in (*-*-msdosmsvc): Set NO_OCT_FILE_STRIP to true. | |
2119 | |
6253 | 2120 2007-01-24 John W. Eaton <jwe@octave.org> |
2121 | |
2122 * octMakefile.in (install): Install NEWS file. | |
2123 (uninstall): Remove it. | |
2124 | |
6231 | 2125 2007-01-08 David Bateman <dbateman@free.fr> |
2126 | |
2127 * configure.in: Replace sparsesuite with suitesparse to match | |
2128 upstream name. | |
2129 | |
6208 | 2130 2006-12-06 Michael Goffioul <michael.goffioul@swing.be> |
2131 | |
2132 * acx_blas.m4, acx_lapack.m4: Handle f2c calling convention. | |
2133 | |
6201 | 2134 2006-12-05 John W. Eaton <jwe@octave.org> |
2135 | |
2136 * configure.in: Don't check for strptime on *-apple-darwin* systems. | |
2137 | |
6187 | 2138 2006-11-28 John W. Eaton <jwe@octave.org> |
2139 | |
2140 * mkoctfile.in: Construct default output file from basename of | |
2141 input file name. | |
2142 | |
2143 2006-11-28 David Bateman <dbateman@free.fr> | |
6186 | 2144 |
2145 * configure.in: Check for sparse header files in the sparsesuite | |
2146 sub-directory. In the cholmod tests, include the camd libraries, as | |
2147 this might be a dependency for cholmod. | |
2148 | |
6170 | 2149 2006-11-15 John W. Eaton <jwe@octave.org> |
2150 | |
2151 * run-octave.in: Don't forget LD_PRELOAD if there are args. | |
2152 | |
6161 | 2153 2006-11-14 John W. Eaton <jwe@octave.org> |
2154 | |
2155 * configure.in: If warning message is printed, print additional | |
2156 final note about missing libraries. | |
2157 | |
6155 | 2158 2006-11-13 John W. Eaton <jwe@octave.org> |
2159 | |
2160 * run-octave.in: Substitute liboctinterp, liboctave, and libcruft. | |
2161 Use them to set LD_PRELOAD. | |
2162 * Makeconf.in (do-subst-script-vals): Also substitute | |
2163 liboctinterp, liboctave, and libcruft. | |
2164 | |
6153 | 2165 2006-11-13 Rafael Laboissiere <rafael@debian.org> |
2166 | |
2167 * mkoctfile.in: Add -Wl,... options to ldflags, not pass_on_flags. | |
2168 | |
6152 | 2169 2006-11-11 John W. Eaton <jwe@octave.org> |
2170 | |
2171 * examples/Makefile.in (octave.desktop): | |
2172 Use $(simple-move-if-change-rule) here. | |
2173 | |
2174 * Makeconf.in (simple-move-if-change-rule, | |
2175 (builddir-move-if-change-rule): New macros. | |
2176 | |
9968
f3bef90b7278
Remove various install-local targets in favor of using automake syntax for installation
Rik <rdrider0-list@yahoo.com>
parents:
9967
diff
changeset
|
2177 2006-11-11 S�ren Hauberg <hauberg@gmail.com> |
6152 | 2178 |
2179 * examples/Makefile.in (uninstall): Add missing semicolon. | |
2180 | |
6150 | 2181 2006-11-09 John W. Eaton <jwe@octave.org> |
2182 | |
2183 * examples/Makefile.in (uninstall): New target. | |
2184 | |
6149 | 2185 2006-11-09 Michael Goffioul <michael.goffioul@swing.be> |
2186 | |
2187 * configure.in (OCTAVE_LOCAL_BUFFER): Don't access first element | |
2188 if size is 0. | |
2189 | |
6141 | 2190 2006-11-06 Michael Goffioul <michael.goffioul@swing.be> |
2191 | |
2192 * configure.in (CRUFT_DLL_DEFS, OCTAVE_DLL_DEFS, OCTINTERP_DLL_DEFS): | |
2193 Also rename in AC_SUBST calls. | |
2194 * Makeconf.in (ALL_CFLAGS): Use DLL_CDEFS instead of XTRA_CDEFS. | |
2195 (ALL_CXXFLAGS): Use DLL_CDEFS instead of XTRA_CXXDEFS. | |
2196 | |
6137 | 2197 2006-11-03 John W. Eaton <jwe@octave.org> |
2198 | |
2199 * configure.in (CRUFT_DLL_DEFS): Rename from XTRA_CRUFT_DEFS. | |
2200 (OCTAVE_DLL_DEFS): Rename from XTRA_OCTAVE_DEFS. | |
2201 (OCTINTERP_DLL_DEFS): Rename from XTRA_OCTINTERP_DEFS. | |
2202 (XTRA_CRUFT_LINK_FLAGS): Rename from XTRA_CRUFT_LINK_DEPS. | |
2203 | |
6136 | 2204 2006-11-02 John W. Eaton <jwe@octave.org> |
2205 | |
2206 * README.Cygwin: Rename from README.Windows. | |
2207 * README.MSVC: New file. | |
2208 * README.Windows: Point to the README.Cygwin and README.MSVC files. | |
2209 | |
6129 | 2210 2006-11-01 John W. Eaton <jwe@octave.org> |
2211 | |
6133 | 2212 * configure.in: Check for PCRE macros we use. Warn if regex |
2213 library is not found. Print hdf5, zlib, umfpack, colamd, ccolamd, | |
2214 cholmod, and cxsparse warnings when we detect the problems. | |
2215 | |
6131 | 2216 * run-octave.in: Handle quoted args properly in exec call? |
6129 | 2217 |
6125 | 2218 2006-10-29 John W. Eaton <jwe@octave.org> |
2219 | |
2220 * run-octave.in: Handle spaces in directory names. | |
2221 | |
6123 | 2222 2006-10-28 Michael Goffioul <michael.goffioul@swing.be> |
6122 | 2223 |
2224 * configure.in (AH_BOTTOM): If using MSVC, define __WIN32__ before | |
2225 other #ifdefs that use it. | |
2226 | |
6116 | 2227 2006-10-27 John W. Eaton <jwe@octave.org> |
2228 | |
6121 | 2229 * configure.in (AH_BOTTOM): Move DLL defs to |
2230 libcruft/misc/oct-dlldefs.h and include it here. | |
2231 | |
6116 | 2232 * aclocal.m4 (OCTAVE_PROG_TEXI2PDF): Require OCTAVE_PROG_TEXI2DVI. |
2233 If texi2pdf is not found but texi2dvi is available, set TEXI2PDF | |
2234 to "$TEXI2DVI --pdf". | |
2235 (OCTAVE_PROG_GHOSTSCRIPT): Also check for gswin32 on Windows systems. | |
6119 | 2236 |
6116 | 2237 * Makeconf.in (UNSETCOMSPEC): Define if COMSPEC is defined. |
2238 From Michael Goffioul <michael.goffioul@swing.be>. | |
2239 | |
6110 | 2240 2006-10-26 John W. Eaton <jwe@octave.org> |
2241 | |
2242 * configure.in (OCTAVE_EXPORT, OCTAVE_IMPORT): New macros | |
2243 (CRUFT_API, OCTAVE_API, OCTINTERP_API): Define using OCTAVE_EXPORT | |
2244 and OCTAVE_IMPORT. | |
2245 | |
6100 | 2246 2006-10-26 Michael Goffioul <michael.goffioul@swing.be> |
2247 | |
2248 * configure.in (*-*-msdosmsvc): Set library_path_var. | |
6103 | 2249 Check for _WIN32_WINNT >= 0x0403. Define _USE_MATH_DEFINES if it |
2250 is needed. | |
6102 | 2251 (XTRA_CRUFT_LINK_DEPS): New variable. Substitute it. |
6104 | 2252 |
2253 * aclocal.m4 (OCTAVE_MKDIR_TAKES_ONE_ARG): Perform check with C++ | |
2254 compiler. | |
2255 | |
6098 | 2256 2006-10-26 John W. Eaton <jwe@octave.org> |
2257 | |
6103 | 2258 * aclocal.m4 (OCTAVE_PROG_PAGER): Also check for more.com for |
2259 *-*-mingw* and *-*-msdosmsvc systems. | |
2260 | |
6102 | 2261 * configure.in (F77_TOLOWER, F77_APPEND_UNDERSCORE, |
2262 F77_APPEND_EXTRA_UNDERSCORE): New variables. Substitute them. | |
2263 * Makeconf.in (F77_TOLOWER, F77_APPEND_UNDERSCORE, | |
2264 F77_APPEND_EXTRA_UNDERSCORE): Substitute here. | |
2265 (do-subst-f77-mangling): New macro. | |
2266 | |
6098 | 2267 * emacs/octave-inf.el (inferior-octave-has-built-in-variables): |
2268 New defvar. | |
2269 (inferior-octave-resync-dirs): Check to see whether Octave has | |
2270 built-in variables and set inferior-octave-has-built-in-variables. | |
2271 Check inferior-octave-has-built-in-variables to decide whether to | |
2272 send commands that set built-in variables or call functions to | |
2273 change Octave's behavior. | |
2274 Send "disp (pwd ())" to Octave instead of just "pwd". | |
2275 (inferior-octave-startup): Send "more off" to Octave instead of | |
2276 "page_screen_output = 0". | |
2277 | |
6087 | 2278 2006-10-25 John W. Eaton <jwe@octave.org> |
2279 | |
6098 | 2280 * configure.in (RETSIGTYPE_IS_VOID): Define if |
2281 "$ac_cv_type_signal" = "void". | |
2282 | |
6094 | 2283 * configure.in (*-*-msdosmsvc): Don't check for strftime. |
2284 | |
6087 | 2285 * configure.in (INCLUDE_DEPS): Set and substitute. |
2286 (DEPEND_FLAGS, DEPEND_EXTRA_SED_PATTERN): Rearrange way these are set. | |
6089 | 2287 |
6087 | 2288 * Makeconf.in (INCLUDE_DEPS): Substitute here, and use to set default |
2289 value for omit_deps. | |
2290 | |
2291 2006-10-25 Michael Goffioul <michael.goffioul@swing.be> | |
2292 | |
2293 * Makeconf.in (ALL_CFLAGS): Include $(XTRA_CDEFS) in the list. | |
2294 (ALL_CXXFLAGS): Include $(XTRA_CXXDEFS) in the list. | |
2295 | |
2296 * configure.in (XTRA_CRUFT_DEFS, XTRA_OCTAVE_DEFS, | |
2297 XTRA_OCTINTERP_DEFS): Define and substitute. | |
2298 (AH_BOTTOM) [_MSC_VER]: include definitions for CRUFT_API, | |
2299 OCTAVE_API, and OCTINTERP_API. | |
2300 | |
6089 | 2301 * configure.in (*-*-msdosmsvc): Add "-EHs -MD" to CXXFLAGS. |
2302 Add "-MD" to CFLAGS. Add "-MD" to CONFLIB_ARG when checking for | |
2303 libf2c. | |
2304 | |
6090 | 2305 * configure.in (*-*-msdosmsvc): Generate replacement unistd.h. |
2306 * octMakefile.in (maintainer-clean, distclean): Also remove unistd.h. | |
2307 | |
2308 * configure.in (*-*-msdosmsvc): Default sepchar is ';'. | |
6091 | 2309 Define default LIBS (link against kernel32 and ws2_32). |
2310 Force having LoadLibrary API. | |
2311 | |
2312 * configure.in (AH_BOTTOM) [_MSC_VER]: Define __WIN32__. | |
6090 | 2313 |
6086 | 2314 2006-10-25 John W. Eaton <jwe@octave.org> |
2315 | |
2316 * mkoctfile.in (OCTAVE_VERSION): No need to quote replacement here. | |
2317 | |
6073 | 2318 2006-10-24 John W. Eaton <jwe@octave.org> |
2319 | |
2320 * run-octave.in: Only modify .gdbinit if -g option is given. | |
2321 Use $(/bin/pwd) instead of $(pwd). | |
2322 | |
6071 | 2323 2006-10-23 John W. Eaton <jwe@octave.org> |
2324 | |
2325 * emacs/Makefile.in (SOURCES, DISTFILES, install, install-strip, | |
2326 uninstall): Handle otags name change. | |
2327 * emacs/octave-tags, emacs/octave-tags.1: Rename from otags. | |
2328 | |
6061 | 2329 2006-10-17 John W. Eaton <jwe@octave.org> |
2330 | |
2331 * configure.in: Check for _isnan, _finite, and _copysign. | |
2332 | |
6057 | 2333 2006-10-17 Michael Goffioul <michael.goffioul@swing.be> |
2334 | |
6061 | 2335 * aclocal.m4 (OCTAVE_CXX_PREPENDS_UNDERSCORE, OCTAVE_CXX_ABI): Use |
2336 $ac_objext instead of assuming .o. | |
2337 (OCTAVE_PROG_GNUPLOT): Handle *-*-msdos the same as *-*-cygwin* | |
2338 and *-*-mingw32*. | |
6057 | 2339 |
6056 | 2340 2006-10-17 John W. Eaton <jwe@octave.org> |
2341 | |
2342 * configure.in: Check for curl_easy_escap instead of | |
2343 curl_global_init. | |
2344 | |
6051 | 2345 2006-10-13 Michael Goffioul <michael.goffioul@swing.be> |
2346 | |
2347 * configure.in [_MSC_VER]: Disable some warnings. | |
2348 (*-*-msdos): New case for shared libraries. | |
2349 (LIBPRE): New variable. | |
2350 * Makeconf.in: Substitute it. | |
2351 | |
6049 | 2352 2006-10-12 John W. Eaton <jwe@octave.org> |
2353 | |
2354 * configure.in (AH_BOTTOM): Don't unconditionally #define | |
2355 OCTAVE_HAVE_POSIX_FILESYSTEM followed by a conditional #undef | |
2356 OCTAVE_HAVE_POSIX_FILESYSTEM since autoconf is commenting out the | |
2357 #undef. | |
2358 | |
6043 | 2359 2006-10-09 John W. Eaton <jwe@octave.org> |
2360 | |
2361 * Makeconf.in (CURL_LIBS, do-subst-config-vals): | |
2362 Substitute CURL_LIBS. | |
2363 | |
2364 * configure.in: Check for libcurl. | |
2365 | |
6028 | 2366 2006-10-04 John W. Eaton <jwe@octave.org> |
2367 | |
2368 * Makeconf.in (library_path_var): Substitute value from configure. | |
2369 (do-subst-script-vals): Add library_path_var to the list. | |
2370 * run-octave.in: Substitute value here. | |
2371 | |
6024 | 2372 2006-10-03 John W. Eaton <jwe@octave.org> |
2373 | |
6025 | 2374 * configure.in: Warn if PCRE library is not found. |
2375 | |
6024 | 2376 * configure.in: Include CAMD_LIBS, AMD_LIBS, and REGEX_LIBS in the |
2377 summary. | |
2378 | |
2379 2006-10-03 David Bateman <dbateman@free.fr> | |
2380 | |
2381 * configure.in: Check for libcamd. | |
2382 * Makeconf.in (CAMD_LIBS): New variable. | |
2383 | |
6009 | 2384 2006-09-27 John W. Eaton <jwe@octave.org> |
2385 | |
2386 * mkoctfile.in [--mex]: Include -I. in incflags. | |
9968
f3bef90b7278
Remove various install-local targets in favor of using automake syntax for installation
Rik <rdrider0-list@yahoo.com>
parents:
9967
diff
changeset
|
2387 From S�ren Hauberg <hauberg@gmail.com>. |
6009 | 2388 |
6001 | 2389 2006-09-26 John W. Eaton <jwe@octave.org> |
2390 | |
2391 * configure.in (AC_CONFIG_FILES): | |
2392 Remove doc/interpreter/images/Makefile from the list. | |
2393 | |
5994 | 2394 2006-09-16 John W. Eaton <jwe@octave.org> |
2395 | |
2396 * octave-bug.in: Delete LIBPLPLOT variables. | |
2397 | |
5990 | 2398 2006-09-15 John W. Eaton <jwe@octave.org> |
2399 | |
2400 * configure.in: Check for locale.h and setlocale. | |
2401 | |
5989 | 2402 2006-09-13 Christopher Hulbert <cchgroupmail@gmail.com> |
2403 | |
2404 * run-octave.in (LD_LIBRARY_PATH): Also append LD_LIBRARY_PATH | |
2405 from environment. | |
2406 | |
5970 | 2407 2006-08-25 Alexander Barth <abarth@marine.usf.edu> |
2408 | |
2409 * mkoctfile.in: Accept .f90 and .F90 as Fortran files. | |
2410 Pass $incflags and $defs to Fortran compiler. | |
2411 | |
5942 | 2412 2006-08-18 John W. Eaton <jwe@octave.org> |
2413 | |
2414 * Makeconf.in (do-subst-texinfo-vals): Don't substitute | |
2415 %CANONICAL_HOST_TYPE%. | |
2416 | |
5934 | 2417 2006-08-17 John W. Eaton <jwe@octave.org> |
2418 | |
2419 * aclocal.m4 (OCTAVE_PROG_GHOSTSCRIPT, OCTAVE_PROG_MAKEINFO, | |
2420 OCTAVE_PROG_TEXI2DVI, OCTAVE_PROG_TEXI2PDF): New macros. | |
2421 * configure.in: Use them. Maybe print warnings in summary. | |
2422 | |
5909 | 2423 2006-07-27 John W. Eaton <jwe@octave.org> |
2424 | |
2425 * Makeconf.in (localapiarchlibdir): Substitute it here. | |
2426 (do-subst-default-vals): Include it in the sed command here. | |
2427 * configure.in (localapiarchlibdir): New variable. | |
2428 * octave-config.in: Don't quote %VAR% values. | |
2429 (LOCALAPIARCHLIBDIR): New variable. | |
2430 | |
2431 2006-07-27 Thomas Weber <thomas.weber.mail@gmail.com> | |
2432 | |
2433 * octave-config.in (OCTAVE_FCNFILEPATH, OCTAVE_IMAGEPATH, | |
2434 OCTAVE_LOCALFCNFILEPATH, OCTAVE_LOCALOCTFILEPATH): Delete variables. | |
2435 | |
5904 | 2436 2006-07-26 John W. Eaton <jwe@octave.org> |
2437 | |
2438 * mkoctfile.in (Options): Accept -g. | |
2439 | |
2440 * configure.in: Check for exp2 and log2. | |
2441 | |
5903 | 2442 2006-07-25 David Bateman <dbateman@free.fr> |
2443 | |
2444 * mysparse.c: New file. | |
2445 | |
5866 | 2446 2006-06-27 John W. Eaton <jwe@octave.org> |
2447 | |
2448 * octMakefile.in (maintainer-clean distclean): Remove | |
2449 $(SHELL_SCRIPTS) instead of naming files individually. | |
2450 Also remove .gdbinit. | |
2451 | |
5864 | 2452 2006-06-21 John W. Eaton <jwe@octave.org> |
2453 | |
2454 * examples/myfeval.c, examples/myfevalf.f, examples/myhello.c, | |
2455 examples/myset.c, examples/mystruct.c: New files. | |
2456 | |
2457 * mkoctfile.in: New option, --mex. | |
2458 | |
5857 | 2459 2006-06-13 John W. Eaton <jwe@octave.org> |
2460 | |
2461 * configure.in (--enable-64): Include "(EXPERIMENTAL)" in help text. | |
2462 Also set warn_64_bit if no suitable type for octave_idx_type is found. | |
2463 If --enable-64 is specified, print warning in summary message. | |
2464 | |
5854 | 2465 2006-06-12 John W. Eaton <jwe@octave.org> |
2466 | |
2467 * aclocal.m4 (OCTAVE_CXX_BROKEN_REINTERPRET_CAST): New macro. | |
2468 * configure.in: Use it. | |
2469 * AH_BOTTOM: Conditionally define FCN_PTR_CAST here. | |
2470 | |
5847 | 2471 2006-06-08 John W. Eaton <jwe@octave.org> |
2472 | |
2473 * Makeconf.in (do-subst-default-vals): Also substitute | |
2474 OCTAVE_DATAROOTDIR. | |
2475 | |
5843 | 2476 2006-06-06 John W. Eaton <jwe@octave.org> |
2477 | |
5844 | 2478 * Makeconf.in (datarootdir): New variable. |
2479 | |
9967 | 2480 * acx_lapack.m4 (acx_lapack_ok): |
5844 | 2481 Use AC_LINK_IFELSE+AC_LANG_PROGRAM instead of AC_TRY_LINK |
2482 | |
2483 * aclocal.m4: Use AC_RUN_IFELSE+AC_LANG_SOURCE instead of AC_TRY_RUN. | |
2484 | |
2485 * acx_blas.m4, acx_lapack.m4, configure.in, aclocal.m4: | |
2486 Use AS_HELP_STRING instead of AC_HELP_STRING. | |
2487 | |
2488 * configure.in: Outside of other macros, use AC_MSG_NOTICE instad | |
2489 of AC_MSG_RESULT. Check for sys_siglist using method from | |
2490 autoconf manual. | |
2491 | |
2492 * configure.in, Makeconf.in: octMakefile.in: Delete plplot cruft. | |
2493 | |
5843 | 2494 * configure.in, aclocal.m4: |
2495 Use AC_LINK_IFELSE+AC_LANG_PROGRAM instead of AC_TRY_LINK | |
5844 | 2496 Use AC_COMPILE_IFELSE+AC_LANG_PROGRAM instead of AC_TRY_COMPILE. |
2497 Use AS_HELP_STRING consistently with AC_ARG_WITH and AC_ARG_ENABLE. | |
5843 | 2498 |
5828 | 2499 2006-05-23 John W. Eaton <jwe@octave.org> |
2500 | |
2501 * configure.in: Check for inttypes.h and stdint.h. | |
2502 | |
5823 | 2503 2006-05-19 John W. Eaton <jwe@octave.org> |
2504 | |
2505 * mk-opts.pl (emit_print_function, emit_options_function): | |
2506 Generate print_usage calls with no args. | |
2507 | |
5814 | 2508 2006-05-11 John W. Eaton <jwe@octave.org> |
2509 | |
2510 * configure.in (localfcnfilepath, localoctfilepath, fcnfilepath, | |
2511 imagepath): Delete variables. | |
2512 * Makeconf.in (localfcnfilepath, localoctfilepath, fcnfilepath, | |
2513 imagepath): Likewise. | |
2514 (do-subst-default-vals): Don't substitute them. | |
2515 | |
2516 * run-octave.in: Pass --image-path to octave. | |
2517 Use find to recursively add directories to loadpath. | |
2518 Fixup set args command in .gdbinit here. | |
2519 | |
5798 | 2520 2006-05-09 John W. Eaton <jwe@octave.org> |
2521 | |
2522 * octMakefile.in (abs_top_srcdir): Substitute value here. | |
2523 | |
5793 | 2524 2006-05-05 David Bateman <dbateman@free.fr> |
2525 | |
9967 | 2526 * Makeconf.in (do-subst-scripts-vals): Also replace |
5793 | 2527 abs_top_srcdir. |
2528 * run-octave.in: Define top_srcdir as an absolute path. | |
2529 | |
5788 | 2530 2006-05-04 John W. Eaton <jwe@octave.org> |
2531 | |
2532 * octMakefile.in (SHELL_SCRIPTS): Include run-octave in the list. | |
2533 | |
5781 | 2534 2006-05-02 John W. Eaton <jwe@octave.org> |
2535 | |
2536 * NEWS: New contents for 3.0. | |
2537 * NEWS.2: Move contents of NEWS here. | |
2538 | |
2539 2006-04-29 John W. Eaton <jwe@octave.org> | |
2540 | |
2541 * run-octave.in: Execute $builddir/src/octave, not src/octave. | |
2542 | |
5778 | 2543 2006-04-26 Thomas Weber <thomas.weber.mail@gmail.com> |
2544 | |
2545 * configure.in: Fix apiversion vs. api_version typo. | |
2546 | |
5776 | 2547 2006-04-25 John W. Eaton <jwe@octave.org> |
2548 | |
2549 * Makefile.in (TARGETS): Include run-octave and .gdbinit in the list. | |
2550 * Makeconf.in (subst-script-vals): New macro. | |
2551 * octMakefile.in (run-octave, .gdbinit): New rules. | |
2552 (DISTFILES): Include run-octave.in and gdbinit.in in the list. | |
2553 | |
5765 | 2554 2006-04-17 John W. Eaton <jwe@octave.org> |
2555 | |
2556 * mk-opts.pl (emit_print_function): Emit code that uses | |
2557 std::ostringstream directly. | |
2558 | |
5760 | 2559 2006-04-13 John W. Eaton <jwe@octave.org> |
2560 | |
2561 * configure.in (CONST_CAST, DYNAMIC_CAST, REINTERPRET_CAST, | |
2562 STATIC_CAST): Delete. | |
2563 | |
5759 | 2564 2006-04-12 John W. Eaton <jwe@octave.org> |
2565 | |
2566 * configure.in: If using g++, also add -Wold-style-cast to CXXFLAGS. | |
2567 | |
5719 | 2568 2006-03-28 John W. Eaton <jwe@octave.org> |
2569 | |
2570 * configure.in: Don't check for MPI libraries. | |
2571 | |
5717 | 2572 2006-03-27 John W. Eaton <jwe@octave.org> |
2573 | |
2574 * configure.in: Downcase ac_cv_header_mach_o_dyld_h. | |
2575 From Martin Costabel <costabel@wanadoo.fr>. | |
2576 | |
5708 | 2577 2006-03-22 John W. Eaton <jwe@octave.org> |
2578 | |
2579 * Makeconf.in: (TEXINFO_COLAMD, TEXINFO_CHOLMOD, TEXINFO_UMFPACK): | |
2580 Substitute here. | |
2581 (do-subst-texinfo-vals): New macro definition. | |
2582 | |
2583 * configure.in: Don't substitute OCTAVE_VERSION, OCTAVE_HOSTTYPE, | |
2584 or OCTAVE_HOME. | |
2585 (AC_CONFIG_FILES): Remove doc/conf.texi from the list. | |
2586 | |
5703 | 2587 2006-03-21 John W. Eaton <jwe@octave.org> |
2588 | |
2589 * configure.in: Only print warnings for missing functionality in | |
2590 summary message. | |
2591 | |
5667 | 2592 2006-03-14 John W. Eaton <jwe@octave.org> |
2593 | |
2594 * mk-opts.pl (emit_print_function): Buffer extra message here and | |
2595 pass to print_usage. | |
2596 | |
5658 | 2597 2006-03-09 John W. Eaton <jwe@octave.org> |
2598 | |
2599 * Makeconf.in (do-subst-default-vals): Also substitute OCTAVE_RELEASE. | |
2600 | |
5648 | 2601 2006-03-08 David Bateman <dbateman@free.fr> |
2602 | |
2603 * configure.in: Update the test for CXSPARSE for new upstream release. | |
9967 | 2604 (OCTAVE_VERSION, OCTAVE_HOSTTYPE, OCTAVE_HOME,TEXINFO_UMFPACK, |
2605 TEXINFO_COLAMD, TEXINFO_CHOLMOD): New variables for texinfo | |
5648 | 2606 documentation. |
5658 | 2607 (AC_CONFIG_FILES): Add doc/interpreter/images/Makefile and |
2608 doc/conf.texi. | |
9967 | 2609 |
5636 | 2610 2006-03-02 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> |
2611 | |
2612 * emacs/octave-mod.el (octave-indent-for-comment): Make the code | |
2613 match the comments. | |
2614 | |
5635 | 2615 2006-03-02 John W. Eaton <jwe@octave.org> |
2616 | |
2617 * octMakefile.in (ALL_SUBDIRS): Delete. | |
2618 (SUBDIRS): Include src here. | |
2619 (SHELL_SCRIPTS): New variable. | |
2620 (all): Depend on $(SHELL_SCRIPTS) and $(SUBDIRS) with libcruft and | |
2621 liboctave filtered out. | |
2622 (src): Depend on liboctave. | |
2623 (liboctave): Depend on libcruft. | |
2624 | |
5610 | 2625 2006-02-09 David Bateman <dbateman@free.fr> |
2626 | |
9967 | 2627 * configure.in: Fix for probe of colamd, cccolamd and metis. New test |
2628 for the presence of cxsparse. | |
2629 Makeconf.in: Include CXSPARSE_LIBS. | |
5610 | 2630 |
5600 | 2631 2006-01-19 John W. Eaton <jwe@octave.org> |
2632 | |
2633 * configure.in: Use $WITH_PCRE instead of $HAVE_PCRE in shell test. | |
2634 | |
5599 | 2635 2006-01-14 John W. Eaton <jwe@octave.org> |
2636 | |
2637 * configure.in: Check for mach-o/dyld.h, not Mach-O/dyld.h. | |
2638 From Martin Costabel <costabel@wanadoo.fr>. | |
2639 | |
5597 | 2640 2006-01-13 John W. Eaton <jwe@octave.org> |
2641 | |
2642 * Makeconf.in (do-mkpkgadd): New macro. | |
2643 | |
5585 | 2644 2005-12-14 David Bateman <dbateman@free.fr> |
2645 | |
5590 | 2646 * Makeconf.in: Remove OCTAVE_PROG_RUNTEST. |
2647 * alocal.m4: Remove OCTAVE_PROG_RUNTEST. | |
2648 | |
5585 | 2649 * Makeconf.in: New tests of regex and pcre. |
2650 | |
5579 | 2651 2005-12-13 John W. Eaton <jwe@octave.org> |
2652 | |
2653 * examples/Makefile.in (install install-strip): Fix typo. | |
2654 From William Poetra Yoga Hadisoeseno <williampoetra@gmail.com>. | |
2655 | |
5562 | 2656 2005-12-05 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> |
2657 | |
2658 * emacs/octave-inf.el (inferior-octave-startup): | |
2659 Force a non-empty string for secondary prompt PS2. | |
2660 | |
5557 | 2661 2005-12-02 John W. Eaton <jwe@octave.org> |
2662 | |
2663 * emacs/octave-mod.el (octave-electric-space): Don't indent | |
2664 comments or strings if octave-auto-indent is nil. | |
2665 | |
5554 | 2666 2005-11-30 John W. Eaton <jwe@octave.org> |
2667 | |
2668 * examples/Makefile.in (install install-strip): Install images and | |
2669 desktop file. | |
2670 | |
5548 | 2671 2005-11-29 Rafael Laboissiere <rafael@debian.org> |
2672 | |
9967 | 2673 * emacs/octave-mod.el: Ensure that key bindings for |
5548 | 2674 octave-mark-defun and backward-kill-word work in both XEmacs and |
2675 GNU Emacs. | |
2676 | |
5547 | 2677 2005-11-28 John W. Eaton <jwe@octave.org> |
2678 | |
2679 * configure.in: Check for uname. | |
2680 | |
5542 | 2681 2005-11-21 John W. Eaton <jwe@octave.org> |
2682 | |
2683 * examples/Makefile.in (DISTFILES): Don't include octave.desktop here. | |
2684 (distclean): Remove octave.desktop here. | |
2685 (maintainer-clean): Not here. | |
2686 | |
5527 | 2687 2005-11-01 John W. Eaton <jwe@octave.org> |
2688 | |
2689 * examples/Makefile.in (distclean, maintainer-clean): | |
2690 Also remove octave.desktop. | |
2691 From Quentin Spencer <qspencer@ieee.org>. | |
2692 | |
2693 2005-11-01 Quentin Spencer <qspencer@ieee.org> | |
2694 | |
2695 * octMakefile.in (CONF_DISTFILES): Delete acx_include_dirs.m4 from | |
2696 the list. | |
2697 | |
5518 | 2698 2005-10-28 John W. Eaton <jwe@octave.org> |
2699 | |
2700 * configure.in (AC_ARG_WITH(cholmod, ...)): Fix typo. | |
2701 From Quentin Spencer <qspencer@ieee.org> and | |
2702 Andy Adler <adler@site.uOttawa.ca>. | |
2703 | |
5512 | 2704 2005-10-26 John W. Eaton <jwe@octave.org> |
2705 | |
5513 | 2706 * configure.in, aclocal.m4: Don't quote "yes". |
2707 | |
2708 * configure.in: Print warning messages for umfpack, colamd, | |
2709 ccolamd, and cholmod as we are searching. Avoid multiple | |
2710 definitions of message strings. | |
2711 | |
5512 | 2712 * aclocal.m4 (OCTAVE_UMFPACK_SEPERATE_SPLIT): |
2713 Use new method of finding umfpack.h. | |
2714 * configure.in: Use AC_CHECK_HEADERS instead of | |
2715 ACX_CHECK_HEADER_IN_DIRS. | |
2716 (AC_CONFIG_FILES): Delete liboctave/oct-sparse.h from the list. | |
2717 | |
2718 * acx_include_dirs.m4: Delete. | |
2719 | |
5508 | 2720 2005-10-26 Arno J. Klaassen <arno@heho.snv.jussieu.fr> |
2721 | |
2722 * configure.in [*-*-freebsd*] (SH_LDFLAGS): Properly quote. | |
2723 (RLD_FLAG): Set. | |
2724 | |
5506 | 2725 2005-10-23 David Bateman <dbateman@free.fr> |
2726 | |
9967 | 2727 * configure.in (OCTAVE_UMFPACK_SEPERATE_SPLIT): Check for metis |
5506 | 2728 separately. |
2729 * PROJECTS: Remove completed sparse matrix tasks. | |
2730 | |
9501 | 2731 2005-10-17 Paul Kienzle <pkienzle@users.sf.net> |
5499 | 2732 |
2733 * octave.test/system/system.exp: rmdir no longer prints a | |
2734 message if the directory does not exist. | |
2735 | |
2736 * octave.test/system/mk-rm-dir-1.m: mkdir/rmdir return 1 | |
2737 on success and 0 on failure. | |
2738 | |
5498 | 2739 2005-10-17 John W. Eaton <jwe@octave.org> |
2740 | |
2741 * configure.in (F77_FFLOAT_STORE_FLAG): | |
2742 Check for -ffloat-store option for Fortran compiler and set | |
2743 F77_FLOAT_STORE_FLAG if it works. | |
2744 * Makeconf.in: Substitute it here. | |
2745 (do-subst-config-vals): Substitute OCTAVE_CONF_F77_FLOAT_STORE_FLAG. | |
2746 | |
5496 | 2747 2005-10-14 John W. Eaton <jwe@octave.org> |
2748 | |
2749 * aclocal.m4 (OCTAVE_PROG_PYTHON): New macro. | |
2750 * configure.in: Use it. | |
2751 * Makeconf.in (PYTHON): Substitute it. | |
2752 | |
5483 | 2753 2005-10-05 David Bateman <dbateman@free.fr> |
2754 | |
2755 mkoctfile.in: allow -idirafter argument. | |
2756 | |
5466 | 2757 2005-09-23 John W. Eaton <jwe@octave.org> |
2758 | |
5468 | 2759 * examples/Makefile.in (install install-strip): |
2760 Conditionally install octave.desktop. | |
5470 | 2761 (IMAGE_FILES, IMAGE_FILES_NO_DIR): New macros. |
2762 (DISTFILES): Include IMAGE_FILES in list. | |
2763 (install install-strip): Install image file. | |
2764 | |
5468 | 2765 * aclocal.m4 (OCTAVE_PROG_DESKTOP_FILE_INSTALL): New macro |
2766 * configure.in: Use it. | |
2767 * Makeconf.in: Substitute DESKTOP_FILE_INSTALL. | |
2768 | |
9968
f3bef90b7278
Remove various install-local targets in favor of using automake syntax for installation
Rik <rdrider0-list@yahoo.com>
parents:
9967
diff
changeset
|
2769 * octave.desktop.in: New file. From S�ren Hauberg <hauberg@gmail.com>. |
5466 | 2770 * examples/Makefile.in (SOURCES): Add it to the list. |
2771 (octave.desktop): New target. | |
2772 (all): Depend on octave.desktop. | |
2773 | |
5461 | 2774 2005-09-22 John W. Eaton <jwe@octave.org> |
2775 | |
5465 | 2776 * aclocal.m4 (OCTAVE_PROG_PERL): New macro. |
2777 * configure.in: Use it. | |
2778 * Makeconf.in (PERL): Substitute it. | |
2779 | |
5461 | 2780 * config.guess, config.sub: Update from FSF sources. |
2781 | |
5454 | 2782 2005-09-19 David Bateman <dbateman@free.fr> |
2783 | |
2784 * octMakefile.in (LN_S): Change to DESTDIR before LN_S to avoid | |
2785 lack of symlinks under mingw. | |
2786 | |
5451 | 2787 2005-09-15 John W. Eaton <jwe@octave.org> |
2788 | |
2789 * oct-sparse.h.in: Move to liboctave. | |
2790 * octMakefile.in (CONF_DISTFILES): Delete it from the list. | |
2791 (maintainer-clean, distclean, install, install-strip, uninstall): | |
2792 Omit rules for oct-sparse.h. | |
2793 * configure.in: Substitute liboctave/oct-sparse.h, not oct-sparse.h. | |
2794 | |
2795 2005-09-15 David Bateman <dbateman@free.fr> | |
2796 | |
2797 * acx_include_dirs.m4 (AC_CHECK_HEADER_IN_DIRS): Define new macro. | |
2798 * oct-sparse.h.in: New AC_CONFIG_FILE. | |
2799 * configure.in: (AC_CHECK_HEADER_IN_DIRS): Use macro. | |
2800 (AMD_LIBS, COLAMD_LIBS, CCOLAMD_LIBS, CHOLMOD_LIBS): Probe for | |
2801 these sparse library in addition to UMFPACK. | |
2802 (UMFPACK_INCLUDE, AMD_INCLUDE, COLAMD_INCLUDE, CCOLAMD_INCLUDE): | |
2803 AC_SUBST into oct-sparse.h. | |
2804 (LIBGLOB): Probe for external glob/fnmatch, define LIBGLOB. | |
9967 | 2805 (sepchar): Define path seperation character in system dependent |
5451 | 2806 manner. Use it with OCTAVE_SET_DEFAULT. |
2807 (SEPCHAR, SEPCHAR_STR): Dpend on sepchar. | |
2808 (DL_LDFLAGS): Define for cygwin and mingw. | |
2809 (-lwsock32): Add to LIBS. | |
2810 (loadlibrary_api): Set for mingw/cygwin and autoconf test appears | |
2811 broken. | |
2812 * Makeconf.in: Don't use ";" as sed seperation to avoid confusion | |
2813 with sepchar. | |
9967 | 2814 (LIBGLOB, AMD_LIBS, COLAMD_LIBS, CCOLAMD_LIBS, CHOLMOD_LIBS, |
5451 | 2815 sepchar): Substitute. |
2816 * octMakefile.in: (CONF_DISTFILES): Add acx_include_dirs.m4 and | |
2817 oct-sparse.h.in | |
2818 (oct-sparse.h): Include in install and clean directives | |
2819 | |
5437 | 2820 2005-08-31 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.be> |
2821 | |
2822 * emacs/octave-inf.el (inferior-octave-startup): Call | |
2823 inferior-octave-resync-dirs here. | |
2824 | |
5414 | 2825 2005-07-14 John W. Eaton <jwe@octave.org> |
2826 | |
2827 * configure.in (SH_LDFLAGS): Add -Wl,--enable-auto-image-base for | |
2828 Cygwin and MinGW. | |
2829 | |
5389 | 2830 2005-06-14 John W. Eaton <jwe@octave.org> |
2831 | |
2832 * configure.in (AH_BOTTOM): Also define GCC_ATTR_DEPRECATED. | |
2833 | |
5376 | 2834 2005-06-02 John W. Eaton <jwe@octave.org> |
2835 | |
2836 * Makeconf.in (do-subst-default-vals): Substitute | |
2837 ${localstartupfiledir}, not ${localstartupfile} (which is undefined). | |
2838 | |
5351 | 2839 2005-05-16 David Bateman <dbateman@free.fr> |
2840 | |
2841 * configure.in: Change UMFPACK_LONG_IDX to IDX_TYPE_LONG. | |
2842 | |
5337 | 2843 2005-05-04 John W. Eaton <jwe@octave.org> |
2844 | |
2845 * configure.in (AC_CHECK_LIB($zlib_lib, ...)): Check for | |
2846 gzclearerr instead of deflate. | |
2847 | |
5330 | 2848 2005-05-02 John W. Eaton <jwe@octave.org> |
2849 | |
2850 * configure.in (AC_ARG_WITH(umfpack)): List -lumfpack ahead of -lamd. | |
2851 From Dmitri A. Sergatskov <dasergatskov@gmail.com>. | |
2852 | |
5322 | 2853 2005-04-29 David Bateman <dbateman@free.fr> |
2854 | |
2855 * configure.in: Add UMFPACK_LONG_IDX | |
2856 | |
5292 | 2857 2005-04-21 John W. Eaton <jwe@octave.org> |
2858 | |
2859 * configure.in (AC_CONFIG_FILES): Remove install-octave from the list. | |
5297 | 2860 (AH_BOTTOM): Define SIZEOF_OCTAVE_IDX_TYPE. |
5292 | 2861 |
5285 | 2862 2005-04-14 John W. Eaton <jwe@octave.org> |
2863 | |
2864 * mkoctfile.in: Only perform link step if we have some object files. | |
2865 If only -v or --version is supplied, print version info and exit. | |
2866 | |
5275 | 2867 2005-04-08 John W. Eaton <jwe@octave.org> |
2868 | |
5276 | 2869 * octMakefile.in (maintainer-clean distclean): |
2870 Remove install-octave from the list of files to remove. | |
2871 (install-octave.in): Delete file. | |
2872 (DISTFILES): Remove it from the list. | |
2873 | |
5275 | 2874 * Initial merge of 64-bit changes from Clinton Chee: |
2875 | |
2876 2005-04-07 John W. Eaton <jwe@octave.org> | |
2877 | |
2878 * configure.in (--enable-64): Make default disabled. | |
2879 | |
2880 2005-04-06 John W. Eaton <jwe@octave.org> | |
2881 | |
2882 * mk-opts.pl (emit_show_function, emit_set_functions, | |
2883 emit_print_function): Also accept "octave_idx_type" and | |
2884 "Array<octave_idx_type>". | |
2885 | |
2886 2005-04-01 John W. Eaton <jwe@octave.org> | |
2887 | |
2888 * Makeconf.in (USE_64_BIT_IDX_T): Substitute value. | |
2889 (do-subst-config-vals): Add to list of substitutions. | |
2890 | |
2891 * configure.in (AC_CONFIG_FILES): Perform substitutions on | |
2892 liboctave/oct-types.h too. | |
2893 Handle --enable-64. | |
2894 | |
5273 | 2895 2005-04-06 David Bateman <dbateman@free.fr> |
2896 | |
9967 | 2897 * configure.in: Split the HDF5 and zlib detection code, so that zlib |
5273 | 2898 can be used for compressed load/save in the absence of HDF5. |
2899 | |
2900 * Makeconf.in: Define UMFPACK_LIBS. | |
2901 | |
9967 | 2902 * Configure.in: Slightly alter the UMFPACK detection code so that it |
5273 | 2903 correctly detects cblas bindings or not. |
2904 | |
5231 | 2905 2005-03-22 John W. Eaton <jwe@octave.org> |
2906 | |
5235 | 2907 * Makeconf.in (GLPK_LIBS): Substitute value. |
2908 (do-subst-config-vals): Add to list of substitutions. | |
2909 | |
2910 * configure.in: Check for glpk. | |
2911 | |
5231 | 2912 * emacs/octave-mod.el (octave-abbrev-table): Omit fifth and sixth |
2913 arguments from define-abbrev for compatibility with some older | |
2914 versions of Emacs. | |
2915 | |
5229 | 2916 2005-03-21 John W. Eaton <jwe@octave.org> |
2917 | |
2918 * octave-bug.in: Try harder to find default pager (use code | |
2919 similar to that used for finding default editor). | |
2920 | |
5226 | 2921 2005-03-17 Shan G. Smith <shan@cybertrails.com> |
2922 | |
2923 * configure.in: Move check for -lumfpack to after check for blas. | |
2924 | |
5221 | 2925 2005-03-17 John W. Eaton <jwe@octave.org> |
2926 | |
5222 | 2927 * configure.in: If first check for -lumfpack fails try again with |
2928 -lcblas as an additional library. | |
2929 | |
5221 | 2930 * configure.in: Change defaults to enable shared libraries and |
2931 dynamic linking and disable static libraries. | |
2932 | |
5204 | 2933 2005-03-15 John W. Eaton <jwe@octave.org> |
2934 | |
5207 | 2935 * octMakefile.in (DISTFILES): Remove texi2dvi from the list. |
2936 | |
5204 | 2937 * emacs/octave-inf.el, emacs/octave-mod.el, emacs/octave-hlp.el: |
2938 Import changes from Emacs. | |
2939 | |
2940 2005-03-14 Rafael Laboissiere <rafael@debian.org> | |
2941 | |
2942 * emacs/octave-mod.el (octave-end-keywords): Omit "end" from the list. | |
2943 (octave-reserved-words): Include "end" here. | |
2944 (octve-block-match-alist): Don't include "end" here. | |
2945 | |
5203 | 2946 2005-03-14 John W. Eaton <jwe@octave.org> |
2947 | |
2948 * configure.in: Check for umfpack/umfpack.h instead of just umfpack.h. | |
2949 | |
2950 2004-06-22 David Bateman <dbateman@free.org> | |
2951 | |
2952 * configure.in: Check for UMFPACK library and header files. | |
2953 | |
2954 2005-03-14 John W. Eaton <jwe@octave.org> | |
2955 | |
2956 * configure.in: Also print a warning if HDF5 library is not found. | |
2957 | |
5199 | 2958 2005-03-10 John W. Eaton <jwe@octave.org> |
2959 | |
2960 * mkoctfile.in: Accept -R DIR. | |
5222 | 2961 |
5196 | 2962 2005-03-09 John W. Eaton <jwe@octave.org> |
2963 | |
2964 * examples/Makefile.in (bin-dist): Delete target. | |
2965 (BINDISTFILES): Delete variable. | |
2966 * emacs/Makefile.in: Likewise. | |
2967 | |
2968 * octMakefile.in (VERSION, ARCH, binary-dist): Delete targets. | |
2969 (XBINDISTFILES, BINDISTFILES, BINDISTSUBDIRS): Delete variables. | |
2970 | |
5194 | 2971 2005-03-04 John W. Eaton <jwe@octave.org> |
2972 | |
2973 * configure.in (GXX_PICKY_FLAGS): Don't include | |
2974 -Wmissing-prototypes or -Wstrict-prototypes. | |
2975 | |
5174 | 2976 2005-03-02 John W. Eaton <jwe@octave.org> |
2977 | |
5177 | 2978 * aclocal.m4 (OCTAVE_CC_FLAG, OCTAVE_CXX_FLAG, OCTAVE_F77_FLAG): |
2979 Use AC_LINK_IFELSE instead of AC_TRY_LINK. | |
2980 | |
5174 | 2981 * configure.in (OCTAVE_LOCAL_BUFFER): Use < T > instead of <T>. |
2982 From Clinton Chee <chee@parallel.hpc.unsw.edu.au>. | |
2983 | |
5173 | 2984 2005-03-01 John W. Eaton <jwe@octave.org> |
2985 | |
2986 * configure.in (AC_CONFIG_FILES): Remove libcruft/odessa/Makefile | |
2987 from the list. | |
2988 | |
5172 | 2989 2005-03-01 Todd Neal <tolchz@gmail.com> |
2990 | |
2991 * examples/make_int.cc: DEFINE_OV_TYPEID_FUNCTIONS_AND_DATA now | |
2992 takes three arguments. | |
5170 | 2993 |
2994 * octMakefile.in (SUBDIRS, CLEANSUBDIRS): | |
2995 Remove @GLOB_DIR@ from the list. | |
2996 | |
5169 | 2997 2005-02-28 John W. Eaton <jwe@octave.org> |
2998 | |
2999 * octMakefile.in (DISTDIRS): Remove glob from the list. | |
3000 (dist): No need to clean up in glob subdirectory. | |
3001 * glob: Delete directory. | |
3002 * Makeconf.in (GLOB_INCFLAGS, LIBGLOB): Delete. | |
3003 (do-subst-config-vals): Don't substitute them. | |
3004 (INCFLAGS): Remove $(GLOB_INCFLAGS) from the list. | |
3005 * configure.in: Don't test for glob or fnmatch. | |
3006 | |
5159 | 3007 2005-02-22 Shan G. Smith <shan@cybertrails.com> |
3008 | |
3009 * mkoctfile.in: If not linking, then use output file name | |
3010 specified with -o. | |
3011 | |
5151 | 3012 2005-02-21 John W. Eaton <jwe@octave.org> |
3013 | |
3014 * texi2dvi: Delete our private version. | |
3015 | |
3016 * Makeconf.in (MAKEINFO): Define. | |
3017 (TEXI2DVI): Define as texi2dvi, not $(top_srcdir)/texi2dvi. | |
3018 | |
5138 | 3019 2005-02-09 John W. Eaton <jwe@octave.org> |
3020 | |
3021 * configure.in: Check for canonicalize_file_name and resolvepath. | |
3022 | |
5126 | 3023 2005-02-02 John W. Eaton <jwe@octave.org> |
3024 | |
3025 * config.guess, config.sub: Update from FSF sources. | |
3026 | |
5111 | 3027 2005-01-18 John W. Eaton <jwe@octave.org> |
3028 | |
5112 | 3029 * octave-bug.in: Try harder to find default editor (stolen from |
3030 bashbug). | |
5111 | 3031 |
5098 | 3032 2004-12-17 John W. Eaton <jwe@octave.org> |
3033 | |
3034 * configure.in: Use AC_GNU_SOURCE. | |
3035 | |
3036 2004-12-17 Orion Poplawski <orion@cora.nwra.com> | |
3037 | |
3038 * configure.in: Also check for signbit decl. | |
3039 | |
5094 | 3040 2004-12-03 John W. Eaton <jwe@octave.org> |
3041 | |
3042 * aclocal.m4 (OCTAVE_PROG_GPERF): Check with -L C++, not -L ANSI_C. | |
3043 * Makefile.in (header-msg): Change recommended gperf version to | |
3044 3.0.1 or more recent. | |
3045 | |
5078 | 3046 2004-11-12 John W. Eaton <jwe@octave.org> |
3047 | |
3048 * Back off on -ffloat-store until we decide whether it is really | |
3049 necessary. | |
3050 | |
5076 | 3051 2004-11-11 John W. Eaton <jwe@octave.org> |
3052 | |
3053 * (OCTAVE_PROG_GNUPLOT): Don't set GNUPLOT_BINARY before calling | |
3054 AC_CHECK_PROGS(GNUPLOT_BINARY, ...). | |
3055 | |
3056 * configure.in: Use it to see if the C, C++, and Fortran compilers | |
3057 accept -ffloat-store. | |
3058 * aclocal.m4 (OCTAVE_F77_FLAG): New macro. | |
3059 | |
4971 | 3060 2004-09-08 John W. Eaton <jwe@octave.org> |
3061 | |
3062 * configure.in (GXX_PICKY_FLAGS): Remove -fno-nonnull-objects. | |
3063 (GCC_PICKY_FLAGS): Remove -Wnested-externs -Wid-clash-31. | |
3064 From Quentin Spencer <qspencer@ieee.org>. | |
3065 | |
3066 * configure.in (GCC_PICKY_FLAGS): Remove -Winline. | |
3067 | |
4968 | 3068 2004-09-07 John W. Eaton <jwe@octave.org> |
3069 | |
3070 * configure.in: Check for round. | |
3071 | |
4906 | 3072 2004-06-22 David Bateman <dbateman@free.fr> |
3073 | |
3074 * configure.in: Use -Wl,-Bsymbolic for MKOCTFILE_DL_LDFLAGS on | |
3075 GNU/Linux systems but not for SH_LDFLAGS. | |
9967 | 3076 |
4873 | 3077 2004-04-22 John W. Eaton <jwe@octave.org> |
3078 | |
4877 | 3079 * configure.in: Add -Wl,-Bsymbolic to SH_LDFLAGS for GNU/Linux |
3080 systems. From Fredrik Lingvall <Fredrik.Lingvall@signal.uu.se>. | |
3081 | |
4873 | 3082 * mkoctfile.in: Allow -Wx,option style options to be passed to the |
3083 compiler. From Al Niessner <Al.Niessner@jpl.nasa.gov>. | |
3084 | |
4850 | 3085 2004-04-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
3086 | |
4853 | 3087 * configure.in: Delete code for --with-ieee754. |
3088 Use OCTAVE_IEEE754_DATA_FORMAT. | |
3089 | |
3090 * aclocal.m4 (OCTAVE_IEEE754_DATA_FORMAT): New macro, based on | |
3091 configure.in code for HAVE_IEEE754_COMPLIANCE. | |
3092 | |
3093 2004-04-06 David Bateman <dbateman@free.fr> | |
3094 | |
4850 | 3095 * configure.in : add the option --with-ieee754 and use it to define |
3096 HAVE_IEEE754_COMPLIANCE | |
3097 | |
4843 | 3098 2004-04-02 David Bateman <dbateman@free.fr> |
3099 | |
3100 * configure.in: Warn about g++ 2.9x versions. | |
3101 | |
3102 2004-04-01 John W. Eaton <jwe@bevo.che.wisc.edu> | |
3103 | |
3104 * octMakefile.in (dist): Also make bz2 file and compute md5 | |
3105 checksums of both gz and bz2 files. | |
3106 | |
4816 | 3107 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
3108 | |
3109 * configure.in: No longer accept --with-g77 (it is still possible | |
3110 to use --with-f77=g77). | |
3111 | |
4812 | 3112 2004-03-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
3113 | |
3114 * configure.in: Check for -mieee instead of -mieee-with-inexact. | |
3115 | |
4793 | 3116 2004-02-20 Per Persson <persquare@mac.com> |
3117 | |
3118 * mkoctfile.in (LINK_DEPS): Include $LDFLAGS in the list. | |
3119 | |
4786 | 3120 2004-02-18 Per Persson <persquare@mac.com> |
3121 | |
3122 * configure.in (*-*-darwin*): Define SONAME_FLAGS. | |
3123 | |
4773 | 3124 2004-02-16 David Bateman <dbateman@free.fr> |
3125 | |
3126 * configure.in: Test for the presence of FFTW 3.x and use it in | |
3127 preference to FFTW 2.x. Define HAVE_FFTW3 | |
3128 | |
4766 | 3129 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
3130 | |
4767 | 3131 * mkoctfile.in (LINK_DEPS): Include $LIBS and $RLD_FLAG. |
4766 | 3132 Use $OCTAVE_LIBS instead of listing libs individually. |
3133 | |
4759 | 3134 2004-02-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
3135 | |
4760 | 3136 * mkoctfile.in: Delete INCLUDE_LINK_DEPS. Fix help text. |
3137 Always define LINK_DEPS. | |
3138 (LINK_DEPS): Also include FLIBS in the list. | |
3139 | |
3140 * Makeconf.in (INCLUDE_LINK_DEPS): Don't substitute. | |
3141 (do-subst-config-vals): Delete INCLUDE_LINK_DEPS. | |
3142 * configure.in (INCLUDE_LINK_DEPS): Delete. | |
3143 | |
4759 | 3144 * mkoctfile (SH_LD, SH_LDFLAGS): Delete. |
3145 (DL_LD, DL_LDFLAGS): New variables. Use them instead of SH_LD and | |
3146 SH_LDFLAGS for creating .oct files. | |
3147 Fix help text. | |
3148 | |
3149 * configure.in (MKOCTFILE_SH_LDFLAGS): Delete. | |
3150 (MKOCTFILE_DL_LDFLAGS): New variable, default to DL_LDFLAGS. | |
3151 | |
3152 * Makeconf.in (do-subst-config-vals): Add DL_LD, DL_LDFLAGS, and | |
3153 MKOCTFILE_DL_LDFLAGS to the list of substitutions. | |
3154 Delete MKOCTFILE_SH_LDFLAGS. | |
3155 | |
3156 2004-02-14 Per Persson <persquare@mac.com> | |
3157 | |
3158 * configure.in (DL_LD, DL_LDFLAGS): New variables, default to | |
3159 SH_LD and SH_LDFLAGS, respectively. | |
3160 Define independently for SH_LD and SH_LDFLAGS for *-*-darwin* targets. | |
3161 * Makeconf.in (DL_LD, DL_LDFLAGS): Substitute them here. | |
3162 | |
4756 | 3163 2004-02-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
3164 | |
3165 * Makefile.in (header-msg): Required bison version now 1.31 or later. | |
3166 | |
4728 | 3167 2004-01-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
3168 | |
3169 * emacs/octave-mod.el: If line-end-position is not defined, | |
3170 provide it as an alias for point-at-eol. | |
3171 | |
3172 2004-01-24 John W. Eaton <jwe@bevo.che.wisc.edu> | |
3173 | |
3174 * emacs/octave-mod.el: If line-beginning-position is not defined, | |
3175 provide it as an alias for point-at-bol. | |
3176 | |
4726 | 3177 2004-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
3178 | |
3179 * configure.in (AH_BOTTOM): | |
3180 Define OCTAVE_LOCAL_BUFFER using vector<T> instead of auto_ptr. | |
3181 Suggested by Paul Thomas <Paul.Thomas@jet.efda.org> | |
3182 | |
4710 | 3183 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
3184 | |
3185 * octMakefile.in (maintainer-clean, distclean): | |
3186 Remove Makefile and autom4te.cache. | |
3187 | |
4696 | 3188 2004-01-14 David Bateman <dbateman@free.fr> |
3189 | |
9967 | 3190 * configure.in: Test for the presence of the function |
4696 | 3191 H5Gget_num_objs in HDF5 library, and define HAVE_H5GGET_NUM_OBJS. |
9967 | 3192 |
4685 | 3193 2004-01-06 Per Persson <persquare@mac.com> |
3194 | |
3195 * aclocal.m4 (OCTAVE_CXX_PREPENDS_UNDERSCORE): Recognize | |
3196 *-*-darwin*, not *-*-darwin6*. | |
3197 | |
4683 | 3198 2003-12-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
3199 | |
3200 * INSTALL: Update to newer version from autoconf. | |
3201 | |
4670 | 3202 2003-11-26 Cyril Humbert <Cyril.Humbert@univ-mlv.fr> |
3203 | |
3204 * octave-config.in (--m-site-dir): Echo $LOCALVERFCNFILEDIR, not | |
3205 $OCTAVE_LOCALVERFCNFILEDIR. | |
3206 (--oct-site-dir): Echo $LOCALVEROCTFILEDIR, not | |
3207 $OCTAVE_LOCALVEROCTFILEDIR. | |
3208 | |
4645 | 3209 2003-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
3210 | |
3211 * configure.in: Also maybe add -W to WARN_CFLAGS and WARN_CXXFLAGS. | |
3212 | |
4626 | 3213 2003-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
3214 | |
4627 | 3215 * Makeconf.in (SHLLIB_VER): Fix typo. |
3216 | |
4626 | 3217 * Makeconf.in (WARN_CFLAGS, WARN_CXXFLAGS): Substitute them. |
3218 (ALL_CFLAGS, BUG_CFLAGS): Add $(WARN_CFLAGS). | |
3219 (ALL_CXXFLAGS, BUG_CXXFLAGS): Add $(WARN_CXXFLAGS). | |
3220 (UGLY_ALL_CXXFLAGS): Delete. | |
3221 | |
3222 * configure.in: Add -Wall and -Wshadow to WARN_CFLAGS and | |
3223 WARN_CXXFLAGS instead of CFLAGS and CXXFLAGS. | |
3224 | |
4602 | 3225 2003-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
3226 | |
3227 * configure.in: If we need alloca, then also include it in LIBGLOB. | |
3228 | |
4587 | 3229 2003-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
3230 | |
3231 * configure.in: Preserve CFLAGS and CXXFLAGS before doing anything. | |
3232 Maybe add -Wshadow to CFLAGS and CXXFLAGS. | |
3233 | |
4570 | 3234 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca> |
3235 | |
3236 * emacs/octave-mod.el (octave-comment-start): Simplify. | |
3237 (octave-point): Remove. | |
3238 (octave-in-comment-p, octave-in-string-p) | |
3239 (octave-not-in-string-or-comment-p, calculate-octave-indent) | |
3240 (octave-blink-matching-block-open, octave-auto-fill): | |
3241 Use line-(beginning|end)-position instead. | |
3242 | |
4568 | 3243 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
3244 | |
3245 * emacs/octave-inf.el (inferior-octave-prompt): Don't bother | |
3246 matching "octave.bin". | |
3247 | |
3248 2003-10-29 Lute Kamstra <lute@gnu.org> | |
3249 | |
3250 * emacs/octave-inf.el (inferior-octave-prompt): Recognize | |
3251 version number in prompt. | |
3252 | |
4546 | 3253 2003-10-24 John W. Eaton <jwe@bevo.che.wisc.edu> |
3254 | |
3255 * emacs/octave-mod.el (octave-mode-syntax-table): Allow % to be a | |
3256 comment character. | |
3257 | |
4544 | 3258 2003-10-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
3259 | |
3260 * Makeconf.in (AWK): Substitute and export it. | |
3261 * configure.in: Also check for AWK. | |
3262 | |
4532 | 3263 2003-10-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
3264 | |
3265 * configure.in (AC_PREREQ): Require 2.57. | |
3266 | |
4513 | 3267 2003-09-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
3268 | |
3269 * configure.in (AH_BOTTOM): Don't define HEAVYWEIGHT_INDEXING here. | |
3270 | |
4476 | 3271 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
3272 | |
4478 | 3273 * emacs/octave-mod.el (octave-variables): Delete |
3274 propagate_empty_matrices from the list. | |
3275 | |
4476 | 3276 * ck-oct-fcns.m: Delete. |
3277 | |
4469 | 3278 2003-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
3279 | |
3280 * configure.in: Warn if --enable-dl but not --enable-shared. | |
3281 | |
4466 | 3282 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
3283 | |
3284 * emacs/octave-mod.el (octave-variables): Delete | |
3285 default_return_value and define_all_return_values from the list. | |
3286 Add warn_undefined_return_values to the list. | |
3287 | |
4460 | 3288 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
3289 | |
4461 | 3290 * emacs/octave-mod.el (octave-variables): |
3291 Add warn_empty_list_elements and warn_resize_on_range_error to the | |
3292 list. | |
3293 Delete empty_list_elements_ok and resize_on_range_error from the | |
3294 list. | |
4460 | 3295 |
4457 | 3296 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
3297 | |
3298 * emacs/octave-mod.el (octave-variables): Add warn_neg_dim_as_zero | |
3299 to the list. | |
3300 Delete treat_neg_dim_as_zero from the list. | |
3301 | |
4451 | 3302 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
3303 | |
3304 * emacs/octave-mod.el (octave-variables): Include | |
3305 DEFAULT_EXEC_PATH, DEFAULT_LOAD_PATH, crash_dumps_octave_core, | |
4452 | 3306 sighup_dumps_octave_core, sigterm_dumps_octave_core, |
4455 | 3307 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and |
3308 warn_fortran_indexing in the list. | |
3309 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, | |
3310 implicit_str_to_num_ok, prefer_column_vectors, | |
3311 prefer_zero_one_indexing, and do_fortran_indexing from the list. | |
4451 | 3312 |
4446 | 3313 2003-07-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
3314 | |
4449 | 3315 * Makeconf.in (do-subst-default-vals): Substitute OCTAVE_API_VERSION. |
3316 * octave-config.in: Handle new variable OCTAVE_API_VERSION. | |
3317 | |
3318 * octMakefile.in (DIRS_TO_MAKE): Delete undefined vars | |
3319 $(localfcnfilepathdirs) and $(localoctfilepathdirs) from the list. | |
3320 | |
3321 * octave-config.in: Handle new variables OCTAVE_LOCALAPIFCNFILEDIR | |
3322 and OCTAVE_LOCALAPIOCTFILEDIR | |
3323 | |
3324 * configure.in (localapifcnfiledir): New variable. | |
3325 (localfcnfilepath): Add it to the list. | |
3326 (localapioctfiledir): New variable. | |
3327 (localoctfilepath): Add it to the list. | |
3328 * Makeconf.in (do-subst-default-vals): Substitute new varibles. | |
3329 | |
3330 * Makeconf.in (getapiversion, apiversion): New macros. | |
3331 | |
4446 | 3332 * octMakefile.in (DIRS_TO_MAKE): Include $(localverarchlibdir) in |
3333 the list. | |
3334 | |
4443 | 3335 2003-07-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
3336 | |
3337 * Makeconf.in: Set and substitute values for startupfiledir and | |
3338 localstartupfiledir. | |
3339 | |
3340 * octave-config.in: Allow other configuration defaults to be | |
3341 accessed using --variable VAR option. | |
3342 | |
4440 | 3343 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
3344 | |
3345 * octMakefile.in (distclean): remove install-octave here. | |
3346 | |
4439 | 3347 2003-06-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
3348 | |
3349 * configure.in: If user doesn't specify --enable-rpath, then | |
3350 default is to enable it. | |
3351 | |
4422 | 3352 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
3353 | |
4423 | 3354 * aclocal.m4 (GNUPLOT_HAS_FRAMES): Eliminate variable. |
3355 | |
4422 | 3356 * emacs/octave-mod.el (octave-variables): Eliminate |
3357 gnuplot_has_multiplot. | |
3358 | |
4417 | 3359 2003-05-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
3360 | |
3361 * configure.in: In check for f_open in libf2c, only use | |
3362 -L. -lconflib if we have created libconflib.a. | |
3363 | |
4414 | 3364 2003-05-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
3365 | |
4416 | 3366 * aclocal.m4 (OCTAVE_PROG_GPERF): Provide struct decl so -t option |
3367 succeeds with gperf 3.0. | |
3368 | |
4414 | 3369 * Makeconf.in (NO_OCT_FILE_STRIP): Use -C arg for make. |
3370 | |
3371 * octMakefile.in (DIRS_TO_MAKE): Use $(shell ...) instead of `...`. | |
3372 | |
4413 | 3373 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
3374 | |
3375 * Makeconf.in, octMakefile.in, emacs/Makefile.in, | |
3376 examples/Makefile.in: Handle DESTDIR. | |
3377 | |
4411 | 3378 2003-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
3379 | |
3380 * Makeconf.in (sbindir): New variable substitution. | |
3381 | |
4399 | 3382 2003-04-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
3383 | |
3384 * configure.in: Don't define WITH_KPATHSEARCH. | |
3385 | |
4388 | 3386 2003-04-24 John W. Eaton <jwe@bevo.che.wisc.edu> |
3387 | |
3388 * configure.in: Look for wsock32 library on MinGW systems. | |
3389 | |
4382 | 3390 2003-04-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
3391 | |
3392 * configure.in (OCTAVE_LOCAL_BUFFER): Always allocate temporary | |
3393 buffer using new. | |
3394 | |
4378 | 3395 2003-04-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
3396 | |
3397 * Makefile.in octMakefile.in: Delete kpathsea targets. | |
3398 | |
3399 * kpathsea: Delete all files and directory. | |
3400 | |
3401 * configure.in: Don't run configure in kpathsea subdirectory. | |
3402 | |
3403 * README.kpathsea: New file. | |
3404 * octMakefile.in (DISTFILES): Include it in the list. | |
3405 | |
3406 * Makeconf.in (do-subst-config-vals): Don't substitute it. | |
3407 | |
3408 * configure.in: Also check for basename. | |
3409 Don't substitute LIBKPATHSEA. | |
3410 | |
4377 | 3411 2003-04-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
3412 | |
3413 * configure.in (AH_BOTTOM): Don't assume that __WIN32__ will be | |
3414 defined when __CYGWIN__ is defined. | |
3415 | |
4368 | 3416 2003-03-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
3417 | |
3418 * configure.in: Only complain for g++ earlier than 2.95. | |
3419 Try harder to get version number only. | |
3420 | |
9501 | 3421 2003-03-05 Paul Kienzle <pkienzle@users.sf.net> |
4366 | 3422 |
3423 * aclocal.m4 (OCTAVE_DYNAMIC_AUTO_ARRAYS): New macro. | |
3424 * configure.in: Use it. | |
3425 (AH_BOTTOM): Check HAVE_DYNAMIC_AUTO_ARRAYS instead of __GNUG__. | |
3426 | |
4365 | 3427 2003-03-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
3428 | |
3429 * configure.in: Undo previous change. | |
3430 * Makeconf.in: Likewise. | |
3431 | |
4361 | 3432 2003-03-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
3433 | |
3434 * configure.in (KPATHSEA_INCFLAGS): New variable. | |
3435 * Makeconf.in (KPATHSEA_INCFLAGS): Substitute it. | |
3436 (do-subst-config-vals): Add it to the list. | |
3437 (INCFLAGS): Add $(KPATHSEA_INCFLAGS). | |
3438 | |
9501 | 3439 2003-02-23 Paul Kienzle <pkienzle@users.sf.net> |
4360 | 3440 |
3441 * aclocal.m4 (OCTAVE_PLACEMENT_DELETE): New macro. | |
3442 * configure.in: Use it. | |
3443 (AH_BOTTOM): Don't define HAVE_PLACEMENT_DELETE here. | |
3444 | |
4349 | 3445 2003-02-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
3446 | |
4353 | 3447 * configure.in: Allow RLD_FLAG to be set using --enable-rpath arg. |
3448 | |
9967 | 3449 * configure.in: Fix default RLD_FLAG value for *-sgi-*. From |
4353 | 3450 Paul Kienzle <pkienzle@users.sf.net>. |
3451 | |
3452 * configure.in: Check for long long int and unsigned long long int. | |
3453 | |
4352 | 3454 * configure.in (AH_BOTTOM): Define HAVE_PLACEMENT_DELETE for gcc |
3455 3.2 and later. | |
3456 | |
4349 | 3457 * configure.in: Check for copysign and signbit. |
3458 | |
4334 | 3459 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
3460 | |
3461 * emacs/Makefile.in (DISTFILES): Add otags.1 to the list. | |
3462 | |
9501 | 3463 2003-02-18 Dirk Eddelbuettel <edd@debian.org> |
4334 | 3464 |
3465 * emacs/otags.1: New file. | |
3466 | |
9501 | 3467 2003-02-18 David Bateman <dbateman@free.fr> |
4329 | 3468 |
3469 * configure.in: Eliminate linpack | |
3470 | |
4328 | 3471 2003-02-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
3472 | |
3473 * configure.in: Check for mkstemp too. | |
3474 | |
4323 | 3475 2003-02-13 Arno Klaassen <arno@scito.com> |
3476 | |
9967 | 3477 * configure.in: Fix SH_LD and SH_LDFLAGS for -*-*-freebsd*. |
4323 | 3478 |
3479 2003-02-13 John W. Eaton <jwe@bevo.che.wisc.edu> | |
3480 | |
3481 * configure.in: Use '$(CXX)', '$(AR)', not "$CXX" and "$AR" when | |
3482 setting variables for building shared libraries. | |
3483 | |
9501 | 3484 2003-02-13 Paul Kienzle <pkienzle@users.sf.net> |
4320 | 3485 |
3486 * examples/make_int.cc: Support for ISO standard compilers. | |
3487 | |
9501 | 3488 2003-01-22 Richard Stallman <rms@gnu.org> |
4304 | 3489 |
3490 * emacs/octave-mod.el (octave-mode-map): Avoid binding keys that | |
3491 are reserved for users. | |
3492 | |
4302 | 3493 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
3494 | |
3495 * Makeconf.in: Fix typo in previous change. | |
3496 | |
4301 | 3497 2003-01-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
3498 | |
3499 * Makeconf.in (MKOCTFILE_INCFLAGS): Skip -I$(includedir) if | |
3500 $(includedir) is /usr/include. | |
3501 | |
4299 | 3502 2003-01-16 Mumit Khan <khan@nanotech.wisc.edu> |
3503 | |
3504 * Makeconf.in (SED): Export to subshells. | |
3505 | |
4298 | 3506 2003-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
3507 | |
3508 * configure.in: Don't bother with compiler flags for | |
3509 explicit/no-implicit template instantiation. | |
3510 | |
9501 | 3511 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
4298 | 3512 |
3513 * configure.in, Makeconf.in: Allow setting of BUILD_LDFLAGS. | |
3514 | |
4296 | 3515 2003-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
3516 | |
3517 * autogen.sh: Use --force for autoconf and autoheader. | |
3518 | |
4284 | 3519 2003-01-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
3520 | |
4290 | 3521 * octMakefile.in (CONF_DISTFILES): Include acx_blas.m4 and |
3522 acx_lapack.m4. | |
3523 | |
4284 | 3524 * configure.in (BUILD_CC, BUILD_CFLAGS, BUILD_CXX, |
3525 BUILD_CXXFLAGS): Kluge for Sun C/C++. | |
3526 | |
4270 | 3527 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
3528 | |
3529 * configure.in: Default value of BUILD_CXX is $CXX, not g++. | |
4278 | 3530 (AH_BOTTOM): Define __USE_STD_IOSTREAM if using Compaq C++ compiler. |
4283 | 3531 For compiler/linker options, use -Wl,OPT instead of -Xlinker OPT. |
4284 | 3532 Check for -ieee option for the C and C++ compilers on alpha systems. |
4270 | 3533 |
4264 | 3534 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
3535 | |
3536 * configure.in: Fail on all gcc 1.x and 2.x versions. | |
3537 | |
4249 | 3538 2002-12-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
3539 | |
3540 * configure.in (OCTAVE_LOCAL_BUFFER): New macro. | |
3541 | |
4228 | 3542 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
3543 | |
4229 | 3544 * mkoctfile.in: Include $LIBOCTINTERP in the stand alone link command. |
3545 Define LIBOCTAVE, LIBOCTINTERP, LIBCRUFT, LIBREADLINE using -lLIB. | |
4228 | 3546 |
4227 | 3547 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
3548 | |
3549 * Makeconf.in (do-script-install, do-script-uninstall): | |
3550 New macros, used in Makefiles in scripts subdirectory. | |
3551 (do-script-install): Use new scripts/mkpkgadd script to construct | |
3552 PKG_ADD files. | |
3553 | |
4214 | 3554 2002-12-03 Nix <nix@esperi.demon.co.uk> |
3555 | |
3556 * configure.in: Use AC_CHECK_DECL in conjunction with | |
9967 | 3557 AC_DECL_SYS_SIGLIST to ensure signal.h is searched. |
4214 | 3558 |
4207 | 3559 2002-12-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
3560 | |
3561 * configure.in: Dont't set SONAME_FLAGS for alpha alpha*-dec-osf* | |
3562 systems. | |
3563 | |
9501 | 3564 2002-11-29 Paul Kienzle <pkienzle@users.sf.net> |
4207 | 3565 |
3566 * mkoctfile.in: Include "$incflags $def" in commands to generate | |
3567 dependecies. | |
3568 | |
4199 | 3569 2002-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
3570 | |
3571 * configure.in (do-subst-config-vals): Substitute OCTAVE_BINDIR. | |
3572 | |
3573 * configure.in (MKOCTFILE_SH_LDFLAGS): New variable. | |
3574 * Makeconf.in (do-subst-config-vals): Substitute | |
3575 OCTAVE_CONF version of this variable. | |
3576 | |
3577 * mkoctfile.in: Set SH_LDFLAGS from MKOCTFILE_SH_LDFLAGS, not | |
3578 SH_LDFLAGS. | |
3579 (VERSION): Substitute value of OCTAVE_CONF_VERSION. | |
3580 | |
3581 * configure.in (NO_OCT_FILE_STRIP): New variable. | |
3582 * Makeconf.in (do-subst-config-vals): Substitute it. | |
3583 * mkoctfile.in (no_oct_file_strip_on_this_platform): New variable. | |
3584 | |
4192 | 3585 2002-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
3586 | |
4196 | 3587 * configure.in (OCTAVE_CXX_PRAGMA_INTERFACE_IMPLEMENTATION): |
3588 Delete use. | |
3589 | |
4192 | 3590 * aclocal.m4 (OCTAVE_LANG_PROG_NO_CONFDEFS): Delete. |
3591 (OCTAVE_CXX_PRAGMA_INTERFACE_IMPLEMENTATION): Delete. | |
3592 | |
4189 | 3593 2002-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
3594 | |
3595 * configure.in: Check for dlopen last, to avoid broken | |
3596 compatibility libraries. | |
4190 | 3597 Default value for SHLLIB is '$(SHLEXT)', not $SHLEXT. |
4189 | 3598 |
4182 | 3599 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
3600 | |
3601 * configure.in (USE_EXCEPTIONS_FOR_INTERRUPTS): No need to define. | |
3602 | |
4180 | 3603 2002-11-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
3604 | |
3605 * configure.in: Check for sigsetjmp and siglongjmp. | |
3606 (AH_BOTTOM): If both are found, define OCTAVE_HAVE_SIG_JUMP. | |
3607 Also check for sig_atomic_t, typedef it if not available. | |
3608 | |
4685 | 3609 2002-11-10 Per Persson <persquare@mac.com> |
4163 | 3610 |
3611 * configure.in: Detect dyld API for dynamic linking on OS X. | |
3612 | |
4685 | 3613 2002-11-09 Per Persson <persquare@mac.com> |
4162 | 3614 |
3615 * configure.in: Use $(TOPDIR)/src/octave, not $(bindir)/octave for | |
9967 | 3616 -bundle-loader argument. |
4162 | 3617 |
3618 * aclocal.m4 (OCTAVE_CXX_PREPENDS_UNDERSCORE): Force result for OS X. | |
3619 | |
4157 | 3620 2002-11-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
3621 | |
3622 * configure.in: Set FPICFLAG, Also set CXXPICFLAG, CPICFLAG, | |
3623 FPICFLAG, and INCLUDE_LINK_DEPS for OS X. | |
3624 | |
3625 * acx_blas.m4 (LIBS): Also check for Apple vecLib framework. | |
3626 | |
4153 | 3627 2002-11-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
3628 | |
3629 * configure.in (AH_BOTTOM): Define USE_EXCEPTIONS_FOR_INTERRUPTS. | |
3630 | |
4151 | 3631 2002-11-04 Joseph P. Skudlarek <jskud@jskud.com> |
3632 | |
3633 * emacs/otags: handle declarations without arguments and/or return | |
3634 values. | |
3635 | |
4138 | 3636 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
3637 | |
3638 * configure.in (SHLEXT_VER, SHLLIB_VER, SHLBIN_VER): Use | |
3639 $(version), not $(VERSION). | |
3640 | |
4130 | 3641 2002-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
3642 | |
3643 * Makeconf.in (HAVE_DLOPEN_API, HAVE_SHL_LOAD_API, | |
3644 HAVE_LOADLIBRARY_API): Delete. | |
3645 (do-subst-config-vals): Don't substitute them here. | |
3646 | |
4126 | 3647 2002-10-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
3648 | |
4128 | 3649 * configure.in (ENABLE_DYNAMIC_LINKING): Rename from |
3650 WITH_DYNAMIC_LINKING. | |
3651 * Makeconf.in: Likewise. | |
3652 * examples/hello.cc: Likewise. Improve comments. | |
3653 | |
3654 * configure.in: Revive --enable-dl to set default value for | |
3655 WITH_DYNAMIC_LINKING. | |
3656 | |
4126 | 3657 * configure.in: Also set SHLEXT_VER, SHLLIB_VER, SHLBIN_VER. |
3658 * Makeconf.in: Substitute them here. | |
3659 Also substitute SHLLINKEXT. | |
3660 | |
4685 | 3661 2002-10-25 Per Persson <persquare@mac.com> |
4125 | 3662 |
3663 * aclocal.m4 (OCTAVE_CXX_PRAGMA_INTERFACE_IMPLEMENTATION): Fix | |
3664 first test to properly fail on OS X. Fix typo in final test to | |
3665 set result. | |
3666 | |
4122 | 3667 2002-10-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
3668 | |
3669 * mk-opts.pl (emit_opt_class_header): Make set_options another | |
3670 name for copy. | |
3671 | |
4110 | 3672 2002-10-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
3673 | |
3674 * Makeconf.in (do-subst-config-vals): Don't substitute | |
3675 OCTAVE_CONF_OCTAVE_LITE. | |
3676 (OCTAVE_LITE): Delete. | |
3677 | |
3678 * Makeconf.in: Use HAVE_DLOPEN_API, HAVE_LOADLIBRARY_API, and | |
3679 HAVE_SHL_LOAD_API instead of WITH_DL and WITH_SHL. | |
3680 | |
3681 * configure.in: Rewrite the way we handle dynamic linking. | |
3682 If dynamic linking is used always do what was previously only | |
3683 enabled by --enable-lite-kernel. | |
3684 | |
9501 | 3685 2002-10-17 Paul Kienzle <pkienzle@users.sf.net> |
4110 | 3686 |
3687 * configure.in: Define WITH_DYNAMIC_LINKING based on --enable-shared. | |
3688 Add -lwsock32 to LIBS for MinGW. | |
3689 | |
4109 | 3690 2002-10-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
3691 | |
3692 * aclocal.m4 (OCTAVE_LANG_PROG_NO_CONFDEFS): New macro. | |
3693 (OCTAVE_CXX_PRAGMA_INTERFACE_IMPLEMENTATION): Use it along with | |
3694 AC_LINK_IFELSE instead of AC_TRY_LINK. | |
3695 Require both programs to compile for success. | |
3696 | |
9501 | 3697 2002-10-16 Paul Kienzle <pkienzle@users.sf.net> |
4105 | 3698 |
3699 * aclocal.m4: Both Cygwin and MinGW don't prepend underscores. | |
3700 * configure.in: MinGW builds shared libraries the same as Cygwin. | |
3701 MinGW must link to winsock explicitly. | |
3702 * install-octave.in: MinGW and Cygwin both need OCTAVE_HOME. | |
3703 | |
9501 | 3704 2002-10-15 Paul Kienzle <pkienzle@users.sf.net> |
4104 | 3705 |
3706 * configure.in (library_path_var): New variable. | |
3707 | |
4102 | 3708 2002-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
3709 | |
4103 | 3710 * configure.in (SH_LDFLAGS): Additional options for Cygwin: |
4104 | 3711 -Wl,--export-all-symbols -Wl,--enable-auto-import. |
4103 | 3712 |
4102 | 3713 * Makeconf.in (TERMLIBS): Substitute here. |
3714 | |
9967 | 3715 * configure.in: Define OCTAVE_USE_WINDOWS_API if |
4102 | 3716 defined (__WIN32__) && ! defined (__CYGWIN__), not if |
3717 defined (__WIN32__) || ! defined (__CYGWIN__). | |
3718 Also call AC_SUBST for TERMLIBS. | |
3719 | |
9501 | 3720 2002-10-14 Paul Kienzle <pkienzle@users.sf.net> |
4102 | 3721 |
3722 * configure.in: Use correct SHLEXT and PICFLAG for Cygwin. | |
3723 * configure.in: Cygwin must link against -loctave.dll, etc. | |
3724 | |
3725 * configure.in: Define INCLUDE_LINK_DEPS because Cygwin needs DLLs | |
3726 to be linked against their dependencies. | |
3727 * Makeconf.in: Ditto. | |
3728 | |
3729 * configure.in: Define SHLLIB and SHLBIN because Cygwin doesn't | |
3730 link against shared libs but instead against -lxxx.dll. LIB and | |
3731 BIN are the link and load forms respectively of the library. | |
3732 * Makeconf.in: Ditto, and define the corresponding XXX_VER. | |
3733 | |
3734 * configure.in: Remove LIBOCT_READLINE and LIBOCT_PATHSEARCH | |
3735 because they are merged into LIBOCTAVE to avoid circular | |
3736 dependencies. | |
3737 * Makeconf.in: Ditto. | |
3738 * mkoctfile.in: Ditto. | |
3739 | |
3740 * aclocal.m4 (OCTAVE_ENABLE_READLINE): Define LIBREADLINE because | |
3741 Cygwin requires liboctave to be linked against -lreadline so | |
3742 including it in LIBS isn't sufficient. | |
3743 * mkoctfile.in: Substitute and use LIBREADLINE here. | |
3744 | |
3745 * aclocal.m4 (OCTAVE_CXX_PREPENDS_UNDERSCORE): Force no for cygwin. | |
3746 | |
4101 | 3747 2002-10-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
3748 | |
3749 * configure.in (AH_BOTTOM): Maybe define OCTAVE_USE_WINDOWS_API | |
3750 and OCTAVE_HAVE_WINDOWS_FILESYSTEM. | |
3751 | |
4095 | 3752 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
3753 | |
4098 | 3754 * aclocal.m4 (OCTAVE_PROG_GNUPLOT): AC_DEFINE GNUPLOT_BINARY |
3755 Default value on Windows systems is pgnuplot. | |
3756 If not cross compiling and no gnuplot program is found, set | |
3757 default to gnuplot. Set defaults for multiplot and frames. Check | |
3758 for pgnpuplot, pipe-gnuplot, and gnuplot on Windows systems. | |
3759 | |
3760 * configure.in (BUILD_EXEEXT): New variable. | |
3761 * Makeconf.in (BUILD_EXEEXT): Substitute it here. | |
3762 | |
4095 | 3763 * aclocal.m4 (OCTAVE_CXX_PRAGMA_INTERFACE_IMPLEMENTATION): |
3764 Add second test for OS X. | |
3765 | |
4093 | 3766 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
3767 | |
4094 | 3768 * aclocal.m4 (OCTAVE_CXX_PRAGMA_INTERFACE_IMPLEMENTATION): New macro. |
3769 * configure.in: Use it. | |
3770 | |
9967 | 3771 * configure.in (BUILD_CC, BUILD_CFLAGS, BUILD_CXX, BUILD_CXXFLAGS): |
4094 | 3772 Set default values if cross compiling. |
3773 | |
4093 | 3774 * aclocal.m4 (OCTAVE_PROG_NM): Do the right thing for cross compiling. |
3775 (OCTAVE_CXX_PREPENDS_UNDERSCORE): Require OCTAVE_PROG_NM. | |
3776 (OCTAVE_CXX_ABI): Likewise. | |
3777 | |
3778 * Makeconf.in (BUILD_CC, BUILD_CFLAGS, BUILD_CXX, BUILD_CXXFLAGS): | |
3779 New variables for cross compiling. | |
3780 | |
9501 | 3781 2002-10-07 Paul Kienzle <pkienzle@users.sf.net> |
4092 | 3782 |
3783 * configure.in: Check for raise. | |
3784 | |
4084 | 3785 2002-10-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
3786 | |
3787 * aclocal.m4 (OCTAVE_PROG_SED): New macro, adapted from autoconf | |
3788 patches mailing list archive, written by Robert Boehne | |
3789 <rboehne@ricardo-us.com>. | |
3790 * configure.in: Use it. | |
3791 * Makeconf.in: Substitute SED, use $(SED), not sed. | |
3792 (do-subst-conffig-vals): Substitute it here too. | |
3793 * mkoctfile.in: And here. Use $SED, not sed. | |
3794 * octave-bug.in: Likewise. | |
3795 * install-octave.in: Likewise. | |
3796 | |
4081 | 3797 2002-09-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
3798 | |
3799 * configure.in: Don't define mkdir here. | |
3800 | |
4067 | 3801 2002-09-25 Mumit Khan <khan@nanotech.wisc.edu> |
9967 | 3802 |
4067 | 3803 * aclocal.m4 (OCTAVE_MKDIR_TAKES_ONE_ARG): New macro to determine if |
3804 host mkdir accepts only one arg instead of the usual two. | |
3805 * configure.in: Use. Check for direct.h. | |
3806 (mkdir): Define. | |
9967 | 3807 |
9501 | 3808 2002-09-26 Paul Kienzle <pkienzle@users.sf.net> |
4067 | 3809 |
3810 * configure.in: Check for conio.h. | |
3811 Check for _kbhit. | |
3812 | |
4066 | 3813 2002-09-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
3814 | |
3815 * configure.in (AH_BOTTOM): Don't define | |
3816 USE_PRAGMA_INTERFACE_IMPLEMENTATION. | |
3817 | |
9501 | 3818 2002-09-26 Paul Kienzle <pkienzle@users.sf.net> |
4064 | 3819 |
3820 * configure.in: Fix syntax errors in !HAVE_XXX_T. | |
3821 Don't require terminal control for build. | |
3822 | |
4062 | 3823 2002-09-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
3824 | |
3825 * configure.in: Fix typedefs used in AH_BOTTOM. | |
3826 | |
4061 | 3827 2002-09-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
3828 | |
3829 * configure.in (AH_BOTTOM): If using g++, define | |
3830 USE_PRAGMA_INTERFACE_IMPLEMENTATION. | |
3831 | |
4051 | 3832 2002-08-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
3833 | |
3834 * configure.in: Check for sstream. | |
3835 | |
4050 | 3836 2002-08-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
3837 | |
3838 * Makeconf.in (%.d : %.cc): Add $*.df to LHS of dependency list. | |
3839 | |
9501 | 3840 2002-08-15 Paul Kienzle <pkienzle@users.sf.net> |
4044 | 3841 |
3842 * mk-opts.pl: Add support for INCLUDE = "...". | |
3843 | |
3844 2002-08-15 John W. Eaton <jwe@bevo.che.wisc.edu> | |
3845 | |
3846 * mk-opts.pl: Handle Array<int> too. | |
3847 | |
4035 | 3848 2002-08-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
3849 | |
3850 * mk-opts.pl (emit_options_function): Emit newline at EOF. | |
3851 | |
4014 | 3852 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
3853 | |
3854 * Makeconf.in: Use $@-t instead of $@.tmp or $@.t. | |
3855 | |
3998 | 3856 2002-07-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
3857 | |
3858 * mk-opts.pl: New file. | |
3859 * Makefile.in (DISTFILES): Add it to the list. | |
3860 | |
3989 | 3861 2002-07-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
3862 | |
3863 * configure.in (AC_CONFIG_FILES): Add libcruft/dasrt/Makefile to | |
3864 the list. | |
3865 | |
3983 | 3866 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
3867 | |
3868 * configure.in (AC_CONFIG_FILES): Add libcruft/odessa/Makefile to | |
3869 the list. | |
3870 | |
3956 | 3871 2002-05-24 John W. Eaton <jwe@bevo.che.wisc.edu> |
3872 | |
3873 * configure.in: Maybe add -fno-coalesce-templates to XTRA_CXXFLAGS | |
3874 on darwin systems. | |
3875 (SH_LDFLAGS): Set this on darwin systems. | |
3876 (UGLY_DEFS): Cope with broken sed or shell quoting on darwin systems. | |
3877 | |
3943 | 3878 2002-05-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
3879 | |
3880 * aclocal.m4 (OCTAVE_CXX_ISO_COMPLIANT_LIBRARY): Omit cwctype. | |
3881 | |
3923 | 3882 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
3883 | |
3884 * configure.in (AC_AIX): Move before AC_MINIX and AC_ISC_POSIX. | |
3885 (AH_BOTTOM): Move contents of acconfig.h here. | |
3886 * acconfig.h: Delete. | |
3925 | 3887 * octMakefile.in (CONF_DISTFILES): Delete acconfig.h from the list. |
3923 | 3888 |
3911 | 3889 2002-04-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
3890 | |
3891 * configure.in (AC_CONFIG_FILES): Add libcruft/daspk/Makefile to | |
3892 the list. | |
3893 | |
9501 | 3894 2002-04-24 Kurt Hornik <hornik@ci.tuwien.ac.at> |
3908 | 3895 |
3896 * aclocal.m4 (OCTAVE_CC_FLAG, OCTAVE_CXX_FLAG): Also handle flags | |
3897 that contain : and =. | |
3898 | |
3899 | 3899 2002-04-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
3900 | |
3901 * config.guess, config.sub: Update from FSF sources. | |
3902 | |
3897 | 3903 2002-04-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
3904 | |
3905 * configure.in: Declare F2C and F2CFLAGS with AC_ARG_VAR. | |
3906 Delete AC_SUBST calls for F77, FFLAGS, FLIBS, F2C, F2CFLAGS (no | |
3907 need to do this explicitly now). | |
3908 | |
3892 | 3909 2002-04-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
3910 | |
3911 * Makeconf.in: Set and substitute EXEEXT, not EXE. | |
3912 | |
3913 * configure.in (EXE): Delete check and substitution. | |
3914 * install-octave.in: Use EXEEXT instead of EXE. | |
3915 | |
3916 * configure.in: Use AC_CHECK_MEMBERS, not OCTAVE_STRUCT_GR_PASSWD. | |
3917 Use AC_CHECK_TYPES, not AC_CHECK_TYPE or OCTAVE_CHECK_TYPE. | |
3918 * aclocal.m4 (OCTAVE_STRUCT_GR_PASSWD, OCTAVE_CHECK_TYPE): Delete. | |
3919 * acconfig.h (dev_t, ino_t, nlink_t, sigset_t): Typedef if not found. | |
3920 | |
3888 | 3921 2002-04-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
3922 | |
3923 * aclocal.m4: Replace AC_LANG_SAVE, AC_LANG_C, AC_LANG_CPLUSPLUS, | |
3924 and AC_LANG_RESTORE with AC_LANG_PUSH and AC_LANG_POP. | |
3925 Use AS_MESSAGE_LOG_FD instead of AC_FD_CC. | |
3926 * configure.in: Delete second arg in AC_CHECK_SIZEOF calls. | |
3927 | |
9501 | 3928 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
3886 | 3929 |
3930 * configure.in: Correct usage of AC_ARG_WITH for --with-fftw. | |
3931 | |
3887 | 3932 * configure.in: Update for autoconf 2.5x. |
3933 Minor syntax changes to new recommended syntaxes and macros. | |
3934 Apply changes from autoupdate plus eliminate some warning | |
3935 messages, deprecated uses of changequote, etc. | |
3936 Use autoheader templates to generate config.h.in. | |
3937 Replace most of Octave's Fortran support macros with those in the | |
3938 new autoconf. | |
3939 Eliminate most uses of internal (undocumented) autoconf cache vars. | |
3940 Replace BLAS/LAPACK detection new macros ACX_BLAS/ACX_LAPACK from | |
3941 the autoconf macro repository. | |
3942 * acx_blas.m4, acx_lapack.m4: New files. | |
3943 * acconfig.h: Delete lines that can be automatically generated | |
3944 from new info in configure.in and aclocal.m4. | |
3945 If it is not already defined, define F77_FUNC for use with f2c. | |
3946 * aclocal.m4 (OCTAVE_PROG_G77, OCTAVE_FLIBS, OCTAVE_F77_MAIN_FLAG, | |
3947 OCTAVE_F77_UPPERCASE_NAMES, OCTAVE_F77_APPEND_UNDERSCORE, | |
3948 OCTAVE_F2C_F77_COMPAT): Delete definitions. | |
3949 Use autoheader templates to generate config.h.in. | |
3950 * Makeconf.in, mkoctfile.in (FORTRAN_MAIN_FLAG): Delete all uses. | |
3951 | |
3859 | 3952 2001-11-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
3953 | |
3954 * octave-bug.in (BLAS_LIBS, FFTW_LIBS, LD_CXX): Substitute and | |
3955 print values. | |
3956 * mkoctfile.in: Accept --compile as an alias for -c. | |
3957 New option, --link-stand-alone. | |
3958 New option, --no-pathsearch. | |
3959 New option, --no-readline. | |
3960 Substitute RLD_FLAG, FLIBS, LIBKPATHSEA, LIBOCTINTERP, | |
3961 LIBOCTAVE, LIBOCT_READLINE, LIBOCT_PATHSEARCH, LIBCRUFT, | |
3962 BLAS_LIBS, FFTW_LIBS, and LIBS. | |
3963 * Makeconf.in (MKOCTFILE_LFLAGS): New variable. | |
3964 (do-subst-config-vals): Substitute FFTW_LIBS, LD_CXX, | |
3965 LIBOCT_PATHSEARCH, LIBOCT_READLINE, MKOCTFILE_LFLAGS. | |
3966 | |
3857 | 3967 2001-11-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
3968 | |
3969 * Makefile.in (LIBOCT_READLINE, LIBOCT_PATHSEARCH): New variables. | |
3970 * Makeconf.in: Substitute them here. | |
3971 | |
3853 | 3972 2001-11-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
3973 | |
3974 * octMakefile.in (dist): Omit long-gone info subdir. | |
3975 Fix find command for removing Makefile in kpathsea and glob subdirs. | |
3976 | |
3847 | 3977 2001-08-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
3978 | |
3979 * mkoctfile.in: Substitute F2C and F2CFLAGS. Make it possible to | |
3980 use f2c and a C compile to compiling Fortran source files. Print | |
3981 warnings and error message on stderr, not stdout. Issue warnings | |
3982 if it is not possible to comiple Fortran, C, or C++ files. | |
3983 | |
3984 * configure.in (%.c : %.f): Don't use cat in F2C rule. | |
3985 | |
3846 | 3986 2001-07-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
3987 | |
3988 * Makeconf.in (do-subst-config-vals): Substitute DEPEND_FLAGS and | |
3989 DEPEND_EXTRA_SED_PATTERN. | |
3990 * mkoctfile.in: Handle --depend. | |
3991 | |
3845 | 3992 2001-07-25 Rafael Laboissiere <rafael@laboissiere.net> |
3993 | |
3994 * octave-config.in: New file. | |
3995 * Makeconf.in (do-subst-default-vals): Substitute OCTAVE_VERSION. | |
3996 * Makefile.in (TARGETS): Add octave-config to list. | |
3997 * octMakefile.in (DISTFILES): Add octave-config.in to list. | |
3998 (BINDISTFILES): Add octave-config to list. | |
3999 (all): Add octave-config dependency. | |
4000 (octave-config): New rule. | |
4001 (install): Install octave-config. | |
4002 (uninstall): Delete octave-config from bindir. | |
4003 (maintainer-clean): Delete octave-config. | |
4004 (binary-dist): Add octave-config dependency. | |
4005 | |
3842 | 4006 2001-06-29 Mumit Khan <khan@nanotech.wisc.edu> |
4007 | |
3843 | 4008 * aclocal.m4 (OCTAVE_CXX_ABI): Use "sun_v5" instead of "sun". |
4009 | |
3842 | 4010 * aclocal.m4 (OCTAVE_CXX_ABI): New macro. |
4011 (OCTAVE_CXX_PREPENDS_UNDERSCORE): Add missing return value. | |
4012 * configure.in: Use. | |
4013 * acconfig.h (CXX_ABI): New macro. | |
4014 | |
3835 | 4015 2001-05-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
4016 | |
4017 * configure.in: Quote the call to AC_CHECK_FUNC inside the | |
4018 AC_CHECK_LIB macro when checking for lapack. For autoconf 2.50 | |
4019 | |
4020 * aclocal.m4: Changes for autoconf 2.50: | |
4021 Convert dnl comments inside AC_DEFUN to ###. | |
4022 (OCTAVE_FLIBS): Use [] quoting instead of changequote. | |
4023 | |
3829 | 4024 2001-05-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
4025 | |
4026 * octMakefile.in: Remove remaining references to readline. | |
3830 | 4027 (CONF_DISTFILES): Add autogen.sh to the list. |
3829 | 4028 |
3827 | 4029 2001-05-02 Mumit Khan <khan@nanotech.wisc.edu> |
4030 | |
4031 * configure.in: Support for --with-fftw. | |
4032 (FFT_DIR, FFTW_LIBS): New substitutions. | |
4033 * Makeconf.in (FFTW_LIBS): New variable. | |
4034 * acconfig.h (HAVE_FFTW): New macro. | |
4035 | |
3822 | 4036 2001-04-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
4037 | |
3824 | 4038 * aclocal.m4 (OCTAVE_ENABLE_READLINE): Require readline unless |
4039 --disable-readline is specified. | |
4040 | |
3822 | 4041 * configure.in: Don't define TERMLIBS. Do add terminal lib(s) to LIBS. |
4042 * octave-bug.in: Delete references to TERMLIBS. | |
4043 * Makeconf.in: Likewise. | |
4044 | |
4045 * Makeconf.in (LIBREADLINE): Delete substitution. | |
4046 (do-subst-config-vals): Likewise. | |
4047 * octMakefile.in (SUBDIRS): Delete @READLINE_DIR@ from the list. | |
4048 * configure.in (AC_CONFIG_SUBDIRS): Delete $READLINE_DIR from the list. | |
4049 | |
4050 * configure.in (VOID_SIGHANDLER): Don't check or substitute here. | |
4051 | |
3821 | 4052 2001-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
4053 | |
4054 * octMakefile.in (install, install-strip): Don't use mk-includedir-link | |
4055 | |
4056 * Makeconf.in (mk-includedir-link, mk-libdir-link): Delete definitions. | |
4057 | |
4058 2001-04-24 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4059 | |
4060 * Makeconf.in (mk-libdir-link): Undo previous change | |
4061 | |
3820 | 4062 2001-04-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
4063 | |
4064 * configure.in: Only check for libz if checking for HDF5 libraries. | |
4065 Allow user to specify HDF5 library name on command line, same as | |
4066 for BLAS libraries. Include BLAS and HDF5 libs in summary output. | |
4067 | |
3818 | 4068 2001-04-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
4069 | |
4070 * octMakefile.in (CONF_DISTFILES): Remove config.h.bot from the list. | |
4071 | |
9501 | 4072 2001-04-19 David Livings <david.livings@asa.co.uk> |
3815 | 4073 |
4074 * Makeconf.in (mk-libdir-link): Omit check for $(octlibdir)/octave | |
4075 existing as a directory. | |
4076 | |
3803 | 4077 2001-02-28 Albert Chin-A-Young <china@thewrittenword.com> |
4078 | |
4079 * configure.in: Check for getpwnam in libsun only after checking | |
4080 default libraries first. Check for gethostname in libsocket only | |
9967 | 4081 after checking default libraries first. |
3803 | 4082 |
3800 | 4083 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
4084 | |
4085 * configure.in: Allow for using f2c when setting functions to look | |
4086 for in the BLAS and Lapack libraries. | |
4087 From Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>. | |
4088 | |
3797 | 4089 2001-02-10 Mumit Khan <khan@nanotech.wisc.edu> |
4090 | |
4091 * test/octave.test/string/dec2hex-1.m: Don't assume hex format | |
4092 produces lower case letters. | |
4093 | |
3785 | 4094 2001-02-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
4095 | |
3788 | 4096 * acconfig.h: Merge contents of config.h.bot. |
4097 * config.h.bot: Delete. | |
4098 | |
3785 | 4099 * autogen.sh: Allow running of autoconf or autoheader to be skipped. |
4100 | |
3779 | 4101 2001-02-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
4102 | |
4103 * readline: Update to new version (4.2-beta1). | |
4104 | |
3775 | 4105 2001-02-05 Mumit Khan <khan@nanotech.wisc.edu> |
4106 | |
4107 * configure.in (TEMPLATE_AR, TEMPLATE_ARFLAGS): New variables. | |
4108 * Makeconf.in (TEMPLATE_AR, TEMPLATE_ARFLAGS): Likewise. | |
9967 | 4109 |
3775 | 4110 * configure.in (XTRA_CXXFLAGS): Use -fno-implicit templates for |
4111 pre-gcc3 compilers. Remove -fno-rtti and -fno-exceptions. | |
4112 (DEPEND_FLAGS, DEPEND_EXTRA_SED_PATTERN): New macros. | |
4113 (BLAS_LIBS): Fix test for sunperf library on Sun Solaris. | |
4114 (CPICFLAG, CXXPICFLAG, FPICFLAG, SH_LDFLAGS, RLD_FLAG): Add Sun | |
4115 compiler support. | |
4116 * Makefile.in (DEPEND_FLAGS, DEPEND_EXTRA_SED_PATTERN): New | |
4117 variables. | |
4118 (%.d : %.cc): Use. | |
4119 (%.d : %.c): Likewise. | |
4120 * acconfig.h (CXX_ISO_COMPLIANT_LIBRARY): Add #undef. | |
4121 | |
3769 | 4122 2001-01-31 Mumit Khan <khan@nanotech.wisc.edu> |
4123 | |
4124 * Makeconf.in (%.d : %.cc): Strip the directory portion of the | |
4125 target. | |
4126 (%.d : %.c): Likewise. | |
4127 | |
4128 * aclocal.m4 (OCTAVE_CXX_ISO_COMPLIANT_LIBRARY): New macro. | |
4129 * configure.in: Use it. | |
4130 | |
3768 | 4131 2001-01-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
4132 | |
4133 * Makeconf.in (do-subst-config-vals): Substitute | |
4134 OCTAVE_CONF_CANONICAL_HOST_TYPE here too. | |
4135 * octave-bug.in: Substitute OCTAVE_CONF_CANONICAL_HOST_TYPE, not | |
4136 OCTAVE_CANONICAL_HOST_TYPE. | |
4137 | |
3750 | 4138 2000-12-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
4139 | |
4140 * aclocal.m4: Give gperf a keyword, to avoid complaints from newer | |
4141 versions. | |
4142 | |
3740 | 4143 2000-11-27 Marcus.Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de> |
4144 | |
4145 * configure.in: Handle *-*-gnu* the same as *-*-linux* for shared | |
4146 library creation. | |
4147 | |
3735 | 4148 2000-11-03 Andy Adler <en254@freenet.carleton.ca> |
4149 | |
4150 * mkoctfile.in: Handle -c to mean compile only. | |
4151 | |
3734 | 4152 2000-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
4153 | |
4154 * mkoctfile.in: Handle --print. | |
4155 | |
3729 | 4156 2000-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
4157 | |
3731 | 4158 * aclocal.m4 (OCTAVE_PROG_GPERF): Check that gperf supports flags |
4159 we use. | |
4160 | |
3729 | 4161 * missing: New file, modified from the missing script provided by |
4162 automake (never create files, just exit with failure status). | |
9967 | 4163 * aclocal.m4 (OCTAVE_PROG_BISON, OCTAVE_PROG_FLEX, OCTAVE_PROG_GPERF): |
3729 | 4164 Use $(top_srcdir)/missing as replacement script. |
4165 | |
4166 * aclocal.m4 (OCTAVE_PROG_FLEX, OCTAVE_PROG_BISON): New macros. | |
4167 * configure.in: Use them. | |
4168 | |
3726 | 4169 2000-10-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
4170 | |
4171 * autogen.sh: Don't run configure. | |
4172 | |
4173 * configure.in (SPECIAL_MATH_LIB): Delete code related to this var. | |
4174 * Makeconf.in: Ditto. | |
4175 (BLAS_LIBS, LIBS): Substitute here. | |
4176 (do-subst-config-vals): Put BLAS_LIBS in oct-conf.h. | |
4177 | |
3705 | 4178 2000-07-20 Joao Cardoso <jcardoso@inescn.pt> |
4179 | |
4180 * configure.in: (LD_CXX): Define and substitute. | |
4181 For sco3.2v5 systems, set SONAME_FLAGS and RLD_FLAG. | |
4182 * Makeconf.in (LD_CXX): Allow substitution. | |
4183 | |
3700 | 4184 2000-07-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
4185 | |
4186 * octMakefile.in (DISTSUBDIRS): Define in terms of $(ALL_SUBDIRS). | |
4187 | |
3697 | 4188 2000-07-17 Joao Cardoso <jcardoso@inescn.pt> |
4189 | |
4190 * configure.in (LIBGLOB): Set to be the two object files in the | |
4191 glob directory instead of libglob.a. | |
4192 | |
3692 | 4193 2000-07-05 Steven G. Johnson <stevenj@gil-galad.mit.edu> |
4194 | |
4195 * Use BLAS_LIBS to save the names of BLAS libraries instead of | |
4196 adding them to LIBS, then substitute BLAS_LIBS. | |
4197 | |
3690 | 4198 2000-06-30 Steven G. Johnson <stevenj@gil-galad.mit.edu> |
4199 | |
4200 * configure.in: Support for --with-fastblas (ATLAS). | |
4201 | |
3688 | 4202 2000-06-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
4203 | |
4204 * configure.in: Check for long long data type. | |
4205 | |
3687 | 4206 2000-06-29 Steven G. Johnson <stevenj@gil-galad.mit.edu> |
4207 | |
4208 * acconfig.h (HAVE_HDF5): Add undef. | |
4209 * configure.in: Handle --with-hdf5. | |
4210 | |
3681 | 4211 2000-06-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
4212 | |
4213 * octave-bug.in: Substitute correct values for config_opts, | |
4214 MACHINE, and CXXFLAGS. | |
4215 | |
3675 | 4216 2000-06-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
4217 | |
4218 * Makeconf.in (GPERF): Allow substitution. | |
4219 | |
3673 | 4220 2000-06-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
4221 | |
4222 * aclocal.m4 (OCTAVE_PROG_GPERF): New macro. | |
4223 * configure.in: Use it. Print warning at end if gperf is missing. | |
4224 | |
3660 | 4225 2000-04-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
4226 | |
4227 * mkoctfile.in: Try moving output file first. But comment these | |
4228 lines and let people who have trouble enable them. | |
4229 | |
3659 | 4230 2000-04-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
4231 | |
4232 * mkoctfile.in: Remove output file before linking. | |
4233 | |
4234 * octMakefile.in (DIRS_TO_MAKE): Create $(octincludedir)/octave. | |
4235 (install install-strip): Install config.h in $(octincludedir)/octave, | |
4236 not $(octincludedir). | |
4237 | |
3650 | 4238 2000-03-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
4239 | |
4240 * octMakefile.in (DIRS_TO_MAKE): Double up on $ in awk command to | |
4241 get them past Make. | |
4242 | |
3646 | 4243 2000-03-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
4244 | |
4245 * octMakefile.in (SUBDIRS): Omit src. | |
4246 (ALL_SUBDIRS): New variable. Include src here. | |
4247 (all): Depend on src instead of $(SUBDIRS). | |
4248 (src): New target. Depend on $(SUBDIRS). | |
4249 | |
3648 | 4250 * Makefile.in (.NOTPARALLEL): New target, for GNU Make 3.79. |
4251 * octMakefile.in (.NOTPARALLEL): Likewise. | |
4252 | |
3620 | 4253 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
4254 | |
4255 * configure.in: Check for vsnprintf. | |
4256 | |
3615 | 4257 2000-03-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
4258 | |
4259 * Makefile.in (liboctave.$(SHLEXT)): Delete target before rebuilding. | |
4260 | |
9501 | 4261 2000-03-21 Ben Sapp <bsapp@nua.lampf.lanl.gov>: |
3615 | 4262 |
4263 * Makeconf.in (%.o : %.c): Pass -o to compile command. | |
4264 (%.o : %.cc): Ditto. | |
4265 * configure.in (%.o : %.f): Ditto. | |
4266 | |
3607 | 4267 2000-03-08 Stephen Eglen <stephen@gnu.org> |
4268 | |
4269 * emacs/octave-mod.el (octave-font-lock-keywords): To font-lock | |
4270 the builtin operators, use `font-lock-builtin-face' for Emacs | |
4271 and `font-lock-preprocessor-face' for XEmacs. | |
4272 | |
3606 | 4273 2000-03-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
4274 | |
4275 * configure.in: For building shared libaries, handle | |
4276 i386-pc-solaris2* the same as sparc-sun-solaris2*. | |
4277 | |
9501 | 4278 2000-02-29 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3603 | 4279 |
4280 * examples/make_int.cc (make_int): Handle new operator names. | |
4281 | |
3601 | 4282 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
4283 | |
4284 * octMakefile.in (maintainer-clean distclean): Don't delete Makefile. | |
4285 (dist): Delete stamp-auto. | |
4286 | |
3597 | 4287 2000-02-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
4288 | |
4289 * configure.in (octincludedir): Delete trailing /octave here. | |
4290 * Makeconf.in (mk-includedir-link): Append it here. | |
4291 (MKOCTFILE_INCFLAGS): Use both -I$(octincludedir) and | |
4292 -I$(octincludedir)/octave. | |
4293 | |
4294 * configure.in (localveroctfiledir, localverarchlibdir, | |
4295 localverfcnfiledir): New variables. | |
4296 (localfcnfilepath): Prepend localverfcnfiledir. | |
4297 (localoctfilepath): Prepend localveroctfiledir. | |
4298 * Makeconf.in: Substitute them here. | |
4299 | |
4300 * Makeconf.in (do-subst-default-vals): Substitute | |
4301 OCTAVE_LOCALVERARCHLIBDIR, OCTAVE_LOCALVERFCNFILEDIR, | |
4302 OCTAVE_LOCALVEROCTFILEDIR. | |
4303 | |
3590 | 4304 2000-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
4305 | |
3594 | 4306 * config.guess: Update to latest from subversions.gnu.org. |
4307 * config.sub: Likewise. Recognize sv1-cray as a basic_machine. | |
4308 | |
3591 | 4309 * Makeconf.in (MKOCTFILE_INCFLAGS): New macro. |
4310 (do-subst-conf-vals): Substitute it. | |
3593 | 4311 * mkoctfile.in: Set INCFLAGS from OCTAVE_CONF_MKOCTFILE_INCFLAGS. |
3591 | 4312 |
3590 | 4313 * mkoctfile.in: Fix names in substititions. |
4314 * octave-bug.in: Likewise. | |
4315 | |
3584 | 4316 2000-02-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
4317 | |
4318 * Makeconf.in (do-subst-default-vals, do-subst-config-vals): | |
4319 Substitute more complete set of values. | |
4320 | |
3506 | 4321 2000-02-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
4322 | |
4323 * aclocal.m4 (octave_cv_string_npos): Add std:: qualifier. | |
4324 | |
3485 | 4325 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
4326 | |
4327 * emacs/octave-mod.el (octave-begin-keywords): Add "do". | |
4328 (octave-end-keywords): Add "until". | |
4329 (octave-abbrev-table): Add "u" as abbrev for "until ()" | |
4330 (octave-block-match-alist): Add do-until. | |
4331 | |
3474 | 4332 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
4333 | |
3475 | 4334 * configure.in: Don't look for the sunmath library. |
4335 Don't check for infinity or quiet_nan. | |
4336 | |
4337 * emacs/octave-mod.el (octave-mode-syntax-table): | |
4338 Undo previous change, but add a comment explaining why. | |
4339 | |
3474 | 4340 * install-octave.in: Exit on any error instead of continuing. |
4341 Install Octave binary last. | |
4342 | |
3473 | 4343 2000-01-24 John W. Eaton <jwe@bevo.che.wisc.edu> |
4344 | |
4345 * emacs/octave-mod.el (octave-mode-syntax-table): | |
4346 Make `%' a comment start character too. | |
4347 | |
3465 | 4348 2000-01-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
4349 | |
4350 * configure.in: Check for strptime and localtime_r. | |
4351 | |
3351 | 4352 1999-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
4353 | |
4354 * configure.in (XTRA_CXXFLAGS, XTRA_CFLAGS): Use -mminimal-toc on | |
4355 AIX systems. | |
4356 | |
3323 | 4357 1999-10-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
4358 | |
4359 * emacs/README: New file. | |
4360 * emacs/Makefile.in (DISTFILES, BINDISTFILES): Add it to the lists. | |
4361 | |
4362 * emacs/Makefile.in: Don't distribute .elc files. | |
4363 | |
3308 | 4364 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
4365 | |
4366 * configure.in: Check for select and poll. Also check for poll.h | |
4367 and sys/poll.h. | |
4368 | |
9501 | 4369 1999-10-19 Geoff Jacobsen <geoffj@casquet.inet.net.nz> |
3298 | 4370 |
4371 * autogen.sh: New file. | |
4372 | |
3297 | 4373 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
4374 | |
4375 * octMakefile.in: Use `$(MAKE) -C dir' instead of `cd dir; $(MAKE)'. | |
4376 | |
3273 | 4377 Mon Sep 20 11:02:29 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
4378 | |
4379 * emacs/octave-inf.el, emacs/octave-mod.el: Update to match FSF | |
4380 sources plus code that will make it work if Emacs doesn't have the | |
4381 customize code. | |
4382 | |
9501 | 4383 Tue Sep 14 07:57:06 1999 Kurt Hornik <hornik@ci.tuwien.ac.at> |
3273 | 4384 |
4385 * emacs/octave-inf.el (inferior-octave-startup): Always pass "-i" | |
4386 and "--no-line-editing" to Octave subprocess. | |
4387 (inferior-octave-startup-args): Default to nil. | |
4388 | |
3268 | 4389 Mon Sep 6 10:50:10 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
4390 | |
4391 * emacs/octave-inf.el (inferior-octave-startup-args): | |
4392 Add --no-line-editing to the list. | |
4393 | |
3249 | 4394 Fri Jul 9 09:15:24 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
4395 | |
4396 * configure.in: Try to handle IEEE FP flags for g77 on Alphas. | |
4397 | |
4398 Thu Jul 8 19:56:37 1999 Stephen Eglen <stephen@gnu.org> | |
4399 | |
4400 * emacs/octave-inf.el (inferior-octave-directory-tracker): | |
4401 Change regexp so that it doesn't match commands beginning with `cd'. | |
4402 | |
4403 Wed Jun 23 13:20:11 1999 Mumit Khan <khan@xraylith.wisc.edu> | |
4404 | |
4405 * configure.in (HAVE_TERMIOS_H): Avoid autoheader lossage. | |
4406 | |
4407 Sun Jun 20 23:05:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4408 | |
4409 * configure.in: Check for sys/ioctl.h. | |
4410 | |
3243 | 4411 Mon May 10 09:06:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
4412 | |
4413 * aclocal.m4 (OCTAVE_PROG_G77): Also match "FSF-g77", for egcs. | |
4414 | |
4415 Thu Apr 8 19:20:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4416 | |
4417 * examples/hello.cc (Fhello): octave_value::print now requires a | |
4418 stream arg. | |
4419 | |
3238 | 4420 Wed Feb 3 01:02:37 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
4421 | |
4422 * configure.in: Use AC_OUTPUT_COMMANDS to chmod install-octave so | |
4423 that the command will also executed in config.status. | |
4424 | |
3234 | 4425 Thu Jan 28 21:05:32 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
4426 | |
4427 * Makeconf.in (do-subst-config-vals): Do substitution on | |
4428 CANONICAL_HOST_TYPE, not TARGET_HOST_TYPE. | |
4429 (do-subst-default-vals): Likewise. | |
4430 | |
3233 | 4431 Wed Jan 20 12:56:02 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
4432 | |
4433 * configure.in: Don't put -O in FFLAGS for powerpc-apple-machten*. | |
4434 | |
4435 Wed Dec 9 14:02:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4436 | |
4437 * Makeconf.in (RDYNAMIC_FLAG): Substitute RDYNAMIC_FLAG here. | |
4438 * configure.in: Check for G++ compiler flag -rdynamic if setting | |
4439 up to support dynamic linking, and substitute RDYNAMIC_FLAG if | |
4440 -rdynamic is accepted. | |
4441 * aclocal.m4 (OCTAVE_CC_FLAG, OCTAVE_CXX_FLAG): Clarify usage comment. | |
4442 | |
4443 Mon Dec 7 19:49:26 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4444 | |
4445 * configure.in: Check for -lm just after compiler tests. | |
4446 Remove -lm from other macro calls. Don't check for -lm on NeXT | |
4447 systems. Eric Norum <eric@skatter.usask.ca> says /lib/libsys_s.a | |
4448 has all the routines that are traditionally in libc.a and libm.a | |
4449 on *NIX systems. NeXT also supplies a libm.a, but it seems to be | |
4450 horribly buggy. | |
4451 | |
4452 Sat Dec 5 10:48:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4453 | |
4454 * mkoctfile.in: Correctly handle -?. | |
4455 | |
3225 | 4456 Fri Dec 4 18:05:51 1998 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
4457 | |
4458 * emacs/octave-mod.el (octave-abbrev-start): Use the correct name | |
4459 of the abbrev table, and provide support for XEmacs. | |
4460 (octave-xemacs-p): New variable. | |
4461 | |
4462 Tue Nov 24 23:31:50 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4463 | |
4464 * configure.in: Check for strftime too. | |
4465 Avoid checking for termios.h on NeXT systems. | |
4466 | |
3222 | 4467 Thu Nov 19 16:07:57 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
4468 | |
4469 * aclocal.m4 (OCTAVE_CXX_PREPENDS_UNDERSCORE): New macro. | |
4470 * configure.in: Use it. | |
4471 * acconfig.h: Add #undef for it. | |
4472 | |
3219 | 4473 Thu Nov 12 10:42:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
4474 | |
4475 * emacs/otags: New script from Mario Storti | |
4476 <mstorti@minerva.unl.edu.ar>. | |
4477 * emacs/Makefile.in: Add it to the list of files to distribute and | |
4478 install. | |
4479 | |
4480 Wed Nov 11 17:26:26 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4481 | |
4482 * configure.in (AC_OUTPUT): Add libcruft/amos/Makefile. | |
4483 Delete libcruft/specfun/Makefile. | |
4484 | |
3215 | 4485 Mon Nov 9 08:53:03 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
4486 | |
4487 * Makeconf.in (LIBGLOB): Add a place for substitution to occur. | |
4488 (GLOB_INCFLAGS): Define as @GLOB_INCFLAGS@, not @DLFCN_INCFLAGS@. | |
4489 (do-subst-config-vals): Don't forget LIBGLOB. | |
4490 * octave-bug.in (LIBGLOB): Substitute here too, and add it to the | |
4491 list of configuration items to print. | |
4492 | |
3206 | 4493 Mon Nov 2 20:33:16 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
4494 | |
3215 | 4495 * configure.in: Define __NO_MATH_INLINES. |
4496 * acconfig.h: Add #undef for it. | |
4497 | |
4498 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. | |
4499 | |
3206 | 4500 * install-octave.in (SHLEXT): Substitute. |
4501 (SHLEXT_VER): Define. | |
4502 Use them for installing shared libraries. | |
4503 Use subshells to avoid having to cd back to $distdir. | |
4504 (distdir): Delete variable. | |
4505 | |
3189 | 4506 Fri Oct 2 14:23:59 1998 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
4507 | |
4508 * octave-inf.el (inferior-octave-prompt): Also match prompts of | |
4509 the form `octave.bin:1>' which come from using precopiled binary | |
4510 versions. | |
4511 | |
3180 | 4512 Thu Sep 24 13:51:03 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
4513 | |
4514 * configure.in (AC_OUTPUT): Add libcruft/ordered-qz to the list. | |
3185 | 4515 Delete libcruft/balgen and libcruft/eispack from the list. |
3180 | 4516 |
4517 Mon Aug 31 12:07:02 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4518 | |
4519 * config.sub: Accept armv4 everywhere arm is allowed. | |
4520 | |
4521 Tue Aug 18 17:02:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4522 | |
4523 * mkoctfile.in: Allow -DDEF on command line. | |
4524 | |
9501 | 4525 Thu Jun 18 20:24:40 1998 Roman Hodek <Roman.Hodek@informatik.uni-erlangen.de> |
3178 | 4526 |
4527 * configure.in (RLD_FLAG): Set correctly for Linux on all | |
9967 | 4528 architectures. From |
3178 | 4529 |
3177 | 4530 Thu May 28 10:17:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
4531 | |
4532 * configure.in: When checking for glob stuff, make sure that the | |
4533 systsem header file has all the definitions that we need. If not, | |
4534 set up to use our replacement library. | |
4535 | |
3176 | 4536 Mon May 18 11:33:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
4537 | |
4538 * mkoctfile.in: Fix typos in case statement. | |
4539 | |
4540 Fri May 15 00:34:54 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4541 | |
4542 * configure.in: Make sure install-octave is executable. | |
4543 | |
4544 * install-octave.in (oct_files): Don't cd to src. | |
4545 (have_find): Delete variable (assume all systems have find). | |
4546 | |
4547 Thu May 14 10:29:30 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4548 | |
4549 * aclocal.m4 (OCTAVE_SET_DEFAULT): Allow values to come from the | |
4550 environment. | |
4551 | |
4552 * Makefile.in (binary-dist): Don't set LDFLAGS to -static. | |
4553 Run configure with --enable-shared and --enable-lite-kernel. | |
4554 | |
4555 * octMakefile.in (DISTFILES): Include README.MachTen in the list. | |
4556 (XBINDISTFILES): Include README.MachTen in the list. | |
4557 Delete README.NLP from the list | |
4558 * README.MachTen: New file. | |
4559 | |
4560 * configure.in: Add -mno-fp-in-toc on ibm-aix4 systems. | |
4561 From Philippe.Defert@cern.ch <Philippe.Defert@cern.ch>. | |
4562 | |
4563 Tue May 5 14:43:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4564 | |
4565 * aclocal.m4 (OCTAVE_PROG_G77): Compile trivial program instead of | |
4566 just running ${f77-f77} -v on nothing. | |
4567 Convert all uses of $F77 to ${F77-f77}. | |
4568 | |
4569 Mon May 4 12:08:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4570 | |
4571 * emacs/octave-mod.el (octave-mode): Make comment-multi-line local | |
4572 and set to nil. | |
4573 | |
3174 | 4574 Tue Apr 28 14:28:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
4575 | |
4576 * aclocal.m4 (OCTAVE_FLIBS): Really do skip -lkernel32. | |
4577 | |
4578 Thu Apr 23 23:26:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4579 | |
4580 * kpathsea: Update to version 3.2. | |
4581 | |
4582 Mon Apr 20 21:58:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4583 | |
4584 * configure.in (dlfcn.h): Add check. | |
4585 | |
3168 | 4586 Sat Apr 18 20:15:37 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
4587 | |
4588 * configure.in (USE_GNU_INFO): Delete everything related to this. | |
4589 * acconfig.h (USE_GNU_INFO): Delete undef. | |
4590 | |
3164 | 4591 Tue Apr 14 15:33:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
4592 | |
4593 * install-octave.in: Improve error messages if version number or | |
4594 host architecture can't be found. | |
4595 | |
4596 * install-octave.in: Don't install info reader. | |
4597 | |
3162 | 4598 Fri Mar 27 02:54:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
4599 | |
4600 * aclocal.m4 (OCTAVE_F2C_F77_COMPAT): Use a Fortran subroutine | |
4601 instead of a function. | |
4602 | |
4603 Tue Mar 10 17:28:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4604 | |
4605 * configure.in (RLD_FLAG): Use $(octlibdir), not $(libdir). | |
4606 | |
3160 | 4607 Mon Mar 2 00:02:26 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
4608 | |
3162 | 4609 * install-octave.in: Explicitly set permissions on ls-R files. |
4610 | |
3161 | 4611 * configure.in: Don't disable GNU Info on cygwin32 systems. |
4612 | |
3160 | 4613 * install-octave.in: New file. |
4614 * configure.in: Create install-octave. | |
4615 * octMakefile.in (distclean, maintainer-clean): Delete install-octave. | |
4616 (DISTFILES): Distribute install-octave.in, not install-octave. | |
4617 | |
4618 Sun Mar 1 23:15:04 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4619 | |
4620 * configure.in: Fix typo in test for glob and fnmatch headers. | |
4621 | |
4622 Fri Feb 27 15:43:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4623 | |
4624 * configure.in: Fix support for dlopen on SCO systems. | |
4625 | |
4626 Mon Feb 23 13:06:11 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4627 | |
4628 * configure.in (ieee_fp_flag): Use -mieee-with-inexact on Alphas. | |
4629 Use octave_cv_f77_is_g77, not just f77_is_g77. | |
4630 | |
3156 | 4631 Fri Feb 20 00:38:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
4632 | |
4633 * configure.in, Makeconf.in: Try to set things up to use the | |
4634 system glob and fnmatch headers and functions if they exist. | |
4635 Better handling of include and lib flags. | |
4636 | |
4637 Thu Feb 19 01:21:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4638 | |
4639 * configure.in: Don't check for gamma or lgamma | |
4640 * acconfig.h: Delete undef for HAVE_GAMMA and HAVE_LGAMMA. | |
4641 | |
4642 Wed Feb 18 15:05:54 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4643 | |
4644 * configure.in: Don't check for vfork. | |
4645 | |
3152 | 4646 Wed Feb 11 19:41:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
4647 | |
4648 * Makeconf.in (mk-libdir-link): Don't create link if a directory | |
4649 named $(libdir)/octave already exists. | |
4650 | |
4651 Mon Feb 9 14:47:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4652 | |
4653 * octMakefile.in (INSTALL_SUBDIRS): Delete @INFO_DIR@. | |
4654 | |
3147 | 4655 Thu Feb 5 03:04:09 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
4656 | |
4657 * configure.in: Check for vfork. | |
4658 | |
4659 * config.h.bot (X_CAST): New macro. | |
4660 | |
3143 | 4661 Wed Feb 4 01:42:50 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
4662 | |
4663 * aclocal.m4 (OCTAVE_FLIBS): If ld_run_path is not absolute, kill it. | |
4664 | |
3141 | 4665 Tue Feb 3 00:24:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
4666 | |
4667 * Makeconf.in (do-subst-vals): Substitute $(libexecdir) too. | |
4668 | |
4669 Mon Feb 2 22:42:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4670 | |
4671 * configure.in: Define octlibdir. | |
4672 * Makeconf.in: Substitute value. | |
4673 (do-subst-config-vals): Set LIBDIR to $(octlibdir). | |
4674 (do-subst-default-vals): Substitute OCTLIBDIR too. | |
4675 | |
3136 | 4676 Sat Jan 31 19:29:56 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
4677 | |
4678 * acconfig.h: Add #undefs for HAVE_GAMMA and HAVE_LGAMMA to avoid | |
4679 bug in autoconf, but #if 0 them out to avoid warning messages | |
4680 about redefining them. | |
4681 | |
3131 | 4682 Mon Jan 26 13:26:09 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
4683 | |
4684 * Makeconf.in (do-subst-config-vals): Substitute XTRA_CFLAGS and | |
4685 XTRA_CXXFLAGS. | |
4686 * mkoctfile.in: Substitute XTRA_CFLAGS and XTRA_CXXFLAGS, not | |
4687 GCC_IEEE_FP_FLAG, HOST_CXXFLAGS, and NO_IMPLICIT_TEMPLATES. | |
4688 (ALL_CFLAGS): Use XTRA_CFLAGS, not GCC_IEEE_FP_FLAG here. | |
4689 (ALL_CXXFLAGS): Use XTRA_CXXFLAGS, not GCC_IEEE_FP_FLAG, | |
4690 HOST_CXXFLAGS, and NO_IMPLICIT_TEMPLATES here. | |
4691 | |
3130 | 4692 Sun Jan 25 01:59:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
4693 | |
3131 | 4694 * configure.in: (GXX_PICKY_FLAGS): Add -Weffc++. |
4695 Use OCTAVE_CC_FLAG and OCTAVE_CXX_FLAG to add -Wall and for adding | |
4696 picky flags in AC_ARG_ENABLE(picky-flags ...) macro. | |
4697 | |
3130 | 4698 * aclocal.m4 (OCTAVE_F2C_F77_COMPAT): Require OCTAVE_PROG_G77. |
4699 Handle cross compiling with g77. | |
4700 (OCTAVE_REINSTALL_SIGHANDLERS): Provide defaults for cross compiling. | |
4701 | |
4702 * aclocal.m4 (OCTAVE_PROG_AR, OCTAVE_PROG_G77, OCTAVE_PROG_PAGER, | |
4703 OCTAVE_PROG_GNUPLOT, OCTAVE_PROG_RUNTEST, OCTAVE_F77_MAIN_FLAG): | |
4704 New macros. | |
4705 * configure.in: Use them in place of in-line code. | |
9967 | 4706 |
3130 | 4707 Sat Jan 24 00:33:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
4708 | |
4709 * aclocal.m4 (OCTAVE_HOST_TYPE): Don't set target_host_type. | |
4710 * configure.in: Use canonical_host_type in place of target_host_type. | |
4711 | |
4712 Fri Jan 23 02:47:57 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4713 | |
4714 * configure.in: Also check for -fno-rtti. | |
4715 | |
3126 | 4716 Thu Jan 15 23:12:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
4717 | |
3128 | 4718 * config.guess, config.sub: Update to new version from the FSF. |
3127 | 4719 * configure.in: Match alpha*-... instead of just alpha-... to cope |
4720 with new strings like alphaev56-dec-osf4.0b returned from | |
4721 config.guess. | |
4722 | |
3126 | 4723 * aclocal.m4 (OCTAVE_CC_FLAG, OCTAVE_CXX_FLAG): New macros. |
4724 * configure.in: Use them to find out if the C and C++ compilers | |
4725 support -mieee-fp, -mieee, -fno-implicit-templates, and | |
4726 -fno-exceptions instead of relying on version information. Add | |
4727 found flags to XTRA_CFLAGS and XTRA_CXXFLAGS instead of using | |
4728 GCC_IEEE_FP_FLAG and NO_IMPLICIT_TEMPLATES. | |
4729 Delete unused variable HOST_CXXFLAGS. | |
4730 * Makeconf.in: Use XTRA_CFLAGS and XTRA_CXXFLAGS instead of | |
4731 GCC_IEEE_FP_FLAG and NO_IMPLICIT_TEMPLATES. | |
4732 Delete unused variable HOST_CXXFLAGS. | |
4733 | |
3124 | 4734 Thu Dec 11 09:43:56 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
4735 | |
3126 | 4736 * config.h.bot: Define CONST_CAST and STATIC_CAST too. |
3124 | 4737 |
4738 * configure.in (SH_LD): Set default to $CXX, not $CC. | |
4739 | |
4740 Mon Dec 1 00:49:56 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4741 | |
4742 * configure.in (AC_OUTPUT): Add libcruft/slatec-err/Makefile. | |
4743 | |
4744 Sun Nov 30 18:19:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4745 | |
4746 * configure.in: Check for gamma and lgamma too. | |
4747 | |
3115 | 4748 Fri Nov 28 23:21:17 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
4749 | |
4750 * configure.in (AC_OUTPUT): Include libcruft/specfun/Makefile. | |
4751 | |
4752 Fri Nov 28 13:32:26 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | |
4753 | |
4754 * octave-inf.el (inferior-octave-directory-tracker): Anchor | |
4755 regexp match to beginning of command string. | |
4756 | |
3111 | 4757 Wed Nov 26 00:38:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
4758 | |
4759 * configure.in (SPECIAL_MATH_LIB): If libdxml exists on DU | |
4760 systems, define SPECIAL_MATH_LIB. | |
4761 * Makeconf.in (SPECIAL_MATH_LIB): Substitute it. | |
4762 | |
3107 | 4763 Wed Nov 19 01:54:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
4764 | |
4765 * aclocal.m4 (OCTAVE_CXX_NEW_FRIEND_TEMPLATE_DECL): Don't forget | |
4766 to call AC_LANG_RESTORE. | |
4767 | |
4768 * configure.in (CXX_VERSION): Require 2.7.2 or later. | |
4769 | |
4770 Wed Nov 19 01:38:58 1997 Mumit Khan <khan@dhaka.xraylith.wisc.edu> | |
4771 | |
4772 * aclocal.m4 (OCTAVE_CXX_NEW_FRIEND_TEMPLATE_DECL): New macro | |
4773 check for new friend template declaration syntax (guiding | |
4774 declarations in DWP). | |
4775 * configure.in: Use it. | |
4776 * config.h.in: Add undef for CXX_NEW_FRIEND_TEMPLATE_DECL. | |
4777 | |
4778 * configure.in (CC_VERSION, CXX_VERISON): Check for egcs snapshots. | |
4779 | |
3105 | 4780 Mon Oct 20 01:31:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
4781 | |
4782 * configure.in: Reprint important warning messages at the end of | |
4783 the run. | |
4784 | |
3093 | 4785 Fri Oct 17 04:43:27 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
4786 | |
4787 * Include the following change from RMS for octave-mode.el: | |
4788 | |
4789 1997-04-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
4790 | |
4791 * octave-mod.el (inferior-octave-output-list): Declare here | |
9967 | 4792 to avoid compiler warnings. |
4793 (inferior-octave-output-string): Likewise. | |
4794 (inferior-octave-receive-in-progress): Likewise. | |
3093 | 4795 |
3092 | 4796 Tue Oct 14 10:48:28 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
4797 | |
4798 * emacs/octave-mod.el (octave-block-match-alist): Move | |
4799 `otherwise' to right after `case' to have octave-close-block() | |
4800 correctly close a `switch' block by `endswitch'. | |
4801 | |
3088 | 4802 Thu Oct 2 01:37:15 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
4803 | |
3089 | 4804 * aclocal.m4 (OCTAVE_FLIBS): Ignore -lc and -lgcc. |
4805 From "Ram'on Garc'ia Fern'andez" <ramon@juguete.quim.ucm.es> | |
4806 | |
3088 | 4807 * mkoctfile.in: Handle -IDIR option. |
4808 | |
3087 | 4809 Thu Sep 25 11:47:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
4810 | |
4811 * mkoctfile.in: Really add link options to link command. | |
4812 Also handle -LDIR options. | |
4813 | |
3085 | 4814 Fri Sep 19 09:35:59 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
4815 | |
4816 * octave-inf.el (inferior-octave-startup-args): Set to '("-i") to | |
4817 force interactive behavior. | |
4818 | |
4819 Wed Sep 10 15:31:03 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | |
4820 | |
4821 * emacs/octave-mod.el (octave-auto-indent): New variable. | |
4822 (octave-electric-semi, octave-electric-space): Use it. | |
4823 | |
4824 * emacs/octave-mod.el (octave-maybe-insert-continuation-string): New | |
4825 function. | |
4826 (octave-auto-fill): No longer calls do-auto-fill. Should now | |
4827 avoid breaking lines after comment starts or before code line | |
4828 continuation expressions. | |
4829 (octave-fill-paragraph): Move forward a line if octave-auto-fill | |
4830 gave up. | |
4831 | |
4832 * emacs/octave-mod.el (octave-before-magic-comment-p): New function. | |
4833 (octave-comment-indent): Handle magic comments correctly. | |
4834 (calculate-octave-indent): Handle magic comments correctly. | |
4835 | |
4836 * emacs/octave-inf.el (inferior-octave-prompt): Include the `debug' | |
4837 prompt issued by the Octave `keyboard' command. | |
4838 | |
4839 * emacs/octave-mod.el (octave-abbrev-table): Added abbrevs for switch, | |
4840 case, otherwise, and endswitch. | |
4841 (octave-begin-keywords): Added switch. | |
4842 (octave-else-keywords): Added case and otherwise. | |
4843 (octave-end-keywords): Added endswitch. | |
4844 (octave-block-match-alist): Added an entry for switch syntax. | |
4845 (calculate-octave-indent): Added support for switch syntax. | |
4846 (octave-block-end-offset): New function. | |
4847 (octave-comment-indent): Fix a typo. | |
4848 | |
4849 * emacs/octave-hlp.el: Provide octave-hlp. | |
4850 | |
4851 * emacs/octave-inf.el: Provide octave-inf. | |
4852 | |
4853 Sun Sep 7 23:16:33 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4854 | |
4855 * configure.in Don't use OCTAVE_SET_DEFAULT to set values for | |
4856 bindir, datadir, exec_prefix, includedir, infodir, libdir, | |
4857 libexecdir, mandir. | |
4858 Don't use AC_PREFIX_DEFAULT, since we don't want to override the | |
4859 default setting anyway. | |
4860 | |
3082 | 4861 Tue Aug 26 13:30:36 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
4862 | |
4863 * octave-bug.in: CC bug report to user if $USER or $LOGNAME is set. | |
4864 | |
4865 Mon Aug 25 11:06:54 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4866 | |
4867 * octave-bug.in: Avoid clobbering existing dead bug report files | |
4868 by numbering them. | |
4869 | |
3081 | 4870 Wed Aug 13 20:34:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
4871 | |
4872 * emacs/octave-mod.el (octave-before-magic-comment-p): New function. | |
4873 (calculate-octave-indent, octave-comment-indent): Use it. | |
4874 | |
3079 | 4875 Sun Aug 3 15:33:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
4876 | |
4877 * info: Delete subdirectory. | |
4878 * Makefile.in (TARGETS, help): Delete info. | |
4879 * octMakefile.in (DISTSUBDIRS, BINDISTSUBDIRS): Delete info | |
4880 (binary-dist): Don't strip info/info. | |
4881 * install-octave: Don't install info. | |
4882 * configure.in: Don't run configure in info subdirectory. | |
4883 | |
4884 Fri Jul 25 14:05:15 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4885 | |
4886 * aclocal.m4 (OCTAVE_FLIBS): Avoid adding -lcrt0.o to FLIBS. | |
4887 | |
3074 | 4888 Thu Jul 17 13:31:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
4889 | |
4890 * aclocal.m4 (OCTAVE_FLIBS): Only accept an ld_run_path that is | |
4891 absolute. | |
4892 | |
3069 | 4893 Wed Jul 9 19:27:38 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
4894 | |
4895 * configure.in: Also check for getwd. | |
4896 | |
4897 Tue Jul 8 17:47:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4898 | |
4899 * aclocal.m4 (OCTAVE_FLIBS): Avoid grabbing an argument starting | |
4900 with a - as an option for another argument. | |
4901 | |
4902 Wed Jul 2 21:34:15 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4903 | |
4904 * emacs/octave-mod.el (octave-auto-indent): New variable. | |
4905 (octave-electric-semi, octave-electric-space): Use it. | |
4906 | |
3065 | 4907 Thu Jun 26 22:16:59 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
4908 | |
4909 * configure.in: Only set GCC_IEEE_FP_FLAG to -mieee-fp on Intel | |
4910 systems if it seems to work. | |
4911 | |
3060 | 4912 Mon Jun 23 09:16:56 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
4913 | |
4914 * configure.in (BOUNDS_CHECKING): Fix comment, allow bounds | |
4915 checking to be enabled. | |
4916 | |
3059 | 4917 Fri Jun 20 14:26:17 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
4918 | |
4919 * configure.in: Define SH_LD, SH_LDFLAGS, and RLD_FLAG for | |
4920 sparc-sun-sunos4*. | |
4921 | |
4922 * mkoctfile.in: Handle --strip. | |
4923 | |
3053 | 4924 Sun Jun 15 16:24:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
4925 | |
4926 * octMakefile.in (DISTSUBDIRS): Delete readline. | |
4927 (BINDISTSUBDIRS): Delete readline and kpathsea. | |
4928 (DISTDIRS): Add readline. | |
4929 | |
3051 | 4930 Wed Jun 11 16:28:36 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
4931 | |
4932 * mkoctfile.in: Allow more options, support for C and Fortran | |
4933 source, existing object files, etc. Based on patch from Guido | |
4934 Dietz <guido@aia009.aia.RWTH-Aachen.De>. | |
4935 | |
3041 | 4936 Fri Jun 6 15:20:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
4937 | |
3049 | 4938 * mkoctfile.in: Use eval to invoke compilation and linking |
4939 commands. | |
4940 | |
3044 | 4941 * octMakefile.in (dist, binary-dist): Don't worry about npsol or qpsol. |
4942 * configure.in: Don't create libcruft/fsqp/Makefile, | |
4943 libcruft/npsol/Makefile, or libcruft/qpsol/Makefile. | |
4944 | |
4945 * octMakefile.in (DISTFILES): Don't distribute MAKEINFO.PATCH. | |
4946 | |
4947 * octMakefile.in (DISTFILES): Don't distribute README.NLP. | |
4948 * configure.in: Delete checks for FSQP, NPSOL, and QPSOL. | |
4949 * acconfig.h: Delete undefs for FSQP, NPSOL, and QPSOL. | |
4950 | |
3041 | 4951 * readline: Update to new version (2.1). |
4952 | |
3029 | 4953 Thu Jun 5 01:38:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
4954 | |
3036 | 4955 * configure.in (SONAME_FLAGS): Define for some systems. |
4956 * Makeconf.in: Substitute value here. | |
4957 | |
3034 | 4958 * Makeconf.in (STATIC_LIBS): New variable. |
4959 * configure.in: Handle --enable-static. | |
4960 | |
3029 | 4961 * Makeconf.in (LIBEXT, SHLEXT_VER): New macros. |
4962 (octlibdir, mk-libdir-link): Delete. | |
4963 | |
3024 | 4964 Wed Jun 4 00:07:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
4965 | |
3025 | 4966 * Makeconf.in (mk-includedir-link, mk-libdir-link): Make them work. |
4967 | |
3024 | 4968 * configure.in (OCTAVE_PROGRAM_INVOCATION_NAME): Delete check. |
4969 * aclocal.m4 (OCTAVE_PROGRAM_INVOCATION_NAME): Delete macro. | |
4970 | |
3012 | 4971 Mon Jun 2 13:56:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
4972 | |
4973 * configure.in: Move checks for RANLIB, AR, and ARFLAGS before | |
4974 checks for libf2c. | |
4975 | |
3008 | 4976 Fri May 30 14:59:59 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
4977 | |
4978 * configure.in: Fix typo in check for $with_f77. | |
4979 | |
3004 | 4980 Thu May 22 16:48:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
4981 | |
4982 * configure.in (AC_OUTPUT): Remove duplicate entry for emacs/Makefile. | |
4983 | |
4984 * octMakefile.in (INSTALL_SUBDIRS): New macro. | |
4985 (install): Use it. | |
4986 | |
4987 * kpathsea: Update to new version (3.0). | |
4988 | |
4989 * readline: Update to new version (2.1-beta2). | |
4990 | |
2993 | 4991 Wed May 21 16:33:33 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
4992 | |
4993 * octMakefile.in (install, install-strip): Append version | |
4994 information to octave-bug and mkoctfile. | |
3004 | 4995 (install, install-strip): Remove octave-bug and mkoctfile first. |
4996 Ensure link is made in include directory. | |
2993 | 4997 |
4998 * configure.in (octlibdir): New variable. | |
9967 | 4999 * Makeconf.in: Substitute it here. |
2993 | 5000 (do-subst-config-vals): Add -I${octincludedir} to INCFLAGS. |
5001 Add -L${octlibdir} to LIBFLAGS. | |
5002 | |
5003 * Makeconf.in (mk-includedir-link, mk-libdir-link): New macros. | |
5004 | |
2930 | 5005 Mon May 5 00:58:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5006 | |
5007 * configure.in: Make --enable-readline work again. | |
5008 * Makeconf.in: Ditto. | |
5009 | |
2862 | 5010 Tue Apr 8 12:38:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5011 | |
5012 * mkoctfile.in: Do substitute SH_LD and SH_LDFLAGS. Don't | |
5013 substitute or use LIBFLAGS, RLD_FLAG, OCTAVE_LIBS, FLIBS, LEXLIB, | |
5014 TERMLIBS, LIBS, LDFLAGS, LIBPLPLOT, or LIBDLFCN. Use $SH_LD and | |
5015 $SH_LDFLAGS, not $CXX -shared. | |
5016 | |
5017 * Makeconf.in (do-subst-config-vals): Also substitute SH_LD and | |
5018 SH_LDFLAGS. | |
5019 | |
2854 | 5020 Fri Mar 28 16:53:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5021 | |
2855 | 5022 * configure.in: Don't add -fpe1 to FFLAGS on Alpha OSF/1 systems |
5023 unless we are also using a version of gcc that appears to support | |
5024 IEEE floating point. | |
5025 | |
2854 | 5026 * aclocal.m4 (OCTAVE_FLIBS): Require OCTAVE_HOST_TYPE. |
5027 Skip -lkernel32 on cygwin32 systems. | |
5028 | |
2845 | 5029 Wed Mar 26 17:04:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5030 | |
5031 * COPYING: Update to latest version that includes correct address | |
5032 for the FSF. | |
5033 | |
2831 | 5034 Tue Mar 25 21:46:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5035 | |
5036 * aclocal.m4 (OCTAVE_CXXLIBS): Delete macro definition. | |
5037 * configure.in, mkoctfile.in, Makeconf.in, octave-bug.in: | |
5038 Delete use of OCTAVE_CXXIBS. | |
5039 | |
2812 | 5040 Thu Mar 13 11:44:46 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5041 | |
2813 | 5042 * configure.in: Move extra checks for Fortran compiler above |
5043 checks for dynamic linking and shared library stuff. | |
5044 Handle --with-f77. Check for Fortran compiler compatibility, even | |
5045 if using g77. Handle --enable-picky-flags. | |
5046 | |
5047 * configure.in: Don't set special PIC options on SGI systems, | |
5048 since PIC is apparently the default. | |
5049 | |
5050 * aclocal.m4 (OCTAVE_CHECK_EXCLUSIVE_WITH_OPTIONS, | |
5051 OCTAVE_HOST_TYPE, OCTAVE_SET_DEFAULT): New macros. | |
5052 * configure.in: Use them. | |
5053 | |
2812 | 5054 * octMakefile.in (distclean): Don't remove configure, config.h.in, |
5055 BUGS, or INSTALL.OCTAVE. | |
5056 | |
2811 | 5057 Wed Mar 12 16:56:56 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5058 | |
5059 * Makefile.in (install-strip): Don't try to set INSTALL_PROGRAM here. | |
5060 | |
5061 * emacs/Makefile.in (install-strip): New target. | |
5062 * dlfcn/Makefile.in: Ditto. | |
5063 * examples/Makefile.in: Ditto. | |
5064 | |
2800 | 5065 Sun Mar 9 03:44:33 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5066 | |
5067 * config.h.bot (STATIC_CAST): Delete definition. | |
5068 | |
9501 | 5069 Thu Mar 6 03:26:41 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2793 | 5070 |
2794 | 5071 * emacs/octave-hlp.el: Provide octave-hlp. |
5072 * emacs/octave-inf.el: Provide octave-inf. | |
2793 | 5073 |
2794 | 5074 * examples/info-emacs-octave-help: Require octave-hlp instead of |
5075 loading it. | |
2793 | 5076 |
9501 | 5077 Tue Mar 4 12:19:24 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2788 | 5078 |
2794 | 5079 * emacs/octave-mod.el: Properly indent switch statement. |
2788 | 5080 |
2787 | 5081 Mon Mar 3 15:44:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5082 | |
5083 * dlfcn/Makefile.in (DISTFILES): Add ftp-site. | |
5084 | |
2779 | 5085 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775 | 5086 |
2783 | 5087 * configure.in: Improve checks for gettimeofday. |
5088 | |
2775 | 5089 * Version 2.0.5 released. |
5090 | |
2779 | 5091 Sat Mar 1 01:34:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5092 | |
2783 | 5093 * octMakefile.in (dist): Also delete CVS junk |
5094 | |
2775 | 5095 * config.h.bot: Unconditionally define WITH_KPATHSEARCH. |
5096 | |
2762 | 5097 Fri Feb 28 01:56:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5098 | |
2775 | 5099 * emacs/octave-mod.el (octave-end-keywords): Add endswitch. |
5100 (octave-end-keywords): Add otherwise and case. | |
5101 (octave-else-keywords): Add switch. | |
5102 (octave-abbrev-table): Add abbrevs for all of them. | |
5103 | |
2762 | 5104 * configure.in (f77_rules_frag): Set default value to /dev/null |
5105 and redfine as needed. | |
5106 (bsd_gcc_kluge_targets_frag): Likewise. | |
5107 | |
2749 | 5108 Wed Feb 26 12:17:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5109 | |
5110 * octMakefile.in (maintainer-clean): Delete some more stuff. | |
5111 | |
2715 | 5112 Fri Feb 21 20:38:25 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5113 | |
5114 * Makeconf.in (do-subst-config-vals): Remove extra -L from | |
5115 RLD_FLAG substitution. | |
5116 | |
2709 | 5117 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5118 | |
5119 * Version 2.0.4 released. | |
2707 | 5120 |
5121 * configure.in (SH_LDFLAGS): Add -fPIC for HP-UX. | |
5122 | |
2693 | 5123 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2689 | 5124 |
2702 | 5125 * configure.in (SH_LDFLAGS): Fix typo in last change. |
5126 (RLD_FLAG): Don't forget to put -shared in SH_LDFLAGS for alpha | |
5127 systems. | |
5128 | |
2690 | 5129 * Version 2.0.3 released. |
5130 | |
2693 | 5131 Tue Feb 18 00:33:36 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5132 | |
2690 | 5133 * octMakefile.in (binary-dist): Strip src/octave and info/info. |
5134 | |
2689 | 5135 * examples/oregonator.m, examples/oregonator.cc: New files. |
5136 * examples/Makefile.in (SOURCES): Add them to the list. | |
5137 | |
2682 | 5138 Fri Feb 14 14:07:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5139 | |
2686 | 5140 * install-octave: Don't fail if LIBRARIES file is missing. |
5141 Don't try to install .oct files if there aren't any. | |
5142 | |
2682 | 5143 * octMakefile.in (bin-dist-type): Delete target. |
5144 (binary-dist): Don't depend on bin-dist-type. | |
5145 Don't delete config.status or config.h here. | |
5146 (BINDISTFILES): Include config.status and config.h here. | |
2684 | 5147 (dist): Don't delete Makefile here. |
2685 | 5148 (binary-dist): Avoid empty chmod command. |
2682 | 5149 |
5150 * Makefile.in (config-check): New target. | |
5151 (all): Depend on config-check. | |
5152 (static-binary-distribution, dynamic-binary-distribution): Delete. | |
5153 (binary-distribution): If in source directory, run configure and | |
5154 make with appropriate args. | |
5155 | |
5156 * octMakefile.in (maintainer-clean, distclean): Don't delete Makefile. | |
5157 (CONF_DISTFILES): Distribute Makefile too. | |
5158 | |
2674 | 5159 Thu Feb 13 16:25:09 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5160 | |
2676 | 5161 * configure.in (SH_LD, SH_LDFLAGS): New variables. |
5162 * Makeconf.in: Substitute them. | |
5163 | |
5164 * configure.in (SH_LIBS, SH_FLIBS, SH_TERMLIBS): Delete. | |
5165 | |
5166 * Makeconf.in (SH_LIBS, SH_FLIBS, SH_TERMLIBS): Delete. | |
5167 | |
2674 | 5168 * octave-bug.in: Reinstate RLD_FLAG. |
5169 * mkoctfile.in: Likewise. | |
5170 * Makeconf.in: Likewise. | |
5171 | |
5172 * configure.in: Reinstate RLD_FLAG, but make it optional. | |
5173 | |
2662 | 5174 Tue Feb 4 14:10:35 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5175 | |
5176 * octMakefile.in (binary-dist): Use find and xargs instead of | |
2666 | 5177 requiring chmod to support X. |
2662 | 5178 |
2661 | 5179 Mon Feb 3 23:51:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5180 | |
5181 * examples/info-emacs-octave-help: Update from Kurt Hornik. | |
5182 | |
5183 Fri Jan 31 20:41:15 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5184 | |
5185 * dlfcn/Makefile.in (all): Make libdlfcn.a, not dlfcn.a. | |
5186 | |
2642 | 5187 Wed Jan 29 00:18:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5188 | |
2647 | 5189 * Makeconf.in: Use -M instead of -MM to generate dependencies. |
5190 Don't strip $(srcdir) from output. | |
5191 | |
2645 | 5192 * examples/Makefile.in (install): Install info-emacs-info and |
5193 info-emacs-octave-help in $(archlibdir). | |
5194 | |
2642 | 5195 * configure.in (INSTALL_SCRIPT): Substitute this in Makefiles. |
5196 * octMakefile.in (INSTALL_SCRIPT): New macro. | |
5197 (install): Use it. | |
5198 * Makefile.in (install-strip): New target. | |
5199 | |
2638 | 5200 Tue Jan 28 09:48:32 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5201 | |
2642 | 5202 * aclocal.m4 (OCTAVE_FLIBS): Don't look for values-X*.o. This is |
5203 apparently added automatically now by gcc. Don't put space | |
5204 between -L and directory name. | |
5205 | |
2640 | 5206 * Makefile.in (help): New target. |
5207 (header-msg): extract from all. | |
5208 (all, help): Depend on header-msg. | |
5209 | |
2638 | 5210 * aclocal.m4 (ld_run_path): Fix typo in last fix. |
5211 | |
2629 | 5212 Mon Jan 27 00:10:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5213 | |
2634 | 5214 * Version 2.0.2 released. |
5215 | |
2630 | 5216 * configure.in: Add check for usleep(). |
2633 | 5217 (bsd_gcc_kluge_targets_frag): New fragment. |
5218 | |
2629 | 5219 * Makefile.in: Delete `internal' targets. |
5220 (static-binary-dist, dynamic-binary-dist): Special cases. | |
5221 | |
5222 * octMakefile.in (static-binary-dist, dynamic-binary-dist): | |
5223 New targets. | |
5224 (binary-dist, bin-dist): Delete. | |
5225 | |
2626 | 5226 Sun Jan 26 19:39:51 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5227 | |
5228 * emacs/Makefile.in: New file. | |
5229 * configure.in: create emacs/Makefile. | |
5230 * octMakefile.in: Move/add emacs dir to the appropriate lists. | |
5231 | |
2624 | 5232 Sat Jan 25 22:27:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5233 | |
2626 | 5234 * aclocal.m4 (OCTAVE_CHECK_TYPE): New macro, stolen from bash. |
5235 * configure.in: Use it. | |
5236 * acconfig.h: Add #undef for sigset_t. | |
5237 | |
2625 | 5238 * configure.in (RLD_FLAG): Delete. |
5239 * mkoctfile.in (RLD_FLAG): Delete. | |
5240 * octave-bug.in (RLD_FLAG): Delete. | |
5241 * Makeconf.in (RLD_FLAG): Delete. | |
5242 | |
2624 | 5243 * Makefile.in (bin-dist): New target. |
5244 | |
5245 * install-octave: Rename from doinstall.sh. Update for 2.x. | |
5246 | |
2621 | 5247 Wed Jan 22 11:14:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5248 | |
5249 * aclocal.m4 (ld_run_path): Anchor search at beginning of line to | |
5250 avoid GNU sed bug on HP-UX systems. Use just one sed command. | |
5251 | |
5252 * emacs/octave-hlp.el, emacs/octave-inf.el, emacs/octave-mod.el: | |
5253 New files from Kurt Hornik. | |
5254 * emacs/octave.el: Delete. | |
5255 | |
2610 | 5256 Mon Jan 20 11:16:21 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5257 | |
2613 | 5258 * mkoctfile.in (ALL_CXXFLAGS): Delete reference to -lg++. |
5259 | |
2610 | 5260 * configure.in (RLD_FLAG): For sparc-sun-sunos4*, remove space |
5261 between -L and $(libdir). | |
2613 | 5262 (FPICFLAG): If using g77, set it to -fPIC. |
2610 | 5263 |
5264 Sun Jan 19 15:57:20 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5265 | |
5266 * Makeconf.in, configure.in: Delete FUGLY. | |
5267 | |
2605 | 5268 Wed Jan 8 23:12:02 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5269 | |
5270 * configure.in (DEFAULT_PAGER): On cygwin32 systems, also look for | |
5271 more.com. | |
5272 | |
2602 | 5273 Tue Jan 7 00:16:35 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5274 | |
5275 * Version 2.0.1 released. | |
5276 | |
2600 | 5277 Thu Dec 19 16:18:59 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5278 | |
5279 * aclocal.m4 (OCTAVE_FLIBS): Only add -Xlinker args if compiler is | |
5280 gcc. | |
5281 | |
2593 | 5282 Sat Dec 14 09:46:50 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5283 | |
5284 * README.Linux: New file. | |
5285 * octMakefile.in: Distribute it. | |
5286 | |
2592 | 5287 Fri Dec 13 22:37:49 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5288 | |
5289 * configure.in (TERMLIBS): Look for termcap and terminfo after | |
5290 ncurses and curses. | |
5291 | |
2588 | 5292 Thu Dec 12 02:27:08 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5293 | |
2592 | 5294 * Makeconf.in (ALL_LDFLAGS): Add CPICFLAG here since gcc needs it |
5295 on some systems. | |
5296 | |
5297 * configure.in (FPICFLAGS): Set to -fPIC if using g77 on HP/UX. | |
5298 | |
2588 | 5299 * Makefile.in, octMakefile.in: Delete all doc-dist, local-dist, |
5300 and split-dist targets. Likewise for all other Makefiles in the | |
5301 subdirectories. | |
5302 | |
5303 * README.Windows: Renamed from README.WINDOWS. | |
5304 | |
2583 | 5305 Tue Dec 10 01:33:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5306 | |
5307 * Version 2.0 released. | |
5308 | |
5309 * octMakefile.in (binary-dist): Print message instead of making a | |
5310 binary distribution. | |
5311 | |
2575 | 5312 Mon Dec 9 11:28:27 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5313 | |
2578 | 5314 * README.WINDOWS: New file. |
5315 * octMakefile.in: Distribute it. | |
5316 | |
2577 | 5317 * configure.in: Substitute EXE. On cygwin32 systems, set it to .exe. |
5318 * Makeconf.in (EXE): Add definition. | |
5319 | |
5320 * configure.in: On cygwin32 systems, set default to disable GNU info. | |
5321 | |
2575 | 5322 * aclocal.m4 (OCTAVE_STRING_NPOS): New macro. |
5323 * configure.in: Call it. | |
2577 | 5324 |
2575 | 5325 * acconfig.h: Add undef for NPOS. |
5326 * config.h.bot: Remove kluge for deciding whether to define NPOS. | |
5327 | |
2562 | 5328 Thu Dec 5 11:05:02 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5329 | |
2567 | 5330 * config.sub: Update to current version from FSF. |
5331 | |
2566 | 5332 * Makeconf.in (ALL_LDFLAGS): Add $(FORTRAN_MAIN_FLAG). |
5333 * configure.in (FORTRAN_MAIN_FLAG): Substitute it. | |
5334 | |
2564 | 5335 * octave-bug.in: Prompt for abort, edit, list, or send. |
5336 Get subject from message in case it has been edited. | |
5337 | |
2562 | 5338 * configure.in: When looking for libf2c, provide definitions for |
2566 | 5339 MAIN_ and MAIN__. |
2562 | 5340 |
2560 | 5341 Tue Dec 3 11:35:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5342 | |
5343 * config.guess: Delete second copy of script in file. | |
5344 | |
2558 | 5345 Sun Nov 24 21:40:25 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5346 | |
5347 * configure.in: Set GCC_IEEE_FP_FLAG to -mieee-fp on all x86 | |
5348 systems, not just those running Linux. | |
5349 | |
5350 Fri Nov 22 15:10:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5351 | |
5352 * emacs/octave.el: Update from Kurt Hornik to with fixes for | |
5353 fill-paragraph. | |
5354 | |
2548 | 5355 Wed Nov 20 00:33:03 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5356 | |
2554 | 5357 * Version 1.93. |
5358 | |
2548 | 5359 * aclocal.m4 (OCTAVE_STRUCT_GR_PASSWD): New macro. |
5360 * configure.in: Use it. | |
5361 * acconfig.h (HAVE_GR_PASSWD): Add undef. | |
5362 | |
2546 | 5363 Tue Nov 19 23:10:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5364 | |
5365 * Makeconf.in (INCFLAGS): Add libcruft/misc directory. | |
5366 | |
2512 | 5367 Thu Nov 14 00:07:31 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5368 | |
2520 | 5369 * emacs/octave.el (octave-text-functions): Change set and show to |
5370 gset and gshow. | |
5371 | |
2518 | 5372 * Makeconf.in (TEXI2DVI): Define to be our own private version. |
5373 | |
5374 * texi2dvi: New file. | |
5375 * octMakefile.in (DISTFILES): Add it to the list. | |
5376 | |
2515 | 5377 * configure.in: Don't substitute values in src/mk-oct-links.in. |
5378 | |
2513 | 5379 * emacs/octave.el: Update to version 0.8.6, from Kurt Hornik. |
5380 | |
2512 | 5381 * configure.in (RLD_FLAG): Surround case pattern in changequote. |
5382 | |
5383 * Version 1.92. | |
5384 | |
2508 | 5385 Wed Nov 13 11:04:26 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5386 | |
2512 | 5387 * configure.in: Don't set or substitute LIBINFO. |
5388 (infofile): Set and substitute a default value. | |
5389 | |
5390 * Makeconf.in (do-subst-default-values): Substitute it here. | |
5391 | |
2508 | 5392 * configure.in: If running on an SCO system, define SCO, and force |
5393 HAVE_ISINF and HAVE_ISNAN to be defined. | |
5394 Also check for ieeefp.h and nan.h. | |
2510 | 5395 * acconfig.h (HAVE_ISINF, HAVE_ISNAN, SCO): Add undefs. |
2508 | 5396 |
2503 | 5397 Tue Nov 12 21:50:49 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5398 | |
2506 | 5399 * MAKEINFO.PATCH: Update to use patch relative to texinfo-3.9. |
5400 | |
5401 * INFO.PATCH: New file. | |
5402 * octMakefile.in (DISTFILES): Add it. | |
5403 | |
2503 | 5404 * info: Update to current release from texinfo-3.9. |
5405 | |
2497 | 5406 Mon Nov 11 23:56:58 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5407 | |
5408 * config.h.bot: Only check value of __GNUC__ and __GNUC_MINOR__ if | |
5409 __GNUC__ is defined. | |
5410 | |
2488 | 5411 Fri Nov 8 11:15:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5412 | |
5413 * Makeconf.in (version): Look in $(TOPDIR)/src then | |
5414 $(srcdir)/$(TOPDIR)/src for version.h. | |
5415 | |
5416 * configure.in (TERMLIBS): Print warning message if no term | |
5417 library is found. | |
5418 (CXXLIB_LIST, CXXLIB_PATH, FLIB_LIST, FLIB_PATH): Delete. | |
5419 * Makeconf.in (CXXLIB_LIST, CXXLIB_PATH, FLIB_LIST, FLIB_PATH): | |
5420 Delete. | |
5421 (do-subst-default-vals): Delete CXXLIB_LIST, CXXLIB_PATH, | |
5422 FLIB_LIST, and FLIB_PATH from the list. | |
5423 | |
2482 | 5424 Thu Nov 7 12:43:36 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5425 | |
2485 | 5426 * octMakefile.in (bin-dist-tar): Delete references to octtopnm. |
5427 | |
2484 | 5428 * configure.in (RLD_FLAG): Define if x86-linux. |
5429 | |
2482 | 5430 * Version 1.91. |
5431 | |
2475 | 5432 Wed Nov 6 16:26:39 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5433 | |
5434 * configure.in: Add checks for group stuff. | |
5435 | |
2469 | 5436 Tue Nov 5 12:32:30 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5437 | |
2472 | 5438 * configure.in: Add checks for geteuid, getuid. |
5439 | |
2471 | 5440 * configure.in: Comment out code to handle --enable-readline since |
5441 it doesn't work yet. | |
5442 | |
2469 | 5443 * aclocal.m4 (OCTAVE_SIGNAL_CHECK, OCTAVE_REINSTALL_SIGHANDLERS): |
5444 New checks stolen from bash 2.0 config. | |
5445 * configure.in: Use them. | |
2471 | 5446 |
2469 | 5447 * acconfig.h: Add #undefs for HAVE_BSD_SIGNALS, HAVE_POSIX_SIGNALS, |
5448 HAVE_USG_SIGHOLD, and MUST_REINSTALL_SIGHANDLERS. | |
5449 | |
5450 Mon Nov 4 11:31:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5451 | |
5452 * configure.in: Check for gethostname in libsocket. Apparently | |
5453 needed for some SCO systems. | |
5454 | |
5455 * emacs/octave.el: Update to version 0.8.5 from Kurt Hornik. | |
5456 | |
2454 | 5457 Fri Nov 1 01:33:40 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5458 | |
5459 * octMakefile.in (octave-bug, mkoctfile): After substituting | |
5460 values, chmod a+rx. | |
5461 | |
2452 | 5462 Thu Oct 31 13:50:06 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5463 | |
5464 * octMakefile.in (DISTFILES): Add NEWS.[0-9]. | |
2453 | 5465 * NEWS.1: Old news. |
5466 * NEWS: Just keep news since last major release. | |
2452 | 5467 |
2439 | 5468 Wed Oct 30 01:04:13 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5469 | |
2452 | 5470 * Version 1.90. |
5471 | |
2450 | 5472 * configure.in: Default is now no internal bounds checking. |
5473 | |
2446 | 5474 * Makefile.in (all): Fix message to say 2.7.2, not 2.7.0. |
5475 | |
2445 | 5476 * config.h.bot (GCC_ATTR_NORETURN): Rename from NORETURN. |
5477 (GCC_ATTR_UNUSED): Rename from GCC_ATTRIBUTE_UNUSED. | |
5478 (NPOS): Define if using gcc 2.8.x or later. | |
5479 | |
2439 | 5480 * octMakefile.in (DIRS_TO_MAKE): Add localarchlibdir to list. |
5481 | |
5482 * configure.in (localarchlibdir): New variable. | |
5483 * Makeconf.in (localarchlibdir): Substitute it. | |
5484 (do-subst-default-vals): Likewise. | |
5485 | |
5486 Sun Oct 27 14:03:36 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5487 | |
5488 * Makeconf.in (do-subst-config-vals): Split into two sed commands | |
5489 to try to avoid fixed limits in some seds and/or systems. | |
5490 | |
2427 | 5491 Fri Oct 25 01:13:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5492 | |
2428 | 5493 * config.h.bot: Add definition for GCC_ATTRIBUTE_UNUSED. |
5494 | |
2427 | 5495 * configure.in: Define RUSAGE_TIMES_ONLY if cygwin32. |
2429 | 5496 * acconfig.h: Add undef. |
2427 | 5497 |
5498 Thu Oct 24 21:17:53 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5499 | |
5500 * config.guess: Update to version that understands what to do for | |
5501 cygwin32 systems. | |
5502 | |
2421 | 5503 Fri Oct 18 12:23:57 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5504 | |
5505 * configure.in: Don't comment out substitutions for plplot stuff. | |
5506 | |
2418 | 5507 Wed Oct 16 12:01:37 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5508 | |
5509 * examples/Makefile.in (install): New target. | |
5510 | |
2415 | 5511 Tue Oct 15 14:40:51 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5512 | |
5513 * configure.in: Comment out plplot stuff. | |
2417 | 5514 In commands to get gxx_version and gcc_version, use simpler sed |
5515 command to avoid confusing brain-dead vendor-supplied seds. | |
9967 | 5516 |
2405 | 5517 Mon Oct 14 11:09:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5518 | |
5519 * octMakefile.in (maintainer-clean distclean): Remove mkoctfile too. | |
5520 (kpathsea.info): New target. | |
5521 (dist-info-files): New target. | |
5522 (links-for-dist, links-for-bin-dist, local-dist-tar): | |
5523 Depend on dist-info-files instead of individual files. | |
5524 | |
2391 | 5525 Sat Oct 12 00:17:06 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5526 | |
2398 | 5527 * examples/Makefile.in (clean, mostlyclean): New targets. |
5528 | |
2394 | 5529 * octMakefile.in (CLEANSUBDIRS): New macro. |
5530 Use it for clean targets. | |
5531 | |
2391 | 5532 * config.h.bot (STATIC_CAST, DYNAMIC_CAST, REINTERPRET_CAST): |
5533 New macros. | |
5534 | |
5535 Wed Sep 25 12:24:20 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5536 | |
5537 * configure.in: Don't look in /usr/ucb/include to find getrusage | |
5538 on Solaris systems since that just seems to cause trouble. | |
5539 * Makeconf.in (UCB_INCFLAGS): Delete. | |
5540 | |
5541 Fri Aug 30 09:07:23 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5542 | |
5543 * configure.in (TERMLIBS): Add check for ncurses. | |
5544 | |
2357 | 5545 Tue Aug 20 21:40:26 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5546 | |
5547 * configure.in: Always set FPICFLAG, CPICFLAG, CXXPICFLAG, SHLEXT, | |
5548 RLD_FLAG, DLFCN_DIR, even if SHARED_LIBS is false. | |
5549 | |
2353 | 5550 Thu Aug 15 14:39:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5551 | |
5552 * configure.in (gxx_version, gcc_version): Strip out cygnus- from | |
5553 the version number. | |
5554 | |
2351 | 5555 Tue Jul 30 12:55:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5556 | |
5557 * aclocal.m4 (OCTAVE_FLIBS): Also check for -bI:FILE arg to ld, | |
5558 for AIX systems. | |
5559 | |
2346 | 5560 Thu Jul 25 03:09:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5561 | |
5562 * configure.in: On AIX systems, add "-ll -lld" to LIBDLFCN. | |
5563 | |
2337 | 5564 Fri Jul 19 13:02:05 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5565 | |
5566 * configure.in: If using g77 on alpha, don't add -fpe1 to FFLAGS. | |
5567 | |
2330 | 5568 Mon Jul 15 14:26:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5569 | |
5570 * config.sub: Update to new version from FSF (gcc sources). | |
5571 | |
5572 Thu Jun 13 16:38:51 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5573 | |
5574 * configure.in: Look for g77 before other fortran compilers. | |
5575 | |
5576 Thu Jun 6 00:05:47 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5577 | |
5578 * configure.in: Add check for multiple plot windows in gnuplot. | |
5579 * acconfig.h: Add #undef for GNUPLOT_HAS_FRAMES. | |
5580 | |
5581 Wed May 22 15:05:40 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5582 | |
5583 * configure.in (UCB_INCFLAGS): Another kluge to try to find | |
5584 getrusage on Solaris systems. | |
5585 * Makeconf.in Substitute it. | |
5586 | |
5587 * configure.in (SH_LIBS, SH_FLIBS, SH_TERMLIBS): Define. | |
5588 * Makeconf.in: Substitute. | |
5589 | |
9501 | 5590 Wed May 22 02:42:32 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> |
2330 | 5591 |
5592 * emacs/octave.el (octave-indent-new-line): Protect | |
5593 octave-indent-line with save-excursion. | |
5594 (octave-calc-indent-this-line): Attempt to handle end tokens that | |
5595 are not on separate lines. | |
5596 (octave-electric-semi): Make `;' self-insert if inside comment. | |
5597 (octave-previous-line): Don't try to go back past the beginning of | |
5598 the buffer. | |
5599 | |
5600 Tue May 21 23:11:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5601 | |
5602 * configure.in (F77): Also check for f90. | |
5603 | |
5604 Mon May 20 12:22:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5605 | |
5606 * emacs/octave.el (octave-indent-new-line): Make it do what the | |
5607 docstring says it does. | |
5608 | |
5609 * octave-bug.in: Fix previous change so it also matches things | |
5610 like 1.90, not just 1.1.90. | |
5611 | |
9501 | 5612 Fri May 17 09:58:49 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> |
2330 | 5613 |
5614 * emacs/octave.el (octave-electric-semi): Also call octave-indent-line | |
5615 to indent the current line after inserting a semicolon. | |
5616 | |
5617 Fri May 17 02:53:49 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5618 | |
5619 * octMakefile.in (DIRS_TO_MAKE): Add octincludedir. | |
5620 (all): Add mkoctfile. | |
5621 | |
5622 * configure.in: Don't set values for exec_prefix, bindir, datadir, | |
5623 libdir, libexecdir, includedir, mandir, or infodir, so that they | |
5624 can be set from the configure command line. | |
5625 | |
5626 * configure.in, Makeconf.in: Handle mandir, man1dir and man1ext. | |
5627 Change topincludedir to includedir. Use octincludedir as the | |
5628 subdirectory of includedir where we really install include files. | |
5629 | |
5630 * octave-bug.in (BUGADDR): Also set to octave-maintainers if this | |
5631 looks like a pretest version number. | |
5632 | |
5633 * Makeconf.in (do-subst-config-vals): Use $< instead of | |
5634 referencing $(srcdir) directly. | |
5635 (do-subst-default-vals): Likewise. | |
5636 | |
5637 * octMakefile.in (octave-bug): Depend on octave-bug.in | |
5638 (mkoctfile): Likewise, depend on mkoctfile.in. | |
5639 | |
5640 Thu May 16 11:49:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5641 | |
5642 * octMakefile.in (DISTFILES): Add mkoctfile.in. | |
5643 (install): Install mkoctfile too. | |
5644 | |
5645 * aclocal.m4 (OCTAVE_F2C_F77_COMPAT): Fix typo in last change | |
5646 | |
5647 Mon May 13 04:02:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5648 | |
5649 * configure.in (UGLY_DEFS): Quote " with more \'s. | |
5650 | |
5651 * Makeconf.in (do-subst-config-vals): Quote substitutions here. | |
5652 * octave-bug.in, mkoctfile: Not here. | |
5653 | |
5654 * octMakefile.in (octave-bug, mkoctfile): Depend on Makeconf, | |
5655 octMakefile. | |
5656 | |
5657 * Makeconf.in (do-subst-default-vals): New definition, from | |
5658 src/Makefile.in. | |
5659 | |
5660 * Makeconf.in (do-subst-config-vals): Define here. | |
5661 * octMakefile.in: Not here. | |
5662 | |
5663 * octave-bug.in: Handle more configuration stuff. | |
5664 | |
5665 * configure.in (config_opts): Set from ac_configure_args and subst. | |
5666 * Makeconf.in: Handle config_opts. | |
5667 * octMakefile.in (do-subst-config-vals): Substitute them. | |
5668 | |
5669 Sun May 12 03:37:55 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5670 | |
5671 * Makeconf.in (TERMLIBS): Substitute here. | |
5672 | |
5673 * configure.in (topincludedir): New variable. | |
5674 * Makeconf.in (libexecdir): Substitute it. | |
5675 | |
5676 * octMakefile.in (do-subst-config-vals): Define new command. | |
5677 (octave-bug): Use it. | |
5678 (mkoctfile): New target. | |
5679 | |
5680 * Makefile.in (TARGETS): Add mkoctfile. | |
5681 | |
5682 * examples: New subdirectory. | |
5683 * octMakefile.in: Add it to the appropriate lists. | |
5684 * configure.in: Create examples/Makefile. | |
5685 | |
5686 * octMakefile.in (DIRS_TO_MAKE): Add $(libdir) here. | |
5687 (install): Use INSTALL_PROGRAM to install octave-bug script. | |
5688 Also install config.h. | |
5689 | |
5690 * aclocal.m4 (OCTAVE_F2C_F77_COMPAT): Provide a definition for | |
5691 MAIN__ on Linux systems. | |
5692 | |
5693 Tue Apr 30 05:44:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5694 | |
5695 * configure.in: Handle --enable-bounds-check. | |
5696 * acconfig.h: Add undef for BOUNDS_CHECKING | |
5697 | |
5698 Mon Apr 29 01:42:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5699 | |
5700 * configure.in (AC_FUNC_SETVBUF_REVERSED): Delete. Octave doesn't | |
5701 need this check (it was for info, which has its own configure now). | |
5702 | |
5703 Sun Apr 28 05:41:26 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5704 | |
5705 * configure.in (DEFAULT_PAGER): Don't append -e to less here. | |
5706 | |
5707 Sat Apr 27 22:23:51 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5708 | |
5709 * configure.in: Check for pid_t and sys/types.h. | |
5710 | |
5711 Tue Apr 23 17:44:18 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5712 | |
5713 * configure.in: Check for fcntl.h, not sys/fcntl.h. | |
5714 Add checks for various system calls. | |
5715 | |
5716 Sun Apr 7 16:42:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5717 | |
5718 * configure.in: Check for strdup. | |
5719 | |
5720 * Makefile.in (TARGETS): Add dlfcn. | |
5721 * octMakefile.in (DISTSUBDIRS): Add dlfcn. | |
5722 (SUBDIRS): Add @DLFCN_DIR@. | |
5723 * configure.in: On AIX systems: set DLFCN_DIR=dlfcn when doing | |
5724 shared libraries, bypass checks for dlopen, etc., set and | |
5725 substitute LIBDLFCN and DLFCN_INCFLAGS. Create dlfcn/Makefile. | |
5726 | |
5727 Sat Apr 6 21:45:40 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5728 | |
5729 * Makeconf.in (%.d : %.cc, %.d : %.c): Add dependency for pic/%.o. | |
5730 | |
5731 Fri Mar 29 13:38:40 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5732 | |
5733 * octMakefile.in (maintainer-clean distclean): Delete mk-oct-links. | |
5734 | |
5735 Wed Mar 27 09:05:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5736 | |
5737 * aclocal.m4 (OCTAVE_FLIBS): Fix typo in message. | |
5738 | |
5739 Tue Mar 26 02:41:16 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5740 | |
5741 * configure.in (UGLY_DEFS): Undo previous change. | |
5742 When checking for various libraries, don't check for main(), but | |
5743 instead look for functions that are actually supposed to be in | |
5744 those libraries. | |
5745 Require autoconf 2.9. | |
5746 If using solaris2, don't add /usr/ucblib/libucb.a to LIBS until | |
5747 near the very end, then check for for getrusage and times just | |
5748 after that. | |
5749 | |
5750 * Makeconf.in (UGLY_DEFS): Ditto. | |
5751 | |
5752 * octave-bug.in: Don't send empty bug reports. | |
5753 | |
5754 Sat Mar 23 04:55:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5755 | |
5756 * octMakefile.in (DISTDIRS): Omit plplot for now. | |
5757 * Makefile.in (TARGETS): Likewise. | |
5758 | |
5759 Fri Mar 22 06:15:44 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5760 | |
5761 * configure.in: Add checks for sys/times.h and times(). | |
5762 (GCC_IEEE_FP_FLAG): Define this if using gcc 2.8.x or later on | |
5763 Alpha/OSF systems. | |
5764 | |
5765 Wed Mar 20 02:04:08 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5766 | |
5767 * octMakefile.in (octave.info): cd to doc/interpreter, not doc. | |
5768 | |
5769 Sun Mar 3 10:01:13 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5770 | |
5771 * config.h.bot: Define HEAVYWEIGHT_INDEXING here. | |
5772 | |
5773 * Makefile.in (TARGETS): Remove dld. | |
5774 * octMakefile.in (DISTSUBDIRS): Ditto. | |
5775 * configure.in: Don't create dld/Makefile. | |
5776 Do create doc/fac/Makefile, doc/interpreter/Makefile, | |
5777 doc/liboctave/Makefile, and doc/refcard/Makefile. | |
5778 | |
5779 Thu Feb 29 08:55:25 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5780 | |
5781 * Makeconf.in (%.o : %.c): Use pattern rule instead of suffix rule. | |
5782 (%.o : %.cc): Likewise. | |
5783 (pic/%.o : %.c, pic/%.o : %.cc): Use separate rules instead of | |
5784 expecting one rule to generate two output files. | |
5785 * configure.in (f77_rules_frag): Use separate rules here too. | |
5786 | |
5787 Mon Feb 26 03:34:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5788 | |
5789 * configure.in: If --disable-dl or --disable-shl, don't check for | |
5790 dynamic linking functions. | |
5791 (includedir): Append version. | |
5792 | |
5793 Wed Feb 14 12:20:57 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5794 | |
5795 * octMakefile.in (snapshot-version): Don't quote version number. | |
5796 | |
5797 * aclocal.m4 (OCTAVE_FLIBS): Avoid setting FLIBS=" ". | |
5798 | |
5799 Sat Feb 10 12:59:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5800 | |
5801 * glob/Makefile.in (install): New target. | |
5802 | |
5803 Fri Feb 9 14:00:53 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5804 | |
5805 * configure.in: Fix help text for --enable-shared option. | |
5806 | |
5807 Thu Feb 8 10:17:55 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5808 | |
5809 * octMakefile.in (CONF_DISTFILES): New variable. | |
5810 (DISTFILES): Use it instead of listing things twice. | |
5811 (CONF_DISTSUBDIRS): New variable. | |
5812 (conf-dist): New target. | |
5813 | |
5814 * Makefile.in (TARGETS): Add conf-dist. | |
5815 | |
5816 * configure.in (CXX_VERSION, CC_VERSION): Substitute them. | |
5817 * octMakefile.in (octave-bug): Substitute them here too. | |
5818 * octave-bug.in: Put them in the configuration message. | |
5819 | |
5820 Sat Feb 3 08:53:56 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5821 | |
5822 * configure.in: RLD_FLAG should be empty by default, but give it a | |
9967 | 5823 value for alpha-dec-osf* systems. |
2330 | 5824 |
5825 Fri Feb 2 23:03:40 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5826 | |
5827 * Makeconf.in: Actually do add substitutions for FPICFLAG, | |
5828 CPICFLAG, and CXXPICFLAG. | |
5829 | |
5830 Thu Feb 1 14:58:16 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5831 | |
5832 * configure.in (%.c : %.f): Fix typo. | |
5833 | |
5834 Wed Jan 24 14:47:58 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5835 | |
5836 * configure.in: Also configure in glob subdirectory. | |
5837 Make pattern rule say how to make .o from .f, not .f from .o. Duh. | |
5838 | |
5839 * octMakefile.in: Add glob stuff to the appropriate lists. | |
5840 * Makeconf.in: Likewise. | |
5841 | |
5842 * aclocal.m4: Add test for program_invocation_name. | |
5843 * configure.in: Use it here. | |
5844 | |
5845 * acconfig.h: Add #undef here. | |
5846 | |
5847 Mon Jan 22 17:32:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5848 | |
5849 * configure.in: Add checks for mode_t, off_t, size_t, uid_t, | |
5850 dev_t, ino_t, and nlink_t typedefs. | |
5851 * acconfig.h: Add undefs for dev_t, ino_t, and nlink_t. | |
5852 | |
5853 Sat Jan 20 21:05:49 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5854 | |
5855 * configure.in: For Fortran rules, use pattern rules instead of | |
5856 suffix rules. | |
5857 | |
5858 Fri Jan 19 12:38:23 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5859 | |
5860 * configure.in: When checking for libf2c.a, add -lm and an extra lib. | |
5861 | |
5862 Wed Jan 10 16:36:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5863 | |
5864 * configure.i: Add missing colon in .o.f pattern for f2c rules. | |
5865 | |
5866 Mon Jan 8 23:18:39 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5867 | |
5868 * configure.in (AC_PROG_LN_S): New check. | |
5869 * Makeconf.in (LN_S): Substitute it. | |
5870 | |
5871 * configure.in (libexecdir): New variable. | |
5872 (archlibdir, octfiledir, localoctfiledir): Use it instead of libdir. | |
5873 (datadir): Default to $(prefix)/share instead of $(prefix)/lib. | |
5874 | |
5875 * Makeconf.in (libexecdir): Substitute it. | |
5876 | |
5877 * configure.in (localoctfiledir): Use $(libdir), not $(datadir). | |
5878 | |
5879 Sun Jan 7 18:40:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5880 | |
5881 * aclocal.m4 (OCTAVE_SMART_PUTENV): New macro, extracted from | |
5882 the kpathsearch library. | |
5883 * configure.in: Call it. | |
5884 | |
5885 Fri Dec 29 22:07:52 1995 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5886 | |
5887 * Makeconf.in (subdir-for-command): New definition for | |
5888 SUBDIR_FOR_COMMAND using GNU Make `foreach' instead of shell `for' | |
5889 command. | |
5890 * libcruft/Makefile.in, scripts/Makefile.in, octMakefile.in: | |
5891 Invoke new definition with `@'. | |
5892 | |
5893 Wed Dec 27 14:27:48 1995 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5894 | |
5895 * octMakefile.in (SUBDIRS): Delete DLD_DIR. | |
5896 (distclean): Delete Makerules.f77. | |
5897 | |
5898 * Makeconf.in (WITH_DLD): Delete variable. | |
5899 | |
5900 * configure.in: Delete support for dynamic linking with dld. | |
5901 | |
5902 * configure.in, Makeconf.in: Use consistent names for WITH_DL, | |
5903 WITH_SHL, OCTAVE_LITE, and SHARED_LIBS | |
9967 | 5904 |
2330 | 5905 * config.h.bot: Undo previous change. |
5906 * acconfig.h: Add #undef for WITH_DYNAMIC_LINKING. | |
5907 * Makeconf.in: Substitute it here too. | |
5908 * configure.in: Set it here. | |
5909 | |
5910 Tue Dec 26 00:12:14 1995 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5911 | |
5912 * configure.in (AC_CONFIG_SUBDIRS): Delete libcruft. | |
5913 (AC_OUTPUT): List libcruft files here. | |
5914 | |
5915 * configure.in, Makeconf.in: Handle Fortran compilation rules | |
5916 using an included fragment in Makeconf. | |
5917 | |
5918 Mon Dec 25 22:14:21 1995 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5919 | |
5920 * configure.in (CPICFLAG, CXXPICFLAG, FPICFLAG): New variables. | |
5921 * Makeconf.in: Substitute them. | |
5922 | |
5923 * configure.in: Handle --enable-shared option. | |
5924 Handle Fortran source files differently. | |
5925 * Makeconf.in (SHARED_LIBS): Substitute shared_libs. | |
5926 (SHLEXT, RLD_FLAG, fortran_rules_flag): Substitute these too. | |
5927 (.c.o, .cc.o): Handle creating position independent code for | |
5928 shared libraries. | |
5929 | |
5930 Sun Dec 24 00:29:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5931 | |
5932 * config.h.bot: Maybe define WITH_DYNAMIC_LINKING. | |
5933 | |
5934 * Makeconf.in (WITH_DL, WITH_SHL): Substitute values. | |
5935 * acconfig.h: Add undefs for WITH_DL and WITH_SHL. | |
5936 * configure.in: Handle --enable-dl and --enable-shl. | |
5937 Check for -ldl and dlopen, dlsym, dlclose, and dlerror. | |
5938 Check for -ldld and shl_load, shl_findsym. | |
5939 (have_fortran_compiler): Quit if no suitable Fortran compiler is | |
5940 found. | |
5941 | |
5942 Fri Nov 3 03:33:42 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
5943 | |
5944 * emacs/octave-mode.el: Rename from octave.el. | |
5945 | |
5946 Wed Oct 11 19:22:12 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
5947 | |
5948 * configure.in (GNUPLOT_BINARY): When checking for multiplot, | |
5949 issue a `set term unknown' command first. | |
5950 | |
5951 Wed Oct 4 01:42:35 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
5952 | |
5953 * config.guess: Add entry for PowerPC Macs running Machten. | |
5954 | |
5955 * octMakefile.in (dist-z): Remove old .gz file before creating new one. | |
5956 | |
5957 Mon Oct 2 19:17:22 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
5958 | |
5959 * configure.in: Check to see if it looks like gnuplot supports | |
5960 multiplot. | |
5961 * acconfig.h: Add undef for GNUPLOT_HAS_MULTIPLOT. | |
5962 | |
5963 * acconfig.h: #undefs for HAVE_FINITE, HAVE_ISNAN, HAVE_ISINF, | |
5964 HAVE_TERMIOS_H, HAVE_TERMIO_H, and HAVE_SGTTY_H removed. This | |
5965 file should only have things that autoheader can't figure out. | |
5966 | |
5967 Sun Oct 1 17:08:37 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
5968 | |
5969 * octMakefile.in (clean-tar): Also omit directories called OLD and | |
5970 files beginning with =. | |
5971 | |
5972 Fri Sep 29 01:04:31 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
5973 | |
5974 * ROADMAP: New file. | |
5975 * (DISTFILES): Include it. | |
5976 | |
5977 * emacs: New subdirectory for Emacs-related stuff. | |
5978 * octMakefile.in (DISTDIRS, BINDISTSUBDIRS): Include emacs. | |
5979 (DISTFILES, BINDISTFILES): Don't include octave-mode.el. | |
5980 | |
5981 Tue Sep 26 03:56:39 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
5982 | |
5983 * configure.in: Don't add -Wno-unused to CFLAGS or CXXFLAGS. | |
5984 * config.h.bot: Remove definition of UNUSED. | |
5985 | |
5986 * config.sub: Replace with current version from FSF. | |
5987 * config.guess: Likewise. | |
5988 | |
5989 Thu Sep 21 20:29:00 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
5990 | |
5991 * configure.in (AR, ARFLAGS): Set defaults for these, but also | |
5992 allow them to come from the environment. | |
5993 * Makeconf.in (AR, ARFLAGS): New variables to substitute. | |
5994 | |
5995 Wed Sep 20 00:51:24 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
5996 | |
5997 * octMakefile.in (maintainer-clean): Also remove Makeconf, | |
5998 config.cache, config.h, and config.log. | |
5999 | |
6000 Tue Sep 19 17:20:32 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
6001 | |
6002 * sighandlers.h [HAVE_SIGACTION && HAVE_SIGPROCMASK && | |
6003 HAVE_SIGPENDING && HAVE_SIGSUSPEND]: #define HAVE_POSIX_SIGNALS. | |
6004 | |
6005 * configure.in: Check for sigaction(), sigprocmask(), | |
6006 sigpending(), and sigsuspend() functions. | |
6007 Don't do anything special about checking for termios.h, termio.h, | |
6008 and sgtty.h. | |
6009 | |
6010 Mon Sep 18 22:39:33 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
6011 | |
6012 * config.h.bot [__GNUC__]: Define NORETURN. | |
6013 | |
6014 Fri Sep 15 05:12:29 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
6015 | |
6016 * configure.in (AC_C_BIGENDIAN): Remove test. | |
6017 | |
6018 Thu Sep 14 02:07:51 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
6019 | |
6020 * configure.in (LIBPLPLOT): Disable plplot by default for now. | |
6021 Check for mkdir, rmdir, rename, and umask. | |
6022 | |
6023 * All Makefile.in files: Convert from realclean to | |
6024 maintainer-clean, for GNU coding standards. | |
6025 | |
6026 * configure.in: Call AC_FUNC_CLOSEDIR_VOID. | |
6027 | |
6028 Wed Sep 13 03:25:37 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
6029 | |
6030 * configure.in: Do check for IEEE functions on the Alpha. | |
6031 | |
6032 Mon Sep 11 19:08:47 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
6033 | |
6034 * configure.in: Call AC_STRUCT_ST_BLKSIZE, AC_STRUCT_ST_BLOCKS, | |
6035 and AC_STRUCT_ST_RDEV. | |
6036 | |
6037 Tue Sep 5 02:02:35 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
6038 | |
6039 * configure.in: Check for sys/param.h and sys/stat.h | |
6040 Use AC_HEADER_TIME, not AC_TIME_WITH_SYS_TIME. | |
6041 Use AC_HEADER_SYS_WAIT. | |
6042 | |
6043 Thu Aug 24 15:35:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
6044 | |
6045 * configure.in: Don't set or call AC_SUBST for CXXFLAGS or CFLAGS, | |
6046 and don't call AC_SUBST for LDFLAGS -- autoconf takes care of this. | |
6047 If adding -Wall, add -Wno-unused too. | |
6048 | |
6049 Tue Aug 22 01:37:02 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
6050 | |
6051 * Makefile.in (all): Update message. | |
6052 | |
6053 * config.h.bot: New file. | |
6054 * octMakefile.in (DISTFILES): Add it to the list. | |
6055 | |
6056 * acconfig.h (USE_PLPLOT): Add #undef. | |
6057 | |
6058 Mon Aug 21 19:33:33 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
6059 | |
6060 * Makefile.in (NO_DEP_TARGETS): New variable, for targets that can | |
6061 be made without updating dependency files. | |
6062 | |
6063 Sun Jun 25 18:27:49 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
6064 | |
6065 * configure.in (FFLAGS): Add -fpe1 on alpha-dec-osf1 systems. | |
6066 | |
6067 Thu May 4 22:26:34 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
6068 | |
6069 * configure.in: export CC, CXX, and F77 before calling | |
6070 AC_CONFIG_SUBDIRS. | |
6071 | |
6072 Mon May 1 14:17:07 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
6073 | |
6074 * configure.in: Handle --with-plplot. | |
6075 (AC_CONFIG_SUBDIRS): Add plplot directory if --with-plplot. | |
6076 * plplot: New subdirectory. | |
6077 * Makefile.in (plplot): New target. | |
6078 * octMakefile.in (SUBDIRS): Add @PLPLOT_DIR@. | |
6079 (DISTDIRS): Add plplot. | |
6080 | |
6081 * acconfig.h: Add #undef for GETTIMEOFDAY_NO_TZ. | |
6082 | |
6083 * configure.in: Improve check for gettimeofday. | |
6084 | |
6085 Mon May 1 12:50:03 1995 John Eaton (jwe@bullwinkle.che.utexas.edu) | |
6086 | |
6087 * acconfig.h (OCTAVE_LITE): Fix comment. | |
6088 | |
6089 Tue Apr 11 20:31:52 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
6090 | |
6091 * configure.in (INFO_DIR, READLINE_DIR): New variables. | |
6092 If $USE_GNU_INFO, AC_DEFINE it, don't AC_SUBST it. | |
6093 Likewise, for USE_READLINE. | |
6094 | |
6095 * octMakefile.in (SUBDIRS): Substitute INFO_DIR and READLINE_DIR. | |
6096 | |
6097 * aclocal.m4 (OCTAVE_F77_UPPERCASE_NAMES): New macro. | |
6098 (OCTAVE_F77_APPEND_UNDERSCORES): Require it. | |
6099 * configure.in: Use it. | |
6100 (info_subdir): If $USE_GNU_INFO, then run configure in info | |
6101 subdirectory too. | |
6102 Don't check for sys/ttold.h or sys/ptem.h. | |
6103 | |
6104 Mon Apr 10 00:17:57 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
6105 | |
6106 * configure.in (UGLY_DEFS): Delete commands to create this. | |
6107 * Makeconf.in (UGLY_DEFS): Delete substitution. | |
6108 * Makeconf.in (UGLY_ALL_CFLAGS): Delete definition. | |
6109 | |
6110 * configure.in: Add scripts and libcruft to CONFIG_SUBDIRS. | |
6111 Don't edit scripts or libcruft Makefiles here. | |
6112 Reorganize checking for the Fortran compiler. | |
6113 | |
6114 * octMakefile.in (DISTFILES): Delete f2c-compat.sh flibs.sh | |
6115 cxxlibs.sh from list. Add aclocal.m4. | |
6116 * configure.in: Use new macros defined in aclocal.m4. Don't use | |
6117 external shell scripts. Cache values. | |
6118 | |
6119 * aclocal.m4: New file. | |
6120 | |
6121 Sun Apr 9 12:47:27 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
6122 | |
6123 * configure.in: Print status message before exiting. | |
6124 Cache CXXLIBS and FLIBS. | |
6125 | |
6126 * acconfig.h: Delete #undefs for floating point format. | |
6127 * octMakefile.in (DISTFILES): Delete float-type.c from list. | |
6128 * configure.in: Don't try to determine floating point format at | |
6129 configuration time. | |
6130 | |
6131 Mon Apr 3 21:46:10 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
6132 | |
6133 * configure.in: Create scripts/time/Makefile too. | |
6134 | |
6135 * configure.in (gxx_version): Handle new gcc version message. | |
6136 (gcc_version): Likewise. | |
6137 | |
6138 Wed Mar 29 22:59:42 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
6139 | |
6140 * configure.in (AC_STRFTIME): Delete check. | |
6141 (AC_STRUCT_TIMEZONE): New check. | |
6142 | |
6143 Wed Mar 22 08:31:21 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
6144 | |
6145 * Makeconf.in (ALL_FFLAGS, FUGLY): New variables. | |
6146 | |
6147 * configure.in: Use AC_ARG_ENABLE and AC_ARG_WITH consistently. | |
6148 Handle --with-g77. Substitute new variable FUGLY. If F77 is g77, | |
6149 set it to -fugly. Substitute command for making .o from .f. | |
6150 | |
6151 Tue Mar 21 14:24:32 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
6152 | |
6153 * cxxlibs.sh: Extract -R options like -L options. | |
6154 * configure.in (FLIB_PATH, FLIB_LIST): Extract -R options along | |
6155 with -L options. | |
6156 | |
6157 Tue Mar 21 14:20:55 1995 Paul Eggert <eggert@twinsun.com> | |
6158 | |
6159 * configure.in (CXX): Export; cxxlibs.sh needs this. | |
6160 (FLIB_LIST, CXXLIB_LIST): Extract -R options along with -L options. | |
6161 | |
6162 * flibs.sh: Treat `-L foo' like `-Lfoo'. Extract -R options | |
6163 like -L options. | |
6164 | |
6165 Tue Mar 21 08:08:06 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
6166 | |
6167 * flibs.sh: Search for values-X*.o, not values-*.o. | |
6168 | |
6169 Fri Mar 10 10:32:27 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
6170 | |
6171 * Makeconf.in (SUBDIR_FOR_COMMAND): New command definition. | |
6172 * octMakefile.in: Use it. | |
6173 | |
6174 * octMakefile.in (install, uninstall, tags, TAGS, clean, | |
6175 mostlyclean, distclean, realclean): Combine actions. | |
6176 | |
6177 Tue Feb 28 21:24:35 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
6178 | |
6179 * configure.in (FC): Set to $F77 and substitute it. | |
6180 * Makeconf.in (FC): Add substitution line. | |
6181 | |
6182 Sun Feb 26 00:20:19 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
6183 | |
6184 * dointsall.sh: Create ls-R database. | |
6185 | |
6186 * configure.in: Configure kpathsea using AC_CONFIG_SUBDIRS(). | |
6187 Remove check for SMART_PUTENV. | |
6188 Remove kpathsea/c-auto.h from AC_CONFIG_HEADER(). | |
6189 | |
6190 * make: New directory, for kpathsea configuration. | |
6191 * octMakefile.in (DISTDIRS): Add it | |
6192 | |
6193 * kpathsea: Update with 2.6 distribution. | |
6194 | |
6195 * Makefile.in (TARGETS): New variable. Combine all identical targets. | |
6196 | |
6197 * configure.in (LIBINFO, LIBREADLINE): New variables to substitute. | |
6198 | |
6199 Sat Feb 25 18:47:11 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
6200 | |
6201 * acconfig.h (USE_READLINE): Add #undef. | |
6202 * configure.in: Add support for --enable-readline. | |
6203 | |
6204 * acconfig.h (USE_GNU_INFO): Add #undef. | |
6205 * configure.in: Add support for --enable-info. | |
6206 | |
6207 * acconfig.h (RUN_IN_PLACE): Delete #undef. | |
6208 | |
6209 See ChangeLog.1 for earlier changes. |