Mercurial > hg > octave-lyh
annotate ChangeLog @ 7806:edc25a3fb2bc
handle floats in mk-opts.pl
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Thu, 22 May 2008 11:20:09 +0200 |
parents | 82be108cc558 |
children | feaaf725c54f |
rev | line source |
---|---|
7806
edc25a3fb2bc
handle floats in mk-opts.pl
Jaroslav Hajek <highegg@gmail.com>
parents:
7789
diff
changeset
|
1 2008-05-22 Jaroslav Hajek <highegg@gmail.com> |
edc25a3fb2bc
handle floats in mk-opts.pl
Jaroslav Hajek <highegg@gmail.com>
parents:
7789
diff
changeset
|
2 |
edc25a3fb2bc
handle floats in mk-opts.pl
Jaroslav Hajek <highegg@gmail.com>
parents:
7789
diff
changeset
|
3 * 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
|
4 emit_show_function): Support float type. |
edc25a3fb2bc
handle floats in mk-opts.pl
Jaroslav Hajek <highegg@gmail.com>
parents:
7789
diff
changeset
|
5 |
7789
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7702
diff
changeset
|
6 2008-05-20 David Bateman <dbateman@free.fr> |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7702
diff
changeset
|
7 |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7702
diff
changeset
|
8 * 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
|
9 log1pf and tgammaf. Also check for libfftw3f. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7702
diff
changeset
|
10 |
7702
80b78635eefe
Drop the Encoding key
Rafael Laboissiere <rafael@debian.org>
parents:
7698
diff
changeset
|
11 2008-04-09 Rafael Laboissiere <rafael@debian.org> |
80b78635eefe
Drop the Encoding key
Rafael Laboissiere <rafael@debian.org>
parents:
7698
diff
changeset
|
12 |
80b78635eefe
Drop the Encoding key
Rafael Laboissiere <rafael@debian.org>
parents:
7698
diff
changeset
|
13 * example/octave.desktop.in: Drop the Encoding key, which is |
80b78635eefe
Drop the Encoding key
Rafael Laboissiere <rafael@debian.org>
parents:
7698
diff
changeset
|
14 deprecated by the FreeDesktop standard. |
80b78635eefe
Drop the Encoding key
Rafael Laboissiere <rafael@debian.org>
parents:
7698
diff
changeset
|
15 |
7698
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7694
diff
changeset
|
16 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
|
17 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7694
diff
changeset
|
18 * 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
|
19 |
7694 | 20 2008-04-03 Tatsuro MATSUOKA <tmacchant@yahoo.co.jp> |
21 | |
22 * README.Cygwin: Update. | |
23 | |
7683
8136cb19fb7a
implement BLAS-F77 call compatibility check
Jaroslav Hajek <highegg@gmail.com>
parents:
7638
diff
changeset
|
24 2008-04-02 Jaroslav Hajek <highegg@gmail.com> |
8136cb19fb7a
implement BLAS-F77 call compatibility check
Jaroslav Hajek <highegg@gmail.com>
parents:
7638
diff
changeset
|
25 |
8136cb19fb7a
implement BLAS-F77 call compatibility check
Jaroslav Hajek <highegg@gmail.com>
parents:
7638
diff
changeset
|
26 * acx_blas_f77_func.m4: New file. |
8136cb19fb7a
implement BLAS-F77 call compatibility check
Jaroslav Hajek <highegg@gmail.com>
parents:
7638
diff
changeset
|
27 * 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
|
28 Supply a warning for incompatible Fortran/BLAS configuration. |
8136cb19fb7a
implement BLAS-F77 call compatibility check
Jaroslav Hajek <highegg@gmail.com>
parents:
7638
diff
changeset
|
29 |
7638
2df457529cfa
implement expm1 and log1p functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7636
diff
changeset
|
30 2008-03-25 Jaroslav Hajek <highegg@gmail.com> |
2df457529cfa
implement expm1 and log1p functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7636
diff
changeset
|
31 |
2df457529cfa
implement expm1 and log1p functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7636
diff
changeset
|
32 * configure.in: Check for expm1 and log1p functions. |
2df457529cfa
implement expm1 and log1p functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7636
diff
changeset
|
33 |
7636
99c410f7f0b0
implement mapper function for banker's rounding
Jaroslav Hajek <highegg@gmail.com>
parents:
7619
diff
changeset
|
34 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
|
35 |
99c410f7f0b0
implement mapper function for banker's rounding
Jaroslav Hajek <highegg@gmail.com>
parents:
7619
diff
changeset
|
36 * configure.in: Check for trunc. |
99c410f7f0b0
implement mapper function for banker's rounding
Jaroslav Hajek <highegg@gmail.com>
parents:
7619
diff
changeset
|
37 |
7619 | 38 2008-03-21 David Bateman <dbateman@free.fr> |
39 | |
40 * configure.in (HAVE_AMD): Complete test for presence of amd. | |
41 | |
7601
8a939b217863
Treat negative values to lgamma and beta correctly
David Bateman <dbateman@free.fr>
parents:
7579
diff
changeset
|
42 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
|
43 |
8a939b217863
Treat negative values to lgamma and beta correctly
David Bateman <dbateman@free.fr>
parents:
7579
diff
changeset
|
44 * 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
|
45 |
7579 | 46 2008-03-11 David Bateman <dbateman@free.fr> |
47 | |
48 * run-octave.in: Fix typo. | |
49 | |
7512
59bee17bc192
ignore errors installing octave.desktop file
John W. Eaton <jwe@octave.org>
parents:
7483
diff
changeset
|
50 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
|
51 |
59bee17bc192
ignore errors installing octave.desktop file
John W. Eaton <jwe@octave.org>
parents:
7483
diff
changeset
|
52 * 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
|
53 installing octave.desktop file. |
59bee17bc192
ignore errors installing octave.desktop file
John W. Eaton <jwe@octave.org>
parents:
7483
diff
changeset
|
54 |
7483
fb66330b2608
don't special case SH_LD for FreeBSD and OpenBSD
John W. Eaton <jwe@octave.org>
parents:
7482
diff
changeset
|
55 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
|
56 |
fb66330b2608
don't special case SH_LD for FreeBSD and OpenBSD
John W. Eaton <jwe@octave.org>
parents:
7482
diff
changeset
|
57 * 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
|
58 |
7482
29980c6b8604
don't check f77_exception_encountered
John W. Eaton <jwe@octave.org>
parents:
7449
diff
changeset
|
59 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
|
60 |
29980c6b8604
don't check f77_exception_encountered
John W. Eaton <jwe@octave.org>
parents:
7449
diff
changeset
|
61 * 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
|
62 |
7449 | 63 2008-02-06 John W. Eaton <jwe@octave.org> |
64 | |
65 * examples/Makefile.in (octave.desktop): | |
66 Use mv instead of move-if-change. | |
67 | |
7448 | 68 2008-02-05 John W. Eaton <jwe@octave.org> |
69 | |
70 * dlfcn/Makefile.in: Unconditionally include $(MAKEDEPS). | |
71 Mark $(MAKEDEPS) as .PHONY targets if omit_deps is true. | |
72 | |
7361 | 73 2008-01-12 John W. Eaton <jwe@octave.org> |
74 | |
75 * aclocal.m4: Call AC_SUBST instead of AC_DEFINE_UNQOTED for | |
76 GNUPLOT_BINARY. | |
77 * aclocal.m4, configure.in: Use GNUPLOT instead of GNUPLOT_BINARY | |
78 as variable name. | |
79 * Makeconf.in (GNUPLOT): Substitute. | |
80 (do-subst-config-vals): Substitute GNUPLOT. | |
81 | |
7334 | 82 2007-12-21 John W. Eaton <jwe@octave.org> |
83 | |
84 Version 3.0.0 released. | |
85 | |
7315 | 86 2007-12-13 John W. Eaton <jwe@octave.org> |
87 | |
88 * octMakefile.in (octave-bug, octave-config, mkoctfile): | |
89 Also depend on $(top_srcdir)/src/version.h. | |
90 | |
7273 | 91 2007-12-10 John W. Eaton <jwe@octave.org> |
92 | |
93 * acx_blas.m4: Use -lsunperf, not -xlic_lib=sunperf. | |
94 From Jim Langston <Jim.Langston@Sun.COM>. | |
95 | |
7266 | 96 2007-12-06 John W. Eaton <jwe@octave.org> |
97 | |
98 * configure.in (*-*-darwin*): Only set CPICFLAG, CXXPICFLAG, and | |
99 FPICFLAG to "" on powerpc systems. | |
100 | |
7253 | 101 2007-12-04 John W. Eaton <jwe@octave.org> |
102 | |
103 * octave-bug.in (LIBDLFCN): Delete variable and all uses. | |
104 * Makeconf.in (LIBDLFCN, DLFCN_INCFLAGS): Likewise. | |
105 * configure.in (DLFCN_DIR, LIBDLFCN, DLFCN_INCFLAGS): Likewise. | |
106 Don't generate dlfcn/Makefile. | |
107 * octMakefile.in (DISTSUBDIRS): Delete dlfcn from the list. | |
108 (SUBDIRS): Don't substitute DLFCN_DIR here. | |
109 | |
7244 | 110 2007-12-03 Moritz Borgmann <octave@moriborg.de> |
111 | |
112 * Makeconf.in, aclocal.m4, configure.in: Check for find program, | |
113 preferably gfind (on non-GNU systems). Need a sane find for | |
114 run-octave script. | |
115 * run-octave.in: Use FIND and AWK as determined by configure. | |
116 | |
7237 | 117 2007-12-03 John W. Eaton <jwe@octave.org> |
118 | |
119 * configure.in: If available, include <sys/types.h> in test for | |
120 sigset_t and sig_atomic_t. | |
121 | |
7231 | 122 2007-11-30 Moritz Borgmann <octave@moriborg.de> |
123 | |
124 * configure.in: Also check for sunmath.h. | |
125 | |
7189 | 126 2007-11-26 David Bateman <dbateman@free.fr> |
127 | |
128 * PROJECTS: condest now implemented. | |
129 | |
130 * NEWS: Document the TeX interpreter mode and its limitations with | |
131 gnuplot 4.0. | |
132 | |
133 * NEWS: Document the use of "colormap gmap40" to workaround some | |
134 gnuplot 4.0 colormap issues. | |
135 | |
7177 | 136 2007-11-14 John W. Eaton <jwe@octave.org> |
137 | |
138 * configure.in: Don't create Makefrag.bsd. | |
139 | |
7173 | 140 2007-11-14 Joseph P. Skudlarek <Jskud@Jskud.com> |
141 | |
142 * configure.in: Rework pcre.h tests to work with autoconf 2.59, | |
143 and avoid explicit pcre/pcre.h check by using pcre-config. | |
144 | |
7171 | 145 2007-11-13 Joseph P. Skudlarek <Jskud@Jskud.com> |
146 | |
147 * octave-bug.in: Try mailx, then Mail, then /usr/ucb/mail, then | |
148 /bin/mail. | |
149 | |
7169 | 150 2007-11-13 John W. Eaton <jwe@octave.org> |
151 | |
152 * configure.in: Only define HAVE_PCRE_H if <pcre.h> has the | |
153 definitions we need. Likewise for <pcre/pcre.h>. | |
154 | |
7155 | 155 2007-11-10 John W. Eaton <jwe@octave.org> |
156 | |
157 * configure.in: Delete AC_SUBST_FILE(f77_rules_frag). | |
158 | |
7117 | 159 2007-11-07 John W. Eaton <jwe@octave.org> |
160 | |
161 * configure.in: Also check for pcre/pcre.h. | |
162 | |
7095 | 163 2007-11-01 John W. Eaton <jwe@octave.org> |
164 | |
165 * configure.in: Delete BLAS library calling convention | |
166 compatibility check. | |
167 | |
7088 | 168 2007-10-31 John W. Eaton <jwe@octave.org> |
169 | |
170 * README.binary-dist: Delete. | |
171 | |
172 * README.MachTen: Delete. | |
173 * octMakefile.in (DISTFILES): Remove it from the list. | |
174 | |
7081 | 175 2007-10-30 David Bateman <dbateman@free.fr> |
176 | |
177 * examples/addtwomatrices.cc, examples/celldemo.cc, | |
178 examples/firstmexdemo.c, examples/fortdemo.cc, examples/fortsub.f, | |
179 examples/funcdemo.cc, examples/globaldemo.cc, | |
180 examples/helloworld.cc, examples/mycell.c, examples/myfeval.c, | |
181 examples/myfunc.c, examples/mypow2.c, examples/mysparse.c, | |
182 examples/mystring.c, examples/mystruct.c, examples/paramdemo.cc, | |
183 examples/stringdemo.cc, examples/structdemo.cc, | |
184 examples/unwinddemo.cc: Doc fixes for small book format. | |
185 | |
7075 | 186 2007-10-26 Michael Goffioul <michael.goffioul@gmail.com> |
187 | |
188 * Makeconf.in: Remove UNSETCOMSPEC trick. | |
189 | |
7067 | 190 2007-10-25 John W. Eaton <jwe@octave.org> |
191 | |
192 * configure.in (AH_BOTTOM): Define OCTAVE_EMPTY_CPP_ARG here. | |
193 | |
7058 | 194 2007-10-24 John W. Eaton <jwe@octave.org> |
195 | |
7063 | 196 * octMakefile.in (maintainer-clean distclean): No need to delete |
197 Makefrag.f77 and Makerules.f77. | |
198 * Makeconf.in: Include rules for making .o files from .f files | |
199 instead of substituting @f77_rules_frag@. | |
200 * configure.in): Delete handling of --with-f2c and --with-f77 | |
201 options. No need to call OCTAVE_CHECK_EXCLUSIVE_WITH_OPTIONS. | |
202 Delete all special cases for f2c. | |
203 * aclocal.m4 (OCTAVE_CHECK_EXCLUSIVE_WITH_OPTIONS): Delete macro. | |
204 | |
7062 | 205 * FLEX.patch: Delete obsolete file. |
206 * octMakefile.in (DISTFILES): Remove it from the list. | |
207 | |
208 * acx_blas.m4: Use "-Wl,-framework -Wl,vecLib" instead of | |
209 just "-framework vecLib" in test for Mac OS X test. | |
210 | |
7061 | 211 * configure.in, aclocal.m4: Avoid AC_TRY_EVAL. |
212 | |
7058 | 213 * aclocal.m4 (OCTAVE_STRPTIME_BROKEN): New macro. |
214 * configure.in: Use it. | |
215 | |
7054 | 216 2007-10-23 John W. Eaton <jwe@octave.org> |
217 | |
218 * configure.in: When checking for -lf2c, set F2CLIBS instad of | |
219 FLIBS, then set FLIBS to $F2CLIBS just before printing the summary. | |
220 Check for BLAS library calling convention compatibility. | |
221 | |
7036 | 222 2007-10-17 John W. Eaton <jwe@octave.org> |
223 | |
224 * configure.in: Delete checks for METIS. | |
225 | |
7016 | 226 2007-10-12 John W. Eaton <jwe@octave.org> |
227 | |
7017 | 228 * mk-opts.pl (parse_input): Allow comment lines beginning with #. |
229 | |
7016 | 230 * Change copyright notices in all files that are part of Octave to |
231 GPLv3 or any later version. | |
232 | |
233 * COPYING: Update to GPLv3. | |
234 | |
235 * run-octave.in: List args explicitly in exec command. | |
236 | |
7014 | 237 2007-10-11 John W. Eaton <jwe@octave.org> |
238 | |
239 * config.guess, config.sub: Update from FSF sources. | |
240 | |
7001 | 241 2007-10-10 Kim Hansen <kimhanse@gmail.com> |
242 | |
243 * run-octave.in: Use $args. Eliminate "if [ -n "$args" ]" conditional. | |
244 | |
6987 | 245 2007-10-09 John W. Eaton <jwe@octave.org> |
246 | |
247 * gdbinit.in: Delete. | |
248 * octMakefile.in (DISTFILES): Remove it from the list. | |
249 (.gdbinit): Delete rule. | |
250 (maintainer-clean, distclean): No need to delete .gdbinit. | |
251 | |
252 2007-10-09 Kim Hansen <kimhanse@gmail.com> | |
253 | |
254 * run-octave.in: Use gdb with --args, not .gdbinit. | |
255 | |
6980 | 256 2007-10-08 John W. Eaton <jwe@octave.org> |
257 | |
258 * emacs/octave-hlp.el, emacs/octave-inf.el, emacs/octave-mod.el: | |
259 Sync with GNU Emacs versions. | |
260 * emacs/octave-mod.el: Delete last two args from calls to | |
261 define-abbrev. | |
262 | |
6969 | 263 2007-10-06 John W. Eaton <jwe@octave.org> |
264 | |
265 * configure.in: Check for lgamma and tgamma. | |
266 | |
6957 | 267 2007-10-04 John W. Eaton <jwe@octave.org> |
268 | |
269 * configure.in (UGLY_DEFS): Delete special case for darwin. | |
270 | |
6955 | 271 2007-10-03 John W. Eaton <jwe@octave.org> |
272 | |
273 * aclocal.m4 (OCTAVE_PROG_SED): Also check for \(X\|Y\) style | |
274 regular expression alternation. | |
275 | |
6941 | 276 2007-10-01 John W. Eaton <jwe@octave.org> |
277 | |
278 * aclocal.m4 (OCTAVE_CHECK_STRPTIME): Delete. | |
279 * configure.in: Don't use OCTAVE_CHECK_STRPTIME, simply check for | |
280 strptime. | |
281 | |
6915 | 282 2007-09-18 Thomas Treichl <Thomas.Treichl@gmx.net> |
6913 | 283 |
284 * aclocal.m4 (OCTAVE_CHECK_STRPTIME): New macro. | |
285 * configure.in: Use it. | |
286 | |
6870 | 287 2007-09-06 John W. Eaton <jwe@octave.org> |
288 | |
289 * configure.in: Avoid broken strptime function on Cygwin systems. | |
290 | |
6855 | 291 2007-09-01 David Bateman <dbateman@free.fr> |
292 | |
293 * configure.in: AC_SUBST and check the variable TEXINFO_QHULL. | |
294 * Makeconf.in: Use it. | |
295 | |
6829 | 296 2007-08-24 David Bateman <dbateman@free.fr> |
297 | |
298 * configure.in: Extra Qhull bits. | |
299 | |
6827 | 300 2007-08-24 Kim Hansen <kimhanse@gmail.com> |
301 | |
302 * run-octave.in: Use `command` instead of $(command) to accomodate | |
303 brain-dead shells. | |
304 | |
6823 | 305 2007-08-24 David Bateman <dbateman@free.fr> |
306 | |
307 * configure.in: Probe for the use of Qhull. | |
308 * aclocal.m4 (AC_CHECK_QHULL_VERSION): Macro to check whether | |
309 Qhull needs a version number. | |
310 * Makeconf.in: Add QHULL_LIBS. | |
311 | |
6822 | 312 2007-08-23 John W. Eaton <jwe@octave.org> |
313 | |
314 * aclocal.m4 (OCTAVE_PROG_SED): Don't clobber value from environment. | |
315 From: Christian Cornelssen <ccorn@cs.tu-berlin.de>. | |
316 | |
6821 | 317 2007-08-23 Thomas Weber <thomas.weber.mail@gmail.com> |
318 | |
319 * aclocal.m4 (OCTAVE_PROG_GNUPLOT): Drop check for multiple plot | |
320 windows. | |
321 | |
6812 | 322 2007-08-10 S�ren Hauberg <hauberg@gmail.com> |
323 | |
324 * ROADMAP: Update for current sources. | |
325 | |
6804 | 326 2007-07-26 John W. Eaton <jwe@octave.org> |
327 | |
328 * configure.in: Also look for glpk/glpk.h. | |
329 | |
6796 | 330 2007-07-25 David Bateman <dbateman@free.fr> |
331 | |
332 * octMakefile.in, dlfcn/Makefile.in, emacs/Makefile.in, | |
333 examples/Makefile.in, test/Makefile.in: Adjust DISTFILES to allow | |
334 out of tree "make dist" to work. | |
335 | |
6794 | 336 2007-07-24 Michael Goffioul <michael.goffioul@swing.be> |
337 | |
338 * configure.in (*-*-msdosmsvc): Only add -g to DL_LDFLAGS and | |
339 SH_LDFLAGS if either CFLAGS or CXXFLAGS contains -g. | |
340 | |
6789 | 341 2007-07-24 Rafael Laboissiere <rafael@debian.org> |
342 | |
343 * Makeconf.in (RUNTEST): Delete variable substitution. | |
344 (do-subst-config-vals): Don't substitute %OCTAVE_CONF_RUNTEST%. | |
345 | |
6782 | 346 2007-07-20 Thomas Treichl <Thomas.Treichl@gmx.net> |
347 | |
348 * mkoctfile.in: Fix typo. | |
349 | |
6755 | 350 2007-06-25 John W. Eaton <jwe@octave.org> |
351 | |
352 * mk-opts.pl (emit_print_function): Make generated function print | |
353 to ostream (passed as arg) instead of local buffer. Don't call | |
354 print_usage in generated function. | |
355 (emit_options_function): Fix call to print_${class_name} in | |
356 generated to pass octave_stdout as arg. | |
357 | |
6742 | 358 2007-06-18 John W. Eaton <jwe@octave.org> |
359 | |
360 * emacs/octave-inf.el (inferior-octave-prompt): Match "octave.bin" | |
361 and "octave.exe" in addition to "octave". | |
362 | |
6732 | 363 2007-06-15 John W. Eaton <jwe@octave.org> |
364 | |
365 * run-octave.in: Use simple string concatenation instead of | |
366 sprintf in AWK program. | |
367 | |
6710 | 368 2007-06-13 Michael Goffioul <michael.goffioul@swing.be> |
369 | |
6724 | 370 * configure.in: Set NO_OCT_FILE_STRIP=true for msdosmsvc. |
371 | |
372 * aclocal.m4 (OCTAVE_HDF5_DLL): Include return statements in | |
373 function body used for test. | |
374 | |
6719 | 375 * configure.in: Check for CXSparse with C++. |
6724 | 376 |
6710 | 377 * Makeconf.in (do-subst-config-vals): Also substitute ${libdir} as |
378 OCTAVE_CONF_LIBDIR. | |
379 * mkoctfile.in: Set DEFAULT_LIBDIR and substitute OCTAVE_HOME. | |
380 Define LIBDIR. Use LIBDIR to set DEFAULT_LFLAGS. | |
381 | |
6704 | 382 2007-06-12 Benjamin Lindner <lindnerben@gmx.net> |
383 | |
384 * configure.in: For mingw, add -lws2_32 -lkernel32 to LIBS and set | |
385 _USE_MATH_DEFINES same as for msvc. | |
386 | |
6694 | 387 2007-06-06 Michael Goffioul <michael.goffioul@swing.be> |
388 | |
389 * configure.in: Check for utime.h and sys/utime.h headers. | |
390 Check for utime, _chmod, _utime, and _utime32 functions. | |
391 | |
6686 | 392 2007-06-03 David Bateman <dbateman@free.fr> |
393 | |
394 * configure.in (AC_CONFIG_FILES): Add src/mxarray.h | |
395 * examples/mycell.c, examples/mypow2.c, examples/mysparse.c, | |
396 examples/mystring.c, examples/mystruct.c: Use mwSize and mwIndex, | |
397 rather than int for indexing to conform to new mex API. | |
398 | |
6682 | 399 2007-06-01 John W. Eaton <jwe@octave.org> |
400 | |
401 * configure.in (*-*-darwin*): Fix quoting and construction of | |
402 MKOCTFILE_DL_LDFLAGS. | |
403 * mkoctfile.in (DEFAULT_BINDIR, EXEEXT): New substitutions. | |
404 * Makeconf.in (MKOCTFILE_DL_LDFLAGS): Delete. | |
405 (do-subst-config-vals): Do configure substitution of | |
406 MKOCTFILE_DL_LDFLAGS directly here instead of using intermediate | |
407 variable. Quote this sed substitution with ' instead of ". | |
408 | |
6668 | 409 2007-05-29 Steven Mestdagh <steven.mestdagh@esat.kuleuven.be> |
410 | |
411 * configure.in: Delete spurious "break" in fftw3 check. | |
412 Use separate case for SH_LD and SH_LDFLAGS on openbsd. | |
413 | |
6654 | 414 2007-05-22 John W. Eaton <jwe@octave.org> |
415 | |
416 * Makeconf.in (do-script-uninstall): Also remove directory. | |
417 | |
6653 | 418 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com> |
419 | |
420 * NEWS.2, README.MSVC, WWW/NEWS-2.html: Fix typos. | |
421 | |
6628 | 422 2007-05-16 David Bateman <dbateman@free.fr> |
423 | |
424 * PROJECTS: Update. | |
425 | |
6594 | 426 2007-04-27 John W. Eaton <jwe@octave.org> |
427 | |
428 * examples/Makefile.in (SOURCES): Add all example files to the list. | |
429 | |
430 * octave-config.in: Don't set PREFIX to OCTAVE_HOME if OCTAVE_HOME | |
431 is empty. | |
432 | |
6593 | 433 2007-04-27 David Bateman <dbateman@free.fr> |
434 | |
6595 | 435 * examples/mycell.c, examples/mypow2.c, examples/mystring.c, |
436 examples/myprop.c: New example mex files. | |
6593 | 437 |
6585 | 438 2007-04-26 Alex Zvoleff <azvoleff@sbcglobal.net> |
439 | |
440 * configure.in: Don't report ARPACK libraries in summary. | |
441 | |
6580 | 442 2007-04-25 David Bateman <dbateman@free.fr> |
443 | |
6583 | 444 * Makeconf.in (do-subst-texinfo-vals): Also substitute abs_top_srcdir. |
445 | |
6580 | 446 * examples/myfunc.c, exampples/paramdemo.cc: New files |
447 * examples/mystruct.c, examples/mysparse.c, fortdemo.cc: Fix a few | |
448 formatting issues when included in texinfo files. | |
449 | |
6573 | 450 2007-04-25 John W. Eaton <jwe@octave.org> |
451 | |
6577 | 452 * Makeconf.in (do-subst-texinfo-vals): Also substitute top_srcdir. |
453 | |
6573 | 454 * examples/addtwomatrices.cc, examples/celldemo.cc, |
455 examples/fortdemo.cc, examples/funcdemo.cc, | |
456 examples/globaldemo.cc, examples/helloworld.cc, | |
457 examples/stringdemo.cc, examples/structdemo.cc, | |
6577 | 458 examples/unwinddemo.cc, examples/fortsub.f, |
459 examples/firstmexdemo.c: New files. | |
6573 | 460 * examples/Makefile.in (SOURCES): Add them to the list. |
461 | |
6552 | 462 2007-04-20 John W. Eaton <jwe@octave.org> |
463 | |
464 * configure.in: Don't check for ARPACK. | |
465 | |
6475 | 466 2007-03-29 Rafael Laboissiere <rafael@debian.org> |
467 | |
6477 | 468 * emacs/octave-mod.el: Drop LOADPATH, INFO_FILE, and |
469 INFO_PROGRAM from octave-variables. | |
470 | |
6475 | 471 * examples/info-emacs-octave-help, examples/info-emacs-info: |
472 Use gnuclient, not gnudoit. | |
473 | |
6466 | 474 2007-03-27 John W. Eaton <jwe@octave.org> |
475 | |
6467 | 476 * octMakefile.in (dist, conf-dist): Use ln, not $(LN_S). |
477 * emacs/Makefile.in (dist): Likewise. | |
478 * examples/Makefile.in (dist): Likewise. | |
479 * dlfcn/Makefile.in (conf-dist): Likewise. | |
480 | |
6466 | 481 * config.guess, config.sub: Update from FSF sources. |
482 | |
6445 | 483 2007-03-23 John W. Eaton <jwe@octave.org> |
484 | |
485 * examples/make_int.cc (octave_integer::clone): Return type is | |
486 pointer to octave_base_value, not octave_value. | |
487 (Fdoit): Rep is reference to octave_base_value, not octave_value. | |
488 | |
6428 | 489 2007-03-21 Paul Kienzle <pkienzle@users.sf.net> |
490 | |
491 * octMakefile.in (all): Print message after successful build. | |
492 | |
6381 | 493 2007-03-05 John W. Eaton <jwe@octave.org> |
494 | |
495 * configure.in (GLPK_PRE_4_14): Rename from GLPK_PRE_4_15. | |
496 | |
6365 | 497 2007-02-27 John W. Eaton <jwe@octave.org> |
498 | |
6366 | 499 * Makeconf.in (do-script-uninstall): Remove PKG_ADD. |
500 * examples/Makefile.in (uninstall): Don't remove files listed in | |
501 $(SCRIPTS) from $(srcdir). | |
502 Remove www.octave.org-octave.desktop, not octave.desktop. | |
503 | |
6365 | 504 * run-octave.in (run-octave.in): Use --no-initial-path. |
505 Rename to qargs to args. Use $args not "$args" when invoking Octave. | |
506 Try harder to get quoting right when passing args to Octave. | |
507 | |
6358 | 508 2007-02-26 John W. Eaton <jwe@octave.org> |
509 | |
510 * octMakefile.in (DISTDIRS): Eliminate variable. | |
511 | |
6694 | 512 2007-02-26 Michael Goffioul <michael.goffioul@swing.be> |
6358 | 513 |
514 * octMakefile.in, dlfcn/Makefile.in, emacs/Makefile.in: | |
515 Use $(LN_S) instead of ln or ln -s. | |
516 | |
517 * octMakefile.in (dist): Use -9 instead of --best with gzip/bzip2. | |
518 | |
6335 | 519 2007-02-21 John W. Eaton <jwe@octave.org> |
520 | |
521 * configure.in: Also warn about missing functionality for | |
522 --without-glpk or --without-curl options. Print curl library | |
523 warning in summary. | |
524 | |
6333 | 525 2007-02-20 Rafael Laboissiere <rafael@debian.org> |
526 | |
527 * configure.in: Check for versions of GLPK prior to 4.15 and set | |
528 the GLPK_PRE_4_15 macro accordingly. | |
529 | |
6319 | 530 2007-02-16 John W. Eaton <jwe@octave.org> |
531 | |
532 * mkoctfile.in: Use OCTAVE_PREFIX, not OCTAVE_CONF_PREFIX, in sed | |
533 substitutions. | |
534 * octave-conf.in: Define DATAROOTDIR, not DATADIR, from | |
535 OCTAVE_DATAROOTDIR. | |
536 From Michael Goffioul <michael.goffioul@swing.be>. | |
537 | |
6311 | 538 2007-02-15 John W. Eaton <jwe@octave.org> |
539 | |
540 * octave-config.in (DATAROOTDIR): Include in list of vars. | |
541 Substitute OCTAVE_HOME. | |
542 | |
543 * Makeconf.in (MKOCTFILE_INCFLAGS, MKOCTFILE_LFLAGS): Delete vars. | |
544 (do-subst-config-vals): Don't substitute them. | |
545 Also substitute OCTAVE_CONF_INCLUDEDIR, OCTAVE_CONF_OCTINCLUDEDIR, | |
546 OCTAVE_CONF_OCTLIBDIR, and OCTAVE_CONF_PREFIX here. | |
547 * mkoctfile.in (OCTAVE_CONF_OCTINCLUDEDIR, OCTAVE_CONF_INCLUDEDIR, | |
548 OCTAVE_CONF_OCTLIBDIR): Substitute values and perform OCTAVE_HOME | |
549 substitution here. | |
550 (DEFAULT_INCFLAGS, DEFAULT_LFLAGS): New variables. Use them to | |
551 set default values for INCFLAGS and LFLAGS. | |
552 | |
6295 | 553 2007-02-09 John W. Eaton <jwe@octave.org> |
554 | |
555 * mkoctfile.in: Handle .a files. | |
556 | |
6286 | 557 2007-02-08 John W. Eaton <jwe@octave.org> |
558 | |
6290 | 559 * octMakefile.in (all): Depend on dist-info-files. |
560 (dist): Delete dist-info-files dependency. | |
561 | |
6286 | 562 * configure.in: Rewrite if !( X ) ... fi as if X; true; else ... fi. |
6289 | 563 Also check for _glp_lpx_simplex. |
6286 | 564 |
6279 | 565 2007-02-07 John W. Eaton <jwe@octave.org> |
566 | |
567 * Makeconf.in (do-script-install): Use $(FCN_FILES) for list of | |
568 files instead of $(FCN_FILES_NO_DIR). Use basename to get | |
569 filename with no directory part. | |
570 | |
6276 | 571 2007-02-07 Michael Goffioul <michael.goffioul@swing.be> |
572 | |
573 * aclocal.m4 (OCTAVE_HDF5_DLL): New macro. | |
574 * configure.in: Use it. | |
575 | |
6270 | 576 2007-02-05 John W. Eaton <jwe@octave.org> |
577 | |
6271 | 578 * configure.in: Check for realpath function. |
579 | |
6270 | 580 * demo.m: Delete obsolete file. |
581 | |
6255 | 582 2007-01-29 Michael Goffioul <michael.goffioul@swing.be> |
583 | |
584 * configure.in (*-*-msdosmsvc): Set NO_OCT_FILE_STRIP to true. | |
585 | |
6253 | 586 2007-01-24 John W. Eaton <jwe@octave.org> |
587 | |
588 * octMakefile.in (install): Install NEWS file. | |
589 (uninstall): Remove it. | |
590 | |
6231 | 591 2007-01-08 David Bateman <dbateman@free.fr> |
592 | |
593 * configure.in: Replace sparsesuite with suitesparse to match | |
594 upstream name. | |
595 | |
6208 | 596 2006-12-06 Michael Goffioul <michael.goffioul@swing.be> |
597 | |
598 * acx_blas.m4, acx_lapack.m4: Handle f2c calling convention. | |
599 | |
6201 | 600 2006-12-05 John W. Eaton <jwe@octave.org> |
601 | |
602 * configure.in: Don't check for strptime on *-apple-darwin* systems. | |
603 | |
6187 | 604 2006-11-28 John W. Eaton <jwe@octave.org> |
605 | |
606 * mkoctfile.in: Construct default output file from basename of | |
607 input file name. | |
608 | |
609 2006-11-28 David Bateman <dbateman@free.fr> | |
6186 | 610 |
611 * configure.in: Check for sparse header files in the sparsesuite | |
612 sub-directory. In the cholmod tests, include the camd libraries, as | |
613 this might be a dependency for cholmod. | |
614 | |
6170 | 615 2006-11-15 John W. Eaton <jwe@octave.org> |
616 | |
617 * run-octave.in: Don't forget LD_PRELOAD if there are args. | |
618 | |
6161 | 619 2006-11-14 John W. Eaton <jwe@octave.org> |
620 | |
621 * configure.in: If warning message is printed, print additional | |
622 final note about missing libraries. | |
623 | |
6155 | 624 2006-11-13 John W. Eaton <jwe@octave.org> |
625 | |
626 * run-octave.in: Substitute liboctinterp, liboctave, and libcruft. | |
627 Use them to set LD_PRELOAD. | |
628 * Makeconf.in (do-subst-script-vals): Also substitute | |
629 liboctinterp, liboctave, and libcruft. | |
630 | |
6153 | 631 2006-11-13 Rafael Laboissiere <rafael@debian.org> |
632 | |
633 * mkoctfile.in: Add -Wl,... options to ldflags, not pass_on_flags. | |
634 | |
6152 | 635 2006-11-11 John W. Eaton <jwe@octave.org> |
636 | |
637 * examples/Makefile.in (octave.desktop): | |
638 Use $(simple-move-if-change-rule) here. | |
639 | |
640 * Makeconf.in (simple-move-if-change-rule, | |
641 (builddir-move-if-change-rule): New macros. | |
642 | |
6812 | 643 2006-11-11 S�ren Hauberg <hauberg@gmail.com> |
6152 | 644 |
645 * examples/Makefile.in (uninstall): Add missing semicolon. | |
646 | |
6150 | 647 2006-11-09 John W. Eaton <jwe@octave.org> |
648 | |
649 * examples/Makefile.in (uninstall): New target. | |
650 | |
6149 | 651 2006-11-09 Michael Goffioul <michael.goffioul@swing.be> |
652 | |
653 * configure.in (OCTAVE_LOCAL_BUFFER): Don't access first element | |
654 if size is 0. | |
655 | |
6141 | 656 2006-11-06 Michael Goffioul <michael.goffioul@swing.be> |
657 | |
658 * configure.in (CRUFT_DLL_DEFS, OCTAVE_DLL_DEFS, OCTINTERP_DLL_DEFS): | |
659 Also rename in AC_SUBST calls. | |
660 * Makeconf.in (ALL_CFLAGS): Use DLL_CDEFS instead of XTRA_CDEFS. | |
661 (ALL_CXXFLAGS): Use DLL_CDEFS instead of XTRA_CXXDEFS. | |
662 | |
6137 | 663 2006-11-03 John W. Eaton <jwe@octave.org> |
664 | |
665 * configure.in (CRUFT_DLL_DEFS): Rename from XTRA_CRUFT_DEFS. | |
666 (OCTAVE_DLL_DEFS): Rename from XTRA_OCTAVE_DEFS. | |
667 (OCTINTERP_DLL_DEFS): Rename from XTRA_OCTINTERP_DEFS. | |
668 (XTRA_CRUFT_LINK_FLAGS): Rename from XTRA_CRUFT_LINK_DEPS. | |
669 | |
6136 | 670 2006-11-02 John W. Eaton <jwe@octave.org> |
671 | |
672 * README.Cygwin: Rename from README.Windows. | |
673 * README.MSVC: New file. | |
674 * README.Windows: Point to the README.Cygwin and README.MSVC files. | |
675 | |
6129 | 676 2006-11-01 John W. Eaton <jwe@octave.org> |
677 | |
6133 | 678 * configure.in: Check for PCRE macros we use. Warn if regex |
679 library is not found. Print hdf5, zlib, umfpack, colamd, ccolamd, | |
680 cholmod, and cxsparse warnings when we detect the problems. | |
681 | |
6131 | 682 * run-octave.in: Handle quoted args properly in exec call? |
6129 | 683 |
6125 | 684 2006-10-29 John W. Eaton <jwe@octave.org> |
685 | |
686 * run-octave.in: Handle spaces in directory names. | |
687 | |
6123 | 688 2006-10-28 Michael Goffioul <michael.goffioul@swing.be> |
6122 | 689 |
690 * configure.in (AH_BOTTOM): If using MSVC, define __WIN32__ before | |
691 other #ifdefs that use it. | |
692 | |
6116 | 693 2006-10-27 John W. Eaton <jwe@octave.org> |
694 | |
6121 | 695 * configure.in (AH_BOTTOM): Move DLL defs to |
696 libcruft/misc/oct-dlldefs.h and include it here. | |
697 | |
6116 | 698 * aclocal.m4 (OCTAVE_PROG_TEXI2PDF): Require OCTAVE_PROG_TEXI2DVI. |
699 If texi2pdf is not found but texi2dvi is available, set TEXI2PDF | |
700 to "$TEXI2DVI --pdf". | |
701 (OCTAVE_PROG_GHOSTSCRIPT): Also check for gswin32 on Windows systems. | |
6119 | 702 |
6116 | 703 * Makeconf.in (UNSETCOMSPEC): Define if COMSPEC is defined. |
704 From Michael Goffioul <michael.goffioul@swing.be>. | |
705 | |
6110 | 706 2006-10-26 John W. Eaton <jwe@octave.org> |
707 | |
708 * configure.in (OCTAVE_EXPORT, OCTAVE_IMPORT): New macros | |
709 (CRUFT_API, OCTAVE_API, OCTINTERP_API): Define using OCTAVE_EXPORT | |
710 and OCTAVE_IMPORT. | |
711 | |
6100 | 712 2006-10-26 Michael Goffioul <michael.goffioul@swing.be> |
713 | |
714 * configure.in (*-*-msdosmsvc): Set library_path_var. | |
6103 | 715 Check for _WIN32_WINNT >= 0x0403. Define _USE_MATH_DEFINES if it |
716 is needed. | |
6102 | 717 (XTRA_CRUFT_LINK_DEPS): New variable. Substitute it. |
6104 | 718 |
719 * aclocal.m4 (OCTAVE_MKDIR_TAKES_ONE_ARG): Perform check with C++ | |
720 compiler. | |
721 | |
6098 | 722 2006-10-26 John W. Eaton <jwe@octave.org> |
723 | |
6103 | 724 * aclocal.m4 (OCTAVE_PROG_PAGER): Also check for more.com for |
725 *-*-mingw* and *-*-msdosmsvc systems. | |
726 | |
6102 | 727 * configure.in (F77_TOLOWER, F77_APPEND_UNDERSCORE, |
728 F77_APPEND_EXTRA_UNDERSCORE): New variables. Substitute them. | |
729 * Makeconf.in (F77_TOLOWER, F77_APPEND_UNDERSCORE, | |
730 F77_APPEND_EXTRA_UNDERSCORE): Substitute here. | |
731 (do-subst-f77-mangling): New macro. | |
732 | |
6098 | 733 * emacs/octave-inf.el (inferior-octave-has-built-in-variables): |
734 New defvar. | |
735 (inferior-octave-resync-dirs): Check to see whether Octave has | |
736 built-in variables and set inferior-octave-has-built-in-variables. | |
737 Check inferior-octave-has-built-in-variables to decide whether to | |
738 send commands that set built-in variables or call functions to | |
739 change Octave's behavior. | |
740 Send "disp (pwd ())" to Octave instead of just "pwd". | |
741 (inferior-octave-startup): Send "more off" to Octave instead of | |
742 "page_screen_output = 0". | |
743 | |
6087 | 744 2006-10-25 John W. Eaton <jwe@octave.org> |
745 | |
6098 | 746 * configure.in (RETSIGTYPE_IS_VOID): Define if |
747 "$ac_cv_type_signal" = "void". | |
748 | |
6094 | 749 * configure.in (*-*-msdosmsvc): Don't check for strftime. |
750 | |
6087 | 751 * configure.in (INCLUDE_DEPS): Set and substitute. |
752 (DEPEND_FLAGS, DEPEND_EXTRA_SED_PATTERN): Rearrange way these are set. | |
6089 | 753 |
6087 | 754 * Makeconf.in (INCLUDE_DEPS): Substitute here, and use to set default |
755 value for omit_deps. | |
756 | |
757 2006-10-25 Michael Goffioul <michael.goffioul@swing.be> | |
758 | |
759 * Makeconf.in (ALL_CFLAGS): Include $(XTRA_CDEFS) in the list. | |
760 (ALL_CXXFLAGS): Include $(XTRA_CXXDEFS) in the list. | |
761 | |
762 * configure.in (XTRA_CRUFT_DEFS, XTRA_OCTAVE_DEFS, | |
763 XTRA_OCTINTERP_DEFS): Define and substitute. | |
764 (AH_BOTTOM) [_MSC_VER]: include definitions for CRUFT_API, | |
765 OCTAVE_API, and OCTINTERP_API. | |
766 | |
6089 | 767 * configure.in (*-*-msdosmsvc): Add "-EHs -MD" to CXXFLAGS. |
768 Add "-MD" to CFLAGS. Add "-MD" to CONFLIB_ARG when checking for | |
769 libf2c. | |
770 | |
6090 | 771 * configure.in (*-*-msdosmsvc): Generate replacement unistd.h. |
772 * octMakefile.in (maintainer-clean, distclean): Also remove unistd.h. | |
773 | |
774 * configure.in (*-*-msdosmsvc): Default sepchar is ';'. | |
6091 | 775 Define default LIBS (link against kernel32 and ws2_32). |
776 Force having LoadLibrary API. | |
777 | |
778 * configure.in (AH_BOTTOM) [_MSC_VER]: Define __WIN32__. | |
6090 | 779 |
6086 | 780 2006-10-25 John W. Eaton <jwe@octave.org> |
781 | |
782 * mkoctfile.in (OCTAVE_VERSION): No need to quote replacement here. | |
783 | |
6073 | 784 2006-10-24 John W. Eaton <jwe@octave.org> |
785 | |
786 * run-octave.in: Only modify .gdbinit if -g option is given. | |
787 Use $(/bin/pwd) instead of $(pwd). | |
788 | |
6071 | 789 2006-10-23 John W. Eaton <jwe@octave.org> |
790 | |
791 * emacs/Makefile.in (SOURCES, DISTFILES, install, install-strip, | |
792 uninstall): Handle otags name change. | |
793 * emacs/octave-tags, emacs/octave-tags.1: Rename from otags. | |
794 | |
6061 | 795 2006-10-17 John W. Eaton <jwe@octave.org> |
796 | |
797 * configure.in: Check for _isnan, _finite, and _copysign. | |
798 | |
6057 | 799 2006-10-17 Michael Goffioul <michael.goffioul@swing.be> |
800 | |
6061 | 801 * aclocal.m4 (OCTAVE_CXX_PREPENDS_UNDERSCORE, OCTAVE_CXX_ABI): Use |
802 $ac_objext instead of assuming .o. | |
803 (OCTAVE_PROG_GNUPLOT): Handle *-*-msdos the same as *-*-cygwin* | |
804 and *-*-mingw32*. | |
6057 | 805 |
6056 | 806 2006-10-17 John W. Eaton <jwe@octave.org> |
807 | |
808 * configure.in: Check for curl_easy_escap instead of | |
809 curl_global_init. | |
810 | |
6051 | 811 2006-10-13 Michael Goffioul <michael.goffioul@swing.be> |
812 | |
813 * configure.in [_MSC_VER]: Disable some warnings. | |
814 (*-*-msdos): New case for shared libraries. | |
815 (LIBPRE): New variable. | |
816 * Makeconf.in: Substitute it. | |
817 | |
6049 | 818 2006-10-12 John W. Eaton <jwe@octave.org> |
819 | |
820 * configure.in (AH_BOTTOM): Don't unconditionally #define | |
821 OCTAVE_HAVE_POSIX_FILESYSTEM followed by a conditional #undef | |
822 OCTAVE_HAVE_POSIX_FILESYSTEM since autoconf is commenting out the | |
823 #undef. | |
824 | |
6043 | 825 2006-10-09 John W. Eaton <jwe@octave.org> |
826 | |
827 * Makeconf.in (CURL_LIBS, do-subst-config-vals): | |
828 Substitute CURL_LIBS. | |
829 | |
830 * configure.in: Check for libcurl. | |
831 | |
6028 | 832 2006-10-04 John W. Eaton <jwe@octave.org> |
833 | |
834 * Makeconf.in (library_path_var): Substitute value from configure. | |
835 (do-subst-script-vals): Add library_path_var to the list. | |
836 * run-octave.in: Substitute value here. | |
837 | |
6024 | 838 2006-10-03 John W. Eaton <jwe@octave.org> |
839 | |
6025 | 840 * configure.in: Warn if PCRE library is not found. |
841 | |
6024 | 842 * configure.in: Include CAMD_LIBS, AMD_LIBS, and REGEX_LIBS in the |
843 summary. | |
844 | |
845 2006-10-03 David Bateman <dbateman@free.fr> | |
846 | |
847 * configure.in: Check for libcamd. | |
848 * Makeconf.in (CAMD_LIBS): New variable. | |
849 | |
6009 | 850 2006-09-27 John W. Eaton <jwe@octave.org> |
851 | |
852 * mkoctfile.in [--mex]: Include -I. in incflags. | |
6812 | 853 From S�ren Hauberg <hauberg@gmail.com>. |
6009 | 854 |
6001 | 855 2006-09-26 John W. Eaton <jwe@octave.org> |
856 | |
857 * configure.in (AC_CONFIG_FILES): | |
858 Remove doc/interpreter/images/Makefile from the list. | |
859 | |
5994 | 860 2006-09-16 John W. Eaton <jwe@octave.org> |
861 | |
862 * octave-bug.in: Delete LIBPLPLOT variables. | |
863 | |
5990 | 864 2006-09-15 John W. Eaton <jwe@octave.org> |
865 | |
866 * configure.in: Check for locale.h and setlocale. | |
867 | |
5989 | 868 2006-09-13 Christopher Hulbert <cchgroupmail@gmail.com> |
869 | |
870 * run-octave.in (LD_LIBRARY_PATH): Also append LD_LIBRARY_PATH | |
871 from environment. | |
872 | |
5970 | 873 2006-08-25 Alexander Barth <abarth@marine.usf.edu> |
874 | |
875 * mkoctfile.in: Accept .f90 and .F90 as Fortran files. | |
876 Pass $incflags and $defs to Fortran compiler. | |
877 | |
5942 | 878 2006-08-18 John W. Eaton <jwe@octave.org> |
879 | |
880 * Makeconf.in (do-subst-texinfo-vals): Don't substitute | |
881 %CANONICAL_HOST_TYPE%. | |
882 | |
5934 | 883 2006-08-17 John W. Eaton <jwe@octave.org> |
884 | |
885 * aclocal.m4 (OCTAVE_PROG_GHOSTSCRIPT, OCTAVE_PROG_MAKEINFO, | |
886 OCTAVE_PROG_TEXI2DVI, OCTAVE_PROG_TEXI2PDF): New macros. | |
887 * configure.in: Use them. Maybe print warnings in summary. | |
888 | |
5909 | 889 2006-07-27 John W. Eaton <jwe@octave.org> |
890 | |
891 * Makeconf.in (localapiarchlibdir): Substitute it here. | |
892 (do-subst-default-vals): Include it in the sed command here. | |
893 * configure.in (localapiarchlibdir): New variable. | |
894 * octave-config.in: Don't quote %VAR% values. | |
895 (LOCALAPIARCHLIBDIR): New variable. | |
896 | |
897 2006-07-27 Thomas Weber <thomas.weber.mail@gmail.com> | |
898 | |
899 * octave-config.in (OCTAVE_FCNFILEPATH, OCTAVE_IMAGEPATH, | |
900 OCTAVE_LOCALFCNFILEPATH, OCTAVE_LOCALOCTFILEPATH): Delete variables. | |
901 | |
5904 | 902 2006-07-26 John W. Eaton <jwe@octave.org> |
903 | |
904 * mkoctfile.in (Options): Accept -g. | |
905 | |
906 * configure.in: Check for exp2 and log2. | |
907 | |
5903 | 908 2006-07-25 David Bateman <dbateman@free.fr> |
909 | |
910 * mysparse.c: New file. | |
911 | |
5866 | 912 2006-06-27 John W. Eaton <jwe@octave.org> |
913 | |
914 * octMakefile.in (maintainer-clean distclean): Remove | |
915 $(SHELL_SCRIPTS) instead of naming files individually. | |
916 Also remove .gdbinit. | |
917 | |
5864 | 918 2006-06-21 John W. Eaton <jwe@octave.org> |
919 | |
920 * examples/myfeval.c, examples/myfevalf.f, examples/myhello.c, | |
921 examples/myset.c, examples/mystruct.c: New files. | |
922 | |
923 * mkoctfile.in: New option, --mex. | |
924 | |
5857 | 925 2006-06-13 John W. Eaton <jwe@octave.org> |
926 | |
927 * configure.in (--enable-64): Include "(EXPERIMENTAL)" in help text. | |
928 Also set warn_64_bit if no suitable type for octave_idx_type is found. | |
929 If --enable-64 is specified, print warning in summary message. | |
930 | |
5854 | 931 2006-06-12 John W. Eaton <jwe@octave.org> |
932 | |
933 * aclocal.m4 (OCTAVE_CXX_BROKEN_REINTERPRET_CAST): New macro. | |
934 * configure.in: Use it. | |
935 * AH_BOTTOM: Conditionally define FCN_PTR_CAST here. | |
936 | |
5847 | 937 2006-06-08 John W. Eaton <jwe@octave.org> |
938 | |
939 * Makeconf.in (do-subst-default-vals): Also substitute | |
940 OCTAVE_DATAROOTDIR. | |
941 | |
5843 | 942 2006-06-06 John W. Eaton <jwe@octave.org> |
943 | |
5844 | 944 * Makeconf.in (datarootdir): New variable. |
945 | |
946 * acx_lapack.m4 (acx_lapack_ok): | |
947 Use AC_LINK_IFELSE+AC_LANG_PROGRAM instead of AC_TRY_LINK | |
948 | |
949 * aclocal.m4: Use AC_RUN_IFELSE+AC_LANG_SOURCE instead of AC_TRY_RUN. | |
950 | |
951 * acx_blas.m4, acx_lapack.m4, configure.in, aclocal.m4: | |
952 Use AS_HELP_STRING instead of AC_HELP_STRING. | |
953 | |
954 * configure.in: Outside of other macros, use AC_MSG_NOTICE instad | |
955 of AC_MSG_RESULT. Check for sys_siglist using method from | |
956 autoconf manual. | |
957 | |
958 * configure.in, Makeconf.in: octMakefile.in: Delete plplot cruft. | |
959 | |
5843 | 960 * configure.in, aclocal.m4: |
961 Use AC_LINK_IFELSE+AC_LANG_PROGRAM instead of AC_TRY_LINK | |
5844 | 962 Use AC_COMPILE_IFELSE+AC_LANG_PROGRAM instead of AC_TRY_COMPILE. |
963 Use AS_HELP_STRING consistently with AC_ARG_WITH and AC_ARG_ENABLE. | |
5843 | 964 |
5828 | 965 2006-05-23 John W. Eaton <jwe@octave.org> |
966 | |
967 * configure.in: Check for inttypes.h and stdint.h. | |
968 | |
5823 | 969 2006-05-19 John W. Eaton <jwe@octave.org> |
970 | |
971 * mk-opts.pl (emit_print_function, emit_options_function): | |
972 Generate print_usage calls with no args. | |
973 | |
5814 | 974 2006-05-11 John W. Eaton <jwe@octave.org> |
975 | |
976 * configure.in (localfcnfilepath, localoctfilepath, fcnfilepath, | |
977 imagepath): Delete variables. | |
978 * Makeconf.in (localfcnfilepath, localoctfilepath, fcnfilepath, | |
979 imagepath): Likewise. | |
980 (do-subst-default-vals): Don't substitute them. | |
981 | |
982 * run-octave.in: Pass --image-path to octave. | |
983 Use find to recursively add directories to loadpath. | |
984 Fixup set args command in .gdbinit here. | |
985 | |
5798 | 986 2006-05-09 John W. Eaton <jwe@octave.org> |
987 | |
988 * octMakefile.in (abs_top_srcdir): Substitute value here. | |
989 | |
5793 | 990 2006-05-05 David Bateman <dbateman@free.fr> |
991 | |
992 * Makeconf.in (do-subst-scripts-vals): Also replace | |
993 abs_top_srcdir. | |
994 * run-octave.in: Define top_srcdir as an absolute path. | |
995 | |
5788 | 996 2006-05-04 John W. Eaton <jwe@octave.org> |
997 | |
998 * octMakefile.in (SHELL_SCRIPTS): Include run-octave in the list. | |
999 | |
5781 | 1000 2006-05-02 John W. Eaton <jwe@octave.org> |
1001 | |
1002 * NEWS: New contents for 3.0. | |
1003 * NEWS.2: Move contents of NEWS here. | |
1004 | |
1005 2006-04-29 John W. Eaton <jwe@octave.org> | |
1006 | |
1007 * run-octave.in: Execute $builddir/src/octave, not src/octave. | |
1008 | |
5778 | 1009 2006-04-26 Thomas Weber <thomas.weber.mail@gmail.com> |
1010 | |
1011 * configure.in: Fix apiversion vs. api_version typo. | |
1012 | |
5776 | 1013 2006-04-25 John W. Eaton <jwe@octave.org> |
1014 | |
1015 * Makefile.in (TARGETS): Include run-octave and .gdbinit in the list. | |
1016 * Makeconf.in (subst-script-vals): New macro. | |
1017 * octMakefile.in (run-octave, .gdbinit): New rules. | |
1018 (DISTFILES): Include run-octave.in and gdbinit.in in the list. | |
1019 | |
5765 | 1020 2006-04-17 John W. Eaton <jwe@octave.org> |
1021 | |
1022 * mk-opts.pl (emit_print_function): Emit code that uses | |
1023 std::ostringstream directly. | |
1024 | |
5760 | 1025 2006-04-13 John W. Eaton <jwe@octave.org> |
1026 | |
1027 * configure.in (CONST_CAST, DYNAMIC_CAST, REINTERPRET_CAST, | |
1028 STATIC_CAST): Delete. | |
1029 | |
5759 | 1030 2006-04-12 John W. Eaton <jwe@octave.org> |
1031 | |
1032 * configure.in: If using g++, also add -Wold-style-cast to CXXFLAGS. | |
1033 | |
5719 | 1034 2006-03-28 John W. Eaton <jwe@octave.org> |
1035 | |
1036 * configure.in: Don't check for MPI libraries. | |
1037 | |
5717 | 1038 2006-03-27 John W. Eaton <jwe@octave.org> |
1039 | |
1040 * configure.in: Downcase ac_cv_header_mach_o_dyld_h. | |
1041 From Martin Costabel <costabel@wanadoo.fr>. | |
1042 | |
5708 | 1043 2006-03-22 John W. Eaton <jwe@octave.org> |
1044 | |
1045 * Makeconf.in: (TEXINFO_COLAMD, TEXINFO_CHOLMOD, TEXINFO_UMFPACK): | |
1046 Substitute here. | |
1047 (do-subst-texinfo-vals): New macro definition. | |
1048 | |
1049 * configure.in: Don't substitute OCTAVE_VERSION, OCTAVE_HOSTTYPE, | |
1050 or OCTAVE_HOME. | |
1051 (AC_CONFIG_FILES): Remove doc/conf.texi from the list. | |
1052 | |
5703 | 1053 2006-03-21 John W. Eaton <jwe@octave.org> |
1054 | |
1055 * configure.in: Only print warnings for missing functionality in | |
1056 summary message. | |
1057 | |
5667 | 1058 2006-03-14 John W. Eaton <jwe@octave.org> |
1059 | |
1060 * mk-opts.pl (emit_print_function): Buffer extra message here and | |
1061 pass to print_usage. | |
1062 | |
5658 | 1063 2006-03-09 John W. Eaton <jwe@octave.org> |
1064 | |
1065 * Makeconf.in (do-subst-default-vals): Also substitute OCTAVE_RELEASE. | |
1066 | |
5648 | 1067 2006-03-08 David Bateman <dbateman@free.fr> |
1068 | |
1069 * configure.in: Update the test for CXSPARSE for new upstream release. | |
1070 (OCTAVE_VERSION, OCTAVE_HOSTTYPE, OCTAVE_HOME,TEXINFO_UMFPACK, | |
1071 TEXINFO_COLAMD, TEXINFO_CHOLMOD): New variables for texinfo | |
1072 documentation. | |
5658 | 1073 (AC_CONFIG_FILES): Add doc/interpreter/images/Makefile and |
1074 doc/conf.texi. | |
5648 | 1075 |
5636 | 1076 2006-03-02 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> |
1077 | |
1078 * emacs/octave-mod.el (octave-indent-for-comment): Make the code | |
1079 match the comments. | |
1080 | |
5635 | 1081 2006-03-02 John W. Eaton <jwe@octave.org> |
1082 | |
1083 * octMakefile.in (ALL_SUBDIRS): Delete. | |
1084 (SUBDIRS): Include src here. | |
1085 (SHELL_SCRIPTS): New variable. | |
1086 (all): Depend on $(SHELL_SCRIPTS) and $(SUBDIRS) with libcruft and | |
1087 liboctave filtered out. | |
1088 (src): Depend on liboctave. | |
1089 (liboctave): Depend on libcruft. | |
1090 | |
5610 | 1091 2006-02-09 David Bateman <dbateman@free.fr> |
1092 | |
1093 * configure.in: Fix for probe of colamd, cccolamd and metis. New test | |
1094 for the presence of cxsparse. | |
1095 Makeconf.in: Include CXSPARSE_LIBS. | |
1096 | |
5600 | 1097 2006-01-19 John W. Eaton <jwe@octave.org> |
1098 | |
1099 * configure.in: Use $WITH_PCRE instead of $HAVE_PCRE in shell test. | |
1100 | |
5599 | 1101 2006-01-14 John W. Eaton <jwe@octave.org> |
1102 | |
1103 * configure.in: Check for mach-o/dyld.h, not Mach-O/dyld.h. | |
1104 From Martin Costabel <costabel@wanadoo.fr>. | |
1105 | |
5597 | 1106 2006-01-13 John W. Eaton <jwe@octave.org> |
1107 | |
1108 * Makeconf.in (do-mkpkgadd): New macro. | |
1109 | |
5585 | 1110 2005-12-14 David Bateman <dbateman@free.fr> |
1111 | |
5590 | 1112 * Makeconf.in: Remove OCTAVE_PROG_RUNTEST. |
1113 * alocal.m4: Remove OCTAVE_PROG_RUNTEST. | |
1114 | |
5585 | 1115 * Makeconf.in: New tests of regex and pcre. |
1116 | |
5579 | 1117 2005-12-13 John W. Eaton <jwe@octave.org> |
1118 | |
1119 * examples/Makefile.in (install install-strip): Fix typo. | |
1120 From William Poetra Yoga Hadisoeseno <williampoetra@gmail.com>. | |
1121 | |
5562 | 1122 2005-12-05 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> |
1123 | |
1124 * emacs/octave-inf.el (inferior-octave-startup): | |
1125 Force a non-empty string for secondary prompt PS2. | |
1126 | |
5557 | 1127 2005-12-02 John W. Eaton <jwe@octave.org> |
1128 | |
1129 * emacs/octave-mod.el (octave-electric-space): Don't indent | |
1130 comments or strings if octave-auto-indent is nil. | |
1131 | |
5554 | 1132 2005-11-30 John W. Eaton <jwe@octave.org> |
1133 | |
1134 * examples/Makefile.in (install install-strip): Install images and | |
1135 desktop file. | |
1136 | |
5548 | 1137 2005-11-29 Rafael Laboissiere <rafael@debian.org> |
1138 | |
1139 * emacs/octave-mod.el: Ensure that key bindings for | |
1140 octave-mark-defun and backward-kill-word work in both XEmacs and | |
1141 GNU Emacs. | |
1142 | |
5547 | 1143 2005-11-28 John W. Eaton <jwe@octave.org> |
1144 | |
1145 * configure.in: Check for uname. | |
1146 | |
5542 | 1147 2005-11-21 John W. Eaton <jwe@octave.org> |
1148 | |
1149 * examples/Makefile.in (DISTFILES): Don't include octave.desktop here. | |
1150 (distclean): Remove octave.desktop here. | |
1151 (maintainer-clean): Not here. | |
1152 | |
5527 | 1153 2005-11-01 John W. Eaton <jwe@octave.org> |
1154 | |
1155 * examples/Makefile.in (distclean, maintainer-clean): | |
1156 Also remove octave.desktop. | |
1157 From Quentin Spencer <qspencer@ieee.org>. | |
1158 | |
1159 2005-11-01 Quentin Spencer <qspencer@ieee.org> | |
1160 | |
1161 * octMakefile.in (CONF_DISTFILES): Delete acx_include_dirs.m4 from | |
1162 the list. | |
1163 | |
5518 | 1164 2005-10-28 John W. Eaton <jwe@octave.org> |
1165 | |
1166 * configure.in (AC_ARG_WITH(cholmod, ...)): Fix typo. | |
1167 From Quentin Spencer <qspencer@ieee.org> and | |
1168 Andy Adler <adler@site.uOttawa.ca>. | |
1169 | |
5512 | 1170 2005-10-26 John W. Eaton <jwe@octave.org> |
1171 | |
5513 | 1172 * configure.in, aclocal.m4: Don't quote "yes". |
1173 | |
1174 * configure.in: Print warning messages for umfpack, colamd, | |
1175 ccolamd, and cholmod as we are searching. Avoid multiple | |
1176 definitions of message strings. | |
1177 | |
5512 | 1178 * aclocal.m4 (OCTAVE_UMFPACK_SEPERATE_SPLIT): |
1179 Use new method of finding umfpack.h. | |
1180 * configure.in: Use AC_CHECK_HEADERS instead of | |
1181 ACX_CHECK_HEADER_IN_DIRS. | |
1182 (AC_CONFIG_FILES): Delete liboctave/oct-sparse.h from the list. | |
1183 | |
1184 * acx_include_dirs.m4: Delete. | |
1185 | |
5508 | 1186 2005-10-26 Arno J. Klaassen <arno@heho.snv.jussieu.fr> |
1187 | |
1188 * configure.in [*-*-freebsd*] (SH_LDFLAGS): Properly quote. | |
1189 (RLD_FLAG): Set. | |
1190 | |
5506 | 1191 2005-10-23 David Bateman <dbateman@free.fr> |
1192 | |
1193 * configure.in (OCTAVE_UMFPACK_SEPERATE_SPLIT): Check for metis | |
1194 separately. | |
1195 * PROJECTS: Remove completed sparse matrix tasks. | |
1196 | |
5499 | 1197 2005-10-17 Paul Kienzle <pkienzle@users.sf.net> |
1198 | |
1199 * octave.test/system/system.exp: rmdir no longer prints a | |
1200 message if the directory does not exist. | |
1201 | |
1202 * octave.test/system/mk-rm-dir-1.m: mkdir/rmdir return 1 | |
1203 on success and 0 on failure. | |
1204 | |
5498 | 1205 2005-10-17 John W. Eaton <jwe@octave.org> |
1206 | |
1207 * configure.in (F77_FFLOAT_STORE_FLAG): | |
1208 Check for -ffloat-store option for Fortran compiler and set | |
1209 F77_FLOAT_STORE_FLAG if it works. | |
1210 * Makeconf.in: Substitute it here. | |
1211 (do-subst-config-vals): Substitute OCTAVE_CONF_F77_FLOAT_STORE_FLAG. | |
1212 | |
5496 | 1213 2005-10-14 John W. Eaton <jwe@octave.org> |
1214 | |
1215 * aclocal.m4 (OCTAVE_PROG_PYTHON): New macro. | |
1216 * configure.in: Use it. | |
1217 * Makeconf.in (PYTHON): Substitute it. | |
1218 | |
5483 | 1219 2005-10-05 David Bateman <dbateman@free.fr> |
1220 | |
1221 mkoctfile.in: allow -idirafter argument. | |
1222 | |
5466 | 1223 2005-09-23 John W. Eaton <jwe@octave.org> |
1224 | |
5468 | 1225 * examples/Makefile.in (install install-strip): |
1226 Conditionally install octave.desktop. | |
5470 | 1227 (IMAGE_FILES, IMAGE_FILES_NO_DIR): New macros. |
1228 (DISTFILES): Include IMAGE_FILES in list. | |
1229 (install install-strip): Install image file. | |
1230 | |
5468 | 1231 * aclocal.m4 (OCTAVE_PROG_DESKTOP_FILE_INSTALL): New macro |
1232 * configure.in: Use it. | |
1233 * Makeconf.in: Substitute DESKTOP_FILE_INSTALL. | |
1234 | |
6812 | 1235 * octave.desktop.in: New file. From S�ren Hauberg <hauberg@gmail.com>. |
5466 | 1236 * examples/Makefile.in (SOURCES): Add it to the list. |
1237 (octave.desktop): New target. | |
1238 (all): Depend on octave.desktop. | |
1239 | |
5461 | 1240 2005-09-22 John W. Eaton <jwe@octave.org> |
1241 | |
5465 | 1242 * aclocal.m4 (OCTAVE_PROG_PERL): New macro. |
1243 * configure.in: Use it. | |
1244 * Makeconf.in (PERL): Substitute it. | |
1245 | |
5461 | 1246 * config.guess, config.sub: Update from FSF sources. |
1247 | |
5454 | 1248 2005-09-19 David Bateman <dbateman@free.fr> |
1249 | |
1250 * octMakefile.in (LN_S): Change to DESTDIR before LN_S to avoid | |
1251 lack of symlinks under mingw. | |
1252 | |
5451 | 1253 2005-09-15 John W. Eaton <jwe@octave.org> |
1254 | |
1255 * oct-sparse.h.in: Move to liboctave. | |
1256 * octMakefile.in (CONF_DISTFILES): Delete it from the list. | |
1257 (maintainer-clean, distclean, install, install-strip, uninstall): | |
1258 Omit rules for oct-sparse.h. | |
1259 * configure.in: Substitute liboctave/oct-sparse.h, not oct-sparse.h. | |
1260 | |
1261 2005-09-15 David Bateman <dbateman@free.fr> | |
1262 | |
1263 * acx_include_dirs.m4 (AC_CHECK_HEADER_IN_DIRS): Define new macro. | |
1264 * oct-sparse.h.in: New AC_CONFIG_FILE. | |
1265 * configure.in: (AC_CHECK_HEADER_IN_DIRS): Use macro. | |
1266 (AMD_LIBS, COLAMD_LIBS, CCOLAMD_LIBS, CHOLMOD_LIBS): Probe for | |
1267 these sparse library in addition to UMFPACK. | |
1268 (UMFPACK_INCLUDE, AMD_INCLUDE, COLAMD_INCLUDE, CCOLAMD_INCLUDE): | |
1269 AC_SUBST into oct-sparse.h. | |
1270 (LIBGLOB): Probe for external glob/fnmatch, define LIBGLOB. | |
1271 (sepchar): Define path seperation character in system dependent | |
1272 manner. Use it with OCTAVE_SET_DEFAULT. | |
1273 (SEPCHAR, SEPCHAR_STR): Dpend on sepchar. | |
1274 (DL_LDFLAGS): Define for cygwin and mingw. | |
1275 (-lwsock32): Add to LIBS. | |
1276 (loadlibrary_api): Set for mingw/cygwin and autoconf test appears | |
1277 broken. | |
1278 * Makeconf.in: Don't use ";" as sed seperation to avoid confusion | |
1279 with sepchar. | |
1280 (LIBGLOB, AMD_LIBS, COLAMD_LIBS, CCOLAMD_LIBS, CHOLMOD_LIBS, | |
1281 sepchar): Substitute. | |
1282 * octMakefile.in: (CONF_DISTFILES): Add acx_include_dirs.m4 and | |
1283 oct-sparse.h.in | |
1284 (oct-sparse.h): Include in install and clean directives | |
1285 | |
5437 | 1286 2005-08-31 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.be> |
1287 | |
1288 * emacs/octave-inf.el (inferior-octave-startup): Call | |
1289 inferior-octave-resync-dirs here. | |
1290 | |
5414 | 1291 2005-07-14 John W. Eaton <jwe@octave.org> |
1292 | |
1293 * configure.in (SH_LDFLAGS): Add -Wl,--enable-auto-image-base for | |
1294 Cygwin and MinGW. | |
1295 | |
5389 | 1296 2005-06-14 John W. Eaton <jwe@octave.org> |
1297 | |
1298 * configure.in (AH_BOTTOM): Also define GCC_ATTR_DEPRECATED. | |
1299 | |
5376 | 1300 2005-06-02 John W. Eaton <jwe@octave.org> |
1301 | |
1302 * Makeconf.in (do-subst-default-vals): Substitute | |
1303 ${localstartupfiledir}, not ${localstartupfile} (which is undefined). | |
1304 | |
5351 | 1305 2005-05-16 David Bateman <dbateman@free.fr> |
1306 | |
1307 * configure.in: Change UMFPACK_LONG_IDX to IDX_TYPE_LONG. | |
1308 | |
5337 | 1309 2005-05-04 John W. Eaton <jwe@octave.org> |
1310 | |
1311 * configure.in (AC_CHECK_LIB($zlib_lib, ...)): Check for | |
1312 gzclearerr instead of deflate. | |
1313 | |
5330 | 1314 2005-05-02 John W. Eaton <jwe@octave.org> |
1315 | |
1316 * configure.in (AC_ARG_WITH(umfpack)): List -lumfpack ahead of -lamd. | |
1317 From Dmitri A. Sergatskov <dasergatskov@gmail.com>. | |
1318 | |
5322 | 1319 2005-04-29 David Bateman <dbateman@free.fr> |
1320 | |
1321 * configure.in: Add UMFPACK_LONG_IDX | |
1322 | |
5292 | 1323 2005-04-21 John W. Eaton <jwe@octave.org> |
1324 | |
1325 * configure.in (AC_CONFIG_FILES): Remove install-octave from the list. | |
5297 | 1326 (AH_BOTTOM): Define SIZEOF_OCTAVE_IDX_TYPE. |
5292 | 1327 |
5285 | 1328 2005-04-14 John W. Eaton <jwe@octave.org> |
1329 | |
1330 * mkoctfile.in: Only perform link step if we have some object files. | |
1331 If only -v or --version is supplied, print version info and exit. | |
1332 | |
5275 | 1333 2005-04-08 John W. Eaton <jwe@octave.org> |
1334 | |
5276 | 1335 * octMakefile.in (maintainer-clean distclean): |
1336 Remove install-octave from the list of files to remove. | |
1337 (install-octave.in): Delete file. | |
1338 (DISTFILES): Remove it from the list. | |
1339 | |
5275 | 1340 * Initial merge of 64-bit changes from Clinton Chee: |
1341 | |
1342 2005-04-07 John W. Eaton <jwe@octave.org> | |
1343 | |
1344 * configure.in (--enable-64): Make default disabled. | |
1345 | |
1346 2005-04-06 John W. Eaton <jwe@octave.org> | |
1347 | |
1348 * mk-opts.pl (emit_show_function, emit_set_functions, | |
1349 emit_print_function): Also accept "octave_idx_type" and | |
1350 "Array<octave_idx_type>". | |
1351 | |
1352 2005-04-01 John W. Eaton <jwe@octave.org> | |
1353 | |
1354 * Makeconf.in (USE_64_BIT_IDX_T): Substitute value. | |
1355 (do-subst-config-vals): Add to list of substitutions. | |
1356 | |
1357 * configure.in (AC_CONFIG_FILES): Perform substitutions on | |
1358 liboctave/oct-types.h too. | |
1359 Handle --enable-64. | |
1360 | |
5273 | 1361 2005-04-06 David Bateman <dbateman@free.fr> |
1362 | |
1363 * configure.in: Split the HDF5 and zlib detection code, so that zlib | |
1364 can be used for compressed load/save in the absence of HDF5. | |
1365 | |
1366 * Makeconf.in: Define UMFPACK_LIBS. | |
1367 | |
1368 * Configure.in: Slightly alter the UMFPACK detection code so that it | |
1369 correctly detects cblas bindings or not. | |
1370 | |
5231 | 1371 2005-03-22 John W. Eaton <jwe@octave.org> |
1372 | |
5235 | 1373 * Makeconf.in (GLPK_LIBS): Substitute value. |
1374 (do-subst-config-vals): Add to list of substitutions. | |
1375 | |
1376 * configure.in: Check for glpk. | |
1377 | |
5231 | 1378 * emacs/octave-mod.el (octave-abbrev-table): Omit fifth and sixth |
1379 arguments from define-abbrev for compatibility with some older | |
1380 versions of Emacs. | |
1381 | |
5229 | 1382 2005-03-21 John W. Eaton <jwe@octave.org> |
1383 | |
1384 * octave-bug.in: Try harder to find default pager (use code | |
1385 similar to that used for finding default editor). | |
1386 | |
5226 | 1387 2005-03-17 Shan G. Smith <shan@cybertrails.com> |
1388 | |
1389 * configure.in: Move check for -lumfpack to after check for blas. | |
1390 | |
5221 | 1391 2005-03-17 John W. Eaton <jwe@octave.org> |
1392 | |
5222 | 1393 * configure.in: If first check for -lumfpack fails try again with |
1394 -lcblas as an additional library. | |
1395 | |
5221 | 1396 * configure.in: Change defaults to enable shared libraries and |
1397 dynamic linking and disable static libraries. | |
1398 | |
5204 | 1399 2005-03-15 John W. Eaton <jwe@octave.org> |
1400 | |
5207 | 1401 * octMakefile.in (DISTFILES): Remove texi2dvi from the list. |
1402 | |
5204 | 1403 * emacs/octave-inf.el, emacs/octave-mod.el, emacs/octave-hlp.el: |
1404 Import changes from Emacs. | |
1405 | |
1406 2005-03-14 Rafael Laboissiere <rafael@debian.org> | |
1407 | |
1408 * emacs/octave-mod.el (octave-end-keywords): Omit "end" from the list. | |
1409 (octave-reserved-words): Include "end" here. | |
1410 (octve-block-match-alist): Don't include "end" here. | |
1411 | |
5203 | 1412 2005-03-14 John W. Eaton <jwe@octave.org> |
1413 | |
1414 * configure.in: Check for umfpack/umfpack.h instead of just umfpack.h. | |
1415 | |
1416 2004-06-22 David Bateman <dbateman@free.org> | |
1417 | |
1418 * configure.in: Check for UMFPACK library and header files. | |
1419 | |
1420 2005-03-14 John W. Eaton <jwe@octave.org> | |
1421 | |
1422 * configure.in: Also print a warning if HDF5 library is not found. | |
1423 | |
5199 | 1424 2005-03-10 John W. Eaton <jwe@octave.org> |
1425 | |
1426 * mkoctfile.in: Accept -R DIR. | |
5222 | 1427 |
5196 | 1428 2005-03-09 John W. Eaton <jwe@octave.org> |
1429 | |
1430 * examples/Makefile.in (bin-dist): Delete target. | |
1431 (BINDISTFILES): Delete variable. | |
1432 * emacs/Makefile.in: Likewise. | |
1433 | |
1434 * octMakefile.in (VERSION, ARCH, binary-dist): Delete targets. | |
1435 (XBINDISTFILES, BINDISTFILES, BINDISTSUBDIRS): Delete variables. | |
1436 | |
5194 | 1437 2005-03-04 John W. Eaton <jwe@octave.org> |
1438 | |
1439 * configure.in (GXX_PICKY_FLAGS): Don't include | |
1440 -Wmissing-prototypes or -Wstrict-prototypes. | |
1441 | |
5174 | 1442 2005-03-02 John W. Eaton <jwe@octave.org> |
1443 | |
5177 | 1444 * aclocal.m4 (OCTAVE_CC_FLAG, OCTAVE_CXX_FLAG, OCTAVE_F77_FLAG): |
1445 Use AC_LINK_IFELSE instead of AC_TRY_LINK. | |
1446 | |
5174 | 1447 * configure.in (OCTAVE_LOCAL_BUFFER): Use < T > instead of <T>. |
1448 From Clinton Chee <chee@parallel.hpc.unsw.edu.au>. | |
1449 | |
5173 | 1450 2005-03-01 John W. Eaton <jwe@octave.org> |
1451 | |
1452 * configure.in (AC_CONFIG_FILES): Remove libcruft/odessa/Makefile | |
1453 from the list. | |
1454 | |
5172 | 1455 2005-03-01 Todd Neal <tolchz@gmail.com> |
1456 | |
1457 * examples/make_int.cc: DEFINE_OV_TYPEID_FUNCTIONS_AND_DATA now | |
1458 takes three arguments. | |
5170 | 1459 |
1460 * octMakefile.in (SUBDIRS, CLEANSUBDIRS): | |
1461 Remove @GLOB_DIR@ from the list. | |
1462 | |
5169 | 1463 2005-02-28 John W. Eaton <jwe@octave.org> |
1464 | |
1465 * octMakefile.in (DISTDIRS): Remove glob from the list. | |
1466 (dist): No need to clean up in glob subdirectory. | |
1467 * glob: Delete directory. | |
1468 * Makeconf.in (GLOB_INCFLAGS, LIBGLOB): Delete. | |
1469 (do-subst-config-vals): Don't substitute them. | |
1470 (INCFLAGS): Remove $(GLOB_INCFLAGS) from the list. | |
1471 * configure.in: Don't test for glob or fnmatch. | |
1472 | |
5159 | 1473 2005-02-22 Shan G. Smith <shan@cybertrails.com> |
1474 | |
1475 * mkoctfile.in: If not linking, then use output file name | |
1476 specified with -o. | |
1477 | |
5151 | 1478 2005-02-21 John W. Eaton <jwe@octave.org> |
1479 | |
1480 * texi2dvi: Delete our private version. | |
1481 | |
1482 * Makeconf.in (MAKEINFO): Define. | |
1483 (TEXI2DVI): Define as texi2dvi, not $(top_srcdir)/texi2dvi. | |
1484 | |
5138 | 1485 2005-02-09 John W. Eaton <jwe@octave.org> |
1486 | |
1487 * configure.in: Check for canonicalize_file_name and resolvepath. | |
1488 | |
5126 | 1489 2005-02-02 John W. Eaton <jwe@octave.org> |
1490 | |
1491 * config.guess, config.sub: Update from FSF sources. | |
1492 | |
5111 | 1493 2005-01-18 John W. Eaton <jwe@octave.org> |
1494 | |
5112 | 1495 * octave-bug.in: Try harder to find default editor (stolen from |
1496 bashbug). | |
5111 | 1497 |
5098 | 1498 2004-12-17 John W. Eaton <jwe@octave.org> |
1499 | |
1500 * configure.in: Use AC_GNU_SOURCE. | |
1501 | |
1502 2004-12-17 Orion Poplawski <orion@cora.nwra.com> | |
1503 | |
1504 * configure.in: Also check for signbit decl. | |
1505 | |
5094 | 1506 2004-12-03 John W. Eaton <jwe@octave.org> |
1507 | |
1508 * aclocal.m4 (OCTAVE_PROG_GPERF): Check with -L C++, not -L ANSI_C. | |
1509 * Makefile.in (header-msg): Change recommended gperf version to | |
1510 3.0.1 or more recent. | |
1511 | |
5078 | 1512 2004-11-12 John W. Eaton <jwe@octave.org> |
1513 | |
1514 * Back off on -ffloat-store until we decide whether it is really | |
1515 necessary. | |
1516 | |
5076 | 1517 2004-11-11 John W. Eaton <jwe@octave.org> |
1518 | |
1519 * (OCTAVE_PROG_GNUPLOT): Don't set GNUPLOT_BINARY before calling | |
1520 AC_CHECK_PROGS(GNUPLOT_BINARY, ...). | |
1521 | |
1522 * configure.in: Use it to see if the C, C++, and Fortran compilers | |
1523 accept -ffloat-store. | |
1524 * aclocal.m4 (OCTAVE_F77_FLAG): New macro. | |
1525 | |
4971 | 1526 2004-09-08 John W. Eaton <jwe@octave.org> |
1527 | |
1528 * configure.in (GXX_PICKY_FLAGS): Remove -fno-nonnull-objects. | |
1529 (GCC_PICKY_FLAGS): Remove -Wnested-externs -Wid-clash-31. | |
1530 From Quentin Spencer <qspencer@ieee.org>. | |
1531 | |
1532 * configure.in (GCC_PICKY_FLAGS): Remove -Winline. | |
1533 | |
4968 | 1534 2004-09-07 John W. Eaton <jwe@octave.org> |
1535 | |
1536 * configure.in: Check for round. | |
1537 | |
4906 | 1538 2004-06-22 David Bateman <dbateman@free.fr> |
1539 | |
1540 * configure.in: Use -Wl,-Bsymbolic for MKOCTFILE_DL_LDFLAGS on | |
1541 GNU/Linux systems but not for SH_LDFLAGS. | |
1542 | |
4873 | 1543 2004-04-22 John W. Eaton <jwe@octave.org> |
1544 | |
4877 | 1545 * configure.in: Add -Wl,-Bsymbolic to SH_LDFLAGS for GNU/Linux |
1546 systems. From Fredrik Lingvall <Fredrik.Lingvall@signal.uu.se>. | |
1547 | |
4873 | 1548 * mkoctfile.in: Allow -Wx,option style options to be passed to the |
1549 compiler. From Al Niessner <Al.Niessner@jpl.nasa.gov>. | |
1550 | |
4850 | 1551 2004-04-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
1552 | |
4853 | 1553 * configure.in: Delete code for --with-ieee754. |
1554 Use OCTAVE_IEEE754_DATA_FORMAT. | |
1555 | |
1556 * aclocal.m4 (OCTAVE_IEEE754_DATA_FORMAT): New macro, based on | |
1557 configure.in code for HAVE_IEEE754_COMPLIANCE. | |
1558 | |
1559 2004-04-06 David Bateman <dbateman@free.fr> | |
1560 | |
4850 | 1561 * configure.in : add the option --with-ieee754 and use it to define |
1562 HAVE_IEEE754_COMPLIANCE | |
1563 | |
4843 | 1564 2004-04-02 David Bateman <dbateman@free.fr> |
1565 | |
1566 * configure.in: Warn about g++ 2.9x versions. | |
1567 | |
1568 2004-04-01 John W. Eaton <jwe@bevo.che.wisc.edu> | |
1569 | |
1570 * octMakefile.in (dist): Also make bz2 file and compute md5 | |
1571 checksums of both gz and bz2 files. | |
1572 | |
4816 | 1573 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
1574 | |
1575 * configure.in: No longer accept --with-g77 (it is still possible | |
1576 to use --with-f77=g77). | |
1577 | |
4812 | 1578 2004-03-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
1579 | |
1580 * configure.in: Check for -mieee instead of -mieee-with-inexact. | |
1581 | |
4793 | 1582 2004-02-20 Per Persson <persquare@mac.com> |
1583 | |
1584 * mkoctfile.in (LINK_DEPS): Include $LDFLAGS in the list. | |
1585 | |
4786 | 1586 2004-02-18 Per Persson <persquare@mac.com> |
1587 | |
1588 * configure.in (*-*-darwin*): Define SONAME_FLAGS. | |
1589 | |
4773 | 1590 2004-02-16 David Bateman <dbateman@free.fr> |
1591 | |
1592 * configure.in: Test for the presence of FFTW 3.x and use it in | |
1593 preference to FFTW 2.x. Define HAVE_FFTW3 | |
1594 | |
4766 | 1595 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
1596 | |
4767 | 1597 * mkoctfile.in (LINK_DEPS): Include $LIBS and $RLD_FLAG. |
4766 | 1598 Use $OCTAVE_LIBS instead of listing libs individually. |
1599 | |
4759 | 1600 2004-02-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
1601 | |
4760 | 1602 * mkoctfile.in: Delete INCLUDE_LINK_DEPS. Fix help text. |
1603 Always define LINK_DEPS. | |
1604 (LINK_DEPS): Also include FLIBS in the list. | |
1605 | |
1606 * Makeconf.in (INCLUDE_LINK_DEPS): Don't substitute. | |
1607 (do-subst-config-vals): Delete INCLUDE_LINK_DEPS. | |
1608 * configure.in (INCLUDE_LINK_DEPS): Delete. | |
1609 | |
4759 | 1610 * mkoctfile (SH_LD, SH_LDFLAGS): Delete. |
1611 (DL_LD, DL_LDFLAGS): New variables. Use them instead of SH_LD and | |
1612 SH_LDFLAGS for creating .oct files. | |
1613 Fix help text. | |
1614 | |
1615 * configure.in (MKOCTFILE_SH_LDFLAGS): Delete. | |
1616 (MKOCTFILE_DL_LDFLAGS): New variable, default to DL_LDFLAGS. | |
1617 | |
1618 * Makeconf.in (do-subst-config-vals): Add DL_LD, DL_LDFLAGS, and | |
1619 MKOCTFILE_DL_LDFLAGS to the list of substitutions. | |
1620 Delete MKOCTFILE_SH_LDFLAGS. | |
1621 | |
1622 2004-02-14 Per Persson <persquare@mac.com> | |
1623 | |
1624 * configure.in (DL_LD, DL_LDFLAGS): New variables, default to | |
1625 SH_LD and SH_LDFLAGS, respectively. | |
1626 Define independently for SH_LD and SH_LDFLAGS for *-*-darwin* targets. | |
1627 * Makeconf.in (DL_LD, DL_LDFLAGS): Substitute them here. | |
1628 | |
4756 | 1629 2004-02-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
1630 | |
1631 * Makefile.in (header-msg): Required bison version now 1.31 or later. | |
1632 | |
4728 | 1633 2004-01-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
1634 | |
1635 * emacs/octave-mod.el: If line-end-position is not defined, | |
1636 provide it as an alias for point-at-eol. | |
1637 | |
1638 2004-01-24 John W. Eaton <jwe@bevo.che.wisc.edu> | |
1639 | |
1640 * emacs/octave-mod.el: If line-beginning-position is not defined, | |
1641 provide it as an alias for point-at-bol. | |
1642 | |
4726 | 1643 2004-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
1644 | |
1645 * configure.in (AH_BOTTOM): | |
1646 Define OCTAVE_LOCAL_BUFFER using vector<T> instead of auto_ptr. | |
1647 Suggested by Paul Thomas <Paul.Thomas@jet.efda.org> | |
1648 | |
4710 | 1649 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
1650 | |
1651 * octMakefile.in (maintainer-clean, distclean): | |
1652 Remove Makefile and autom4te.cache. | |
1653 | |
4696 | 1654 2004-01-14 David Bateman <dbateman@free.fr> |
1655 | |
1656 * configure.in: Test for the presence of the function | |
1657 H5Gget_num_objs in HDF5 library, and define HAVE_H5GGET_NUM_OBJS. | |
1658 | |
4685 | 1659 2004-01-06 Per Persson <persquare@mac.com> |
1660 | |
1661 * aclocal.m4 (OCTAVE_CXX_PREPENDS_UNDERSCORE): Recognize | |
1662 *-*-darwin*, not *-*-darwin6*. | |
1663 | |
4683 | 1664 2003-12-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
1665 | |
1666 * INSTALL: Update to newer version from autoconf. | |
1667 | |
4670 | 1668 2003-11-26 Cyril Humbert <Cyril.Humbert@univ-mlv.fr> |
1669 | |
1670 * octave-config.in (--m-site-dir): Echo $LOCALVERFCNFILEDIR, not | |
1671 $OCTAVE_LOCALVERFCNFILEDIR. | |
1672 (--oct-site-dir): Echo $LOCALVEROCTFILEDIR, not | |
1673 $OCTAVE_LOCALVEROCTFILEDIR. | |
1674 | |
4645 | 1675 2003-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
1676 | |
1677 * configure.in: Also maybe add -W to WARN_CFLAGS and WARN_CXXFLAGS. | |
1678 | |
4626 | 1679 2003-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
1680 | |
4627 | 1681 * Makeconf.in (SHLLIB_VER): Fix typo. |
1682 | |
4626 | 1683 * Makeconf.in (WARN_CFLAGS, WARN_CXXFLAGS): Substitute them. |
1684 (ALL_CFLAGS, BUG_CFLAGS): Add $(WARN_CFLAGS). | |
1685 (ALL_CXXFLAGS, BUG_CXXFLAGS): Add $(WARN_CXXFLAGS). | |
1686 (UGLY_ALL_CXXFLAGS): Delete. | |
1687 | |
1688 * configure.in: Add -Wall and -Wshadow to WARN_CFLAGS and | |
1689 WARN_CXXFLAGS instead of CFLAGS and CXXFLAGS. | |
1690 | |
4602 | 1691 2003-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
1692 | |
1693 * configure.in: If we need alloca, then also include it in LIBGLOB. | |
1694 | |
4587 | 1695 2003-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
1696 | |
1697 * configure.in: Preserve CFLAGS and CXXFLAGS before doing anything. | |
1698 Maybe add -Wshadow to CFLAGS and CXXFLAGS. | |
1699 | |
4570 | 1700 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca> |
1701 | |
1702 * emacs/octave-mod.el (octave-comment-start): Simplify. | |
1703 (octave-point): Remove. | |
1704 (octave-in-comment-p, octave-in-string-p) | |
1705 (octave-not-in-string-or-comment-p, calculate-octave-indent) | |
1706 (octave-blink-matching-block-open, octave-auto-fill): | |
1707 Use line-(beginning|end)-position instead. | |
1708 | |
4568 | 1709 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
1710 | |
1711 * emacs/octave-inf.el (inferior-octave-prompt): Don't bother | |
1712 matching "octave.bin". | |
1713 | |
1714 2003-10-29 Lute Kamstra <lute@gnu.org> | |
1715 | |
1716 * emacs/octave-inf.el (inferior-octave-prompt): Recognize | |
1717 version number in prompt. | |
1718 | |
4546 | 1719 2003-10-24 John W. Eaton <jwe@bevo.che.wisc.edu> |
1720 | |
1721 * emacs/octave-mod.el (octave-mode-syntax-table): Allow % to be a | |
1722 comment character. | |
1723 | |
4544 | 1724 2003-10-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
1725 | |
1726 * Makeconf.in (AWK): Substitute and export it. | |
1727 * configure.in: Also check for AWK. | |
1728 | |
4532 | 1729 2003-10-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
1730 | |
1731 * configure.in (AC_PREREQ): Require 2.57. | |
1732 | |
4513 | 1733 2003-09-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
1734 | |
1735 * configure.in (AH_BOTTOM): Don't define HEAVYWEIGHT_INDEXING here. | |
1736 | |
4476 | 1737 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
1738 | |
4478 | 1739 * emacs/octave-mod.el (octave-variables): Delete |
1740 propagate_empty_matrices from the list. | |
1741 | |
4476 | 1742 * ck-oct-fcns.m: Delete. |
1743 | |
4469 | 1744 2003-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
1745 | |
1746 * configure.in: Warn if --enable-dl but not --enable-shared. | |
1747 | |
4466 | 1748 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
1749 | |
1750 * emacs/octave-mod.el (octave-variables): Delete | |
1751 default_return_value and define_all_return_values from the list. | |
1752 Add warn_undefined_return_values to the list. | |
1753 | |
4460 | 1754 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
1755 | |
4461 | 1756 * emacs/octave-mod.el (octave-variables): |
1757 Add warn_empty_list_elements and warn_resize_on_range_error to the | |
1758 list. | |
1759 Delete empty_list_elements_ok and resize_on_range_error from the | |
1760 list. | |
4460 | 1761 |
4457 | 1762 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
1763 | |
1764 * emacs/octave-mod.el (octave-variables): Add warn_neg_dim_as_zero | |
1765 to the list. | |
1766 Delete treat_neg_dim_as_zero from the list. | |
1767 | |
4451 | 1768 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
1769 | |
1770 * emacs/octave-mod.el (octave-variables): Include | |
1771 DEFAULT_EXEC_PATH, DEFAULT_LOAD_PATH, crash_dumps_octave_core, | |
4452 | 1772 sighup_dumps_octave_core, sigterm_dumps_octave_core, |
4455 | 1773 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and |
1774 warn_fortran_indexing in the list. | |
1775 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, | |
1776 implicit_str_to_num_ok, prefer_column_vectors, | |
1777 prefer_zero_one_indexing, and do_fortran_indexing from the list. | |
4451 | 1778 |
4446 | 1779 2003-07-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
1780 | |
4449 | 1781 * Makeconf.in (do-subst-default-vals): Substitute OCTAVE_API_VERSION. |
1782 * octave-config.in: Handle new variable OCTAVE_API_VERSION. | |
1783 | |
1784 * octMakefile.in (DIRS_TO_MAKE): Delete undefined vars | |
1785 $(localfcnfilepathdirs) and $(localoctfilepathdirs) from the list. | |
1786 | |
1787 * octave-config.in: Handle new variables OCTAVE_LOCALAPIFCNFILEDIR | |
1788 and OCTAVE_LOCALAPIOCTFILEDIR | |
1789 | |
1790 * configure.in (localapifcnfiledir): New variable. | |
1791 (localfcnfilepath): Add it to the list. | |
1792 (localapioctfiledir): New variable. | |
1793 (localoctfilepath): Add it to the list. | |
1794 * Makeconf.in (do-subst-default-vals): Substitute new varibles. | |
1795 | |
1796 * Makeconf.in (getapiversion, apiversion): New macros. | |
1797 | |
4446 | 1798 * octMakefile.in (DIRS_TO_MAKE): Include $(localverarchlibdir) in |
1799 the list. | |
1800 | |
4443 | 1801 2003-07-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
1802 | |
1803 * Makeconf.in: Set and substitute values for startupfiledir and | |
1804 localstartupfiledir. | |
1805 | |
1806 * octave-config.in: Allow other configuration defaults to be | |
1807 accessed using --variable VAR option. | |
1808 | |
4440 | 1809 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
1810 | |
1811 * octMakefile.in (distclean): remove install-octave here. | |
1812 | |
4439 | 1813 2003-06-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
1814 | |
1815 * configure.in: If user doesn't specify --enable-rpath, then | |
1816 default is to enable it. | |
1817 | |
4422 | 1818 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
1819 | |
4423 | 1820 * aclocal.m4 (GNUPLOT_HAS_FRAMES): Eliminate variable. |
1821 | |
4422 | 1822 * emacs/octave-mod.el (octave-variables): Eliminate |
1823 gnuplot_has_multiplot. | |
1824 | |
4417 | 1825 2003-05-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
1826 | |
1827 * configure.in: In check for f_open in libf2c, only use | |
1828 -L. -lconflib if we have created libconflib.a. | |
1829 | |
4414 | 1830 2003-05-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
1831 | |
4416 | 1832 * aclocal.m4 (OCTAVE_PROG_GPERF): Provide struct decl so -t option |
1833 succeeds with gperf 3.0. | |
1834 | |
4414 | 1835 * Makeconf.in (NO_OCT_FILE_STRIP): Use -C arg for make. |
1836 | |
1837 * octMakefile.in (DIRS_TO_MAKE): Use $(shell ...) instead of `...`. | |
1838 | |
4413 | 1839 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
1840 | |
1841 * Makeconf.in, octMakefile.in, emacs/Makefile.in, | |
1842 examples/Makefile.in: Handle DESTDIR. | |
1843 | |
4411 | 1844 2003-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
1845 | |
1846 * Makeconf.in (sbindir): New variable substitution. | |
1847 | |
4399 | 1848 2003-04-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
1849 | |
1850 * configure.in: Don't define WITH_KPATHSEARCH. | |
1851 | |
4388 | 1852 2003-04-24 John W. Eaton <jwe@bevo.che.wisc.edu> |
1853 | |
1854 * configure.in: Look for wsock32 library on MinGW systems. | |
1855 | |
4382 | 1856 2003-04-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
1857 | |
1858 * configure.in (OCTAVE_LOCAL_BUFFER): Always allocate temporary | |
1859 buffer using new. | |
1860 | |
4378 | 1861 2003-04-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
1862 | |
1863 * Makefile.in octMakefile.in: Delete kpathsea targets. | |
1864 | |
1865 * kpathsea: Delete all files and directory. | |
1866 | |
1867 * configure.in: Don't run configure in kpathsea subdirectory. | |
1868 | |
1869 * README.kpathsea: New file. | |
1870 * octMakefile.in (DISTFILES): Include it in the list. | |
1871 | |
1872 * Makeconf.in (do-subst-config-vals): Don't substitute it. | |
1873 | |
1874 * configure.in: Also check for basename. | |
1875 Don't substitute LIBKPATHSEA. | |
1876 | |
4377 | 1877 2003-04-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
1878 | |
1879 * configure.in (AH_BOTTOM): Don't assume that __WIN32__ will be | |
1880 defined when __CYGWIN__ is defined. | |
1881 | |
4368 | 1882 2003-03-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
1883 | |
1884 * configure.in: Only complain for g++ earlier than 2.95. | |
1885 Try harder to get version number only. | |
1886 | |
4366 | 1887 2003-03-05 Paul Kienzle <pkienzle@users.sf.net> |
1888 | |
1889 * aclocal.m4 (OCTAVE_DYNAMIC_AUTO_ARRAYS): New macro. | |
1890 * configure.in: Use it. | |
1891 (AH_BOTTOM): Check HAVE_DYNAMIC_AUTO_ARRAYS instead of __GNUG__. | |
1892 | |
4365 | 1893 2003-03-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
1894 | |
1895 * configure.in: Undo previous change. | |
1896 * Makeconf.in: Likewise. | |
1897 | |
4361 | 1898 2003-03-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
1899 | |
1900 * configure.in (KPATHSEA_INCFLAGS): New variable. | |
1901 * Makeconf.in (KPATHSEA_INCFLAGS): Substitute it. | |
1902 (do-subst-config-vals): Add it to the list. | |
1903 (INCFLAGS): Add $(KPATHSEA_INCFLAGS). | |
1904 | |
4360 | 1905 2003-02-23 Paul Kienzle <pkienzle@users.sf.net> |
1906 | |
1907 * aclocal.m4 (OCTAVE_PLACEMENT_DELETE): New macro. | |
1908 * configure.in: Use it. | |
1909 (AH_BOTTOM): Don't define HAVE_PLACEMENT_DELETE here. | |
1910 | |
4349 | 1911 2003-02-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
1912 | |
4353 | 1913 * configure.in: Allow RLD_FLAG to be set using --enable-rpath arg. |
1914 | |
1915 * configure.in: Fix default RLD_FLAG value for *-sgi-*. From | |
1916 Paul Kienzle <pkienzle@users.sf.net>. | |
1917 | |
1918 * configure.in: Check for long long int and unsigned long long int. | |
1919 | |
4352 | 1920 * configure.in (AH_BOTTOM): Define HAVE_PLACEMENT_DELETE for gcc |
1921 3.2 and later. | |
1922 | |
4349 | 1923 * configure.in: Check for copysign and signbit. |
1924 | |
4334 | 1925 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
1926 | |
1927 * emacs/Makefile.in (DISTFILES): Add otags.1 to the list. | |
1928 | |
1929 2003-02-18 Dirk Eddelbuettel <edd@debian.org> | |
1930 | |
1931 * emacs/otags.1: New file. | |
1932 | |
4329 | 1933 2003-02-18 David Bateman <dbateman@free.fr> |
1934 | |
1935 * configure.in: Eliminate linpack | |
1936 | |
4328 | 1937 2003-02-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
1938 | |
1939 * configure.in: Check for mkstemp too. | |
1940 | |
4323 | 1941 2003-02-13 Arno Klaassen <arno@scito.com> |
1942 | |
1943 * configure.in: Fix SH_LD and SH_LDFLAGS for -*-*-freebsd*. | |
1944 | |
1945 2003-02-13 John W. Eaton <jwe@bevo.che.wisc.edu> | |
1946 | |
1947 * configure.in: Use '$(CXX)', '$(AR)', not "$CXX" and "$AR" when | |
1948 setting variables for building shared libraries. | |
1949 | |
4320 | 1950 2003-02-13 Paul Kienzle <pkienzle@users.sf.net> |
1951 | |
1952 * examples/make_int.cc: Support for ISO standard compilers. | |
1953 | |
4304 | 1954 2003-01-22 Richard Stallman <rms@gnu.org> |
1955 | |
1956 * emacs/octave-mod.el (octave-mode-map): Avoid binding keys that | |
1957 are reserved for users. | |
1958 | |
4302 | 1959 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
1960 | |
1961 * Makeconf.in: Fix typo in previous change. | |
1962 | |
4301 | 1963 2003-01-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
1964 | |
1965 * Makeconf.in (MKOCTFILE_INCFLAGS): Skip -I$(includedir) if | |
1966 $(includedir) is /usr/include. | |
1967 | |
4299 | 1968 2003-01-16 Mumit Khan <khan@nanotech.wisc.edu> |
1969 | |
1970 * Makeconf.in (SED): Export to subshells. | |
1971 | |
4298 | 1972 2003-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
1973 | |
1974 * configure.in: Don't bother with compiler flags for | |
1975 explicit/no-implicit template instantiation. | |
1976 | |
1977 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> | |
1978 | |
1979 * configure.in, Makeconf.in: Allow setting of BUILD_LDFLAGS. | |
1980 | |
4296 | 1981 2003-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
1982 | |
1983 * autogen.sh: Use --force for autoconf and autoheader. | |
1984 | |
4284 | 1985 2003-01-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
1986 | |
4290 | 1987 * octMakefile.in (CONF_DISTFILES): Include acx_blas.m4 and |
1988 acx_lapack.m4. | |
1989 | |
4284 | 1990 * configure.in (BUILD_CC, BUILD_CFLAGS, BUILD_CXX, |
1991 BUILD_CXXFLAGS): Kluge for Sun C/C++. | |
1992 | |
4270 | 1993 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
1994 | |
1995 * configure.in: Default value of BUILD_CXX is $CXX, not g++. | |
4278 | 1996 (AH_BOTTOM): Define __USE_STD_IOSTREAM if using Compaq C++ compiler. |
4283 | 1997 For compiler/linker options, use -Wl,OPT instead of -Xlinker OPT. |
4284 | 1998 Check for -ieee option for the C and C++ compilers on alpha systems. |
4270 | 1999 |
4264 | 2000 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
2001 | |
2002 * configure.in: Fail on all gcc 1.x and 2.x versions. | |
2003 | |
4249 | 2004 2002-12-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
2005 | |
2006 * configure.in (OCTAVE_LOCAL_BUFFER): New macro. | |
2007 | |
4228 | 2008 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
2009 | |
4229 | 2010 * mkoctfile.in: Include $LIBOCTINTERP in the stand alone link command. |
2011 Define LIBOCTAVE, LIBOCTINTERP, LIBCRUFT, LIBREADLINE using -lLIB. | |
4228 | 2012 |
4227 | 2013 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
2014 | |
2015 * Makeconf.in (do-script-install, do-script-uninstall): | |
2016 New macros, used in Makefiles in scripts subdirectory. | |
2017 (do-script-install): Use new scripts/mkpkgadd script to construct | |
2018 PKG_ADD files. | |
2019 | |
4214 | 2020 2002-12-03 Nix <nix@esperi.demon.co.uk> |
2021 | |
2022 * configure.in: Use AC_CHECK_DECL in conjunction with | |
2023 AC_DECL_SYS_SIGLIST to ensure signal.h is searched. | |
2024 | |
4207 | 2025 2002-12-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
2026 | |
2027 * configure.in: Dont't set SONAME_FLAGS for alpha alpha*-dec-osf* | |
2028 systems. | |
2029 | |
2030 2002-11-29 Paul Kienzle <pkienzle@users.sf.net> | |
2031 | |
2032 * mkoctfile.in: Include "$incflags $def" in commands to generate | |
2033 dependecies. | |
2034 | |
4199 | 2035 2002-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
2036 | |
2037 * configure.in (do-subst-config-vals): Substitute OCTAVE_BINDIR. | |
2038 | |
2039 * configure.in (MKOCTFILE_SH_LDFLAGS): New variable. | |
2040 * Makeconf.in (do-subst-config-vals): Substitute | |
2041 OCTAVE_CONF version of this variable. | |
2042 | |
2043 * mkoctfile.in: Set SH_LDFLAGS from MKOCTFILE_SH_LDFLAGS, not | |
2044 SH_LDFLAGS. | |
2045 (VERSION): Substitute value of OCTAVE_CONF_VERSION. | |
2046 | |
2047 * configure.in (NO_OCT_FILE_STRIP): New variable. | |
2048 * Makeconf.in (do-subst-config-vals): Substitute it. | |
2049 * mkoctfile.in (no_oct_file_strip_on_this_platform): New variable. | |
2050 | |
4192 | 2051 2002-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
2052 | |
4196 | 2053 * configure.in (OCTAVE_CXX_PRAGMA_INTERFACE_IMPLEMENTATION): |
2054 Delete use. | |
2055 | |
4192 | 2056 * aclocal.m4 (OCTAVE_LANG_PROG_NO_CONFDEFS): Delete. |
2057 (OCTAVE_CXX_PRAGMA_INTERFACE_IMPLEMENTATION): Delete. | |
2058 | |
4189 | 2059 2002-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
2060 | |
2061 * configure.in: Check for dlopen last, to avoid broken | |
2062 compatibility libraries. | |
4190 | 2063 Default value for SHLLIB is '$(SHLEXT)', not $SHLEXT. |
4189 | 2064 |
4182 | 2065 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
2066 | |
2067 * configure.in (USE_EXCEPTIONS_FOR_INTERRUPTS): No need to define. | |
2068 | |
4180 | 2069 2002-11-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
2070 | |
2071 * configure.in: Check for sigsetjmp and siglongjmp. | |
2072 (AH_BOTTOM): If both are found, define OCTAVE_HAVE_SIG_JUMP. | |
2073 Also check for sig_atomic_t, typedef it if not available. | |
2074 | |
4685 | 2075 2002-11-10 Per Persson <persquare@mac.com> |
4163 | 2076 |
2077 * configure.in: Detect dyld API for dynamic linking on OS X. | |
2078 | |
4685 | 2079 2002-11-09 Per Persson <persquare@mac.com> |
4162 | 2080 |
2081 * configure.in: Use $(TOPDIR)/src/octave, not $(bindir)/octave for | |
2082 -bundle-loader argument. | |
2083 | |
2084 * aclocal.m4 (OCTAVE_CXX_PREPENDS_UNDERSCORE): Force result for OS X. | |
2085 | |
4157 | 2086 2002-11-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
2087 | |
2088 * configure.in: Set FPICFLAG, Also set CXXPICFLAG, CPICFLAG, | |
2089 FPICFLAG, and INCLUDE_LINK_DEPS for OS X. | |
2090 | |
2091 * acx_blas.m4 (LIBS): Also check for Apple vecLib framework. | |
2092 | |
4153 | 2093 2002-11-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
2094 | |
2095 * configure.in (AH_BOTTOM): Define USE_EXCEPTIONS_FOR_INTERRUPTS. | |
2096 | |
4151 | 2097 2002-11-04 Joseph P. Skudlarek <jskud@jskud.com> |
2098 | |
2099 * emacs/otags: handle declarations without arguments and/or return | |
2100 values. | |
2101 | |
4138 | 2102 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
2103 | |
2104 * configure.in (SHLEXT_VER, SHLLIB_VER, SHLBIN_VER): Use | |
2105 $(version), not $(VERSION). | |
2106 | |
4130 | 2107 2002-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
2108 | |
2109 * Makeconf.in (HAVE_DLOPEN_API, HAVE_SHL_LOAD_API, | |
2110 HAVE_LOADLIBRARY_API): Delete. | |
2111 (do-subst-config-vals): Don't substitute them here. | |
2112 | |
4126 | 2113 2002-10-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
2114 | |
4128 | 2115 * configure.in (ENABLE_DYNAMIC_LINKING): Rename from |
2116 WITH_DYNAMIC_LINKING. | |
2117 * Makeconf.in: Likewise. | |
2118 * examples/hello.cc: Likewise. Improve comments. | |
2119 | |
2120 * configure.in: Revive --enable-dl to set default value for | |
2121 WITH_DYNAMIC_LINKING. | |
2122 | |
4126 | 2123 * configure.in: Also set SHLEXT_VER, SHLLIB_VER, SHLBIN_VER. |
2124 * Makeconf.in: Substitute them here. | |
2125 Also substitute SHLLINKEXT. | |
2126 | |
4685 | 2127 2002-10-25 Per Persson <persquare@mac.com> |
4125 | 2128 |
2129 * aclocal.m4 (OCTAVE_CXX_PRAGMA_INTERFACE_IMPLEMENTATION): Fix | |
2130 first test to properly fail on OS X. Fix typo in final test to | |
2131 set result. | |
2132 | |
4122 | 2133 2002-10-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
2134 | |
2135 * mk-opts.pl (emit_opt_class_header): Make set_options another | |
2136 name for copy. | |
2137 | |
4110 | 2138 2002-10-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
2139 | |
2140 * Makeconf.in (do-subst-config-vals): Don't substitute | |
2141 OCTAVE_CONF_OCTAVE_LITE. | |
2142 (OCTAVE_LITE): Delete. | |
2143 | |
2144 * Makeconf.in: Use HAVE_DLOPEN_API, HAVE_LOADLIBRARY_API, and | |
2145 HAVE_SHL_LOAD_API instead of WITH_DL and WITH_SHL. | |
2146 | |
2147 * configure.in: Rewrite the way we handle dynamic linking. | |
2148 If dynamic linking is used always do what was previously only | |
2149 enabled by --enable-lite-kernel. | |
2150 | |
2151 2002-10-17 Paul Kienzle <pkienzle@users.sf.net> | |
2152 | |
2153 * configure.in: Define WITH_DYNAMIC_LINKING based on --enable-shared. | |
2154 Add -lwsock32 to LIBS for MinGW. | |
2155 | |
4109 | 2156 2002-10-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
2157 | |
2158 * aclocal.m4 (OCTAVE_LANG_PROG_NO_CONFDEFS): New macro. | |
2159 (OCTAVE_CXX_PRAGMA_INTERFACE_IMPLEMENTATION): Use it along with | |
2160 AC_LINK_IFELSE instead of AC_TRY_LINK. | |
2161 Require both programs to compile for success. | |
2162 | |
4105 | 2163 2002-10-16 Paul Kienzle <pkienzle@users.sf.net> |
2164 | |
2165 * aclocal.m4: Both Cygwin and MinGW don't prepend underscores. | |
2166 * configure.in: MinGW builds shared libraries the same as Cygwin. | |
2167 MinGW must link to winsock explicitly. | |
2168 * install-octave.in: MinGW and Cygwin both need OCTAVE_HOME. | |
2169 | |
4104 | 2170 2002-10-15 Paul Kienzle <pkienzle@users.sf.net> |
2171 | |
2172 * configure.in (library_path_var): New variable. | |
2173 | |
4102 | 2174 2002-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
2175 | |
4103 | 2176 * configure.in (SH_LDFLAGS): Additional options for Cygwin: |
4104 | 2177 -Wl,--export-all-symbols -Wl,--enable-auto-import. |
4103 | 2178 |
4102 | 2179 * Makeconf.in (TERMLIBS): Substitute here. |
2180 | |
2181 * configure.in: Define OCTAVE_USE_WINDOWS_API if | |
2182 defined (__WIN32__) && ! defined (__CYGWIN__), not if | |
2183 defined (__WIN32__) || ! defined (__CYGWIN__). | |
2184 Also call AC_SUBST for TERMLIBS. | |
2185 | |
2186 2002-10-14 Paul Kienzle <pkienzle@users.sf.net> | |
2187 | |
2188 * configure.in: Use correct SHLEXT and PICFLAG for Cygwin. | |
2189 * configure.in: Cygwin must link against -loctave.dll, etc. | |
2190 | |
2191 * configure.in: Define INCLUDE_LINK_DEPS because Cygwin needs DLLs | |
2192 to be linked against their dependencies. | |
2193 * Makeconf.in: Ditto. | |
2194 | |
2195 * configure.in: Define SHLLIB and SHLBIN because Cygwin doesn't | |
2196 link against shared libs but instead against -lxxx.dll. LIB and | |
2197 BIN are the link and load forms respectively of the library. | |
2198 * Makeconf.in: Ditto, and define the corresponding XXX_VER. | |
2199 | |
2200 * configure.in: Remove LIBOCT_READLINE and LIBOCT_PATHSEARCH | |
2201 because they are merged into LIBOCTAVE to avoid circular | |
2202 dependencies. | |
2203 * Makeconf.in: Ditto. | |
2204 * mkoctfile.in: Ditto. | |
2205 | |
2206 * aclocal.m4 (OCTAVE_ENABLE_READLINE): Define LIBREADLINE because | |
2207 Cygwin requires liboctave to be linked against -lreadline so | |
2208 including it in LIBS isn't sufficient. | |
2209 * mkoctfile.in: Substitute and use LIBREADLINE here. | |
2210 | |
2211 * aclocal.m4 (OCTAVE_CXX_PREPENDS_UNDERSCORE): Force no for cygwin. | |
2212 | |
4101 | 2213 2002-10-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
2214 | |
2215 * configure.in (AH_BOTTOM): Maybe define OCTAVE_USE_WINDOWS_API | |
2216 and OCTAVE_HAVE_WINDOWS_FILESYSTEM. | |
2217 | |
4095 | 2218 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
2219 | |
4098 | 2220 * aclocal.m4 (OCTAVE_PROG_GNUPLOT): AC_DEFINE GNUPLOT_BINARY |
2221 Default value on Windows systems is pgnuplot. | |
2222 If not cross compiling and no gnuplot program is found, set | |
2223 default to gnuplot. Set defaults for multiplot and frames. Check | |
2224 for pgnpuplot, pipe-gnuplot, and gnuplot on Windows systems. | |
2225 | |
2226 * configure.in (BUILD_EXEEXT): New variable. | |
2227 * Makeconf.in (BUILD_EXEEXT): Substitute it here. | |
2228 | |
4095 | 2229 * aclocal.m4 (OCTAVE_CXX_PRAGMA_INTERFACE_IMPLEMENTATION): |
2230 Add second test for OS X. | |
2231 | |
4093 | 2232 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
2233 | |
4094 | 2234 * aclocal.m4 (OCTAVE_CXX_PRAGMA_INTERFACE_IMPLEMENTATION): New macro. |
2235 * configure.in: Use it. | |
2236 | |
2237 * configure.in (BUILD_CC, BUILD_CFLAGS, BUILD_CXX, BUILD_CXXFLAGS): | |
2238 Set default values if cross compiling. | |
2239 | |
4093 | 2240 * aclocal.m4 (OCTAVE_PROG_NM): Do the right thing for cross compiling. |
2241 (OCTAVE_CXX_PREPENDS_UNDERSCORE): Require OCTAVE_PROG_NM. | |
2242 (OCTAVE_CXX_ABI): Likewise. | |
2243 | |
2244 * Makeconf.in (BUILD_CC, BUILD_CFLAGS, BUILD_CXX, BUILD_CXXFLAGS): | |
2245 New variables for cross compiling. | |
2246 | |
4092 | 2247 2002-10-07 Paul Kienzle <pkienzle@users.sf.net> |
2248 | |
2249 * configure.in: Check for raise. | |
2250 | |
4084 | 2251 2002-10-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
2252 | |
2253 * aclocal.m4 (OCTAVE_PROG_SED): New macro, adapted from autoconf | |
2254 patches mailing list archive, written by Robert Boehne | |
2255 <rboehne@ricardo-us.com>. | |
2256 * configure.in: Use it. | |
2257 * Makeconf.in: Substitute SED, use $(SED), not sed. | |
2258 (do-subst-conffig-vals): Substitute it here too. | |
2259 * mkoctfile.in: And here. Use $SED, not sed. | |
2260 * octave-bug.in: Likewise. | |
2261 * install-octave.in: Likewise. | |
2262 | |
4081 | 2263 2002-09-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
2264 | |
2265 * configure.in: Don't define mkdir here. | |
2266 | |
4067 | 2267 2002-09-25 Mumit Khan <khan@nanotech.wisc.edu> |
2268 | |
2269 * aclocal.m4 (OCTAVE_MKDIR_TAKES_ONE_ARG): New macro to determine if | |
2270 host mkdir accepts only one arg instead of the usual two. | |
2271 * configure.in: Use. Check for direct.h. | |
2272 (mkdir): Define. | |
2273 | |
2274 2002-09-26 Paul Kienzle <pkienzle@users.sf.net> | |
2275 | |
2276 * configure.in: Check for conio.h. | |
2277 Check for _kbhit. | |
2278 | |
4066 | 2279 2002-09-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
2280 | |
2281 * configure.in (AH_BOTTOM): Don't define | |
2282 USE_PRAGMA_INTERFACE_IMPLEMENTATION. | |
2283 | |
4064 | 2284 2002-09-26 Paul Kienzle <pkienzle@users.sf.net> |
2285 | |
2286 * configure.in: Fix syntax errors in !HAVE_XXX_T. | |
2287 Don't require terminal control for build. | |
2288 | |
4062 | 2289 2002-09-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
2290 | |
2291 * configure.in: Fix typedefs used in AH_BOTTOM. | |
2292 | |
4061 | 2293 2002-09-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
2294 | |
2295 * configure.in (AH_BOTTOM): If using g++, define | |
2296 USE_PRAGMA_INTERFACE_IMPLEMENTATION. | |
2297 | |
4051 | 2298 2002-08-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
2299 | |
2300 * configure.in: Check for sstream. | |
2301 | |
4050 | 2302 2002-08-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
2303 | |
2304 * Makeconf.in (%.d : %.cc): Add $*.df to LHS of dependency list. | |
2305 | |
4044 | 2306 2002-08-15 Paul Kienzle <pkienzle@users.sf.net> |
2307 | |
2308 * mk-opts.pl: Add support for INCLUDE = "...". | |
2309 | |
2310 2002-08-15 John W. Eaton <jwe@bevo.che.wisc.edu> | |
2311 | |
2312 * mk-opts.pl: Handle Array<int> too. | |
2313 | |
4035 | 2314 2002-08-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
2315 | |
2316 * mk-opts.pl (emit_options_function): Emit newline at EOF. | |
2317 | |
4014 | 2318 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
2319 | |
2320 * Makeconf.in: Use $@-t instead of $@.tmp or $@.t. | |
2321 | |
3998 | 2322 2002-07-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
2323 | |
2324 * mk-opts.pl: New file. | |
2325 * Makefile.in (DISTFILES): Add it to the list. | |
2326 | |
3989 | 2327 2002-07-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
2328 | |
2329 * configure.in (AC_CONFIG_FILES): Add libcruft/dasrt/Makefile to | |
2330 the list. | |
2331 | |
3983 | 2332 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
2333 | |
2334 * configure.in (AC_CONFIG_FILES): Add libcruft/odessa/Makefile to | |
2335 the list. | |
2336 | |
3956 | 2337 2002-05-24 John W. Eaton <jwe@bevo.che.wisc.edu> |
2338 | |
2339 * configure.in: Maybe add -fno-coalesce-templates to XTRA_CXXFLAGS | |
2340 on darwin systems. | |
2341 (SH_LDFLAGS): Set this on darwin systems. | |
2342 (UGLY_DEFS): Cope with broken sed or shell quoting on darwin systems. | |
2343 | |
3943 | 2344 2002-05-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
2345 | |
2346 * aclocal.m4 (OCTAVE_CXX_ISO_COMPLIANT_LIBRARY): Omit cwctype. | |
2347 | |
3923 | 2348 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
2349 | |
2350 * configure.in (AC_AIX): Move before AC_MINIX and AC_ISC_POSIX. | |
2351 (AH_BOTTOM): Move contents of acconfig.h here. | |
2352 * acconfig.h: Delete. | |
3925 | 2353 * octMakefile.in (CONF_DISTFILES): Delete acconfig.h from the list. |
3923 | 2354 |
3911 | 2355 2002-04-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
2356 | |
2357 * configure.in (AC_CONFIG_FILES): Add libcruft/daspk/Makefile to | |
2358 the list. | |
2359 | |
3908 | 2360 2002-04-24 Kurt Hornik <hornik@ci.tuwien.ac.at> |
2361 | |
2362 * aclocal.m4 (OCTAVE_CC_FLAG, OCTAVE_CXX_FLAG): Also handle flags | |
2363 that contain : and =. | |
2364 | |
3899 | 2365 2002-04-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
2366 | |
2367 * config.guess, config.sub: Update from FSF sources. | |
2368 | |
3897 | 2369 2002-04-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
2370 | |
2371 * configure.in: Declare F2C and F2CFLAGS with AC_ARG_VAR. | |
2372 Delete AC_SUBST calls for F77, FFLAGS, FLIBS, F2C, F2CFLAGS (no | |
2373 need to do this explicitly now). | |
2374 | |
3892 | 2375 2002-04-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
2376 | |
2377 * Makeconf.in: Set and substitute EXEEXT, not EXE. | |
2378 | |
2379 * configure.in (EXE): Delete check and substitution. | |
2380 * install-octave.in: Use EXEEXT instead of EXE. | |
2381 | |
2382 * configure.in: Use AC_CHECK_MEMBERS, not OCTAVE_STRUCT_GR_PASSWD. | |
2383 Use AC_CHECK_TYPES, not AC_CHECK_TYPE or OCTAVE_CHECK_TYPE. | |
2384 * aclocal.m4 (OCTAVE_STRUCT_GR_PASSWD, OCTAVE_CHECK_TYPE): Delete. | |
2385 * acconfig.h (dev_t, ino_t, nlink_t, sigset_t): Typedef if not found. | |
2386 | |
3888 | 2387 2002-04-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
2388 | |
2389 * aclocal.m4: Replace AC_LANG_SAVE, AC_LANG_C, AC_LANG_CPLUSPLUS, | |
2390 and AC_LANG_RESTORE with AC_LANG_PUSH and AC_LANG_POP. | |
2391 Use AS_MESSAGE_LOG_FD instead of AC_FD_CC. | |
2392 * configure.in: Delete second arg in AC_CHECK_SIZEOF calls. | |
2393 | |
3886 | 2394 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
2395 | |
2396 * configure.in: Correct usage of AC_ARG_WITH for --with-fftw. | |
2397 | |
3887 | 2398 * configure.in: Update for autoconf 2.5x. |
2399 Minor syntax changes to new recommended syntaxes and macros. | |
2400 Apply changes from autoupdate plus eliminate some warning | |
2401 messages, deprecated uses of changequote, etc. | |
2402 Use autoheader templates to generate config.h.in. | |
2403 Replace most of Octave's Fortran support macros with those in the | |
2404 new autoconf. | |
2405 Eliminate most uses of internal (undocumented) autoconf cache vars. | |
2406 Replace BLAS/LAPACK detection new macros ACX_BLAS/ACX_LAPACK from | |
2407 the autoconf macro repository. | |
2408 * acx_blas.m4, acx_lapack.m4: New files. | |
2409 * acconfig.h: Delete lines that can be automatically generated | |
2410 from new info in configure.in and aclocal.m4. | |
2411 If it is not already defined, define F77_FUNC for use with f2c. | |
2412 * aclocal.m4 (OCTAVE_PROG_G77, OCTAVE_FLIBS, OCTAVE_F77_MAIN_FLAG, | |
2413 OCTAVE_F77_UPPERCASE_NAMES, OCTAVE_F77_APPEND_UNDERSCORE, | |
2414 OCTAVE_F2C_F77_COMPAT): Delete definitions. | |
2415 Use autoheader templates to generate config.h.in. | |
2416 * Makeconf.in, mkoctfile.in (FORTRAN_MAIN_FLAG): Delete all uses. | |
2417 | |
3859 | 2418 2001-11-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
2419 | |
2420 * octave-bug.in (BLAS_LIBS, FFTW_LIBS, LD_CXX): Substitute and | |
2421 print values. | |
2422 * mkoctfile.in: Accept --compile as an alias for -c. | |
2423 New option, --link-stand-alone. | |
2424 New option, --no-pathsearch. | |
2425 New option, --no-readline. | |
2426 Substitute RLD_FLAG, FLIBS, LIBKPATHSEA, LIBOCTINTERP, | |
2427 LIBOCTAVE, LIBOCT_READLINE, LIBOCT_PATHSEARCH, LIBCRUFT, | |
2428 BLAS_LIBS, FFTW_LIBS, and LIBS. | |
2429 * Makeconf.in (MKOCTFILE_LFLAGS): New variable. | |
2430 (do-subst-config-vals): Substitute FFTW_LIBS, LD_CXX, | |
2431 LIBOCT_PATHSEARCH, LIBOCT_READLINE, MKOCTFILE_LFLAGS. | |
2432 | |
3857 | 2433 2001-11-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
2434 | |
2435 * Makefile.in (LIBOCT_READLINE, LIBOCT_PATHSEARCH): New variables. | |
2436 * Makeconf.in: Substitute them here. | |
2437 | |
3853 | 2438 2001-11-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
2439 | |
2440 * octMakefile.in (dist): Omit long-gone info subdir. | |
2441 Fix find command for removing Makefile in kpathsea and glob subdirs. | |
2442 | |
3847 | 2443 2001-08-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
2444 | |
2445 * mkoctfile.in: Substitute F2C and F2CFLAGS. Make it possible to | |
2446 use f2c and a C compile to compiling Fortran source files. Print | |
2447 warnings and error message on stderr, not stdout. Issue warnings | |
2448 if it is not possible to comiple Fortran, C, or C++ files. | |
2449 | |
2450 * configure.in (%.c : %.f): Don't use cat in F2C rule. | |
2451 | |
3846 | 2452 2001-07-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
2453 | |
2454 * Makeconf.in (do-subst-config-vals): Substitute DEPEND_FLAGS and | |
2455 DEPEND_EXTRA_SED_PATTERN. | |
2456 * mkoctfile.in: Handle --depend. | |
2457 | |
3845 | 2458 2001-07-25 Rafael Laboissiere <rafael@laboissiere.net> |
2459 | |
2460 * octave-config.in: New file. | |
2461 * Makeconf.in (do-subst-default-vals): Substitute OCTAVE_VERSION. | |
2462 * Makefile.in (TARGETS): Add octave-config to list. | |
2463 * octMakefile.in (DISTFILES): Add octave-config.in to list. | |
2464 (BINDISTFILES): Add octave-config to list. | |
2465 (all): Add octave-config dependency. | |
2466 (octave-config): New rule. | |
2467 (install): Install octave-config. | |
2468 (uninstall): Delete octave-config from bindir. | |
2469 (maintainer-clean): Delete octave-config. | |
2470 (binary-dist): Add octave-config dependency. | |
2471 | |
3842 | 2472 2001-06-29 Mumit Khan <khan@nanotech.wisc.edu> |
2473 | |
3843 | 2474 * aclocal.m4 (OCTAVE_CXX_ABI): Use "sun_v5" instead of "sun". |
2475 | |
3842 | 2476 * aclocal.m4 (OCTAVE_CXX_ABI): New macro. |
2477 (OCTAVE_CXX_PREPENDS_UNDERSCORE): Add missing return value. | |
2478 * configure.in: Use. | |
2479 * acconfig.h (CXX_ABI): New macro. | |
2480 | |
3835 | 2481 2001-05-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
2482 | |
2483 * configure.in: Quote the call to AC_CHECK_FUNC inside the | |
2484 AC_CHECK_LIB macro when checking for lapack. For autoconf 2.50 | |
2485 | |
2486 * aclocal.m4: Changes for autoconf 2.50: | |
2487 Convert dnl comments inside AC_DEFUN to ###. | |
2488 (OCTAVE_FLIBS): Use [] quoting instead of changequote. | |
2489 | |
3829 | 2490 2001-05-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
2491 | |
2492 * octMakefile.in: Remove remaining references to readline. | |
3830 | 2493 (CONF_DISTFILES): Add autogen.sh to the list. |
3829 | 2494 |
3827 | 2495 2001-05-02 Mumit Khan <khan@nanotech.wisc.edu> |
2496 | |
2497 * configure.in: Support for --with-fftw. | |
2498 (FFT_DIR, FFTW_LIBS): New substitutions. | |
2499 * Makeconf.in (FFTW_LIBS): New variable. | |
2500 * acconfig.h (HAVE_FFTW): New macro. | |
2501 | |
3822 | 2502 2001-04-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
2503 | |
3824 | 2504 * aclocal.m4 (OCTAVE_ENABLE_READLINE): Require readline unless |
2505 --disable-readline is specified. | |
2506 | |
3822 | 2507 * configure.in: Don't define TERMLIBS. Do add terminal lib(s) to LIBS. |
2508 * octave-bug.in: Delete references to TERMLIBS. | |
2509 * Makeconf.in: Likewise. | |
2510 | |
2511 * Makeconf.in (LIBREADLINE): Delete substitution. | |
2512 (do-subst-config-vals): Likewise. | |
2513 * octMakefile.in (SUBDIRS): Delete @READLINE_DIR@ from the list. | |
2514 * configure.in (AC_CONFIG_SUBDIRS): Delete $READLINE_DIR from the list. | |
2515 | |
2516 * configure.in (VOID_SIGHANDLER): Don't check or substitute here. | |
2517 | |
3821 | 2518 2001-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
2519 | |
2520 * octMakefile.in (install, install-strip): Don't use mk-includedir-link | |
2521 | |
2522 * Makeconf.in (mk-includedir-link, mk-libdir-link): Delete definitions. | |
2523 | |
2524 2001-04-24 John W. Eaton <jwe@bevo.che.wisc.edu> | |
2525 | |
2526 * Makeconf.in (mk-libdir-link): Undo previous change | |
2527 | |
3820 | 2528 2001-04-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
2529 | |
2530 * configure.in: Only check for libz if checking for HDF5 libraries. | |
2531 Allow user to specify HDF5 library name on command line, same as | |
2532 for BLAS libraries. Include BLAS and HDF5 libs in summary output. | |
2533 | |
3818 | 2534 2001-04-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
2535 | |
2536 * octMakefile.in (CONF_DISTFILES): Remove config.h.bot from the list. | |
2537 | |
3815 | 2538 2001-04-19 David Livings <david.livings@asa.co.uk> |
2539 | |
2540 * Makeconf.in (mk-libdir-link): Omit check for $(octlibdir)/octave | |
2541 existing as a directory. | |
2542 | |
3803 | 2543 2001-02-28 Albert Chin-A-Young <china@thewrittenword.com> |
2544 | |
2545 * configure.in: Check for getpwnam in libsun only after checking | |
2546 default libraries first. Check for gethostname in libsocket only | |
2547 after checking default libraries first. | |
2548 | |
3800 | 2549 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
2550 | |
2551 * configure.in: Allow for using f2c when setting functions to look | |
2552 for in the BLAS and Lapack libraries. | |
2553 From Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>. | |
2554 | |
3797 | 2555 2001-02-10 Mumit Khan <khan@nanotech.wisc.edu> |
2556 | |
2557 * test/octave.test/string/dec2hex-1.m: Don't assume hex format | |
2558 produces lower case letters. | |
2559 | |
3785 | 2560 2001-02-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
2561 | |
3788 | 2562 * acconfig.h: Merge contents of config.h.bot. |
2563 * config.h.bot: Delete. | |
2564 | |
3785 | 2565 * autogen.sh: Allow running of autoconf or autoheader to be skipped. |
2566 | |
3779 | 2567 2001-02-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
2568 | |
2569 * readline: Update to new version (4.2-beta1). | |
2570 | |
3775 | 2571 2001-02-05 Mumit Khan <khan@nanotech.wisc.edu> |
2572 | |
2573 * configure.in (TEMPLATE_AR, TEMPLATE_ARFLAGS): New variables. | |
2574 * Makeconf.in (TEMPLATE_AR, TEMPLATE_ARFLAGS): Likewise. | |
2575 | |
2576 * configure.in (XTRA_CXXFLAGS): Use -fno-implicit templates for | |
2577 pre-gcc3 compilers. Remove -fno-rtti and -fno-exceptions. | |
2578 (DEPEND_FLAGS, DEPEND_EXTRA_SED_PATTERN): New macros. | |
2579 (BLAS_LIBS): Fix test for sunperf library on Sun Solaris. | |
2580 (CPICFLAG, CXXPICFLAG, FPICFLAG, SH_LDFLAGS, RLD_FLAG): Add Sun | |
2581 compiler support. | |
2582 * Makefile.in (DEPEND_FLAGS, DEPEND_EXTRA_SED_PATTERN): New | |
2583 variables. | |
2584 (%.d : %.cc): Use. | |
2585 (%.d : %.c): Likewise. | |
2586 * acconfig.h (CXX_ISO_COMPLIANT_LIBRARY): Add #undef. | |
2587 | |
3769 | 2588 2001-01-31 Mumit Khan <khan@nanotech.wisc.edu> |
2589 | |
2590 * Makeconf.in (%.d : %.cc): Strip the directory portion of the | |
2591 target. | |
2592 (%.d : %.c): Likewise. | |
2593 | |
2594 * aclocal.m4 (OCTAVE_CXX_ISO_COMPLIANT_LIBRARY): New macro. | |
2595 * configure.in: Use it. | |
2596 | |
3768 | 2597 2001-01-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
2598 | |
2599 * Makeconf.in (do-subst-config-vals): Substitute | |
2600 OCTAVE_CONF_CANONICAL_HOST_TYPE here too. | |
2601 * octave-bug.in: Substitute OCTAVE_CONF_CANONICAL_HOST_TYPE, not | |
2602 OCTAVE_CANONICAL_HOST_TYPE. | |
2603 | |
3750 | 2604 2000-12-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
2605 | |
2606 * aclocal.m4: Give gperf a keyword, to avoid complaints from newer | |
2607 versions. | |
2608 | |
3740 | 2609 2000-11-27 Marcus.Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de> |
2610 | |
2611 * configure.in: Handle *-*-gnu* the same as *-*-linux* for shared | |
2612 library creation. | |
2613 | |
3735 | 2614 2000-11-03 Andy Adler <en254@freenet.carleton.ca> |
2615 | |
2616 * mkoctfile.in: Handle -c to mean compile only. | |
2617 | |
3734 | 2618 2000-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
2619 | |
2620 * mkoctfile.in: Handle --print. | |
2621 | |
3729 | 2622 2000-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
2623 | |
3731 | 2624 * aclocal.m4 (OCTAVE_PROG_GPERF): Check that gperf supports flags |
2625 we use. | |
2626 | |
3729 | 2627 * missing: New file, modified from the missing script provided by |
2628 automake (never create files, just exit with failure status). | |
2629 * aclocal.m4 (OCTAVE_PROG_BISON, OCTAVE_PROG_FLEX, OCTAVE_PROG_GPERF): | |
2630 Use $(top_srcdir)/missing as replacement script. | |
2631 | |
2632 * aclocal.m4 (OCTAVE_PROG_FLEX, OCTAVE_PROG_BISON): New macros. | |
2633 * configure.in: Use them. | |
2634 | |
3726 | 2635 2000-10-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
2636 | |
2637 * autogen.sh: Don't run configure. | |
2638 | |
2639 * configure.in (SPECIAL_MATH_LIB): Delete code related to this var. | |
2640 * Makeconf.in: Ditto. | |
2641 (BLAS_LIBS, LIBS): Substitute here. | |
2642 (do-subst-config-vals): Put BLAS_LIBS in oct-conf.h. | |
2643 | |
3705 | 2644 2000-07-20 Joao Cardoso <jcardoso@inescn.pt> |
2645 | |
2646 * configure.in: (LD_CXX): Define and substitute. | |
2647 For sco3.2v5 systems, set SONAME_FLAGS and RLD_FLAG. | |
2648 * Makeconf.in (LD_CXX): Allow substitution. | |
2649 | |
3700 | 2650 2000-07-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
2651 | |
2652 * octMakefile.in (DISTSUBDIRS): Define in terms of $(ALL_SUBDIRS). | |
2653 | |
3697 | 2654 2000-07-17 Joao Cardoso <jcardoso@inescn.pt> |
2655 | |
2656 * configure.in (LIBGLOB): Set to be the two object files in the | |
2657 glob directory instead of libglob.a. | |
2658 | |
3692 | 2659 2000-07-05 Steven G. Johnson <stevenj@gil-galad.mit.edu> |
2660 | |
2661 * Use BLAS_LIBS to save the names of BLAS libraries instead of | |
2662 adding them to LIBS, then substitute BLAS_LIBS. | |
2663 | |
3690 | 2664 2000-06-30 Steven G. Johnson <stevenj@gil-galad.mit.edu> |
2665 | |
2666 * configure.in: Support for --with-fastblas (ATLAS). | |
2667 | |
3688 | 2668 2000-06-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
2669 | |
2670 * configure.in: Check for long long data type. | |
2671 | |
3687 | 2672 2000-06-29 Steven G. Johnson <stevenj@gil-galad.mit.edu> |
2673 | |
2674 * acconfig.h (HAVE_HDF5): Add undef. | |
2675 * configure.in: Handle --with-hdf5. | |
2676 | |
3681 | 2677 2000-06-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
2678 | |
2679 * octave-bug.in: Substitute correct values for config_opts, | |
2680 MACHINE, and CXXFLAGS. | |
2681 | |
3675 | 2682 2000-06-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
2683 | |
2684 * Makeconf.in (GPERF): Allow substitution. | |
2685 | |
3673 | 2686 2000-06-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
2687 | |
2688 * aclocal.m4 (OCTAVE_PROG_GPERF): New macro. | |
2689 * configure.in: Use it. Print warning at end if gperf is missing. | |
2690 | |
3660 | 2691 2000-04-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
2692 | |
2693 * mkoctfile.in: Try moving output file first. But comment these | |
2694 lines and let people who have trouble enable them. | |
2695 | |
3659 | 2696 2000-04-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
2697 | |
2698 * mkoctfile.in: Remove output file before linking. | |
2699 | |
2700 * octMakefile.in (DIRS_TO_MAKE): Create $(octincludedir)/octave. | |
2701 (install install-strip): Install config.h in $(octincludedir)/octave, | |
2702 not $(octincludedir). | |
2703 | |
3650 | 2704 2000-03-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
2705 | |
2706 * octMakefile.in (DIRS_TO_MAKE): Double up on $ in awk command to | |
2707 get them past Make. | |
2708 | |
3646 | 2709 2000-03-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
2710 | |
2711 * octMakefile.in (SUBDIRS): Omit src. | |
2712 (ALL_SUBDIRS): New variable. Include src here. | |
2713 (all): Depend on src instead of $(SUBDIRS). | |
2714 (src): New target. Depend on $(SUBDIRS). | |
2715 | |
3648 | 2716 * Makefile.in (.NOTPARALLEL): New target, for GNU Make 3.79. |
2717 * octMakefile.in (.NOTPARALLEL): Likewise. | |
2718 | |
3620 | 2719 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
2720 | |
2721 * configure.in: Check for vsnprintf. | |
2722 | |
3615 | 2723 2000-03-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
2724 | |
2725 * Makefile.in (liboctave.$(SHLEXT)): Delete target before rebuilding. | |
2726 | |
2727 2000-03-21 Ben Sapp <bsapp@nua.lampf.lanl.gov>: | |
2728 | |
2729 * Makeconf.in (%.o : %.c): Pass -o to compile command. | |
2730 (%.o : %.cc): Ditto. | |
2731 * configure.in (%.o : %.f): Ditto. | |
2732 | |
3607 | 2733 2000-03-08 Stephen Eglen <stephen@gnu.org> |
2734 | |
2735 * emacs/octave-mod.el (octave-font-lock-keywords): To font-lock | |
2736 the builtin operators, use `font-lock-builtin-face' for Emacs | |
2737 and `font-lock-preprocessor-face' for XEmacs. | |
2738 | |
3606 | 2739 2000-03-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
2740 | |
2741 * configure.in: For building shared libaries, handle | |
2742 i386-pc-solaris2* the same as sparc-sun-solaris2*. | |
2743 | |
3603 | 2744 2000-02-29 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
2745 | |
2746 * examples/make_int.cc (make_int): Handle new operator names. | |
2747 | |
3601 | 2748 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
2749 | |
2750 * octMakefile.in (maintainer-clean distclean): Don't delete Makefile. | |
2751 (dist): Delete stamp-auto. | |
2752 | |
3597 | 2753 2000-02-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
2754 | |
2755 * configure.in (octincludedir): Delete trailing /octave here. | |
2756 * Makeconf.in (mk-includedir-link): Append it here. | |
2757 (MKOCTFILE_INCFLAGS): Use both -I$(octincludedir) and | |
2758 -I$(octincludedir)/octave. | |
2759 | |
2760 * configure.in (localveroctfiledir, localverarchlibdir, | |
2761 localverfcnfiledir): New variables. | |
2762 (localfcnfilepath): Prepend localverfcnfiledir. | |
2763 (localoctfilepath): Prepend localveroctfiledir. | |
2764 * Makeconf.in: Substitute them here. | |
2765 | |
2766 * Makeconf.in (do-subst-default-vals): Substitute | |
2767 OCTAVE_LOCALVERARCHLIBDIR, OCTAVE_LOCALVERFCNFILEDIR, | |
2768 OCTAVE_LOCALVEROCTFILEDIR. | |
2769 | |
3590 | 2770 2000-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
2771 | |
3594 | 2772 * config.guess: Update to latest from subversions.gnu.org. |
2773 * config.sub: Likewise. Recognize sv1-cray as a basic_machine. | |
2774 | |
3591 | 2775 * Makeconf.in (MKOCTFILE_INCFLAGS): New macro. |
2776 (do-subst-conf-vals): Substitute it. | |
3593 | 2777 * mkoctfile.in: Set INCFLAGS from OCTAVE_CONF_MKOCTFILE_INCFLAGS. |
3591 | 2778 |
3590 | 2779 * mkoctfile.in: Fix names in substititions. |
2780 * octave-bug.in: Likewise. | |
2781 | |
3584 | 2782 2000-02-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
2783 | |
2784 * Makeconf.in (do-subst-default-vals, do-subst-config-vals): | |
2785 Substitute more complete set of values. | |
2786 | |
3506 | 2787 2000-02-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
2788 | |
2789 * aclocal.m4 (octave_cv_string_npos): Add std:: qualifier. | |
2790 | |
3485 | 2791 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
2792 | |
2793 * emacs/octave-mod.el (octave-begin-keywords): Add "do". | |
2794 (octave-end-keywords): Add "until". | |
2795 (octave-abbrev-table): Add "u" as abbrev for "until ()" | |
2796 (octave-block-match-alist): Add do-until. | |
2797 | |
3474 | 2798 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
2799 | |
3475 | 2800 * configure.in: Don't look for the sunmath library. |
2801 Don't check for infinity or quiet_nan. | |
2802 | |
2803 * emacs/octave-mod.el (octave-mode-syntax-table): | |
2804 Undo previous change, but add a comment explaining why. | |
2805 | |
3474 | 2806 * install-octave.in: Exit on any error instead of continuing. |
2807 Install Octave binary last. | |
2808 | |
3473 | 2809 2000-01-24 John W. Eaton <jwe@bevo.che.wisc.edu> |
2810 | |
2811 * emacs/octave-mod.el (octave-mode-syntax-table): | |
2812 Make `%' a comment start character too. | |
2813 | |
3465 | 2814 2000-01-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
2815 | |
2816 * configure.in: Check for strptime and localtime_r. | |
2817 | |
3351 | 2818 1999-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
2819 | |
2820 * configure.in (XTRA_CXXFLAGS, XTRA_CFLAGS): Use -mminimal-toc on | |
2821 AIX systems. | |
2822 | |
3323 | 2823 1999-10-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
2824 | |
2825 * emacs/README: New file. | |
2826 * emacs/Makefile.in (DISTFILES, BINDISTFILES): Add it to the lists. | |
2827 | |
2828 * emacs/Makefile.in: Don't distribute .elc files. | |
2829 | |
3308 | 2830 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
2831 | |
2832 * configure.in: Check for select and poll. Also check for poll.h | |
2833 and sys/poll.h. | |
2834 | |
3298 | 2835 1999-10-19 Geoff Jacobsen <geoffj@casquet.inet.net.nz> |
2836 | |
2837 * autogen.sh: New file. | |
2838 | |
3297 | 2839 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
2840 | |
2841 * octMakefile.in: Use `$(MAKE) -C dir' instead of `cd dir; $(MAKE)'. | |
2842 | |
3273 | 2843 Mon Sep 20 11:02:29 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
2844 | |
2845 * emacs/octave-inf.el, emacs/octave-mod.el: Update to match FSF | |
2846 sources plus code that will make it work if Emacs doesn't have the | |
2847 customize code. | |
2848 | |
2849 Tue Sep 14 07:57:06 1999 Kurt Hornik <hornik@ci.tuwien.ac.at> | |
2850 | |
2851 * emacs/octave-inf.el (inferior-octave-startup): Always pass "-i" | |
2852 and "--no-line-editing" to Octave subprocess. | |
2853 (inferior-octave-startup-args): Default to nil. | |
2854 | |
3268 | 2855 Mon Sep 6 10:50:10 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
2856 | |
2857 * emacs/octave-inf.el (inferior-octave-startup-args): | |
2858 Add --no-line-editing to the list. | |
2859 | |
3249 | 2860 Fri Jul 9 09:15:24 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
2861 | |
2862 * configure.in: Try to handle IEEE FP flags for g77 on Alphas. | |
2863 | |
2864 Thu Jul 8 19:56:37 1999 Stephen Eglen <stephen@gnu.org> | |
2865 | |
2866 * emacs/octave-inf.el (inferior-octave-directory-tracker): | |
2867 Change regexp so that it doesn't match commands beginning with `cd'. | |
2868 | |
2869 Wed Jun 23 13:20:11 1999 Mumit Khan <khan@xraylith.wisc.edu> | |
2870 | |
2871 * configure.in (HAVE_TERMIOS_H): Avoid autoheader lossage. | |
2872 | |
2873 Sun Jun 20 23:05:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
2874 | |
2875 * configure.in: Check for sys/ioctl.h. | |
2876 | |
3243 | 2877 Mon May 10 09:06:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
2878 | |
2879 * aclocal.m4 (OCTAVE_PROG_G77): Also match "FSF-g77", for egcs. | |
2880 | |
2881 Thu Apr 8 19:20:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
2882 | |
2883 * examples/hello.cc (Fhello): octave_value::print now requires a | |
2884 stream arg. | |
2885 | |
3238 | 2886 Wed Feb 3 01:02:37 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
2887 | |
2888 * configure.in: Use AC_OUTPUT_COMMANDS to chmod install-octave so | |
2889 that the command will also executed in config.status. | |
2890 | |
3234 | 2891 Thu Jan 28 21:05:32 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
2892 | |
2893 * Makeconf.in (do-subst-config-vals): Do substitution on | |
2894 CANONICAL_HOST_TYPE, not TARGET_HOST_TYPE. | |
2895 (do-subst-default-vals): Likewise. | |
2896 | |
3233 | 2897 Wed Jan 20 12:56:02 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
2898 | |
2899 * configure.in: Don't put -O in FFLAGS for powerpc-apple-machten*. | |
2900 | |
2901 Wed Dec 9 14:02:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
2902 | |
2903 * Makeconf.in (RDYNAMIC_FLAG): Substitute RDYNAMIC_FLAG here. | |
2904 * configure.in: Check for G++ compiler flag -rdynamic if setting | |
2905 up to support dynamic linking, and substitute RDYNAMIC_FLAG if | |
2906 -rdynamic is accepted. | |
2907 * aclocal.m4 (OCTAVE_CC_FLAG, OCTAVE_CXX_FLAG): Clarify usage comment. | |
2908 | |
2909 Mon Dec 7 19:49:26 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
2910 | |
2911 * configure.in: Check for -lm just after compiler tests. | |
2912 Remove -lm from other macro calls. Don't check for -lm on NeXT | |
2913 systems. Eric Norum <eric@skatter.usask.ca> says /lib/libsys_s.a | |
2914 has all the routines that are traditionally in libc.a and libm.a | |
2915 on *NIX systems. NeXT also supplies a libm.a, but it seems to be | |
2916 horribly buggy. | |
2917 | |
2918 Sat Dec 5 10:48:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
2919 | |
2920 * mkoctfile.in: Correctly handle -?. | |
2921 | |
3225 | 2922 Fri Dec 4 18:05:51 1998 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2923 | |
2924 * emacs/octave-mod.el (octave-abbrev-start): Use the correct name | |
2925 of the abbrev table, and provide support for XEmacs. | |
2926 (octave-xemacs-p): New variable. | |
2927 | |
2928 Tue Nov 24 23:31:50 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
2929 | |
2930 * configure.in: Check for strftime too. | |
2931 Avoid checking for termios.h on NeXT systems. | |
2932 | |
3222 | 2933 Thu Nov 19 16:07:57 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
2934 | |
2935 * aclocal.m4 (OCTAVE_CXX_PREPENDS_UNDERSCORE): New macro. | |
2936 * configure.in: Use it. | |
2937 * acconfig.h: Add #undef for it. | |
2938 | |
3219 | 2939 Thu Nov 12 10:42:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
2940 | |
2941 * emacs/otags: New script from Mario Storti | |
2942 <mstorti@minerva.unl.edu.ar>. | |
2943 * emacs/Makefile.in: Add it to the list of files to distribute and | |
2944 install. | |
2945 | |
2946 Wed Nov 11 17:26:26 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
2947 | |
2948 * configure.in (AC_OUTPUT): Add libcruft/amos/Makefile. | |
2949 Delete libcruft/specfun/Makefile. | |
2950 | |
3215 | 2951 Mon Nov 9 08:53:03 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
2952 | |
2953 * Makeconf.in (LIBGLOB): Add a place for substitution to occur. | |
2954 (GLOB_INCFLAGS): Define as @GLOB_INCFLAGS@, not @DLFCN_INCFLAGS@. | |
2955 (do-subst-config-vals): Don't forget LIBGLOB. | |
2956 * octave-bug.in (LIBGLOB): Substitute here too, and add it to the | |
2957 list of configuration items to print. | |
2958 | |
3206 | 2959 Mon Nov 2 20:33:16 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
2960 | |
3215 | 2961 * configure.in: Define __NO_MATH_INLINES. |
2962 * acconfig.h: Add #undef for it. | |
2963 | |
2964 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. | |
2965 | |
3206 | 2966 * install-octave.in (SHLEXT): Substitute. |
2967 (SHLEXT_VER): Define. | |
2968 Use them for installing shared libraries. | |
2969 Use subshells to avoid having to cd back to $distdir. | |
2970 (distdir): Delete variable. | |
2971 | |
3189 | 2972 Fri Oct 2 14:23:59 1998 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2973 | |
2974 * octave-inf.el (inferior-octave-prompt): Also match prompts of | |
2975 the form `octave.bin:1>' which come from using precopiled binary | |
2976 versions. | |
2977 | |
3180 | 2978 Thu Sep 24 13:51:03 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
2979 | |
2980 * configure.in (AC_OUTPUT): Add libcruft/ordered-qz to the list. | |
3185 | 2981 Delete libcruft/balgen and libcruft/eispack from the list. |
3180 | 2982 |
2983 Mon Aug 31 12:07:02 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
2984 | |
2985 * config.sub: Accept armv4 everywhere arm is allowed. | |
2986 | |
2987 Tue Aug 18 17:02:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
2988 | |
2989 * mkoctfile.in: Allow -DDEF on command line. | |
2990 | |
3178 | 2991 Thu Jun 18 20:24:40 1998 Roman Hodek <Roman.Hodek@informatik.uni-erlangen.de> |
2992 | |
2993 * configure.in (RLD_FLAG): Set correctly for Linux on all | |
2994 architectures. From | |
2995 | |
3177 | 2996 Thu May 28 10:17:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
2997 | |
2998 * configure.in: When checking for glob stuff, make sure that the | |
2999 systsem header file has all the definitions that we need. If not, | |
3000 set up to use our replacement library. | |
3001 | |
3176 | 3002 Mon May 18 11:33:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3003 | |
3004 * mkoctfile.in: Fix typos in case statement. | |
3005 | |
3006 Fri May 15 00:34:54 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
3007 | |
3008 * configure.in: Make sure install-octave is executable. | |
3009 | |
3010 * install-octave.in (oct_files): Don't cd to src. | |
3011 (have_find): Delete variable (assume all systems have find). | |
3012 | |
3013 Thu May 14 10:29:30 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
3014 | |
3015 * aclocal.m4 (OCTAVE_SET_DEFAULT): Allow values to come from the | |
3016 environment. | |
3017 | |
3018 * Makefile.in (binary-dist): Don't set LDFLAGS to -static. | |
3019 Run configure with --enable-shared and --enable-lite-kernel. | |
3020 | |
3021 * octMakefile.in (DISTFILES): Include README.MachTen in the list. | |
3022 (XBINDISTFILES): Include README.MachTen in the list. | |
3023 Delete README.NLP from the list | |
3024 * README.MachTen: New file. | |
3025 | |
3026 * configure.in: Add -mno-fp-in-toc on ibm-aix4 systems. | |
3027 From Philippe.Defert@cern.ch <Philippe.Defert@cern.ch>. | |
3028 | |
3029 Tue May 5 14:43:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
3030 | |
3031 * aclocal.m4 (OCTAVE_PROG_G77): Compile trivial program instead of | |
3032 just running ${f77-f77} -v on nothing. | |
3033 Convert all uses of $F77 to ${F77-f77}. | |
3034 | |
3035 Mon May 4 12:08:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
3036 | |
3037 * emacs/octave-mod.el (octave-mode): Make comment-multi-line local | |
3038 and set to nil. | |
3039 | |
3174 | 3040 Tue Apr 28 14:28:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3041 | |
3042 * aclocal.m4 (OCTAVE_FLIBS): Really do skip -lkernel32. | |
3043 | |
3044 Thu Apr 23 23:26:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
3045 | |
3046 * kpathsea: Update to version 3.2. | |
3047 | |
3048 Mon Apr 20 21:58:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
3049 | |
3050 * configure.in (dlfcn.h): Add check. | |
3051 | |
3168 | 3052 Sat Apr 18 20:15:37 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3053 | |
3054 * configure.in (USE_GNU_INFO): Delete everything related to this. | |
3055 * acconfig.h (USE_GNU_INFO): Delete undef. | |
3056 | |
3164 | 3057 Tue Apr 14 15:33:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3058 | |
3059 * install-octave.in: Improve error messages if version number or | |
3060 host architecture can't be found. | |
3061 | |
3062 * install-octave.in: Don't install info reader. | |
3063 | |
3162 | 3064 Fri Mar 27 02:54:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3065 | |
3066 * aclocal.m4 (OCTAVE_F2C_F77_COMPAT): Use a Fortran subroutine | |
3067 instead of a function. | |
3068 | |
3069 Tue Mar 10 17:28:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
3070 | |
3071 * configure.in (RLD_FLAG): Use $(octlibdir), not $(libdir). | |
3072 | |
3160 | 3073 Mon Mar 2 00:02:26 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3074 | |
3162 | 3075 * install-octave.in: Explicitly set permissions on ls-R files. |
3076 | |
3161 | 3077 * configure.in: Don't disable GNU Info on cygwin32 systems. |
3078 | |
3160 | 3079 * install-octave.in: New file. |
3080 * configure.in: Create install-octave. | |
3081 * octMakefile.in (distclean, maintainer-clean): Delete install-octave. | |
3082 (DISTFILES): Distribute install-octave.in, not install-octave. | |
3083 | |
3084 Sun Mar 1 23:15:04 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
3085 | |
3086 * configure.in: Fix typo in test for glob and fnmatch headers. | |
3087 | |
3088 Fri Feb 27 15:43:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
3089 | |
3090 * configure.in: Fix support for dlopen on SCO systems. | |
3091 | |
3092 Mon Feb 23 13:06:11 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
3093 | |
3094 * configure.in (ieee_fp_flag): Use -mieee-with-inexact on Alphas. | |
3095 Use octave_cv_f77_is_g77, not just f77_is_g77. | |
3096 | |
3156 | 3097 Fri Feb 20 00:38:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3098 | |
3099 * configure.in, Makeconf.in: Try to set things up to use the | |
3100 system glob and fnmatch headers and functions if they exist. | |
3101 Better handling of include and lib flags. | |
3102 | |
3103 Thu Feb 19 01:21:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
3104 | |
3105 * configure.in: Don't check for gamma or lgamma | |
3106 * acconfig.h: Delete undef for HAVE_GAMMA and HAVE_LGAMMA. | |
3107 | |
3108 Wed Feb 18 15:05:54 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
3109 | |
3110 * configure.in: Don't check for vfork. | |
3111 | |
3152 | 3112 Wed Feb 11 19:41:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3113 | |
3114 * Makeconf.in (mk-libdir-link): Don't create link if a directory | |
3115 named $(libdir)/octave already exists. | |
3116 | |
3117 Mon Feb 9 14:47:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
3118 | |
3119 * octMakefile.in (INSTALL_SUBDIRS): Delete @INFO_DIR@. | |
3120 | |
3147 | 3121 Thu Feb 5 03:04:09 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3122 | |
3123 * configure.in: Check for vfork. | |
3124 | |
3125 * config.h.bot (X_CAST): New macro. | |
3126 | |
3143 | 3127 Wed Feb 4 01:42:50 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3128 | |
3129 * aclocal.m4 (OCTAVE_FLIBS): If ld_run_path is not absolute, kill it. | |
3130 | |
3141 | 3131 Tue Feb 3 00:24:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3132 | |
3133 * Makeconf.in (do-subst-vals): Substitute $(libexecdir) too. | |
3134 | |
3135 Mon Feb 2 22:42:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
3136 | |
3137 * configure.in: Define octlibdir. | |
3138 * Makeconf.in: Substitute value. | |
3139 (do-subst-config-vals): Set LIBDIR to $(octlibdir). | |
3140 (do-subst-default-vals): Substitute OCTLIBDIR too. | |
3141 | |
3136 | 3142 Sat Jan 31 19:29:56 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3143 | |
3144 * acconfig.h: Add #undefs for HAVE_GAMMA and HAVE_LGAMMA to avoid | |
3145 bug in autoconf, but #if 0 them out to avoid warning messages | |
3146 about redefining them. | |
3147 | |
3131 | 3148 Mon Jan 26 13:26:09 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3149 | |
3150 * Makeconf.in (do-subst-config-vals): Substitute XTRA_CFLAGS and | |
3151 XTRA_CXXFLAGS. | |
3152 * mkoctfile.in: Substitute XTRA_CFLAGS and XTRA_CXXFLAGS, not | |
3153 GCC_IEEE_FP_FLAG, HOST_CXXFLAGS, and NO_IMPLICIT_TEMPLATES. | |
3154 (ALL_CFLAGS): Use XTRA_CFLAGS, not GCC_IEEE_FP_FLAG here. | |
3155 (ALL_CXXFLAGS): Use XTRA_CXXFLAGS, not GCC_IEEE_FP_FLAG, | |
3156 HOST_CXXFLAGS, and NO_IMPLICIT_TEMPLATES here. | |
3157 | |
3130 | 3158 Sun Jan 25 01:59:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3159 | |
3131 | 3160 * configure.in: (GXX_PICKY_FLAGS): Add -Weffc++. |
3161 Use OCTAVE_CC_FLAG and OCTAVE_CXX_FLAG to add -Wall and for adding | |
3162 picky flags in AC_ARG_ENABLE(picky-flags ...) macro. | |
3163 | |
3130 | 3164 * aclocal.m4 (OCTAVE_F2C_F77_COMPAT): Require OCTAVE_PROG_G77. |
3165 Handle cross compiling with g77. | |
3166 (OCTAVE_REINSTALL_SIGHANDLERS): Provide defaults for cross compiling. | |
3167 | |
3168 * aclocal.m4 (OCTAVE_PROG_AR, OCTAVE_PROG_G77, OCTAVE_PROG_PAGER, | |
3169 OCTAVE_PROG_GNUPLOT, OCTAVE_PROG_RUNTEST, OCTAVE_F77_MAIN_FLAG): | |
3170 New macros. | |
3171 * configure.in: Use them in place of in-line code. | |
3172 | |
3173 Sat Jan 24 00:33:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
3174 | |
3175 * aclocal.m4 (OCTAVE_HOST_TYPE): Don't set target_host_type. | |
3176 * configure.in: Use canonical_host_type in place of target_host_type. | |
3177 | |
3178 Fri Jan 23 02:47:57 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
3179 | |
3180 * configure.in: Also check for -fno-rtti. | |
3181 | |
3126 | 3182 Thu Jan 15 23:12:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3183 | |
3128 | 3184 * config.guess, config.sub: Update to new version from the FSF. |
3127 | 3185 * configure.in: Match alpha*-... instead of just alpha-... to cope |
3186 with new strings like alphaev56-dec-osf4.0b returned from | |
3187 config.guess. | |
3188 | |
3126 | 3189 * aclocal.m4 (OCTAVE_CC_FLAG, OCTAVE_CXX_FLAG): New macros. |
3190 * configure.in: Use them to find out if the C and C++ compilers | |
3191 support -mieee-fp, -mieee, -fno-implicit-templates, and | |
3192 -fno-exceptions instead of relying on version information. Add | |
3193 found flags to XTRA_CFLAGS and XTRA_CXXFLAGS instead of using | |
3194 GCC_IEEE_FP_FLAG and NO_IMPLICIT_TEMPLATES. | |
3195 Delete unused variable HOST_CXXFLAGS. | |
3196 * Makeconf.in: Use XTRA_CFLAGS and XTRA_CXXFLAGS instead of | |
3197 GCC_IEEE_FP_FLAG and NO_IMPLICIT_TEMPLATES. | |
3198 Delete unused variable HOST_CXXFLAGS. | |
3199 | |
3124 | 3200 Thu Dec 11 09:43:56 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
3201 | |
3126 | 3202 * config.h.bot: Define CONST_CAST and STATIC_CAST too. |
3124 | 3203 |
3204 * configure.in (SH_LD): Set default to $CXX, not $CC. | |
3205 | |
3206 Mon Dec 1 00:49:56 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
3207 | |
3208 * configure.in (AC_OUTPUT): Add libcruft/slatec-err/Makefile. | |
3209 | |
3210 Sun Nov 30 18:19:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
3211 | |
3212 * configure.in: Check for gamma and lgamma too. | |
3213 | |
3115 | 3214 Fri Nov 28 23:21:17 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
3215 | |
3216 * configure.in (AC_OUTPUT): Include libcruft/specfun/Makefile. | |
3217 | |
3218 Fri Nov 28 13:32:26 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | |
3219 | |
3220 * octave-inf.el (inferior-octave-directory-tracker): Anchor | |
3221 regexp match to beginning of command string. | |
3222 | |
3111 | 3223 Wed Nov 26 00:38:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
3224 | |
3225 * configure.in (SPECIAL_MATH_LIB): If libdxml exists on DU | |
3226 systems, define SPECIAL_MATH_LIB. | |
3227 * Makeconf.in (SPECIAL_MATH_LIB): Substitute it. | |
3228 | |
3107 | 3229 Wed Nov 19 01:54:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
3230 | |
3231 * aclocal.m4 (OCTAVE_CXX_NEW_FRIEND_TEMPLATE_DECL): Don't forget | |
3232 to call AC_LANG_RESTORE. | |
3233 | |
3234 * configure.in (CXX_VERSION): Require 2.7.2 or later. | |
3235 | |
3236 Wed Nov 19 01:38:58 1997 Mumit Khan <khan@dhaka.xraylith.wisc.edu> | |
3237 | |
3238 * aclocal.m4 (OCTAVE_CXX_NEW_FRIEND_TEMPLATE_DECL): New macro | |
3239 check for new friend template declaration syntax (guiding | |
3240 declarations in DWP). | |
3241 * configure.in: Use it. | |
3242 * config.h.in: Add undef for CXX_NEW_FRIEND_TEMPLATE_DECL. | |
3243 | |
3244 * configure.in (CC_VERSION, CXX_VERISON): Check for egcs snapshots. | |
3245 | |
3105 | 3246 Mon Oct 20 01:31:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
3247 | |
3248 * configure.in: Reprint important warning messages at the end of | |
3249 the run. | |
3250 | |
3093 | 3251 Fri Oct 17 04:43:27 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
3252 | |
3253 * Include the following change from RMS for octave-mode.el: | |
3254 | |
3255 1997-04-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
3256 | |
3257 * octave-mod.el (inferior-octave-output-list): Declare here | |
3258 to avoid compiler warnings. | |
3259 (inferior-octave-output-string): Likewise. | |
3260 (inferior-octave-receive-in-progress): Likewise. | |
3261 | |
3092 | 3262 Tue Oct 14 10:48:28 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
3263 | |
3264 * emacs/octave-mod.el (octave-block-match-alist): Move | |
3265 `otherwise' to right after `case' to have octave-close-block() | |
3266 correctly close a `switch' block by `endswitch'. | |
3267 | |
3088 | 3268 Thu Oct 2 01:37:15 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
3269 | |
3089 | 3270 * aclocal.m4 (OCTAVE_FLIBS): Ignore -lc and -lgcc. |
3271 From "Ram'on Garc'ia Fern'andez" <ramon@juguete.quim.ucm.es> | |
3272 | |
3088 | 3273 * mkoctfile.in: Handle -IDIR option. |
3274 | |
3087 | 3275 Thu Sep 25 11:47:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
3276 | |
3277 * mkoctfile.in: Really add link options to link command. | |
3278 Also handle -LDIR options. | |
3279 | |
3085 | 3280 Fri Sep 19 09:35:59 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
3281 | |
3282 * octave-inf.el (inferior-octave-startup-args): Set to '("-i") to | |
3283 force interactive behavior. | |
3284 | |
3285 Wed Sep 10 15:31:03 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | |
3286 | |
3287 * emacs/octave-mod.el (octave-auto-indent): New variable. | |
3288 (octave-electric-semi, octave-electric-space): Use it. | |
3289 | |
3290 * emacs/octave-mod.el (octave-maybe-insert-continuation-string): New | |
3291 function. | |
3292 (octave-auto-fill): No longer calls do-auto-fill. Should now | |
3293 avoid breaking lines after comment starts or before code line | |
3294 continuation expressions. | |
3295 (octave-fill-paragraph): Move forward a line if octave-auto-fill | |
3296 gave up. | |
3297 | |
3298 * emacs/octave-mod.el (octave-before-magic-comment-p): New function. | |
3299 (octave-comment-indent): Handle magic comments correctly. | |
3300 (calculate-octave-indent): Handle magic comments correctly. | |
3301 | |
3302 * emacs/octave-inf.el (inferior-octave-prompt): Include the `debug' | |
3303 prompt issued by the Octave `keyboard' command. | |
3304 | |
3305 * emacs/octave-mod.el (octave-abbrev-table): Added abbrevs for switch, | |
3306 case, otherwise, and endswitch. | |
3307 (octave-begin-keywords): Added switch. | |
3308 (octave-else-keywords): Added case and otherwise. | |
3309 (octave-end-keywords): Added endswitch. | |
3310 (octave-block-match-alist): Added an entry for switch syntax. | |
3311 (calculate-octave-indent): Added support for switch syntax. | |
3312 (octave-block-end-offset): New function. | |
3313 (octave-comment-indent): Fix a typo. | |
3314 | |
3315 * emacs/octave-hlp.el: Provide octave-hlp. | |
3316 | |
3317 * emacs/octave-inf.el: Provide octave-inf. | |
3318 | |
3319 Sun Sep 7 23:16:33 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
3320 | |
3321 * configure.in Don't use OCTAVE_SET_DEFAULT to set values for | |
3322 bindir, datadir, exec_prefix, includedir, infodir, libdir, | |
3323 libexecdir, mandir. | |
3324 Don't use AC_PREFIX_DEFAULT, since we don't want to override the | |
3325 default setting anyway. | |
3326 | |
3082 | 3327 Tue Aug 26 13:30:36 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
3328 | |
3329 * octave-bug.in: CC bug report to user if $USER or $LOGNAME is set. | |
3330 | |
3331 Mon Aug 25 11:06:54 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
3332 | |
3333 * octave-bug.in: Avoid clobbering existing dead bug report files | |
3334 by numbering them. | |
3335 | |
3081 | 3336 Wed Aug 13 20:34:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
3337 | |
3338 * emacs/octave-mod.el (octave-before-magic-comment-p): New function. | |
3339 (calculate-octave-indent, octave-comment-indent): Use it. | |
3340 | |
3079 | 3341 Sun Aug 3 15:33:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
3342 | |
3343 * info: Delete subdirectory. | |
3344 * Makefile.in (TARGETS, help): Delete info. | |
3345 * octMakefile.in (DISTSUBDIRS, BINDISTSUBDIRS): Delete info | |
3346 (binary-dist): Don't strip info/info. | |
3347 * install-octave: Don't install info. | |
3348 * configure.in: Don't run configure in info subdirectory. | |
3349 | |
3350 Fri Jul 25 14:05:15 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
3351 | |
3352 * aclocal.m4 (OCTAVE_FLIBS): Avoid adding -lcrt0.o to FLIBS. | |
3353 | |
3074 | 3354 Thu Jul 17 13:31:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
3355 | |
3356 * aclocal.m4 (OCTAVE_FLIBS): Only accept an ld_run_path that is | |
3357 absolute. | |
3358 | |
3069 | 3359 Wed Jul 9 19:27:38 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
3360 | |
3361 * configure.in: Also check for getwd. | |
3362 | |
3363 Tue Jul 8 17:47:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
3364 | |
3365 * aclocal.m4 (OCTAVE_FLIBS): Avoid grabbing an argument starting | |
3366 with a - as an option for another argument. | |
3367 | |
3368 Wed Jul 2 21:34:15 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
3369 | |
3370 * emacs/octave-mod.el (octave-auto-indent): New variable. | |
3371 (octave-electric-semi, octave-electric-space): Use it. | |
3372 | |
3065 | 3373 Thu Jun 26 22:16:59 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
3374 | |
3375 * configure.in: Only set GCC_IEEE_FP_FLAG to -mieee-fp on Intel | |
3376 systems if it seems to work. | |
3377 | |
3060 | 3378 Mon Jun 23 09:16:56 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
3379 | |
3380 * configure.in (BOUNDS_CHECKING): Fix comment, allow bounds | |
3381 checking to be enabled. | |
3382 | |
3059 | 3383 Fri Jun 20 14:26:17 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
3384 | |
3385 * configure.in: Define SH_LD, SH_LDFLAGS, and RLD_FLAG for | |
3386 sparc-sun-sunos4*. | |
3387 | |
3388 * mkoctfile.in: Handle --strip. | |
3389 | |
3053 | 3390 Sun Jun 15 16:24:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
3391 | |
3392 * octMakefile.in (DISTSUBDIRS): Delete readline. | |
3393 (BINDISTSUBDIRS): Delete readline and kpathsea. | |
3394 (DISTDIRS): Add readline. | |
3395 | |
3051 | 3396 Wed Jun 11 16:28:36 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
3397 | |
3398 * mkoctfile.in: Allow more options, support for C and Fortran | |
3399 source, existing object files, etc. Based on patch from Guido | |
3400 Dietz <guido@aia009.aia.RWTH-Aachen.De>. | |
3401 | |
3041 | 3402 Fri Jun 6 15:20:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
3403 | |
3049 | 3404 * mkoctfile.in: Use eval to invoke compilation and linking |
3405 commands. | |
3406 | |
3044 | 3407 * octMakefile.in (dist, binary-dist): Don't worry about npsol or qpsol. |
3408 * configure.in: Don't create libcruft/fsqp/Makefile, | |
3409 libcruft/npsol/Makefile, or libcruft/qpsol/Makefile. | |
3410 | |
3411 * octMakefile.in (DISTFILES): Don't distribute MAKEINFO.PATCH. | |
3412 | |
3413 * octMakefile.in (DISTFILES): Don't distribute README.NLP. | |
3414 * configure.in: Delete checks for FSQP, NPSOL, and QPSOL. | |
3415 * acconfig.h: Delete undefs for FSQP, NPSOL, and QPSOL. | |
3416 | |
3041 | 3417 * readline: Update to new version (2.1). |
3418 | |
3029 | 3419 Thu Jun 5 01:38:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
3420 | |
3036 | 3421 * configure.in (SONAME_FLAGS): Define for some systems. |
3422 * Makeconf.in: Substitute value here. | |
3423 | |
3034 | 3424 * Makeconf.in (STATIC_LIBS): New variable. |
3425 * configure.in: Handle --enable-static. | |
3426 | |
3029 | 3427 * Makeconf.in (LIBEXT, SHLEXT_VER): New macros. |
3428 (octlibdir, mk-libdir-link): Delete. | |
3429 | |
3024 | 3430 Wed Jun 4 00:07:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
3431 | |
3025 | 3432 * Makeconf.in (mk-includedir-link, mk-libdir-link): Make them work. |
3433 | |
3024 | 3434 * configure.in (OCTAVE_PROGRAM_INVOCATION_NAME): Delete check. |
3435 * aclocal.m4 (OCTAVE_PROGRAM_INVOCATION_NAME): Delete macro. | |
3436 | |
3012 | 3437 Mon Jun 2 13:56:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
3438 | |
3439 * configure.in: Move checks for RANLIB, AR, and ARFLAGS before | |
3440 checks for libf2c. | |
3441 | |
3008 | 3442 Fri May 30 14:59:59 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
3443 | |
3444 * configure.in: Fix typo in check for $with_f77. | |
3445 | |
3004 | 3446 Thu May 22 16:48:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
3447 | |
3448 * configure.in (AC_OUTPUT): Remove duplicate entry for emacs/Makefile. | |
3449 | |
3450 * octMakefile.in (INSTALL_SUBDIRS): New macro. | |
3451 (install): Use it. | |
3452 | |
3453 * kpathsea: Update to new version (3.0). | |
3454 | |
3455 * readline: Update to new version (2.1-beta2). | |
3456 | |
2993 | 3457 Wed May 21 16:33:33 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
3458 | |
3459 * octMakefile.in (install, install-strip): Append version | |
3460 information to octave-bug and mkoctfile. | |
3004 | 3461 (install, install-strip): Remove octave-bug and mkoctfile first. |
3462 Ensure link is made in include directory. | |
2993 | 3463 |
3464 * configure.in (octlibdir): New variable. | |
3465 * Makeconf.in: Substitute it here. | |
3466 (do-subst-config-vals): Add -I${octincludedir} to INCFLAGS. | |
3467 Add -L${octlibdir} to LIBFLAGS. | |
3468 | |
3469 * Makeconf.in (mk-includedir-link, mk-libdir-link): New macros. | |
3470 | |
2930 | 3471 Mon May 5 00:58:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
3472 | |
3473 * configure.in: Make --enable-readline work again. | |
3474 * Makeconf.in: Ditto. | |
3475 | |
2862 | 3476 Tue Apr 8 12:38:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
3477 | |
3478 * mkoctfile.in: Do substitute SH_LD and SH_LDFLAGS. Don't | |
3479 substitute or use LIBFLAGS, RLD_FLAG, OCTAVE_LIBS, FLIBS, LEXLIB, | |
3480 TERMLIBS, LIBS, LDFLAGS, LIBPLPLOT, or LIBDLFCN. Use $SH_LD and | |
3481 $SH_LDFLAGS, not $CXX -shared. | |
3482 | |
3483 * Makeconf.in (do-subst-config-vals): Also substitute SH_LD and | |
3484 SH_LDFLAGS. | |
3485 | |
2854 | 3486 Fri Mar 28 16:53:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
3487 | |
2855 | 3488 * configure.in: Don't add -fpe1 to FFLAGS on Alpha OSF/1 systems |
3489 unless we are also using a version of gcc that appears to support | |
3490 IEEE floating point. | |
3491 | |
2854 | 3492 * aclocal.m4 (OCTAVE_FLIBS): Require OCTAVE_HOST_TYPE. |
3493 Skip -lkernel32 on cygwin32 systems. | |
3494 | |
2845 | 3495 Wed Mar 26 17:04:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
3496 | |
3497 * COPYING: Update to latest version that includes correct address | |
3498 for the FSF. | |
3499 | |
2831 | 3500 Tue Mar 25 21:46:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
3501 | |
3502 * aclocal.m4 (OCTAVE_CXXLIBS): Delete macro definition. | |
3503 * configure.in, mkoctfile.in, Makeconf.in, octave-bug.in: | |
3504 Delete use of OCTAVE_CXXIBS. | |
3505 | |
2812 | 3506 Thu Mar 13 11:44:46 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
3507 | |
2813 | 3508 * configure.in: Move extra checks for Fortran compiler above |
3509 checks for dynamic linking and shared library stuff. | |
3510 Handle --with-f77. Check for Fortran compiler compatibility, even | |
3511 if using g77. Handle --enable-picky-flags. | |
3512 | |
3513 * configure.in: Don't set special PIC options on SGI systems, | |
3514 since PIC is apparently the default. | |
3515 | |
3516 * aclocal.m4 (OCTAVE_CHECK_EXCLUSIVE_WITH_OPTIONS, | |
3517 OCTAVE_HOST_TYPE, OCTAVE_SET_DEFAULT): New macros. | |
3518 * configure.in: Use them. | |
3519 | |
2812 | 3520 * octMakefile.in (distclean): Don't remove configure, config.h.in, |
3521 BUGS, or INSTALL.OCTAVE. | |
3522 | |
2811 | 3523 Wed Mar 12 16:56:56 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
3524 | |
3525 * Makefile.in (install-strip): Don't try to set INSTALL_PROGRAM here. | |
3526 | |
3527 * emacs/Makefile.in (install-strip): New target. | |
3528 * dlfcn/Makefile.in: Ditto. | |
3529 * examples/Makefile.in: Ditto. | |
3530 | |
2800 | 3531 Sun Mar 9 03:44:33 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
3532 | |
3533 * config.h.bot (STATIC_CAST): Delete definition. | |
3534 | |
2793 | 3535 Thu Mar 6 03:26:41 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
3536 | |
2794 | 3537 * emacs/octave-hlp.el: Provide octave-hlp. |
3538 * emacs/octave-inf.el: Provide octave-inf. | |
2793 | 3539 |
2794 | 3540 * examples/info-emacs-octave-help: Require octave-hlp instead of |
3541 loading it. | |
2793 | 3542 |
2794 | 3543 Tue Mar 4 12:19:24 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2788 | 3544 |
2794 | 3545 * emacs/octave-mod.el: Properly indent switch statement. |
2788 | 3546 |
2787 | 3547 Mon Mar 3 15:44:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
3548 | |
3549 * dlfcn/Makefile.in (DISTFILES): Add ftp-site. | |
3550 | |
2779 | 3551 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775 | 3552 |
2783 | 3553 * configure.in: Improve checks for gettimeofday. |
3554 | |
2775 | 3555 * Version 2.0.5 released. |
3556 | |
2779 | 3557 Sat Mar 1 01:34:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
3558 | |
2783 | 3559 * octMakefile.in (dist): Also delete CVS junk |
3560 | |
2775 | 3561 * config.h.bot: Unconditionally define WITH_KPATHSEARCH. |
3562 | |
2762 | 3563 Fri Feb 28 01:56:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
3564 | |
2775 | 3565 * emacs/octave-mod.el (octave-end-keywords): Add endswitch. |
3566 (octave-end-keywords): Add otherwise and case. | |
3567 (octave-else-keywords): Add switch. | |
3568 (octave-abbrev-table): Add abbrevs for all of them. | |
3569 | |
2762 | 3570 * configure.in (f77_rules_frag): Set default value to /dev/null |
3571 and redfine as needed. | |
3572 (bsd_gcc_kluge_targets_frag): Likewise. | |
3573 | |
2749 | 3574 Wed Feb 26 12:17:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
3575 | |
3576 * octMakefile.in (maintainer-clean): Delete some more stuff. | |
3577 | |
2715 | 3578 Fri Feb 21 20:38:25 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
3579 | |
3580 * Makeconf.in (do-subst-config-vals): Remove extra -L from | |
3581 RLD_FLAG substitution. | |
3582 | |
2709 | 3583 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
3584 | |
3585 * Version 2.0.4 released. | |
2707 | 3586 |
3587 * configure.in (SH_LDFLAGS): Add -fPIC for HP-UX. | |
3588 | |
2693 | 3589 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2689 | 3590 |
2702 | 3591 * configure.in (SH_LDFLAGS): Fix typo in last change. |
3592 (RLD_FLAG): Don't forget to put -shared in SH_LDFLAGS for alpha | |
3593 systems. | |
3594 | |
2690 | 3595 * Version 2.0.3 released. |
3596 | |
2693 | 3597 Tue Feb 18 00:33:36 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
3598 | |
2690 | 3599 * octMakefile.in (binary-dist): Strip src/octave and info/info. |
3600 | |
2689 | 3601 * examples/oregonator.m, examples/oregonator.cc: New files. |
3602 * examples/Makefile.in (SOURCES): Add them to the list. | |
3603 | |
2682 | 3604 Fri Feb 14 14:07:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
3605 | |
2686 | 3606 * install-octave: Don't fail if LIBRARIES file is missing. |
3607 Don't try to install .oct files if there aren't any. | |
3608 | |
2682 | 3609 * octMakefile.in (bin-dist-type): Delete target. |
3610 (binary-dist): Don't depend on bin-dist-type. | |
3611 Don't delete config.status or config.h here. | |
3612 (BINDISTFILES): Include config.status and config.h here. | |
2684 | 3613 (dist): Don't delete Makefile here. |
2685 | 3614 (binary-dist): Avoid empty chmod command. |
2682 | 3615 |
3616 * Makefile.in (config-check): New target. | |
3617 (all): Depend on config-check. | |
3618 (static-binary-distribution, dynamic-binary-distribution): Delete. | |
3619 (binary-distribution): If in source directory, run configure and | |
3620 make with appropriate args. | |
3621 | |
3622 * octMakefile.in (maintainer-clean, distclean): Don't delete Makefile. | |
3623 (CONF_DISTFILES): Distribute Makefile too. | |
3624 | |
2674 | 3625 Thu Feb 13 16:25:09 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
3626 | |
2676 | 3627 * configure.in (SH_LD, SH_LDFLAGS): New variables. |
3628 * Makeconf.in: Substitute them. | |
3629 | |
3630 * configure.in (SH_LIBS, SH_FLIBS, SH_TERMLIBS): Delete. | |
3631 | |
3632 * Makeconf.in (SH_LIBS, SH_FLIBS, SH_TERMLIBS): Delete. | |
3633 | |
2674 | 3634 * octave-bug.in: Reinstate RLD_FLAG. |
3635 * mkoctfile.in: Likewise. | |
3636 * Makeconf.in: Likewise. | |
3637 | |
3638 * configure.in: Reinstate RLD_FLAG, but make it optional. | |
3639 | |
2662 | 3640 Tue Feb 4 14:10:35 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
3641 | |
3642 * octMakefile.in (binary-dist): Use find and xargs instead of | |
2666 | 3643 requiring chmod to support X. |
2662 | 3644 |
2661 | 3645 Mon Feb 3 23:51:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
3646 | |
3647 * examples/info-emacs-octave-help: Update from Kurt Hornik. | |
3648 | |
3649 Fri Jan 31 20:41:15 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
3650 | |
3651 * dlfcn/Makefile.in (all): Make libdlfcn.a, not dlfcn.a. | |
3652 | |
2642 | 3653 Wed Jan 29 00:18:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
3654 | |
2647 | 3655 * Makeconf.in: Use -M instead of -MM to generate dependencies. |
3656 Don't strip $(srcdir) from output. | |
3657 | |
2645 | 3658 * examples/Makefile.in (install): Install info-emacs-info and |
3659 info-emacs-octave-help in $(archlibdir). | |
3660 | |
2642 | 3661 * configure.in (INSTALL_SCRIPT): Substitute this in Makefiles. |
3662 * octMakefile.in (INSTALL_SCRIPT): New macro. | |
3663 (install): Use it. | |
3664 * Makefile.in (install-strip): New target. | |
3665 | |
2638 | 3666 Tue Jan 28 09:48:32 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
3667 | |
2642 | 3668 * aclocal.m4 (OCTAVE_FLIBS): Don't look for values-X*.o. This is |
3669 apparently added automatically now by gcc. Don't put space | |
3670 between -L and directory name. | |
3671 | |
2640 | 3672 * Makefile.in (help): New target. |
3673 (header-msg): extract from all. | |
3674 (all, help): Depend on header-msg. | |
3675 | |
2638 | 3676 * aclocal.m4 (ld_run_path): Fix typo in last fix. |
3677 | |
2629 | 3678 Mon Jan 27 00:10:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
3679 | |
2634 | 3680 * Version 2.0.2 released. |
3681 | |
2630 | 3682 * configure.in: Add check for usleep(). |
2633 | 3683 (bsd_gcc_kluge_targets_frag): New fragment. |
3684 | |
2629 | 3685 * Makefile.in: Delete `internal' targets. |
3686 (static-binary-dist, dynamic-binary-dist): Special cases. | |
3687 | |
3688 * octMakefile.in (static-binary-dist, dynamic-binary-dist): | |
3689 New targets. | |
3690 (binary-dist, bin-dist): Delete. | |
3691 | |
2626 | 3692 Sun Jan 26 19:39:51 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
3693 | |
3694 * emacs/Makefile.in: New file. | |
3695 * configure.in: create emacs/Makefile. | |
3696 * octMakefile.in: Move/add emacs dir to the appropriate lists. | |
3697 | |
2624 | 3698 Sat Jan 25 22:27:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
3699 | |
2626 | 3700 * aclocal.m4 (OCTAVE_CHECK_TYPE): New macro, stolen from bash. |
3701 * configure.in: Use it. | |
3702 * acconfig.h: Add #undef for sigset_t. | |
3703 | |
2625 | 3704 * configure.in (RLD_FLAG): Delete. |
3705 * mkoctfile.in (RLD_FLAG): Delete. | |
3706 * octave-bug.in (RLD_FLAG): Delete. | |
3707 * Makeconf.in (RLD_FLAG): Delete. | |
3708 | |
2624 | 3709 * Makefile.in (bin-dist): New target. |
3710 | |
3711 * install-octave: Rename from doinstall.sh. Update for 2.x. | |
3712 | |
2621 | 3713 Wed Jan 22 11:14:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
3714 | |
3715 * aclocal.m4 (ld_run_path): Anchor search at beginning of line to | |
3716 avoid GNU sed bug on HP-UX systems. Use just one sed command. | |
3717 | |
3718 * emacs/octave-hlp.el, emacs/octave-inf.el, emacs/octave-mod.el: | |
3719 New files from Kurt Hornik. | |
3720 * emacs/octave.el: Delete. | |
3721 | |
2610 | 3722 Mon Jan 20 11:16:21 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
3723 | |
2613 | 3724 * mkoctfile.in (ALL_CXXFLAGS): Delete reference to -lg++. |
3725 | |
2610 | 3726 * configure.in (RLD_FLAG): For sparc-sun-sunos4*, remove space |
3727 between -L and $(libdir). | |
2613 | 3728 (FPICFLAG): If using g77, set it to -fPIC. |
2610 | 3729 |
3730 Sun Jan 19 15:57:20 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
3731 | |
3732 * Makeconf.in, configure.in: Delete FUGLY. | |
3733 | |
2605 | 3734 Wed Jan 8 23:12:02 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
3735 | |
3736 * configure.in (DEFAULT_PAGER): On cygwin32 systems, also look for | |
3737 more.com. | |
3738 | |
2602 | 3739 Tue Jan 7 00:16:35 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
3740 | |
3741 * Version 2.0.1 released. | |
3742 | |
2600 | 3743 Thu Dec 19 16:18:59 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
3744 | |
3745 * aclocal.m4 (OCTAVE_FLIBS): Only add -Xlinker args if compiler is | |
3746 gcc. | |
3747 | |
2593 | 3748 Sat Dec 14 09:46:50 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
3749 | |
3750 * README.Linux: New file. | |
3751 * octMakefile.in: Distribute it. | |
3752 | |
2592 | 3753 Fri Dec 13 22:37:49 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
3754 | |
3755 * configure.in (TERMLIBS): Look for termcap and terminfo after | |
3756 ncurses and curses. | |
3757 | |
2588 | 3758 Thu Dec 12 02:27:08 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
3759 | |
2592 | 3760 * Makeconf.in (ALL_LDFLAGS): Add CPICFLAG here since gcc needs it |
3761 on some systems. | |
3762 | |
3763 * configure.in (FPICFLAGS): Set to -fPIC if using g77 on HP/UX. | |
3764 | |
2588 | 3765 * Makefile.in, octMakefile.in: Delete all doc-dist, local-dist, |
3766 and split-dist targets. Likewise for all other Makefiles in the | |
3767 subdirectories. | |
3768 | |
3769 * README.Windows: Renamed from README.WINDOWS. | |
3770 | |
2583 | 3771 Tue Dec 10 01:33:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
3772 | |
3773 * Version 2.0 released. | |
3774 | |
3775 * octMakefile.in (binary-dist): Print message instead of making a | |
3776 binary distribution. | |
3777 | |
2575 | 3778 Mon Dec 9 11:28:27 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
3779 | |
2578 | 3780 * README.WINDOWS: New file. |
3781 * octMakefile.in: Distribute it. | |
3782 | |
2577 | 3783 * configure.in: Substitute EXE. On cygwin32 systems, set it to .exe. |
3784 * Makeconf.in (EXE): Add definition. | |
3785 | |
3786 * configure.in: On cygwin32 systems, set default to disable GNU info. | |
3787 | |
2575 | 3788 * aclocal.m4 (OCTAVE_STRING_NPOS): New macro. |
3789 * configure.in: Call it. | |
2577 | 3790 |
2575 | 3791 * acconfig.h: Add undef for NPOS. |
3792 * config.h.bot: Remove kluge for deciding whether to define NPOS. | |
3793 | |
2562 | 3794 Thu Dec 5 11:05:02 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
3795 | |
2567 | 3796 * config.sub: Update to current version from FSF. |
3797 | |
2566 | 3798 * Makeconf.in (ALL_LDFLAGS): Add $(FORTRAN_MAIN_FLAG). |
3799 * configure.in (FORTRAN_MAIN_FLAG): Substitute it. | |
3800 | |
2564 | 3801 * octave-bug.in: Prompt for abort, edit, list, or send. |
3802 Get subject from message in case it has been edited. | |
3803 | |
2562 | 3804 * configure.in: When looking for libf2c, provide definitions for |
2566 | 3805 MAIN_ and MAIN__. |
2562 | 3806 |
2560 | 3807 Tue Dec 3 11:35:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
3808 | |
3809 * config.guess: Delete second copy of script in file. | |
3810 | |
2558 | 3811 Sun Nov 24 21:40:25 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
3812 | |
3813 * configure.in: Set GCC_IEEE_FP_FLAG to -mieee-fp on all x86 | |
3814 systems, not just those running Linux. | |
3815 | |
3816 Fri Nov 22 15:10:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
3817 | |
3818 * emacs/octave.el: Update from Kurt Hornik to with fixes for | |
3819 fill-paragraph. | |
3820 | |
2548 | 3821 Wed Nov 20 00:33:03 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
3822 | |
2554 | 3823 * Version 1.93. |
3824 | |
2548 | 3825 * aclocal.m4 (OCTAVE_STRUCT_GR_PASSWD): New macro. |
3826 * configure.in: Use it. | |
3827 * acconfig.h (HAVE_GR_PASSWD): Add undef. | |
3828 | |
2546 | 3829 Tue Nov 19 23:10:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
3830 | |
3831 * Makeconf.in (INCFLAGS): Add libcruft/misc directory. | |
3832 | |
2512 | 3833 Thu Nov 14 00:07:31 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
3834 | |
2520 | 3835 * emacs/octave.el (octave-text-functions): Change set and show to |
3836 gset and gshow. | |
3837 | |
2518 | 3838 * Makeconf.in (TEXI2DVI): Define to be our own private version. |
3839 | |
3840 * texi2dvi: New file. | |
3841 * octMakefile.in (DISTFILES): Add it to the list. | |
3842 | |
2515 | 3843 * configure.in: Don't substitute values in src/mk-oct-links.in. |
3844 | |
2513 | 3845 * emacs/octave.el: Update to version 0.8.6, from Kurt Hornik. |
3846 | |
2512 | 3847 * configure.in (RLD_FLAG): Surround case pattern in changequote. |
3848 | |
3849 * Version 1.92. | |
3850 | |
2508 | 3851 Wed Nov 13 11:04:26 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
3852 | |
2512 | 3853 * configure.in: Don't set or substitute LIBINFO. |
3854 (infofile): Set and substitute a default value. | |
3855 | |
3856 * Makeconf.in (do-subst-default-values): Substitute it here. | |
3857 | |
2508 | 3858 * configure.in: If running on an SCO system, define SCO, and force |
3859 HAVE_ISINF and HAVE_ISNAN to be defined. | |
3860 Also check for ieeefp.h and nan.h. | |
2510 | 3861 * acconfig.h (HAVE_ISINF, HAVE_ISNAN, SCO): Add undefs. |
2508 | 3862 |
2503 | 3863 Tue Nov 12 21:50:49 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
3864 | |
2506 | 3865 * MAKEINFO.PATCH: Update to use patch relative to texinfo-3.9. |
3866 | |
3867 * INFO.PATCH: New file. | |
3868 * octMakefile.in (DISTFILES): Add it. | |
3869 | |
2503 | 3870 * info: Update to current release from texinfo-3.9. |
3871 | |
2497 | 3872 Mon Nov 11 23:56:58 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
3873 | |
3874 * config.h.bot: Only check value of __GNUC__ and __GNUC_MINOR__ if | |
3875 __GNUC__ is defined. | |
3876 | |
2488 | 3877 Fri Nov 8 11:15:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
3878 | |
3879 * Makeconf.in (version): Look in $(TOPDIR)/src then | |
3880 $(srcdir)/$(TOPDIR)/src for version.h. | |
3881 | |
3882 * configure.in (TERMLIBS): Print warning message if no term | |
3883 library is found. | |
3884 (CXXLIB_LIST, CXXLIB_PATH, FLIB_LIST, FLIB_PATH): Delete. | |
3885 * Makeconf.in (CXXLIB_LIST, CXXLIB_PATH, FLIB_LIST, FLIB_PATH): | |
3886 Delete. | |
3887 (do-subst-default-vals): Delete CXXLIB_LIST, CXXLIB_PATH, | |
3888 FLIB_LIST, and FLIB_PATH from the list. | |
3889 | |
2482 | 3890 Thu Nov 7 12:43:36 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
3891 | |
2485 | 3892 * octMakefile.in (bin-dist-tar): Delete references to octtopnm. |
3893 | |
2484 | 3894 * configure.in (RLD_FLAG): Define if x86-linux. |
3895 | |
2482 | 3896 * Version 1.91. |
3897 | |
2475 | 3898 Wed Nov 6 16:26:39 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
3899 | |
3900 * configure.in: Add checks for group stuff. | |
3901 | |
2469 | 3902 Tue Nov 5 12:32:30 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
3903 | |
2472 | 3904 * configure.in: Add checks for geteuid, getuid. |
3905 | |
2471 | 3906 * configure.in: Comment out code to handle --enable-readline since |
3907 it doesn't work yet. | |
3908 | |
2469 | 3909 * aclocal.m4 (OCTAVE_SIGNAL_CHECK, OCTAVE_REINSTALL_SIGHANDLERS): |
3910 New checks stolen from bash 2.0 config. | |
3911 * configure.in: Use them. | |
2471 | 3912 |
2469 | 3913 * acconfig.h: Add #undefs for HAVE_BSD_SIGNALS, HAVE_POSIX_SIGNALS, |
3914 HAVE_USG_SIGHOLD, and MUST_REINSTALL_SIGHANDLERS. | |
3915 | |
3916 Mon Nov 4 11:31:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
3917 | |
3918 * configure.in: Check for gethostname in libsocket. Apparently | |
3919 needed for some SCO systems. | |
3920 | |
3921 * emacs/octave.el: Update to version 0.8.5 from Kurt Hornik. | |
3922 | |
2454 | 3923 Fri Nov 1 01:33:40 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
3924 | |
3925 * octMakefile.in (octave-bug, mkoctfile): After substituting | |
3926 values, chmod a+rx. | |
3927 | |
2452 | 3928 Thu Oct 31 13:50:06 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
3929 | |
3930 * octMakefile.in (DISTFILES): Add NEWS.[0-9]. | |
2453 | 3931 * NEWS.1: Old news. |
3932 * NEWS: Just keep news since last major release. | |
2452 | 3933 |
2439 | 3934 Wed Oct 30 01:04:13 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
3935 | |
2452 | 3936 * Version 1.90. |
3937 | |
2450 | 3938 * configure.in: Default is now no internal bounds checking. |
3939 | |
2446 | 3940 * Makefile.in (all): Fix message to say 2.7.2, not 2.7.0. |
3941 | |
2445 | 3942 * config.h.bot (GCC_ATTR_NORETURN): Rename from NORETURN. |
3943 (GCC_ATTR_UNUSED): Rename from GCC_ATTRIBUTE_UNUSED. | |
3944 (NPOS): Define if using gcc 2.8.x or later. | |
3945 | |
2439 | 3946 * octMakefile.in (DIRS_TO_MAKE): Add localarchlibdir to list. |
3947 | |
3948 * configure.in (localarchlibdir): New variable. | |
3949 * Makeconf.in (localarchlibdir): Substitute it. | |
3950 (do-subst-default-vals): Likewise. | |
3951 | |
3952 Sun Oct 27 14:03:36 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
3953 | |
3954 * Makeconf.in (do-subst-config-vals): Split into two sed commands | |
3955 to try to avoid fixed limits in some seds and/or systems. | |
3956 | |
2427 | 3957 Fri Oct 25 01:13:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
3958 | |
2428 | 3959 * config.h.bot: Add definition for GCC_ATTRIBUTE_UNUSED. |
3960 | |
2427 | 3961 * configure.in: Define RUSAGE_TIMES_ONLY if cygwin32. |
2429 | 3962 * acconfig.h: Add undef. |
2427 | 3963 |
3964 Thu Oct 24 21:17:53 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
3965 | |
3966 * config.guess: Update to version that understands what to do for | |
3967 cygwin32 systems. | |
3968 | |
2421 | 3969 Fri Oct 18 12:23:57 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
3970 | |
3971 * configure.in: Don't comment out substitutions for plplot stuff. | |
3972 | |
2418 | 3973 Wed Oct 16 12:01:37 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
3974 | |
3975 * examples/Makefile.in (install): New target. | |
3976 | |
2415 | 3977 Tue Oct 15 14:40:51 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
3978 | |
3979 * configure.in: Comment out plplot stuff. | |
2417 | 3980 In commands to get gxx_version and gcc_version, use simpler sed |
3981 command to avoid confusing brain-dead vendor-supplied seds. | |
3982 | |
2405 | 3983 Mon Oct 14 11:09:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
3984 | |
3985 * octMakefile.in (maintainer-clean distclean): Remove mkoctfile too. | |
3986 (kpathsea.info): New target. | |
3987 (dist-info-files): New target. | |
3988 (links-for-dist, links-for-bin-dist, local-dist-tar): | |
3989 Depend on dist-info-files instead of individual files. | |
3990 | |
2391 | 3991 Sat Oct 12 00:17:06 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
3992 | |
2398 | 3993 * examples/Makefile.in (clean, mostlyclean): New targets. |
3994 | |
2394 | 3995 * octMakefile.in (CLEANSUBDIRS): New macro. |
3996 Use it for clean targets. | |
3997 | |
2391 | 3998 * config.h.bot (STATIC_CAST, DYNAMIC_CAST, REINTERPRET_CAST): |
3999 New macros. | |
4000 | |
4001 Wed Sep 25 12:24:20 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4002 | |
4003 * configure.in: Don't look in /usr/ucb/include to find getrusage | |
4004 on Solaris systems since that just seems to cause trouble. | |
4005 * Makeconf.in (UCB_INCFLAGS): Delete. | |
4006 | |
4007 Fri Aug 30 09:07:23 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4008 | |
4009 * configure.in (TERMLIBS): Add check for ncurses. | |
4010 | |
2357 | 4011 Tue Aug 20 21:40:26 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
4012 | |
4013 * configure.in: Always set FPICFLAG, CPICFLAG, CXXPICFLAG, SHLEXT, | |
4014 RLD_FLAG, DLFCN_DIR, even if SHARED_LIBS is false. | |
4015 | |
2353 | 4016 Thu Aug 15 14:39:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
4017 | |
4018 * configure.in (gxx_version, gcc_version): Strip out cygnus- from | |
4019 the version number. | |
4020 | |
2351 | 4021 Tue Jul 30 12:55:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
4022 | |
4023 * aclocal.m4 (OCTAVE_FLIBS): Also check for -bI:FILE arg to ld, | |
4024 for AIX systems. | |
4025 | |
2346 | 4026 Thu Jul 25 03:09:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
4027 | |
4028 * configure.in: On AIX systems, add "-ll -lld" to LIBDLFCN. | |
4029 | |
2337 | 4030 Fri Jul 19 13:02:05 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
4031 | |
4032 * configure.in: If using g77 on alpha, don't add -fpe1 to FFLAGS. | |
4033 | |
2330 | 4034 Mon Jul 15 14:26:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
4035 | |
4036 * config.sub: Update to new version from FSF (gcc sources). | |
4037 | |
4038 Thu Jun 13 16:38:51 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4039 | |
4040 * configure.in: Look for g77 before other fortran compilers. | |
4041 | |
4042 Thu Jun 6 00:05:47 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4043 | |
4044 * configure.in: Add check for multiple plot windows in gnuplot. | |
4045 * acconfig.h: Add #undef for GNUPLOT_HAS_FRAMES. | |
4046 | |
4047 Wed May 22 15:05:40 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4048 | |
4049 * configure.in (UCB_INCFLAGS): Another kluge to try to find | |
4050 getrusage on Solaris systems. | |
4051 * Makeconf.in Substitute it. | |
4052 | |
4053 * configure.in (SH_LIBS, SH_FLIBS, SH_TERMLIBS): Define. | |
4054 * Makeconf.in: Substitute. | |
4055 | |
4056 Wed May 22 02:42:32 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> | |
4057 | |
4058 * emacs/octave.el (octave-indent-new-line): Protect | |
4059 octave-indent-line with save-excursion. | |
4060 (octave-calc-indent-this-line): Attempt to handle end tokens that | |
4061 are not on separate lines. | |
4062 (octave-electric-semi): Make `;' self-insert if inside comment. | |
4063 (octave-previous-line): Don't try to go back past the beginning of | |
4064 the buffer. | |
4065 | |
4066 Tue May 21 23:11:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4067 | |
4068 * configure.in (F77): Also check for f90. | |
4069 | |
4070 Mon May 20 12:22:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4071 | |
4072 * emacs/octave.el (octave-indent-new-line): Make it do what the | |
4073 docstring says it does. | |
4074 | |
4075 * octave-bug.in: Fix previous change so it also matches things | |
4076 like 1.90, not just 1.1.90. | |
4077 | |
4078 Fri May 17 09:58:49 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> | |
4079 | |
4080 * emacs/octave.el (octave-electric-semi): Also call octave-indent-line | |
4081 to indent the current line after inserting a semicolon. | |
4082 | |
4083 Fri May 17 02:53:49 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4084 | |
4085 * octMakefile.in (DIRS_TO_MAKE): Add octincludedir. | |
4086 (all): Add mkoctfile. | |
4087 | |
4088 * configure.in: Don't set values for exec_prefix, bindir, datadir, | |
4089 libdir, libexecdir, includedir, mandir, or infodir, so that they | |
4090 can be set from the configure command line. | |
4091 | |
4092 * configure.in, Makeconf.in: Handle mandir, man1dir and man1ext. | |
4093 Change topincludedir to includedir. Use octincludedir as the | |
4094 subdirectory of includedir where we really install include files. | |
4095 | |
4096 * octave-bug.in (BUGADDR): Also set to octave-maintainers if this | |
4097 looks like a pretest version number. | |
4098 | |
4099 * Makeconf.in (do-subst-config-vals): Use $< instead of | |
4100 referencing $(srcdir) directly. | |
4101 (do-subst-default-vals): Likewise. | |
4102 | |
4103 * octMakefile.in (octave-bug): Depend on octave-bug.in | |
4104 (mkoctfile): Likewise, depend on mkoctfile.in. | |
4105 | |
4106 Thu May 16 11:49:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4107 | |
4108 * octMakefile.in (DISTFILES): Add mkoctfile.in. | |
4109 (install): Install mkoctfile too. | |
4110 | |
4111 * aclocal.m4 (OCTAVE_F2C_F77_COMPAT): Fix typo in last change | |
4112 | |
4113 Mon May 13 04:02:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4114 | |
4115 * configure.in (UGLY_DEFS): Quote " with more \'s. | |
4116 | |
4117 * Makeconf.in (do-subst-config-vals): Quote substitutions here. | |
4118 * octave-bug.in, mkoctfile: Not here. | |
4119 | |
4120 * octMakefile.in (octave-bug, mkoctfile): Depend on Makeconf, | |
4121 octMakefile. | |
4122 | |
4123 * Makeconf.in (do-subst-default-vals): New definition, from | |
4124 src/Makefile.in. | |
4125 | |
4126 * Makeconf.in (do-subst-config-vals): Define here. | |
4127 * octMakefile.in: Not here. | |
4128 | |
4129 * octave-bug.in: Handle more configuration stuff. | |
4130 | |
4131 * configure.in (config_opts): Set from ac_configure_args and subst. | |
4132 * Makeconf.in: Handle config_opts. | |
4133 * octMakefile.in (do-subst-config-vals): Substitute them. | |
4134 | |
4135 Sun May 12 03:37:55 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4136 | |
4137 * Makeconf.in (TERMLIBS): Substitute here. | |
4138 | |
4139 * configure.in (topincludedir): New variable. | |
4140 * Makeconf.in (libexecdir): Substitute it. | |
4141 | |
4142 * octMakefile.in (do-subst-config-vals): Define new command. | |
4143 (octave-bug): Use it. | |
4144 (mkoctfile): New target. | |
4145 | |
4146 * Makefile.in (TARGETS): Add mkoctfile. | |
4147 | |
4148 * examples: New subdirectory. | |
4149 * octMakefile.in: Add it to the appropriate lists. | |
4150 * configure.in: Create examples/Makefile. | |
4151 | |
4152 * octMakefile.in (DIRS_TO_MAKE): Add $(libdir) here. | |
4153 (install): Use INSTALL_PROGRAM to install octave-bug script. | |
4154 Also install config.h. | |
4155 | |
4156 * aclocal.m4 (OCTAVE_F2C_F77_COMPAT): Provide a definition for | |
4157 MAIN__ on Linux systems. | |
4158 | |
4159 Tue Apr 30 05:44:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4160 | |
4161 * configure.in: Handle --enable-bounds-check. | |
4162 * acconfig.h: Add undef for BOUNDS_CHECKING | |
4163 | |
4164 Mon Apr 29 01:42:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4165 | |
4166 * configure.in (AC_FUNC_SETVBUF_REVERSED): Delete. Octave doesn't | |
4167 need this check (it was for info, which has its own configure now). | |
4168 | |
4169 Sun Apr 28 05:41:26 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4170 | |
4171 * configure.in (DEFAULT_PAGER): Don't append -e to less here. | |
4172 | |
4173 Sat Apr 27 22:23:51 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4174 | |
4175 * configure.in: Check for pid_t and sys/types.h. | |
4176 | |
4177 Tue Apr 23 17:44:18 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4178 | |
4179 * configure.in: Check for fcntl.h, not sys/fcntl.h. | |
4180 Add checks for various system calls. | |
4181 | |
4182 Sun Apr 7 16:42:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4183 | |
4184 * configure.in: Check for strdup. | |
4185 | |
4186 * Makefile.in (TARGETS): Add dlfcn. | |
4187 * octMakefile.in (DISTSUBDIRS): Add dlfcn. | |
4188 (SUBDIRS): Add @DLFCN_DIR@. | |
4189 * configure.in: On AIX systems: set DLFCN_DIR=dlfcn when doing | |
4190 shared libraries, bypass checks for dlopen, etc., set and | |
4191 substitute LIBDLFCN and DLFCN_INCFLAGS. Create dlfcn/Makefile. | |
4192 | |
4193 Sat Apr 6 21:45:40 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4194 | |
4195 * Makeconf.in (%.d : %.cc, %.d : %.c): Add dependency for pic/%.o. | |
4196 | |
4197 Fri Mar 29 13:38:40 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4198 | |
4199 * octMakefile.in (maintainer-clean distclean): Delete mk-oct-links. | |
4200 | |
4201 Wed Mar 27 09:05:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4202 | |
4203 * aclocal.m4 (OCTAVE_FLIBS): Fix typo in message. | |
4204 | |
4205 Tue Mar 26 02:41:16 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4206 | |
4207 * configure.in (UGLY_DEFS): Undo previous change. | |
4208 When checking for various libraries, don't check for main(), but | |
4209 instead look for functions that are actually supposed to be in | |
4210 those libraries. | |
4211 Require autoconf 2.9. | |
4212 If using solaris2, don't add /usr/ucblib/libucb.a to LIBS until | |
4213 near the very end, then check for for getrusage and times just | |
4214 after that. | |
4215 | |
4216 * Makeconf.in (UGLY_DEFS): Ditto. | |
4217 | |
4218 * octave-bug.in: Don't send empty bug reports. | |
4219 | |
4220 Sat Mar 23 04:55:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4221 | |
4222 * octMakefile.in (DISTDIRS): Omit plplot for now. | |
4223 * Makefile.in (TARGETS): Likewise. | |
4224 | |
4225 Fri Mar 22 06:15:44 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4226 | |
4227 * configure.in: Add checks for sys/times.h and times(). | |
4228 (GCC_IEEE_FP_FLAG): Define this if using gcc 2.8.x or later on | |
4229 Alpha/OSF systems. | |
4230 | |
4231 Wed Mar 20 02:04:08 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4232 | |
4233 * octMakefile.in (octave.info): cd to doc/interpreter, not doc. | |
4234 | |
4235 Sun Mar 3 10:01:13 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4236 | |
4237 * config.h.bot: Define HEAVYWEIGHT_INDEXING here. | |
4238 | |
4239 * Makefile.in (TARGETS): Remove dld. | |
4240 * octMakefile.in (DISTSUBDIRS): Ditto. | |
4241 * configure.in: Don't create dld/Makefile. | |
4242 Do create doc/fac/Makefile, doc/interpreter/Makefile, | |
4243 doc/liboctave/Makefile, and doc/refcard/Makefile. | |
4244 | |
4245 Thu Feb 29 08:55:25 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4246 | |
4247 * Makeconf.in (%.o : %.c): Use pattern rule instead of suffix rule. | |
4248 (%.o : %.cc): Likewise. | |
4249 (pic/%.o : %.c, pic/%.o : %.cc): Use separate rules instead of | |
4250 expecting one rule to generate two output files. | |
4251 * configure.in (f77_rules_frag): Use separate rules here too. | |
4252 | |
4253 Mon Feb 26 03:34:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4254 | |
4255 * configure.in: If --disable-dl or --disable-shl, don't check for | |
4256 dynamic linking functions. | |
4257 (includedir): Append version. | |
4258 | |
4259 Wed Feb 14 12:20:57 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4260 | |
4261 * octMakefile.in (snapshot-version): Don't quote version number. | |
4262 | |
4263 * aclocal.m4 (OCTAVE_FLIBS): Avoid setting FLIBS=" ". | |
4264 | |
4265 Sat Feb 10 12:59:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4266 | |
4267 * glob/Makefile.in (install): New target. | |
4268 | |
4269 Fri Feb 9 14:00:53 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4270 | |
4271 * configure.in: Fix help text for --enable-shared option. | |
4272 | |
4273 Thu Feb 8 10:17:55 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4274 | |
4275 * octMakefile.in (CONF_DISTFILES): New variable. | |
4276 (DISTFILES): Use it instead of listing things twice. | |
4277 (CONF_DISTSUBDIRS): New variable. | |
4278 (conf-dist): New target. | |
4279 | |
4280 * Makefile.in (TARGETS): Add conf-dist. | |
4281 | |
4282 * configure.in (CXX_VERSION, CC_VERSION): Substitute them. | |
4283 * octMakefile.in (octave-bug): Substitute them here too. | |
4284 * octave-bug.in: Put them in the configuration message. | |
4285 | |
4286 Sat Feb 3 08:53:56 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4287 | |
4288 * configure.in: RLD_FLAG should be empty by default, but give it a | |
4289 value for alpha-dec-osf* systems. | |
4290 | |
4291 Fri Feb 2 23:03:40 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4292 | |
4293 * Makeconf.in: Actually do add substitutions for FPICFLAG, | |
4294 CPICFLAG, and CXXPICFLAG. | |
4295 | |
4296 Thu Feb 1 14:58:16 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4297 | |
4298 * configure.in (%.c : %.f): Fix typo. | |
4299 | |
4300 Wed Jan 24 14:47:58 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4301 | |
4302 * configure.in: Also configure in glob subdirectory. | |
4303 Make pattern rule say how to make .o from .f, not .f from .o. Duh. | |
4304 | |
4305 * octMakefile.in: Add glob stuff to the appropriate lists. | |
4306 * Makeconf.in: Likewise. | |
4307 | |
4308 * aclocal.m4: Add test for program_invocation_name. | |
4309 * configure.in: Use it here. | |
4310 | |
4311 * acconfig.h: Add #undef here. | |
4312 | |
4313 Mon Jan 22 17:32:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4314 | |
4315 * configure.in: Add checks for mode_t, off_t, size_t, uid_t, | |
4316 dev_t, ino_t, and nlink_t typedefs. | |
4317 * acconfig.h: Add undefs for dev_t, ino_t, and nlink_t. | |
4318 | |
4319 Sat Jan 20 21:05:49 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4320 | |
4321 * configure.in: For Fortran rules, use pattern rules instead of | |
4322 suffix rules. | |
4323 | |
4324 Fri Jan 19 12:38:23 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4325 | |
4326 * configure.in: When checking for libf2c.a, add -lm and an extra lib. | |
4327 | |
4328 Wed Jan 10 16:36:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4329 | |
4330 * configure.i: Add missing colon in .o.f pattern for f2c rules. | |
4331 | |
4332 Mon Jan 8 23:18:39 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4333 | |
4334 * configure.in (AC_PROG_LN_S): New check. | |
4335 * Makeconf.in (LN_S): Substitute it. | |
4336 | |
4337 * configure.in (libexecdir): New variable. | |
4338 (archlibdir, octfiledir, localoctfiledir): Use it instead of libdir. | |
4339 (datadir): Default to $(prefix)/share instead of $(prefix)/lib. | |
4340 | |
4341 * Makeconf.in (libexecdir): Substitute it. | |
4342 | |
4343 * configure.in (localoctfiledir): Use $(libdir), not $(datadir). | |
4344 | |
4345 Sun Jan 7 18:40:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4346 | |
4347 * aclocal.m4 (OCTAVE_SMART_PUTENV): New macro, extracted from | |
4348 the kpathsearch library. | |
4349 * configure.in: Call it. | |
4350 | |
4351 Fri Dec 29 22:07:52 1995 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4352 | |
4353 * Makeconf.in (subdir-for-command): New definition for | |
4354 SUBDIR_FOR_COMMAND using GNU Make `foreach' instead of shell `for' | |
4355 command. | |
4356 * libcruft/Makefile.in, scripts/Makefile.in, octMakefile.in: | |
4357 Invoke new definition with `@'. | |
4358 | |
4359 Wed Dec 27 14:27:48 1995 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4360 | |
4361 * octMakefile.in (SUBDIRS): Delete DLD_DIR. | |
4362 (distclean): Delete Makerules.f77. | |
4363 | |
4364 * Makeconf.in (WITH_DLD): Delete variable. | |
4365 | |
4366 * configure.in: Delete support for dynamic linking with dld. | |
4367 | |
4368 * configure.in, Makeconf.in: Use consistent names for WITH_DL, | |
4369 WITH_SHL, OCTAVE_LITE, and SHARED_LIBS | |
4370 | |
4371 * config.h.bot: Undo previous change. | |
4372 * acconfig.h: Add #undef for WITH_DYNAMIC_LINKING. | |
4373 * Makeconf.in: Substitute it here too. | |
4374 * configure.in: Set it here. | |
4375 | |
4376 Tue Dec 26 00:12:14 1995 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4377 | |
4378 * configure.in (AC_CONFIG_SUBDIRS): Delete libcruft. | |
4379 (AC_OUTPUT): List libcruft files here. | |
4380 | |
4381 * configure.in, Makeconf.in: Handle Fortran compilation rules | |
4382 using an included fragment in Makeconf. | |
4383 | |
4384 Mon Dec 25 22:14:21 1995 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4385 | |
4386 * configure.in (CPICFLAG, CXXPICFLAG, FPICFLAG): New variables. | |
4387 * Makeconf.in: Substitute them. | |
4388 | |
4389 * configure.in: Handle --enable-shared option. | |
4390 Handle Fortran source files differently. | |
4391 * Makeconf.in (SHARED_LIBS): Substitute shared_libs. | |
4392 (SHLEXT, RLD_FLAG, fortran_rules_flag): Substitute these too. | |
4393 (.c.o, .cc.o): Handle creating position independent code for | |
4394 shared libraries. | |
4395 | |
4396 Sun Dec 24 00:29:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4397 | |
4398 * config.h.bot: Maybe define WITH_DYNAMIC_LINKING. | |
4399 | |
4400 * Makeconf.in (WITH_DL, WITH_SHL): Substitute values. | |
4401 * acconfig.h: Add undefs for WITH_DL and WITH_SHL. | |
4402 * configure.in: Handle --enable-dl and --enable-shl. | |
4403 Check for -ldl and dlopen, dlsym, dlclose, and dlerror. | |
4404 Check for -ldld and shl_load, shl_findsym. | |
4405 (have_fortran_compiler): Quit if no suitable Fortran compiler is | |
4406 found. | |
4407 | |
4408 Fri Nov 3 03:33:42 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
4409 | |
4410 * emacs/octave-mode.el: Rename from octave.el. | |
4411 | |
4412 Wed Oct 11 19:22:12 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
4413 | |
4414 * configure.in (GNUPLOT_BINARY): When checking for multiplot, | |
4415 issue a `set term unknown' command first. | |
4416 | |
4417 Wed Oct 4 01:42:35 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
4418 | |
4419 * config.guess: Add entry for PowerPC Macs running Machten. | |
4420 | |
4421 * octMakefile.in (dist-z): Remove old .gz file before creating new one. | |
4422 | |
4423 Mon Oct 2 19:17:22 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
4424 | |
4425 * configure.in: Check to see if it looks like gnuplot supports | |
4426 multiplot. | |
4427 * acconfig.h: Add undef for GNUPLOT_HAS_MULTIPLOT. | |
4428 | |
4429 * acconfig.h: #undefs for HAVE_FINITE, HAVE_ISNAN, HAVE_ISINF, | |
4430 HAVE_TERMIOS_H, HAVE_TERMIO_H, and HAVE_SGTTY_H removed. This | |
4431 file should only have things that autoheader can't figure out. | |
4432 | |
4433 Sun Oct 1 17:08:37 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
4434 | |
4435 * octMakefile.in (clean-tar): Also omit directories called OLD and | |
4436 files beginning with =. | |
4437 | |
4438 Fri Sep 29 01:04:31 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
4439 | |
4440 * ROADMAP: New file. | |
4441 * (DISTFILES): Include it. | |
4442 | |
4443 * emacs: New subdirectory for Emacs-related stuff. | |
4444 * octMakefile.in (DISTDIRS, BINDISTSUBDIRS): Include emacs. | |
4445 (DISTFILES, BINDISTFILES): Don't include octave-mode.el. | |
4446 | |
4447 Tue Sep 26 03:56:39 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
4448 | |
4449 * configure.in: Don't add -Wno-unused to CFLAGS or CXXFLAGS. | |
4450 * config.h.bot: Remove definition of UNUSED. | |
4451 | |
4452 * config.sub: Replace with current version from FSF. | |
4453 * config.guess: Likewise. | |
4454 | |
4455 Thu Sep 21 20:29:00 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
4456 | |
4457 * configure.in (AR, ARFLAGS): Set defaults for these, but also | |
4458 allow them to come from the environment. | |
4459 * Makeconf.in (AR, ARFLAGS): New variables to substitute. | |
4460 | |
4461 Wed Sep 20 00:51:24 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
4462 | |
4463 * octMakefile.in (maintainer-clean): Also remove Makeconf, | |
4464 config.cache, config.h, and config.log. | |
4465 | |
4466 Tue Sep 19 17:20:32 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
4467 | |
4468 * sighandlers.h [HAVE_SIGACTION && HAVE_SIGPROCMASK && | |
4469 HAVE_SIGPENDING && HAVE_SIGSUSPEND]: #define HAVE_POSIX_SIGNALS. | |
4470 | |
4471 * configure.in: Check for sigaction(), sigprocmask(), | |
4472 sigpending(), and sigsuspend() functions. | |
4473 Don't do anything special about checking for termios.h, termio.h, | |
4474 and sgtty.h. | |
4475 | |
4476 Mon Sep 18 22:39:33 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
4477 | |
4478 * config.h.bot [__GNUC__]: Define NORETURN. | |
4479 | |
4480 Fri Sep 15 05:12:29 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
4481 | |
4482 * configure.in (AC_C_BIGENDIAN): Remove test. | |
4483 | |
4484 Thu Sep 14 02:07:51 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
4485 | |
4486 * configure.in (LIBPLPLOT): Disable plplot by default for now. | |
4487 Check for mkdir, rmdir, rename, and umask. | |
4488 | |
4489 * All Makefile.in files: Convert from realclean to | |
4490 maintainer-clean, for GNU coding standards. | |
4491 | |
4492 * configure.in: Call AC_FUNC_CLOSEDIR_VOID. | |
4493 | |
4494 Wed Sep 13 03:25:37 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
4495 | |
4496 * configure.in: Do check for IEEE functions on the Alpha. | |
4497 | |
4498 Mon Sep 11 19:08:47 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
4499 | |
4500 * configure.in: Call AC_STRUCT_ST_BLKSIZE, AC_STRUCT_ST_BLOCKS, | |
4501 and AC_STRUCT_ST_RDEV. | |
4502 | |
4503 Tue Sep 5 02:02:35 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
4504 | |
4505 * configure.in: Check for sys/param.h and sys/stat.h | |
4506 Use AC_HEADER_TIME, not AC_TIME_WITH_SYS_TIME. | |
4507 Use AC_HEADER_SYS_WAIT. | |
4508 | |
4509 Thu Aug 24 15:35:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
4510 | |
4511 * configure.in: Don't set or call AC_SUBST for CXXFLAGS or CFLAGS, | |
4512 and don't call AC_SUBST for LDFLAGS -- autoconf takes care of this. | |
4513 If adding -Wall, add -Wno-unused too. | |
4514 | |
4515 Tue Aug 22 01:37:02 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
4516 | |
4517 * Makefile.in (all): Update message. | |
4518 | |
4519 * config.h.bot: New file. | |
4520 * octMakefile.in (DISTFILES): Add it to the list. | |
4521 | |
4522 * acconfig.h (USE_PLPLOT): Add #undef. | |
4523 | |
4524 Mon Aug 21 19:33:33 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
4525 | |
4526 * Makefile.in (NO_DEP_TARGETS): New variable, for targets that can | |
4527 be made without updating dependency files. | |
4528 | |
4529 Sun Jun 25 18:27:49 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
4530 | |
4531 * configure.in (FFLAGS): Add -fpe1 on alpha-dec-osf1 systems. | |
4532 | |
4533 Thu May 4 22:26:34 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
4534 | |
4535 * configure.in: export CC, CXX, and F77 before calling | |
4536 AC_CONFIG_SUBDIRS. | |
4537 | |
4538 Mon May 1 14:17:07 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
4539 | |
4540 * configure.in: Handle --with-plplot. | |
4541 (AC_CONFIG_SUBDIRS): Add plplot directory if --with-plplot. | |
4542 * plplot: New subdirectory. | |
4543 * Makefile.in (plplot): New target. | |
4544 * octMakefile.in (SUBDIRS): Add @PLPLOT_DIR@. | |
4545 (DISTDIRS): Add plplot. | |
4546 | |
4547 * acconfig.h: Add #undef for GETTIMEOFDAY_NO_TZ. | |
4548 | |
4549 * configure.in: Improve check for gettimeofday. | |
4550 | |
4551 Mon May 1 12:50:03 1995 John Eaton (jwe@bullwinkle.che.utexas.edu) | |
4552 | |
4553 * acconfig.h (OCTAVE_LITE): Fix comment. | |
4554 | |
4555 Tue Apr 11 20:31:52 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
4556 | |
4557 * configure.in (INFO_DIR, READLINE_DIR): New variables. | |
4558 If $USE_GNU_INFO, AC_DEFINE it, don't AC_SUBST it. | |
4559 Likewise, for USE_READLINE. | |
4560 | |
4561 * octMakefile.in (SUBDIRS): Substitute INFO_DIR and READLINE_DIR. | |
4562 | |
4563 * aclocal.m4 (OCTAVE_F77_UPPERCASE_NAMES): New macro. | |
4564 (OCTAVE_F77_APPEND_UNDERSCORES): Require it. | |
4565 * configure.in: Use it. | |
4566 (info_subdir): If $USE_GNU_INFO, then run configure in info | |
4567 subdirectory too. | |
4568 Don't check for sys/ttold.h or sys/ptem.h. | |
4569 | |
4570 Mon Apr 10 00:17:57 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
4571 | |
4572 * configure.in (UGLY_DEFS): Delete commands to create this. | |
4573 * Makeconf.in (UGLY_DEFS): Delete substitution. | |
4574 * Makeconf.in (UGLY_ALL_CFLAGS): Delete definition. | |
4575 | |
4576 * configure.in: Add scripts and libcruft to CONFIG_SUBDIRS. | |
4577 Don't edit scripts or libcruft Makefiles here. | |
4578 Reorganize checking for the Fortran compiler. | |
4579 | |
4580 * octMakefile.in (DISTFILES): Delete f2c-compat.sh flibs.sh | |
4581 cxxlibs.sh from list. Add aclocal.m4. | |
4582 * configure.in: Use new macros defined in aclocal.m4. Don't use | |
4583 external shell scripts. Cache values. | |
4584 | |
4585 * aclocal.m4: New file. | |
4586 | |
4587 Sun Apr 9 12:47:27 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
4588 | |
4589 * configure.in: Print status message before exiting. | |
4590 Cache CXXLIBS and FLIBS. | |
4591 | |
4592 * acconfig.h: Delete #undefs for floating point format. | |
4593 * octMakefile.in (DISTFILES): Delete float-type.c from list. | |
4594 * configure.in: Don't try to determine floating point format at | |
4595 configuration time. | |
4596 | |
4597 Mon Apr 3 21:46:10 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
4598 | |
4599 * configure.in: Create scripts/time/Makefile too. | |
4600 | |
4601 * configure.in (gxx_version): Handle new gcc version message. | |
4602 (gcc_version): Likewise. | |
4603 | |
4604 Wed Mar 29 22:59:42 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
4605 | |
4606 * configure.in (AC_STRFTIME): Delete check. | |
4607 (AC_STRUCT_TIMEZONE): New check. | |
4608 | |
4609 Wed Mar 22 08:31:21 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
4610 | |
4611 * Makeconf.in (ALL_FFLAGS, FUGLY): New variables. | |
4612 | |
4613 * configure.in: Use AC_ARG_ENABLE and AC_ARG_WITH consistently. | |
4614 Handle --with-g77. Substitute new variable FUGLY. If F77 is g77, | |
4615 set it to -fugly. Substitute command for making .o from .f. | |
4616 | |
4617 Tue Mar 21 14:24:32 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
4618 | |
4619 * cxxlibs.sh: Extract -R options like -L options. | |
4620 * configure.in (FLIB_PATH, FLIB_LIST): Extract -R options along | |
4621 with -L options. | |
4622 | |
4623 Tue Mar 21 14:20:55 1995 Paul Eggert <eggert@twinsun.com> | |
4624 | |
4625 * configure.in (CXX): Export; cxxlibs.sh needs this. | |
4626 (FLIB_LIST, CXXLIB_LIST): Extract -R options along with -L options. | |
4627 | |
4628 * flibs.sh: Treat `-L foo' like `-Lfoo'. Extract -R options | |
4629 like -L options. | |
4630 | |
4631 Tue Mar 21 08:08:06 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
4632 | |
4633 * flibs.sh: Search for values-X*.o, not values-*.o. | |
4634 | |
4635 Fri Mar 10 10:32:27 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
4636 | |
4637 * Makeconf.in (SUBDIR_FOR_COMMAND): New command definition. | |
4638 * octMakefile.in: Use it. | |
4639 | |
4640 * octMakefile.in (install, uninstall, tags, TAGS, clean, | |
4641 mostlyclean, distclean, realclean): Combine actions. | |
4642 | |
4643 Tue Feb 28 21:24:35 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
4644 | |
4645 * configure.in (FC): Set to $F77 and substitute it. | |
4646 * Makeconf.in (FC): Add substitution line. | |
4647 | |
4648 Sun Feb 26 00:20:19 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
4649 | |
4650 * dointsall.sh: Create ls-R database. | |
4651 | |
4652 * configure.in: Configure kpathsea using AC_CONFIG_SUBDIRS(). | |
4653 Remove check for SMART_PUTENV. | |
4654 Remove kpathsea/c-auto.h from AC_CONFIG_HEADER(). | |
4655 | |
4656 * make: New directory, for kpathsea configuration. | |
4657 * octMakefile.in (DISTDIRS): Add it | |
4658 | |
4659 * kpathsea: Update with 2.6 distribution. | |
4660 | |
4661 * Makefile.in (TARGETS): New variable. Combine all identical targets. | |
4662 | |
4663 * configure.in (LIBINFO, LIBREADLINE): New variables to substitute. | |
4664 | |
4665 Sat Feb 25 18:47:11 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
4666 | |
4667 * acconfig.h (USE_READLINE): Add #undef. | |
4668 * configure.in: Add support for --enable-readline. | |
4669 | |
4670 * acconfig.h (USE_GNU_INFO): Add #undef. | |
4671 * configure.in: Add support for --enable-info. | |
4672 | |
4673 * acconfig.h (RUN_IN_PLACE): Delete #undef. | |
4674 | |
4675 See ChangeLog.1 for earlier changes. |