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