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