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