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