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