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