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