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