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