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