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