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