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