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