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