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