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