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