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