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