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