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