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