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