Mercurial > hg > octave-nkf
annotate ChangeLog @ 11226:16d744cce38c
deprecate the dispatch function
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Wed, 10 Nov 2010 16:04:31 -0500 |
parents | 29d515b9d30c |
children | 2f36145742c9 |
rev | line source |
---|---|
11226
16d744cce38c
deprecate the dispatch function
John W. Eaton <jwe@octave.org>
parents:
11219
diff
changeset
|
1 2010-11-10 John W. Eaton <jwe@octave.org> |
16d744cce38c
deprecate the dispatch function
John W. Eaton <jwe@octave.org>
parents:
11219
diff
changeset
|
2 |
16d744cce38c
deprecate the dispatch function
John W. Eaton <jwe@octave.org>
parents:
11219
diff
changeset
|
3 * NEWS: Update deprecated function list with dispatch. |
16d744cce38c
deprecate the dispatch function
John W. Eaton <jwe@octave.org>
parents:
11219
diff
changeset
|
4 |
11219
29d515b9d30c
configure.ac: fix typo where variable was missing leading '$'.
Rik <octave@nomad.inbox5.com>
parents:
11216
diff
changeset
|
5 2010-11-09 Rik <octave@nomad.inbox5.com> |
29d515b9d30c
configure.ac: fix typo where variable was missing leading '$'.
Rik <octave@nomad.inbox5.com>
parents:
11216
diff
changeset
|
6 |
29d515b9d30c
configure.ac: fix typo where variable was missing leading '$'.
Rik <octave@nomad.inbox5.com>
parents:
11216
diff
changeset
|
7 * configure.ac: Fix typo where variable name was missing '$' |
29d515b9d30c
configure.ac: fix typo where variable was missing leading '$'.
Rik <octave@nomad.inbox5.com>
parents:
11216
diff
changeset
|
8 |
11216
5036b0ff9597
configure.ac: Properly m4 quote AS_HELP_STRING.
Rik <octave@nomad.inbox5.com>
parents:
11214
diff
changeset
|
9 2010-11-09 Rik <octave@nomad.inbox5.com> |
5036b0ff9597
configure.ac: Properly m4 quote AS_HELP_STRING.
Rik <octave@nomad.inbox5.com>
parents:
11214
diff
changeset
|
10 |
5036b0ff9597
configure.ac: Properly m4 quote AS_HELP_STRING.
Rik <octave@nomad.inbox5.com>
parents:
11214
diff
changeset
|
11 * configure.ac: Properly m4 quote AS_HELP_STRING. |
5036b0ff9597
configure.ac: Properly m4 quote AS_HELP_STRING.
Rik <octave@nomad.inbox5.com>
parents:
11214
diff
changeset
|
12 |
11214
7f19b2b6e093
Remove redundant warning when 'without-opengl' option used.
Rik <octave@nomad.inbox5.com>
parents:
11209
diff
changeset
|
13 2010-11-09 Rik <octave@nomad.inbox5.com> |
7f19b2b6e093
Remove redundant warning when 'without-opengl' option used.
Rik <octave@nomad.inbox5.com>
parents:
11209
diff
changeset
|
14 |
7f19b2b6e093
Remove redundant warning when 'without-opengl' option used.
Rik <octave@nomad.inbox5.com>
parents:
11209
diff
changeset
|
15 * configure.ac: Remove redundant warning message when '--without-opengl' |
7f19b2b6e093
Remove redundant warning when 'without-opengl' option used.
Rik <octave@nomad.inbox5.com>
parents:
11209
diff
changeset
|
16 option used. |
7f19b2b6e093
Remove redundant warning when 'without-opengl' option used.
Rik <octave@nomad.inbox5.com>
parents:
11209
diff
changeset
|
17 |
11209
94d9d412a2a0
improve Matlab compatibility of rem and mod
John W. Eaton <jwe@octave.org>
parents:
11208
diff
changeset
|
18 2010-11-09 John W. Eaton <jwe@octave.org> |
94d9d412a2a0
improve Matlab compatibility of rem and mod
John W. Eaton <jwe@octave.org>
parents:
11208
diff
changeset
|
19 |
94d9d412a2a0
improve Matlab compatibility of rem and mod
John W. Eaton <jwe@octave.org>
parents:
11208
diff
changeset
|
20 * configure.ac: Don't check for trunc, copysign, or _copysign. |
94d9d412a2a0
improve Matlab compatibility of rem and mod
John W. Eaton <jwe@octave.org>
parents:
11208
diff
changeset
|
21 |
11208
a44ba1cdfbb5
handle --without-opengl configure option
John W. Eaton <jwe@octave.org>
parents:
11181
diff
changeset
|
22 2010-11-08 John W. Eaton <jwe@octave.org> |
a44ba1cdfbb5
handle --without-opengl configure option
John W. Eaton <jwe@octave.org>
parents:
11181
diff
changeset
|
23 |
a44ba1cdfbb5
handle --without-opengl configure option
John W. Eaton <jwe@octave.org>
parents:
11181
diff
changeset
|
24 * configure.ac (--without-opengl): New configure option. |
a44ba1cdfbb5
handle --without-opengl configure option
John W. Eaton <jwe@octave.org>
parents:
11181
diff
changeset
|
25 |
11181
a512c537b38e
cquad.cc: define copysign if needed
John W. Eaton <jwe@octave.org>
parents:
11165
diff
changeset
|
26 2010-11-03 John W. Eaton <jwe@octave.org> |
a512c537b38e
cquad.cc: define copysign if needed
John W. Eaton <jwe@octave.org>
parents:
11165
diff
changeset
|
27 |
a512c537b38e
cquad.cc: define copysign if needed
John W. Eaton <jwe@octave.org>
parents:
11165
diff
changeset
|
28 * bootstrap.conf (gnulib_modules): Include copysign in the list. |
a512c537b38e
cquad.cc: define copysign if needed
John W. Eaton <jwe@octave.org>
parents:
11165
diff
changeset
|
29 |
11165
5962c1cfdbcb
Deprecate autocor and autocov functions.
Rik <octave@nomad.inbox5.com>
parents:
11155
diff
changeset
|
30 2010-10-28 Rik <octave@nomad.inbox5.com> |
5962c1cfdbcb
Deprecate autocor and autocov functions.
Rik <octave@nomad.inbox5.com>
parents:
11155
diff
changeset
|
31 |
5962c1cfdbcb
Deprecate autocor and autocov functions.
Rik <octave@nomad.inbox5.com>
parents:
11155
diff
changeset
|
32 * NEWS: Update deprecated function list with autocov and autocor. |
5962c1cfdbcb
Deprecate autocor and autocov functions.
Rik <octave@nomad.inbox5.com>
parents:
11155
diff
changeset
|
33 |
11155
f0e9befd6a1c
add uimenu graphic object to fltk backend
Kai Habel <kai.habel@gmx.de>
parents:
11154
diff
changeset
|
34 2010-10-25 Kai Habel <kai.habel@gmx.de> |
f0e9befd6a1c
add uimenu graphic object to fltk backend
Kai Habel <kai.habel@gmx.de>
parents:
11154
diff
changeset
|
35 |
f0e9befd6a1c
add uimenu graphic object to fltk backend
Kai Habel <kai.habel@gmx.de>
parents:
11154
diff
changeset
|
36 * NEWS: Add uimenu. |
f0e9befd6a1c
add uimenu graphic object to fltk backend
Kai Habel <kai.habel@gmx.de>
parents:
11154
diff
changeset
|
37 |
11154
92a7c136ab35
Update NEWS with more deprecated functions from version 3.4
Rik <octave@nomad.inbox5.com>
parents:
11137
diff
changeset
|
38 2010-10-24 Rik <octave@nomad.inbox5.com> |
92a7c136ab35
Update NEWS with more deprecated functions from version 3.4
Rik <octave@nomad.inbox5.com>
parents:
11137
diff
changeset
|
39 |
92a7c136ab35
Update NEWS with more deprecated functions from version 3.4
Rik <octave@nomad.inbox5.com>
parents:
11137
diff
changeset
|
40 * NEWS: Update deprecated function list for version 3.4. |
92a7c136ab35
Update NEWS with more deprecated functions from version 3.4
Rik <octave@nomad.inbox5.com>
parents:
11137
diff
changeset
|
41 |
11137
fe016af51396
include boostrap and bootstrap.conf in distributed tar files
John W. Eaton <jwe@octave.org>
parents:
11119
diff
changeset
|
42 2010-10-22 John W. Eaton <jwe@octave.org> |
fe016af51396
include boostrap and bootstrap.conf in distributed tar files
John W. Eaton <jwe@octave.org>
parents:
11119
diff
changeset
|
43 |
fe016af51396
include boostrap and bootstrap.conf in distributed tar files
John W. Eaton <jwe@octave.org>
parents:
11119
diff
changeset
|
44 * Makefile.am (EXTRA_DIST): Include bootstrap and bootstrap.conf |
fe016af51396
include boostrap and bootstrap.conf in distributed tar files
John W. Eaton <jwe@octave.org>
parents:
11119
diff
changeset
|
45 in the list. |
fe016af51396
include boostrap and bootstrap.conf in distributed tar files
John W. Eaton <jwe@octave.org>
parents:
11119
diff
changeset
|
46 |
11119 | 47 2010-10-19 John W. Eaton <jwe@octave.org> |
48 | |
49 * configure.ac (AC_INIT): Version is now 3.3.53+. | |
50 | |
11117
3cbc0d77db48
update version info for snapshot
John W. Eaton <jwe@octave.org>
parents:
11088
diff
changeset
|
51 2010-10-19 John W. Eaton <jwe@octave.org> |
3cbc0d77db48
update version info for snapshot
John W. Eaton <jwe@octave.org>
parents:
11088
diff
changeset
|
52 |
3cbc0d77db48
update version info for snapshot
John W. Eaton <jwe@octave.org>
parents:
11088
diff
changeset
|
53 * configure.ac (AC_INIT): Version is now 3.3.53. |
3cbc0d77db48
update version info for snapshot
John W. Eaton <jwe@octave.org>
parents:
11088
diff
changeset
|
54 (OCTAVE_API_VERSION_NUMBER): Now 41. |
3cbc0d77db48
update version info for snapshot
John W. Eaton <jwe@octave.org>
parents:
11088
diff
changeset
|
55 (OCTAVE_RELEASE_DATE): Now 2010-10-19. |
3cbc0d77db48
update version info for snapshot
John W. Eaton <jwe@octave.org>
parents:
11088
diff
changeset
|
56 |
11052
b099acf06b55
make_int.cc: don't pass arg to mlock
John W. Eaton <jwe@octave.org>
parents:
11051
diff
changeset
|
57 2010-09-29 John W. Eaton <jwe@octave.org> |
b099acf06b55
make_int.cc: don't pass arg to mlock
John W. Eaton <jwe@octave.org>
parents:
11051
diff
changeset
|
58 |
b099acf06b55
make_int.cc: don't pass arg to mlock
John W. Eaton <jwe@octave.org>
parents:
11051
diff
changeset
|
59 * examples/make_int.cc (Fmake_int): Don't pass arg to mlock. |
b099acf06b55
make_int.cc: don't pass arg to mlock
John W. Eaton <jwe@octave.org>
parents:
11051
diff
changeset
|
60 |
11051
2204120e38d2
structdemo.cc: use octave_scalar_map instead of Octave_map
John W. Eaton <jwe@octave.org>
parents:
11041
diff
changeset
|
61 2010-09-29 John W. Eaton <jwe@octave.org> |
2204120e38d2
structdemo.cc: use octave_scalar_map instead of Octave_map
John W. Eaton <jwe@octave.org>
parents:
11041
diff
changeset
|
62 |
2204120e38d2
structdemo.cc: use octave_scalar_map instead of Octave_map
John W. Eaton <jwe@octave.org>
parents:
11041
diff
changeset
|
63 * examples/structdemo.cc (Fstructdemo): Use octave_scalar_map |
2204120e38d2
structdemo.cc: use octave_scalar_map instead of Octave_map
John W. Eaton <jwe@octave.org>
parents:
11041
diff
changeset
|
64 instead of Octave_map. |
2204120e38d2
structdemo.cc: use octave_scalar_map instead of Octave_map
John W. Eaton <jwe@octave.org>
parents:
11041
diff
changeset
|
65 |
11041 | 66 2010-09-29 John W. Eaton <jwe@octave.org> |
67 | |
68 * configure.ac: Style fixes. | |
69 | |
11040
9ac165a67747
Modified configure.ac to allow specification of ImageMagick or GraphicsMagick. GraphicsMagick is still the default option.
John Swensen <jpswensen@gmail.com>
parents:
11017
diff
changeset
|
70 2010-09-29 John P. Swensen <jpswensen@gmail.com> |
9ac165a67747
Modified configure.ac to allow specification of ImageMagick or GraphicsMagick. GraphicsMagick is still the default option.
John Swensen <jpswensen@gmail.com>
parents:
11017
diff
changeset
|
71 |
9ac165a67747
Modified configure.ac to allow specification of ImageMagick or GraphicsMagick. GraphicsMagick is still the default option.
John Swensen <jpswensen@gmail.com>
parents:
11017
diff
changeset
|
72 * configure.ac: Allow selection of GraphicsMagick or ImageMagick |
9ac165a67747
Modified configure.ac to allow specification of ImageMagick or GraphicsMagick. GraphicsMagick is still the default option.
John Swensen <jpswensen@gmail.com>
parents:
11017
diff
changeset
|
73 at configure time using "--with-magick=" option. |
9ac165a67747
Modified configure.ac to allow specification of ImageMagick or GraphicsMagick. GraphicsMagick is still the default option.
John Swensen <jpswensen@gmail.com>
parents:
11017
diff
changeset
|
74 |
11017 | 75 2010-09-24 Jaroslav Hajek <highegg@gmail.com> |
76 | |
77 * m4/ax_blas.m4: Update. | |
78 | |
11015
b4ed4fe70c2c
eliminate octave-bug script/program
John W. Eaton <jwe@octave.org>
parents:
11005
diff
changeset
|
79 2010-09-23 John W. Eaton <jwe@octave.org> |
b4ed4fe70c2c
eliminate octave-bug script/program
John W. Eaton <jwe@octave.org>
parents:
11005
diff
changeset
|
80 |
b4ed4fe70c2c
eliminate octave-bug script/program
John W. Eaton <jwe@octave.org>
parents:
11005
diff
changeset
|
81 * octave-bug.in, octave-bug.cc.in: Delete |
b4ed4fe70c2c
eliminate octave-bug script/program
John W. Eaton <jwe@octave.org>
parents:
11005
diff
changeset
|
82 * Makefile.am (EXTRA_DIST): Remove them from the list. |
b4ed4fe70c2c
eliminate octave-bug script/program
John W. Eaton <jwe@octave.org>
parents:
11005
diff
changeset
|
83 (bin_PROGRAMS): Remove octave-bug from the list. |
b4ed4fe70c2c
eliminate octave-bug script/program
John W. Eaton <jwe@octave.org>
parents:
11005
diff
changeset
|
84 (octave_bug_SOURCES, nodist_octave_bug_SOURCES): Delete variables. |
b4ed4fe70c2c
eliminate octave-bug script/program
John W. Eaton <jwe@octave.org>
parents:
11005
diff
changeset
|
85 (BUILT_SOURCES): Remove octave-bug.cc from the list. |
b4ed4fe70c2c
eliminate octave-bug script/program
John W. Eaton <jwe@octave.org>
parents:
11005
diff
changeset
|
86 (bin_SCRIPTS): Remove octave-bug from the list. |
b4ed4fe70c2c
eliminate octave-bug script/program
John W. Eaton <jwe@octave.org>
parents:
11005
diff
changeset
|
87 (octave-bug.cc, octave-bug): Delete rules. |
b4ed4fe70c2c
eliminate octave-bug script/program
John W. Eaton <jwe@octave.org>
parents:
11005
diff
changeset
|
88 |
11005
0de4eff677d6
use mktime module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10993
diff
changeset
|
89 2010-09-20 John W. Eaton <jwe@octave.org> |
0de4eff677d6
use mktime module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10993
diff
changeset
|
90 |
0de4eff677d6
use mktime module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10993
diff
changeset
|
91 * bootstrap.conf (gnulib_modules): Include mktime in the list. |
0de4eff677d6
use mktime module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10993
diff
changeset
|
92 |
10993
061bd86a0bf3
Makefile.am (BUILT_SOURCES): include run-octave in the list
John W. Eaton <jwe@octave.org>
parents:
10986
diff
changeset
|
93 2010-09-18 John W. Eaton <jwe@octave.org> |
061bd86a0bf3
Makefile.am (BUILT_SOURCES): include run-octave in the list
John W. Eaton <jwe@octave.org>
parents:
10986
diff
changeset
|
94 |
061bd86a0bf3
Makefile.am (BUILT_SOURCES): include run-octave in the list
John W. Eaton <jwe@octave.org>
parents:
10986
diff
changeset
|
95 * Makefile.am (BUILT_SOURCES): Include run-octave in the list. |
061bd86a0bf3
Makefile.am (BUILT_SOURCES): include run-octave in the list
John W. Eaton <jwe@octave.org>
parents:
10986
diff
changeset
|
96 |
10986
20bb05b9fb3f
makefile rules for compiled auxiliary programs
John W. Eaton <jwe@octave.org>
parents:
10966
diff
changeset
|
97 2010-09-16 John W. Eaton <jwe@octave.org> |
20bb05b9fb3f
makefile rules for compiled auxiliary programs
John W. Eaton <jwe@octave.org>
parents:
10966
diff
changeset
|
98 |
20bb05b9fb3f
makefile rules for compiled auxiliary programs
John W. Eaton <jwe@octave.org>
parents:
10966
diff
changeset
|
99 * configure.ac (SCRIPTS_EXE_SUFFIX) Delete variable and all uses. |
20bb05b9fb3f
makefile rules for compiled auxiliary programs
John W. Eaton <jwe@octave.org>
parents:
10966
diff
changeset
|
100 (BUILD_COMPILED_AUX_PROGRAMS): New variable. |
20bb05b9fb3f
makefile rules for compiled auxiliary programs
John W. Eaton <jwe@octave.org>
parents:
10966
diff
changeset
|
101 (AMCOND_BUILD_COMPILED_AUX_PROGRAMS): New Automake conditional. |
20bb05b9fb3f
makefile rules for compiled auxiliary programs
John W. Eaton <jwe@octave.org>
parents:
10966
diff
changeset
|
102 * Makefile.am (SCRIPTS_EXE_SUFFIX, BUILT_SHELL_FILES): Delete |
20bb05b9fb3f
makefile rules for compiled auxiliary programs
John W. Eaton <jwe@octave.org>
parents:
10966
diff
changeset
|
103 variables and all uses. |
20bb05b9fb3f
makefile rules for compiled auxiliary programs
John W. Eaton <jwe@octave.org>
parents:
10966
diff
changeset
|
104 (bin_SCRIPTS, bin_PROGRAMS, mkoctfile_SOURCES, |
20bb05b9fb3f
makefile rules for compiled auxiliary programs
John W. Eaton <jwe@octave.org>
parents:
10966
diff
changeset
|
105 nodist_mkoctfile_SOURCES, octave_config_SOURCES, |
20bb05b9fb3f
makefile rules for compiled auxiliary programs
John W. Eaton <jwe@octave.org>
parents:
10966
diff
changeset
|
106 nodist_octave_config_SOURCES, octave_bug_SOURCES, |
20bb05b9fb3f
makefile rules for compiled auxiliary programs
John W. Eaton <jwe@octave.org>
parents:
10966
diff
changeset
|
107 nodist_octave_bug_SOURCES, BUILT_SOURCES): Define conditionally |
20bb05b9fb3f
makefile rules for compiled auxiliary programs
John W. Eaton <jwe@octave.org>
parents:
10966
diff
changeset
|
108 based on AMCOND_BUILD_COMPILED_AUX_PROGRAMS. |
20bb05b9fb3f
makefile rules for compiled auxiliary programs
John W. Eaton <jwe@octave.org>
parents:
10966
diff
changeset
|
109 (noinst_SCRIPTS): New variable. |
20bb05b9fb3f
makefile rules for compiled auxiliary programs
John W. Eaton <jwe@octave.org>
parents:
10966
diff
changeset
|
110 (CLEANFILES): Include $(bin_PROGRAMS) $(bin_SCRIPTS) |
20bb05b9fb3f
makefile rules for compiled auxiliary programs
John W. Eaton <jwe@octave.org>
parents:
10966
diff
changeset
|
111 $(BUILT_SOURCES) in the list. |
20bb05b9fb3f
makefile rules for compiled auxiliary programs
John W. Eaton <jwe@octave.org>
parents:
10966
diff
changeset
|
112 (all-local): Also depend on $(bin_PROGRAMS) and $(noinst_SCRIPTS). |
20bb05b9fb3f
makefile rules for compiled auxiliary programs
John W. Eaton <jwe@octave.org>
parents:
10966
diff
changeset
|
113 (octave-bug.cc, octave-config.cc, mkoctfile.cc, octave-bug) |
20bb05b9fb3f
makefile rules for compiled auxiliary programs
John W. Eaton <jwe@octave.org>
parents:
10966
diff
changeset
|
114 (octave-config, mkoctfile): Make rules conditional on |
20bb05b9fb3f
makefile rules for compiled auxiliary programs
John W. Eaton <jwe@octave.org>
parents:
10966
diff
changeset
|
115 AMCOND_BUILD_COMPILED_AUX_PROGRAMS. |
20bb05b9fb3f
makefile rules for compiled auxiliary programs
John W. Eaton <jwe@octave.org>
parents:
10966
diff
changeset
|
116 (make-version-links, remove-version-links): Define different |
20bb05b9fb3f
makefile rules for compiled auxiliary programs
John W. Eaton <jwe@octave.org>
parents:
10966
diff
changeset
|
117 rules conditional on AMCOND_BUILD_COMPILED_AUX_PROGRAMS. |
20bb05b9fb3f
makefile rules for compiled auxiliary programs
John W. Eaton <jwe@octave.org>
parents:
10966
diff
changeset
|
118 |
10966 | 119 2010-09-13 Jaroslav Hajek <highegg@gmail.com> |
120 | |
121 * NEWS: Update. | |
122 | |
10956
cab8365e476d
update ax_blas_f77_func.m4
Jaroslav Hajek <highegg@gmail.com>
parents:
10951
diff
changeset
|
123 2010-09-10 Jaroslav Hajek <highegg@gmail.com> |
cab8365e476d
update ax_blas_f77_func.m4
Jaroslav Hajek <highegg@gmail.com>
parents:
10951
diff
changeset
|
124 |
cab8365e476d
update ax_blas_f77_func.m4
Jaroslav Hajek <highegg@gmail.com>
parents:
10951
diff
changeset
|
125 * m4/ax_blas_f77_func.m4: Update. |
cab8365e476d
update ax_blas_f77_func.m4
Jaroslav Hajek <highegg@gmail.com>
parents:
10951
diff
changeset
|
126 |
10951 | 127 2010-09-07 Ben Abbott <bpabbott@mac.com> |
128 | |
129 * acinclude.m4, configure.ac, m4/module.mk: Update acx_*.m4 | |
130 macros to the newer ax_*.m4 versions. | |
131 * ax_blas.m4, ax_lapack.m4, ax_blas_f77_func.m4, | |
132 ax_pthread.m4: Add files. | |
133 * acx_blas.m4, acx_lapack.m4, acx_blas_f77_func.m4, | |
134 acx_pthread.m4: Remove files. | |
135 | |
10938 | 136 2010-09-01 Jaroslav Hajek <highegg@gmail.com> |
137 | |
138 * NEWS: Update. | |
139 | |
11088 | 140 2010-08-21 Rik <octave@nomad.inbox5.com> |
10904
69a2e9ccb2fb
NEWS: Add randi to list of new functions
Rik <octave@nomad.inbox5.com>
parents:
10901
diff
changeset
|
141 |
69a2e9ccb2fb
NEWS: Add randi to list of new functions
Rik <octave@nomad.inbox5.com>
parents:
10901
diff
changeset
|
142 * NEWS: Add randi to list of new functions |
69a2e9ccb2fb
NEWS: Add randi to list of new functions
Rik <octave@nomad.inbox5.com>
parents:
10901
diff
changeset
|
143 |
11088 | 144 2010-08-09 John Swensen <jpswensen@gmail.com> |
10901
860427ac9b77
Add ability to pass -pthread through to linker in mkoctfile.
Rik <octave@nomad.inbox5.com>
parents:
10886
diff
changeset
|
145 |
860427ac9b77
Add ability to pass -pthread through to linker in mkoctfile.
Rik <octave@nomad.inbox5.com>
parents:
10886
diff
changeset
|
146 * mkoctfile.in: Add ability to pass -pthread through to linker. |
860427ac9b77
Add ability to pass -pthread through to linker in mkoctfile.
Rik <octave@nomad.inbox5.com>
parents:
10886
diff
changeset
|
147 |
10886 | 148 2010-08-13 Jaroslav Hajek <highegg@gmail.com> |
149 | |
150 * NEWS: Update. | |
151 | |
11088 | 152 2010-08-09 Rik <octave@nomad.inbox5.com> |
10875
1bc534956e29
Don't echo 'echo' command when building octave.desktop.
Rik <octave@nomad.inbox5.com>
parents:
10873
diff
changeset
|
153 |
1bc534956e29
Don't echo 'echo' command when building octave.desktop.
Rik <octave@nomad.inbox5.com>
parents:
10873
diff
changeset
|
154 * examples/Makefile.am: Don't echo 'echo' command when building |
1bc534956e29
Don't echo 'echo' command when building octave.desktop.
Rik <octave@nomad.inbox5.com>
parents:
10873
diff
changeset
|
155 octave.desktop. |
1bc534956e29
Don't echo 'echo' command when building octave.desktop.
Rik <octave@nomad.inbox5.com>
parents:
10873
diff
changeset
|
156 |
10873 | 157 2010-08-09 Jaroslav Hajek <highegg@gmail.com> |
158 | |
159 * NEWS: Update. | |
160 | |
11088 | 161 2010-08-05 Rik <octave@nomad.inbox5.com> |
10858
bf000a56a985
configure.ac: Change warning messages about freetype and fontconfig
Rik <octave@nomad.inbox5.com>
parents:
10856
diff
changeset
|
162 |
bf000a56a985
configure.ac: Change warning messages about freetype and fontconfig
Rik <octave@nomad.inbox5.com>
parents:
10856
diff
changeset
|
163 * configure.ac: Change warning messages about freetype and fontconfig |
bf000a56a985
configure.ac: Change warning messages about freetype and fontconfig
Rik <octave@nomad.inbox5.com>
parents:
10856
diff
changeset
|
164 to reflect their requirement for native graphics. Bug #30594. |
bf000a56a985
configure.ac: Change warning messages about freetype and fontconfig
Rik <octave@nomad.inbox5.com>
parents:
10856
diff
changeset
|
165 |
11088 | 166 2010-08-05 Rik <octave@nomad.inbox5.com> |
10856
dea165ff6d74
Remove emacs directory from Mercurial.
Rik <octave@nomad.inbox5.com>
parents:
10855
diff
changeset
|
167 |
dea165ff6d74
Remove emacs directory from Mercurial.
Rik <octave@nomad.inbox5.com>
parents:
10855
diff
changeset
|
168 * Makefile.am: Remove distribution of emacs directory |
dea165ff6d74
Remove emacs directory from Mercurial.
Rik <octave@nomad.inbox5.com>
parents:
10855
diff
changeset
|
169 |
dea165ff6d74
Remove emacs directory from Mercurial.
Rik <octave@nomad.inbox5.com>
parents:
10855
diff
changeset
|
170 * emacs/info-emacs-info, emacs/info-emacs-octave-help, emacs/module.mk, |
dea165ff6d74
Remove emacs directory from Mercurial.
Rik <octave@nomad.inbox5.com>
parents:
10855
diff
changeset
|
171 emacs/NEWS, emacs/octave-hlp.el, emacs/octave-inf.el, |
dea165ff6d74
Remove emacs directory from Mercurial.
Rik <octave@nomad.inbox5.com>
parents:
10855
diff
changeset
|
172 emacs/octave-mod.el, emacs/octave-tags, emacs/octave-tags.1, |
dea165ff6d74
Remove emacs directory from Mercurial.
Rik <octave@nomad.inbox5.com>
parents:
10855
diff
changeset
|
173 emacs/README, emacs/TODO: Remove from further hg checkouts. |
dea165ff6d74
Remove emacs directory from Mercurial.
Rik <octave@nomad.inbox5.com>
parents:
10855
diff
changeset
|
174 |
11088 | 175 2010-08-05 Rik <octave@nomad.inbox5.com> |
10855
5162c67c949e
ChangeLog: Correct date of 3.3.52+ version comment.
Rik <octave@nomad.inbox5.com>
parents:
10845
diff
changeset
|
176 |
5162c67c949e
ChangeLog: Correct date of 3.3.52+ version comment.
Rik <octave@nomad.inbox5.com>
parents:
10845
diff
changeset
|
177 * ChangeLog: Correct date in version upgrade 3.3.52+ comment. |
5162c67c949e
ChangeLog: Correct date of 3.3.52+ version comment.
Rik <octave@nomad.inbox5.com>
parents:
10845
diff
changeset
|
178 |
5162c67c949e
ChangeLog: Correct date of 3.3.52+ version comment.
Rik <octave@nomad.inbox5.com>
parents:
10845
diff
changeset
|
179 2010-08-01 John W. Eaton <jwe@octave.org> |
10845 | 180 |
181 * configure.ac (AC_INIT): Version is now 3.3.52+. | |
182 | |
10843 | 183 2010-08-01 John W. Eaton <jwe@octave.org> |
184 | |
185 * configure.ac (AC_INIT): Version is now 3.3.52. | |
186 (OCTAVE_API_VERSION_NUMBER): Now 40. | |
187 (OCTAVE_RELEASE_DATE): Now 2010-08-01. | |
188 | |
11088 | 189 2010-07-30 Rik <octave@nomad.inbox5.com> |
10837
6ea0cf31667d
Add Makefile options to clean up build directories and allow 'make distcheck' to finish
Rik <octave@nomad.inbox5.com>
parents:
10829
diff
changeset
|
190 |
6ea0cf31667d
Add Makefile options to clean up build directories and allow 'make distcheck' to finish
Rik <octave@nomad.inbox5.com>
parents:
10829
diff
changeset
|
191 * Makefile.am: add .gdbinit to the DISTCLEANFILES list |
6ea0cf31667d
Add Makefile options to clean up build directories and allow 'make distcheck' to finish
Rik <octave@nomad.inbox5.com>
parents:
10829
diff
changeset
|
192 |
10829 | 193 2010-07-29 Jaroslav Hajek <highegg@gmail.com> |
194 | |
195 * NEWS: Include list of new functions. | |
196 | |
11088 | 197 2010-07-08 Rik <octave@nomad.inbox5.com> |
10776
062304bd692e
Update NEWS with description of new engineering format for numbers.
Rik <octave@nomad.inbox5.com>
parents:
10774
diff
changeset
|
198 |
062304bd692e
Update NEWS with description of new engineering format for numbers.
Rik <octave@nomad.inbox5.com>
parents:
10774
diff
changeset
|
199 * NEWS: Update with addition of engineering format. |
062304bd692e
Update NEWS with description of new engineering format for numbers.
Rik <octave@nomad.inbox5.com>
parents:
10774
diff
changeset
|
200 |
10774 | 201 2010-07-08 Jaroslav Hajek <highegg@gmail.com> |
202 | |
203 * NEWS: Update. | |
204 | |
10773
cd16c1c3bc73
fix F77_INTEGER_8_FLAG problem in mkoctfile.in
Jaroslav Hajek <highegg@gmail.com>
parents:
10721
diff
changeset
|
205 2010-06-23 Jaroslav Hajek <highegg@gmail.com> |
cd16c1c3bc73
fix F77_INTEGER_8_FLAG problem in mkoctfile.in
Jaroslav Hajek <highegg@gmail.com>
parents:
10721
diff
changeset
|
206 |
cd16c1c3bc73
fix F77_INTEGER_8_FLAG problem in mkoctfile.in
Jaroslav Hajek <highegg@gmail.com>
parents:
10721
diff
changeset
|
207 * mkoctfile.in: F77_INTEGER_8_FLAG -> OCTAVE_CONF_F77_INTEGER_8_FLAG. |
cd16c1c3bc73
fix F77_INTEGER_8_FLAG problem in mkoctfile.in
Jaroslav Hajek <highegg@gmail.com>
parents:
10721
diff
changeset
|
208 |
10721
4906ccf5d95e
use F77_INTEGER8_FLAG in BLAS checking as well as ALL_FFLAGS in mkoctfile
Jaroslav Hajek <highegg@gmail.com>
parents:
10639
diff
changeset
|
209 2010-06-23 Jaroslav Hajek <highegg@gmail.com> |
4906ccf5d95e
use F77_INTEGER8_FLAG in BLAS checking as well as ALL_FFLAGS in mkoctfile
Jaroslav Hajek <highegg@gmail.com>
parents:
10639
diff
changeset
|
210 |
4906ccf5d95e
use F77_INTEGER8_FLAG in BLAS checking as well as ALL_FFLAGS in mkoctfile
Jaroslav Hajek <highegg@gmail.com>
parents:
10639
diff
changeset
|
211 * configure.ac: Temporarily include F77_INTEGER_8_FLAG in FFLAGS for |
4906ccf5d95e
use F77_INTEGER8_FLAG in BLAS checking as well as ALL_FFLAGS in mkoctfile
Jaroslav Hajek <highegg@gmail.com>
parents:
10639
diff
changeset
|
212 BLAS checking. |
4906ccf5d95e
use F77_INTEGER8_FLAG in BLAS checking as well as ALL_FFLAGS in mkoctfile
Jaroslav Hajek <highegg@gmail.com>
parents:
10639
diff
changeset
|
213 * mkoctfile.in: Include F77_INTEGER_8_FLAG in ALL_FFLAGS. |
4906ccf5d95e
use F77_INTEGER8_FLAG in BLAS checking as well as ALL_FFLAGS in mkoctfile
Jaroslav Hajek <highegg@gmail.com>
parents:
10639
diff
changeset
|
214 * mkoctfile.cc.in: Ditto. |
4906ccf5d95e
use F77_INTEGER8_FLAG in BLAS checking as well as ALL_FFLAGS in mkoctfile
Jaroslav Hajek <highegg@gmail.com>
parents:
10639
diff
changeset
|
215 |
10639 | 216 2010-05-18 Jaroslav Hajek <highegg@gmail.com> |
217 | |
218 * NEWS: Update. | |
219 | |
11088 | 220 2010-05-11 Rik <octave@nomad.inbox5.com> |
10622
f35903fa42ed
Capitalize ARPACK in configure messages.
Rik <octave@nomad.inbox5.com>
parents:
10603
diff
changeset
|
221 |
f35903fa42ed
Capitalize ARPACK in configure messages.
Rik <octave@nomad.inbox5.com>
parents:
10603
diff
changeset
|
222 * configure.ac: Capitalize ARPACK in messages. |
f35903fa42ed
Capitalize ARPACK in configure messages.
Rik <octave@nomad.inbox5.com>
parents:
10603
diff
changeset
|
223 |
10603
d909c4c14b63
convert villad functions to C++
John W. Eaton <jwe@octave.org>
parents:
10574
diff
changeset
|
224 2010-05-04 John W. Eaton <jwe@octave.org> |
d909c4c14b63
convert villad functions to C++
John W. Eaton <jwe@octave.org>
parents:
10574
diff
changeset
|
225 |
d909c4c14b63
convert villad functions to C++
John W. Eaton <jwe@octave.org>
parents:
10574
diff
changeset
|
226 * ROADMAP: Delete entry for villad. |
d909c4c14b63
convert villad functions to C++
John W. Eaton <jwe@octave.org>
parents:
10574
diff
changeset
|
227 |
11088 | 228 2010-04-26 Rik <octave@nomad.inbox5.com> |
10574
43685a0541c4
Fix bug with shell HERE document introduced with configure changes for glu
Rik <octave@nomad.inbox5.com>
parents:
10571
diff
changeset
|
229 |
43685a0541c4
Fix bug with shell HERE document introduced with configure changes for glu
Rik <octave@nomad.inbox5.com>
parents:
10571
diff
changeset
|
230 * configure.ac: fix bug with shell HERE document introduced in |
43685a0541c4
Fix bug with shell HERE document introduced with configure changes for glu
Rik <octave@nomad.inbox5.com>
parents:
10571
diff
changeset
|
231 previous change. |
43685a0541c4
Fix bug with shell HERE document introduced with configure changes for glu
Rik <octave@nomad.inbox5.com>
parents:
10571
diff
changeset
|
232 |
10571
2ceb8e013597
add configure test for glu
Shai Ayal <shaiay@users.sourceforge.net>
parents:
10536
diff
changeset
|
233 2010-04-26 Shai Ayal <shaiay@users.sourceforge.net> |
2ceb8e013597
add configure test for glu
Shai Ayal <shaiay@users.sourceforge.net>
parents:
10536
diff
changeset
|
234 |
2ceb8e013597
add configure test for glu
Shai Ayal <shaiay@users.sourceforge.net>
parents:
10536
diff
changeset
|
235 * configure.ac: make all graphics related tests inter-dependent |
2ceb8e013597
add configure test for glu
Shai Ayal <shaiay@users.sourceforge.net>
parents:
10536
diff
changeset
|
236 |
10536 | 237 2010-04-20 Jaroslav Hajek <highegg@gmail.com> |
238 | |
239 * NEWS: Update. | |
240 | |
10527
b4d2080b6df7
Replace nzmax by nnz as needed
David Bateman <dbateman@free.fr>
parents:
10522
diff
changeset
|
241 2010-04-16 David Bateman <dbateman@free.fr> |
b4d2080b6df7
Replace nzmax by nnz as needed
David Bateman <dbateman@free.fr>
parents:
10522
diff
changeset
|
242 |
b4d2080b6df7
Replace nzmax by nnz as needed
David Bateman <dbateman@free.fr>
parents:
10522
diff
changeset
|
243 * PROJECTS: Update for new sparse functionality. |
b4d2080b6df7
Replace nzmax by nnz as needed
David Bateman <dbateman@free.fr>
parents:
10522
diff
changeset
|
244 |
10522
6538ff562949
document keypress and mouse callback properties
Shai Ayal <shaiay@users.sourceforge.net>
parents:
10501
diff
changeset
|
245 2010-04-14 Shai Ayal <shaiay@users.sourceforge.net> |
6538ff562949
document keypress and mouse callback properties
Shai Ayal <shaiay@users.sourceforge.net>
parents:
10501
diff
changeset
|
246 |
6538ff562949
document keypress and mouse callback properties
Shai Ayal <shaiay@users.sourceforge.net>
parents:
10501
diff
changeset
|
247 * NEWS: Update. |
6538ff562949
document keypress and mouse callback properties
Shai Ayal <shaiay@users.sourceforge.net>
parents:
10501
diff
changeset
|
248 |
10501
cbf6eebb2a0b
Makefile.am replace EXEEXT with SCRIPTS_EXE_SUFFIX for installing
Marco Atzeri <marco_atzeri@yahoo.it>
parents:
10495
diff
changeset
|
249 2010-04-08 Marco Atzeri <marco_atzeri@yahoo.it> |
cbf6eebb2a0b
Makefile.am replace EXEEXT with SCRIPTS_EXE_SUFFIX for installing
Marco Atzeri <marco_atzeri@yahoo.it>
parents:
10495
diff
changeset
|
250 |
cbf6eebb2a0b
Makefile.am replace EXEEXT with SCRIPTS_EXE_SUFFIX for installing
Marco Atzeri <marco_atzeri@yahoo.it>
parents:
10495
diff
changeset
|
251 * Makefile.am (make-version-links, remove-version-links): |
cbf6eebb2a0b
Makefile.am replace EXEEXT with SCRIPTS_EXE_SUFFIX for installing
Marco Atzeri <marco_atzeri@yahoo.it>
parents:
10495
diff
changeset
|
252 Use SCRIPTS_EXE_SUFFIX for scripts, not EXEEXT. |
cbf6eebb2a0b
Makefile.am replace EXEEXT with SCRIPTS_EXE_SUFFIX for installing
Marco Atzeri <marco_atzeri@yahoo.it>
parents:
10495
diff
changeset
|
253 |
10495
f7d8b2bd7b57
README.ftp and README.devel updates
John W. Eaton <jwe@octave.org>
parents:
10471
diff
changeset
|
254 2010-04-07 John W. Eaton <jwe@octave.org> |
f7d8b2bd7b57
README.ftp and README.devel updates
John W. Eaton <jwe@octave.org>
parents:
10471
diff
changeset
|
255 |
f7d8b2bd7b57
README.ftp and README.devel updates
John W. Eaton <jwe@octave.org>
parents:
10471
diff
changeset
|
256 * README.ftp, README.devel: |
f7d8b2bd7b57
README.ftp and README.devel updates
John W. Eaton <jwe@octave.org>
parents:
10471
diff
changeset
|
257 Update from Judd Storrs <jstorrs@gmail.com>. |
f7d8b2bd7b57
README.ftp and README.devel updates
John W. Eaton <jwe@octave.org>
parents:
10471
diff
changeset
|
258 |
10471
bcabc1c4f20c
Add detection of OpenMP support to configure. Disabled by default
David Bateman <dbateman@free.fr>
parents:
10465
diff
changeset
|
259 2010-03-27 David Bateman <dbateman@free.fr> |
bcabc1c4f20c
Add detection of OpenMP support to configure. Disabled by default
David Bateman <dbateman@free.fr>
parents:
10465
diff
changeset
|
260 |
bcabc1c4f20c
Add detection of OpenMP support to configure. Disabled by default
David Bateman <dbateman@free.fr>
parents:
10465
diff
changeset
|
261 * acinclude.m4 (OCTAVE_CHECK_OPENMP): Macro to check for OpenMP support |
bcabc1c4f20c
Add detection of OpenMP support to configure. Disabled by default
David Bateman <dbateman@free.fr>
parents:
10465
diff
changeset
|
262 * configure.ac: Use it here. Disable OpenMP support by default |
bcabc1c4f20c
Add detection of OpenMP support to configure. Disabled by default
David Bateman <dbateman@free.fr>
parents:
10465
diff
changeset
|
263 |
10465
e6126483297a
sort list of modules in bootstrap.conf
John W. Eaton <jwe@octave.org>
parents:
10462
diff
changeset
|
264 2010-03-25 John W. Eaton <jwe@octave.org> |
e6126483297a
sort list of modules in bootstrap.conf
John W. Eaton <jwe@octave.org>
parents:
10462
diff
changeset
|
265 |
e6126483297a
sort list of modules in bootstrap.conf
John W. Eaton <jwe@octave.org>
parents:
10462
diff
changeset
|
266 * bootstrap.conf (gnulib_modules): Sort the list. |
e6126483297a
sort list of modules in bootstrap.conf
John W. Eaton <jwe@octave.org>
parents:
10462
diff
changeset
|
267 |
10459
20ce1bea653d
use round and trunc from gnulib where possible
Jaroslav Hajek <highegg@gmail.com>
parents:
10453
diff
changeset
|
268 2010-03-25 Jaroslav Hajek <highegg@gmail.com> |
20ce1bea653d
use round and trunc from gnulib where possible
Jaroslav Hajek <highegg@gmail.com>
parents:
10453
diff
changeset
|
269 |
20ce1bea653d
use round and trunc from gnulib where possible
Jaroslav Hajek <highegg@gmail.com>
parents:
10453
diff
changeset
|
270 * bootstrap.conf: Include roundf, trunc, truncf. |
20ce1bea653d
use round and trunc from gnulib where possible
Jaroslav Hajek <highegg@gmail.com>
parents:
10453
diff
changeset
|
271 |
10453 | 272 2010-03-24 John W. Eaton <jwe@octave.org> |
273 | |
10462 | 274 * configure.ac (AC_INIT): Version is now 3.3.51+. |
275 | |
276 2010-03-24 John W. Eaton <jwe@octave.org> | |
277 | |
10453 | 278 * configure.ac (AC_INIT): Version is now 3.3.51. |
279 (OCTAVE_API_VERSION_NUMBER): Now 39. | |
280 (OCTAVE_RELEASE_DATE): Now 2010-03-24. | |
281 | |
282 2010-03-24 John W. Eaton <jwe@octave.org> | |
283 | |
284 * NEWS: Style fixes. | |
285 | |
10437 | 286 2010-03-23 Jaroslav Hajek <highegg@gmail.com> |
287 | |
288 * NEWS: Update. | |
289 | |
10411 | 290 2010-03-15 John W. Eaton <jwe@octave.org> |
291 | |
292 * configure.ac (AH_BOTTOM): Define GNULIB_NAMESPACE. | |
293 | |
10406 | 294 2010-03-09 Jaroslav Hajek <highegg@gmail.com> |
295 | |
296 * NEWS: Update. | |
297 | |
10380
60acc47c203f
configure checks for complex element setter/reference accessor methods
John W. Eaton <jwe@octave.org>
parents:
10360
diff
changeset
|
298 2010-03-01 John W. Eaton <jwe@octave.org> |
60acc47c203f
configure checks for complex element setter/reference accessor methods
John W. Eaton <jwe@octave.org>
parents:
10360
diff
changeset
|
299 |
60acc47c203f
configure checks for complex element setter/reference accessor methods
John W. Eaton <jwe@octave.org>
parents:
10360
diff
changeset
|
300 * acinclude.m4 (OCTAVE_CXX_COMPLEX_REFERENCE_ACCESSORS, |
60acc47c203f
configure checks for complex element setter/reference accessor methods
John W. Eaton <jwe@octave.org>
parents:
10360
diff
changeset
|
301 OCTAVE_CXX_COMPLEX_SETTERS): New macros. |
60acc47c203f
configure checks for complex element setter/reference accessor methods
John W. Eaton <jwe@octave.org>
parents:
10360
diff
changeset
|
302 * configure.ac: Use them. |
60acc47c203f
configure checks for complex element setter/reference accessor methods
John W. Eaton <jwe@octave.org>
parents:
10360
diff
changeset
|
303 |
10360
9126d71f53aa
add gdbinit file to sources
John W. Eaton <jwe@octave.org>
parents:
10347
diff
changeset
|
304 2010-02-25 John W. Eaton <jwe@octave.org> |
9126d71f53aa
add gdbinit file to sources
John W. Eaton <jwe@octave.org>
parents:
10347
diff
changeset
|
305 |
9126d71f53aa
add gdbinit file to sources
John W. Eaton <jwe@octave.org>
parents:
10347
diff
changeset
|
306 * gdbinit: New file. |
9126d71f53aa
add gdbinit file to sources
John W. Eaton <jwe@octave.org>
parents:
10347
diff
changeset
|
307 * Makefile.am (EXTRA_DIST): Add it to the list. |
9126d71f53aa
add gdbinit file to sources
John W. Eaton <jwe@octave.org>
parents:
10347
diff
changeset
|
308 (all-local): Depend on .gdbinit. |
9126d71f53aa
add gdbinit file to sources
John W. Eaton <jwe@octave.org>
parents:
10347
diff
changeset
|
309 (.gdbinit): New rule. |
9126d71f53aa
add gdbinit file to sources
John W. Eaton <jwe@octave.org>
parents:
10347
diff
changeset
|
310 |
10347
dcee31e49f86
update bootstrap script from gnulib/build-aux/bootstrap
John W. Eaton <jwe@octave.org>
parents:
10346
diff
changeset
|
311 2010-02-22 John W. Eaton <jwe@octave.org> |
dcee31e49f86
update bootstrap script from gnulib/build-aux/bootstrap
John W. Eaton <jwe@octave.org>
parents:
10346
diff
changeset
|
312 |
dcee31e49f86
update bootstrap script from gnulib/build-aux/bootstrap
John W. Eaton <jwe@octave.org>
parents:
10346
diff
changeset
|
313 * boostrap: Update from gnulib/build-aux/bootstrap. |
dcee31e49f86
update bootstrap script from gnulib/build-aux/bootstrap
John W. Eaton <jwe@octave.org>
parents:
10346
diff
changeset
|
314 |
10341
43145faf9af8
Move $(pcre_config --cflags) from CPPFLAGS to XTRA_CXXFLAGS
Michael Goffioul <michael.goffioul@gmail.com>
parents:
10332
diff
changeset
|
315 2010-02-21 Michael Goffioul <michael.goffioul@gmail.com> |
43145faf9af8
Move $(pcre_config --cflags) from CPPFLAGS to XTRA_CXXFLAGS
Michael Goffioul <michael.goffioul@gmail.com>
parents:
10332
diff
changeset
|
316 |
10346
65d5776379c3
Reduce the amount of stuff included by windows.h and avoid min/max being #define-d
Michael Goffioul <michael.goffioul@gmail.com>
parents:
10341
diff
changeset
|
317 * configure.ac: Define NOMINMAX under MSVC. |
65d5776379c3
Reduce the amount of stuff included by windows.h and avoid min/max being #define-d
Michael Goffioul <michael.goffioul@gmail.com>
parents:
10341
diff
changeset
|
318 |
10341
43145faf9af8
Move $(pcre_config --cflags) from CPPFLAGS to XTRA_CXXFLAGS
Michael Goffioul <michael.goffioul@gmail.com>
parents:
10332
diff
changeset
|
319 * configure.ac: Add pcre_config --cflags to XTRA_CXXFLAGS instead of |
43145faf9af8
Move $(pcre_config --cflags) from CPPFLAGS to XTRA_CXXFLAGS
Michael Goffioul <michael.goffioul@gmail.com>
parents:
10332
diff
changeset
|
320 CPPFLAGS. |
43145faf9af8
Move $(pcre_config --cflags) from CPPFLAGS to XTRA_CXXFLAGS
Michael Goffioul <michael.goffioul@gmail.com>
parents:
10332
diff
changeset
|
321 |
10331
6a50aa2cdf00
never compile ranlib with 8-byte integers
John W. Eaton <jwe@octave.org>
parents:
10323
diff
changeset
|
322 2010-02-17 John W. Eaton <jwe@octave.org> |
6a50aa2cdf00
never compile ranlib with 8-byte integers
John W. Eaton <jwe@octave.org>
parents:
10323
diff
changeset
|
323 |
10332
5f6298220ced
configure.ac: include colamd and amd libs in LIBS when checking for cholmod library
John W. Eaton <jwe@octave.org>
parents:
10331
diff
changeset
|
324 * configure.ac: Add $COLAMD_LDFLAGS $COLAMD_LIBS $AMD_LDFLAGS, |
5f6298220ced
configure.ac: include colamd and amd libs in LIBS when checking for cholmod library
John W. Eaton <jwe@octave.org>
parents:
10331
diff
changeset
|
325 and $AMD_LIBS to LIBS when checking for cholmod library. |
5f6298220ced
configure.ac: include colamd and amd libs in LIBS when checking for cholmod library
John W. Eaton <jwe@octave.org>
parents:
10331
diff
changeset
|
326 |
5f6298220ced
configure.ac: include colamd and amd libs in LIBS when checking for cholmod library
John W. Eaton <jwe@octave.org>
parents:
10331
diff
changeset
|
327 2010-02-17 John W. Eaton <jwe@octave.org> |
10331
6a50aa2cdf00
never compile ranlib with 8-byte integers
John W. Eaton <jwe@octave.org>
parents:
10323
diff
changeset
|
328 |
6a50aa2cdf00
never compile ranlib with 8-byte integers
John W. Eaton <jwe@octave.org>
parents:
10323
diff
changeset
|
329 * acinclude.m4 (OCTAVE_CHECK_FORTRAN_INTEGER_SIZE): Save and |
6a50aa2cdf00
never compile ranlib with 8-byte integers
John W. Eaton <jwe@octave.org>
parents:
10323
diff
changeset
|
330 restore FFLAGS. Temporarily add F77_INTEGER_8_FLAG to FFLAGS. |
6a50aa2cdf00
never compile ranlib with 8-byte integers
John W. Eaton <jwe@octave.org>
parents:
10323
diff
changeset
|
331 * common.mk (F77_INTEGER_8_FLAG): New variable. |
6a50aa2cdf00
never compile ranlib with 8-byte integers
John W. Eaton <jwe@octave.org>
parents:
10323
diff
changeset
|
332 (do_subst_config_vals): Substitute it. |
10798 | 333 * configeure.ac: Don't add -fdefault-integer-8 to FFLAGS. |
10331
6a50aa2cdf00
never compile ranlib with 8-byte integers
John W. Eaton <jwe@octave.org>
parents:
10323
diff
changeset
|
334 Substitute F77_INTEGER_8_FLAG. Improve --enable-64 warning. |
6a50aa2cdf00
never compile ranlib with 8-byte integers
John W. Eaton <jwe@octave.org>
parents:
10323
diff
changeset
|
335 |
10323 | 336 2010-02-15 Jaroslav Hajek <highegg@gmail.com> |
337 | |
338 * NEWS: Update. | |
339 | |
10292 | 340 2010-02-10 Jaroslav Hajek <highegg@gmail.com> |
341 | |
342 * NEWS: Update. | |
343 | |
10278
4a278982c0fe
use gnulib progname module
John W. Eaton <jwe@octave.org>
parents:
10276
diff
changeset
|
344 2010-02-08 John W. Eaton <jwe@octave.org> |
4a278982c0fe
use gnulib progname module
John W. Eaton <jwe@octave.org>
parents:
10276
diff
changeset
|
345 |
4a278982c0fe
use gnulib progname module
John W. Eaton <jwe@octave.org>
parents:
10276
diff
changeset
|
346 * bootstrap.conf (gnulib_modules): Include progname in the list. |
4a278982c0fe
use gnulib progname module
John W. Eaton <jwe@octave.org>
parents:
10276
diff
changeset
|
347 |
10276 | 348 2010-02-08 Jaroslav Hajek <highegg@gmail.com> |
349 | |
350 * NEWS: Update. | |
351 | |
10266
82db36545def
use gnulib gethostname module
John W. Eaton <jwe@octave.org>
parents:
10259
diff
changeset
|
352 2010-02-04 John W. Eaton <jwe@octave.org> |
82db36545def
use gnulib gethostname module
John W. Eaton <jwe@octave.org>
parents:
10259
diff
changeset
|
353 |
82db36545def
use gnulib gethostname module
John W. Eaton <jwe@octave.org>
parents:
10259
diff
changeset
|
354 * configure.ac: Don't check for gethostname. |
82db36545def
use gnulib gethostname module
John W. Eaton <jwe@octave.org>
parents:
10259
diff
changeset
|
355 * bootstrap.conf (gnulib_modules): Include gethostname in the list. |
82db36545def
use gnulib gethostname module
John W. Eaton <jwe@octave.org>
parents:
10259
diff
changeset
|
356 |
10259 | 357 2010-02-03 John W. Eaton <jwe@octave.org> |
358 | |
359 * configure.ac: Don't check for fcntl.h or fcntl. | |
360 * bootstrap.conf (gnulib_modules): Include fcntl in the list. | |
361 | |
10257
cd550069240e
assume vsnprintf from gnulib; use sstream instead of snprintf
John W. Eaton <jwe@octave.org>
parents:
10256
diff
changeset
|
362 2010-02-03 John W. Eaton <jwe@octave.org> |
cd550069240e
assume vsnprintf from gnulib; use sstream instead of snprintf
John W. Eaton <jwe@octave.org>
parents:
10256
diff
changeset
|
363 |
cd550069240e
assume vsnprintf from gnulib; use sstream instead of snprintf
John W. Eaton <jwe@octave.org>
parents:
10256
diff
changeset
|
364 * acinclude.m4 (OCTAVE_HAVE_C99_VSNPRINTF): Delete. |
cd550069240e
assume vsnprintf from gnulib; use sstream instead of snprintf
John W. Eaton <jwe@octave.org>
parents:
10256
diff
changeset
|
365 * configure.ac: Don't call OCTAVE_HAVE_C99_VSNPRINTF. |
cd550069240e
assume vsnprintf from gnulib; use sstream instead of snprintf
John W. Eaton <jwe@octave.org>
parents:
10256
diff
changeset
|
366 Don't check for snprintf, vfprintf, vsprintf, vsnprintf, or _snprintf. |
cd550069240e
assume vsnprintf from gnulib; use sstream instead of snprintf
John W. Eaton <jwe@octave.org>
parents:
10256
diff
changeset
|
367 * bootstrap.conf (gnulib_modules): Include vsprintf in the list. |
cd550069240e
assume vsnprintf from gnulib; use sstream instead of snprintf
John W. Eaton <jwe@octave.org>
parents:
10256
diff
changeset
|
368 |
10256
c84186ad78f3
configure.ac: don't check for strerror
John W. Eaton <jwe@octave.org>
parents:
10255
diff
changeset
|
369 2010-02-03 John W. Eaton <jwe@octave.org> |
c84186ad78f3
configure.ac: don't check for strerror
John W. Eaton <jwe@octave.org>
parents:
10255
diff
changeset
|
370 |
c84186ad78f3
configure.ac: don't check for strerror
John W. Eaton <jwe@octave.org>
parents:
10255
diff
changeset
|
371 * configure.ac: Don't check for strerror. |
c84186ad78f3
configure.ac: don't check for strerror
John W. Eaton <jwe@octave.org>
parents:
10255
diff
changeset
|
372 |
10255
dc088edd9a78
configure.ac: don't check for raise or strdup
John W. Eaton <jwe@octave.org>
parents:
10253
diff
changeset
|
373 2010-02-03 John W. Eaton <jwe@octave.org> |
dc088edd9a78
configure.ac: don't check for raise or strdup
John W. Eaton <jwe@octave.org>
parents:
10253
diff
changeset
|
374 |
dc088edd9a78
configure.ac: don't check for raise or strdup
John W. Eaton <jwe@octave.org>
parents:
10253
diff
changeset
|
375 * configure.ac: Don't check for raise or strdup. |
dc088edd9a78
configure.ac: don't check for raise or strdup
John W. Eaton <jwe@octave.org>
parents:
10253
diff
changeset
|
376 |
10253
8cf32587d8f1
liboctave/cutils.c (octave_usleep): implement with nanosleep
John W. Eaton <jwe@octave.org>
parents:
10251
diff
changeset
|
377 2010-02-03 John W. Eaton <jwe@octave.org> |
8cf32587d8f1
liboctave/cutils.c (octave_usleep): implement with nanosleep
John W. Eaton <jwe@octave.org>
parents:
10251
diff
changeset
|
378 |
8cf32587d8f1
liboctave/cutils.c (octave_usleep): implement with nanosleep
John W. Eaton <jwe@octave.org>
parents:
10251
diff
changeset
|
379 * configure.ac: Don't check for poll or usleep. |
8cf32587d8f1
liboctave/cutils.c (octave_usleep): implement with nanosleep
John W. Eaton <jwe@octave.org>
parents:
10251
diff
changeset
|
380 * bootstrap.conf (gnulib_modules): Include nanosleep and sleep |
8cf32587d8f1
liboctave/cutils.c (octave_usleep): implement with nanosleep
John W. Eaton <jwe@octave.org>
parents:
10251
diff
changeset
|
381 in the list. |
8cf32587d8f1
liboctave/cutils.c (octave_usleep): implement with nanosleep
John W. Eaton <jwe@octave.org>
parents:
10251
diff
changeset
|
382 |
10251
28e5a5f826bc
configure.ac: delete checks for signal functions
John W. Eaton <jwe@octave.org>
parents:
10250
diff
changeset
|
383 2010-02-03 John W. Eaton <jwe@octave.org> |
28e5a5f826bc
configure.ac: delete checks for signal functions
John W. Eaton <jwe@octave.org>
parents:
10250
diff
changeset
|
384 |
28e5a5f826bc
configure.ac: delete checks for signal functions
John W. Eaton <jwe@octave.org>
parents:
10250
diff
changeset
|
385 * configure.ac: Don't check for sigaction, sigpending, |
28e5a5f826bc
configure.ac: delete checks for signal functions
John W. Eaton <jwe@octave.org>
parents:
10250
diff
changeset
|
386 sigprocmask, or sigsuspend. |
28e5a5f826bc
configure.ac: delete checks for signal functions
John W. Eaton <jwe@octave.org>
parents:
10250
diff
changeset
|
387 |
10250 | 388 2010-02-03 John W. Eaton <jwe@octave.org> |
389 | |
390 * configure.ac: Don't check for getcwd. | |
391 * bootstrap.conf (gnulib_modules): Include getcwd in the list. | |
392 | |
10248
85d76f689236
assume signal.h provides sigset_t and sig_atomic_t
John W. Eaton <jwe@octave.org>
parents:
10246
diff
changeset
|
393 2010-02-02 John W. Eaton <jwe@octave.org> |
85d76f689236
assume signal.h provides sigset_t and sig_atomic_t
John W. Eaton <jwe@octave.org>
parents:
10246
diff
changeset
|
394 |
85d76f689236
assume signal.h provides sigset_t and sig_atomic_t
John W. Eaton <jwe@octave.org>
parents:
10246
diff
changeset
|
395 * configure.ac: Assume signal.h provides sigset_t and sig_atomic_t. |
85d76f689236
assume signal.h provides sigset_t and sig_atomic_t
John W. Eaton <jwe@octave.org>
parents:
10246
diff
changeset
|
396 |
10246 | 397 2010-02-02 John W. Eaton <jwe@octave.org> |
398 | |
399 * configure.ac: Don't call OCTAVE_SIGNAL_CHECK, | |
400 OCTAVE_REINSTALL_SIGHANDLERS, AC_C_CONST, AC_HEADER_STDC, or | |
401 AC_STRUCT_TM, AC_TYPE_SIGNAL. | |
402 Don't define RETSIGTYPE_IS_VOID. | |
403 * acinclude.m4 (OCTAVE_SIGNAL_CHECK, OCTAVE_REINSTALL_SIGHANDLERS): | |
404 Don't call AC_TYPE_SIGNAL. Assume sighandler return type is void. | |
405 (OCTAVE_SIGNAL_CHECK, OCTAVE_REINSTALL_SIGHANDLERS): Delete macros. | |
406 * bootstrap.conf (gnulib_modules): Include sigaction, signal, | |
407 and sigprocmask in the list. | |
408 | |
10245 | 409 2010-02-02 John W. Eaton <jwe@octave.org> |
410 | |
411 * configure.ac: Don't check for stdint.h. | |
412 (AH_BOTTOM): Unconditionally include stdint.h. | |
413 Delete fallback integer type definitions. | |
414 * bootstrap.conf (gnulib_modules): Include stdint in the list. | |
415 | |
10244 | 416 2010-02-02 John W. Eaton <jwe@octave.org> |
417 | |
418 * configure.ac: Don't check for atexit or on_exit. | |
419 | |
10243
8cea060a6c85
configure.ac: remove obsolete function checks
John W. Eaton <jwe@octave.org>
parents:
10240
diff
changeset
|
420 2010-02-02 John W. Eaton <jwe@octave.org> |
8cea060a6c85
configure.ac: remove obsolete function checks
John W. Eaton <jwe@octave.org>
parents:
10240
diff
changeset
|
421 |
8cea060a6c85
configure.ac: remove obsolete function checks
John W. Eaton <jwe@octave.org>
parents:
10240
diff
changeset
|
422 * configure.ac: Don't check for bcopy, bzero, or memmove. |
8cea060a6c85
configure.ac: remove obsolete function checks
John W. Eaton <jwe@octave.org>
parents:
10240
diff
changeset
|
423 |
10240
fa7b5751730c
use gnulib time, sys_time, and sys_times modules
John W. Eaton <jwe@octave.org>
parents:
10239
diff
changeset
|
424 2010-02-02 John W. Eaton <jwe@octave.org> |
fa7b5751730c
use gnulib time, sys_time, and sys_times modules
John W. Eaton <jwe@octave.org>
parents:
10239
diff
changeset
|
425 |
fa7b5751730c
use gnulib time, sys_time, and sys_times modules
John W. Eaton <jwe@octave.org>
parents:
10239
diff
changeset
|
426 * bootstrap.conf (gnulib_modules): Include sys_time, sys_times, |
fa7b5751730c
use gnulib time, sys_time, and sys_times modules
John W. Eaton <jwe@octave.org>
parents:
10239
diff
changeset
|
427 and time in the list. |
fa7b5751730c
use gnulib time, sys_time, and sys_times modules
John W. Eaton <jwe@octave.org>
parents:
10239
diff
changeset
|
428 * configure.ac: Don't check for sys/time.h, sys/times.h, |
fa7b5751730c
use gnulib time, sys_time, and sys_times modules
John W. Eaton <jwe@octave.org>
parents:
10239
diff
changeset
|
429 sys/stat.h, sys/utimes, or utimes.h. |
fa7b5751730c
use gnulib time, sys_time, and sys_times modules
John W. Eaton <jwe@octave.org>
parents:
10239
diff
changeset
|
430 Don't call AC_HEADER_TIME. |
fa7b5751730c
use gnulib time, sys_time, and sys_times modules
John W. Eaton <jwe@octave.org>
parents:
10239
diff
changeset
|
431 |
10239
e45ccac6017f
addtional fixes for using strptime module
John W. Eaton <jwe@octave.org>
parents:
10235
diff
changeset
|
432 2010-02-02 John W. Eaton <jwe@octave.org> |
e45ccac6017f
addtional fixes for using strptime module
John W. Eaton <jwe@octave.org>
parents:
10235
diff
changeset
|
433 |
e45ccac6017f
addtional fixes for using strptime module
John W. Eaton <jwe@octave.org>
parents:
10235
diff
changeset
|
434 * acinclue.m4 (OCTAVE_STRPTIME_BROKEN): Delete. |
e45ccac6017f
addtional fixes for using strptime module
John W. Eaton <jwe@octave.org>
parents:
10235
diff
changeset
|
435 * configure.ac: Don't call it. |
e45ccac6017f
addtional fixes for using strptime module
John W. Eaton <jwe@octave.org>
parents:
10235
diff
changeset
|
436 |
10235
c022ff4a2b14
configure.ac: let automake handle makeinfo via missing script
John W. Eaton <jwe@octave.org>
parents:
10233
diff
changeset
|
437 2010-02-01 John W. Eaton <jwe@octave.org> |
c022ff4a2b14
configure.ac: let automake handle makeinfo via missing script
John W. Eaton <jwe@octave.org>
parents:
10233
diff
changeset
|
438 |
c022ff4a2b14
configure.ac: let automake handle makeinfo via missing script
John W. Eaton <jwe@octave.org>
parents:
10233
diff
changeset
|
439 * acinclude.m4 (OCTAVE_PROG_MAKEINFO): Delete macro. |
c022ff4a2b14
configure.ac: let automake handle makeinfo via missing script
John W. Eaton <jwe@octave.org>
parents:
10233
diff
changeset
|
440 * configure.ac: Don't call it. Don't issue warning about |
c022ff4a2b14
configure.ac: let automake handle makeinfo via missing script
John W. Eaton <jwe@octave.org>
parents:
10233
diff
changeset
|
441 makeinfo in summary. |
c022ff4a2b14
configure.ac: let automake handle makeinfo via missing script
John W. Eaton <jwe@octave.org>
parents:
10233
diff
changeset
|
442 |
10233 | 443 2010-01-31 Jaroslav Hajek <highegg@gmail.com> |
444 | |
445 * NEWS: Update. | |
446 | |
10208 | 447 2010-01-27 Jaroslav Hajek <highegg@gmail.com> |
448 | |
449 * NEWS: Update. | |
450 | |
10183
bb97e11ce1ba
configure.ac: don't check for standard C headers
John W. Eaton <jwe@octave.org>
parents:
10182
diff
changeset
|
451 2010-01-21 John W. Eaton <jwe@octave.org> |
bb97e11ce1ba
configure.ac: don't check for standard C headers
John W. Eaton <jwe@octave.org>
parents:
10182
diff
changeset
|
452 |
bb97e11ce1ba
configure.ac: don't check for standard C headers
John W. Eaton <jwe@octave.org>
parents:
10182
diff
changeset
|
453 * configure.ac: Don't check for standard C headers (by now, I |
bb97e11ce1ba
configure.ac: don't check for standard C headers
John W. Eaton <jwe@octave.org>
parents:
10182
diff
changeset
|
454 think we can safely assume they exist). Don't check for |
bb97e11ce1ba
configure.ac: don't check for standard C headers
John W. Eaton <jwe@octave.org>
parents:
10182
diff
changeset
|
455 varargs.h. |
bb97e11ce1ba
configure.ac: don't check for standard C headers
John W. Eaton <jwe@octave.org>
parents:
10182
diff
changeset
|
456 |
10182
0522a65bcd56
assume unistd.h and sys/types.h exist
John W. Eaton <jwe@octave.org>
parents:
10180
diff
changeset
|
457 2010-01-21 John W. Eaton <jwe@octave.org> |
0522a65bcd56
assume unistd.h and sys/types.h exist
John W. Eaton <jwe@octave.org>
parents:
10180
diff
changeset
|
458 |
0522a65bcd56
assume unistd.h and sys/types.h exist
John W. Eaton <jwe@octave.org>
parents:
10180
diff
changeset
|
459 * bootstrap.conf (gnulib_modules): Include sys_stat in the list. |
0522a65bcd56
assume unistd.h and sys/types.h exist
John W. Eaton <jwe@octave.org>
parents:
10180
diff
changeset
|
460 * configure.ac: Don't check for sys/types.h or unistd.h. |
0522a65bcd56
assume unistd.h and sys/types.h exist
John W. Eaton <jwe@octave.org>
parents:
10180
diff
changeset
|
461 |
10180 | 462 2010-01-21 John W. Eaton <jwe@octave.org> |
463 | |
464 * bootstrap.conf (gnulib_modules): Include unistd in the list. | |
465 Keep list sorted. | |
466 | |
10179 | 467 2010-01-21 John W. Eaton <jwe@octave.org> |
468 | |
469 * configure.ac: Delete checks for rename, link, readlink, rmdir, | |
470 strcasecmp, stricmp, strncasecmp, strnicmp, strptime, symlink, | |
471 and unlink. | |
472 | |
10177
cb3d926b4d9e
use readlink module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10176
diff
changeset
|
473 2010-01-21 John W. Eaton <jwe@octave.org> |
cb3d926b4d9e
use readlink module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10176
diff
changeset
|
474 |
cb3d926b4d9e
use readlink module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10176
diff
changeset
|
475 * bootstrap.conf (gnulib_modules): Include pathmax and readlink |
cb3d926b4d9e
use readlink module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10176
diff
changeset
|
476 in the list. |
cb3d926b4d9e
use readlink module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10176
diff
changeset
|
477 |
10176
a0665fa8798c
use symlink module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10175
diff
changeset
|
478 2010-01-21 John W. Eaton <jwe@octave.org> |
a0665fa8798c
use symlink module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10175
diff
changeset
|
479 |
a0665fa8798c
use symlink module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10175
diff
changeset
|
480 * bootstrap.conf (gnulib_modules): Include symlink in the list. |
a0665fa8798c
use symlink module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10175
diff
changeset
|
481 |
10175
d354be89b2c3
use link module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10174
diff
changeset
|
482 2010-01-21 John W. Eaton <jwe@octave.org> |
d354be89b2c3
use link module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10174
diff
changeset
|
483 |
d354be89b2c3
use link module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10174
diff
changeset
|
484 * bootstrap.conf (gnulib_modules): Include link in the list. |
d354be89b2c3
use link module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10174
diff
changeset
|
485 |
10174
eb64bf1c6107
use unlink module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10171
diff
changeset
|
486 2010-01-21 John W. Eaton <jwe@octave.org> |
eb64bf1c6107
use unlink module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10171
diff
changeset
|
487 |
eb64bf1c6107
use unlink module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10171
diff
changeset
|
488 * bootstrap.conf (gnulib_modules): Include unlink in the list. |
eb64bf1c6107
use unlink module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10171
diff
changeset
|
489 |
10171
22400682d3aa
use strptime module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10170
diff
changeset
|
490 2010-01-21 John W. Eaton <jwe@octave.org> |
22400682d3aa
use strptime module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10170
diff
changeset
|
491 |
22400682d3aa
use strptime module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10170
diff
changeset
|
492 * bootstrap.conf (gnulib_modules): Include strptime in the list. |
22400682d3aa
use strptime module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10170
diff
changeset
|
493 |
10170
1dffc8b2fca7
use rename module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10169
diff
changeset
|
494 2010-01-21 John W. Eaton <jwe@octave.org> |
1dffc8b2fca7
use rename module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10169
diff
changeset
|
495 |
1dffc8b2fca7
use rename module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10169
diff
changeset
|
496 * bootstrap.conf (gnulib_modules): Include rename in the list. |
1dffc8b2fca7
use rename module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10169
diff
changeset
|
497 |
10169
06bd6e57f889
use rmdir module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10168
diff
changeset
|
498 2010-01-21 John W. Eaton <jwe@octave.org> |
06bd6e57f889
use rmdir module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10168
diff
changeset
|
499 |
06bd6e57f889
use rmdir module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10168
diff
changeset
|
500 * bootstrap.conf (gnulib_modules): Include rmdir in the list. |
06bd6e57f889
use rmdir module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10168
diff
changeset
|
501 |
10168
37150167a72a
use c-strcase module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10167
diff
changeset
|
502 2010-01-21 John W. Eaton <jwe@octave.org> |
37150167a72a
use c-strcase module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10167
diff
changeset
|
503 |
37150167a72a
use c-strcase module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10167
diff
changeset
|
504 * bootstrap.conf (gnulib_modules): Include c-strcase in the list. |
37150167a72a
use c-strcase module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10167
diff
changeset
|
505 |
10167
1929ba7bbfb2
use getopt-gnu module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10123
diff
changeset
|
506 2010-01-21 John W. Eaton <jwe@octave.org> |
1929ba7bbfb2
use getopt-gnu module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10123
diff
changeset
|
507 |
1929ba7bbfb2
use getopt-gnu module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10123
diff
changeset
|
508 * bootstrap.conf (gnulib_modules): Include getopt-gnu in the list. |
1929ba7bbfb2
use getopt-gnu module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10123
diff
changeset
|
509 |
11088 | 510 2010-01-17 Michael Goffioul <michael.goffioul@gmail.com> |
10123
8590f3c51868
Fix a few MSVC-related problems and partially re-enable MSVC compilation.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
10118
diff
changeset
|
511 |
8590f3c51868
Fix a few MSVC-related problems and partially re-enable MSVC compilation.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
10118
diff
changeset
|
512 * bootstrap.conf: Add round module. |
8590f3c51868
Fix a few MSVC-related problems and partially re-enable MSVC compilation.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
10118
diff
changeset
|
513 * configure.ac: Allow to use MSVC with *mingw* build host. Check for |
8590f3c51868
Fix a few MSVC-related problems and partially re-enable MSVC compilation.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
10118
diff
changeset
|
514 opendir in -ldirent. Add -ladvapi32 to LIBS. |
8590f3c51868
Fix a few MSVC-related problems and partially re-enable MSVC compilation.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
10118
diff
changeset
|
515 |
10118 | 516 2010-01-15 John W. Eaton <jwe@octave.org> |
517 | |
518 * NEWS: Edit. | |
519 | |
10117 | 520 2010-01-15 Jaroslav Hajek <highegg@gmail.com> |
521 | |
522 * NEWS: Update. | |
523 | |
10109 | 524 2010-01-14 Jaroslav Hajek <highegg@gmail.com> |
525 | |
526 * NEWS: Update. | |
527 | |
10092
02453ee20140
allow building of docs to be disabled
John W. Eaton <jwe@octave.org>
parents:
10077
diff
changeset
|
528 2010-01-13 John W. Eaton <jwe@octave.org> |
02453ee20140
allow building of docs to be disabled
John W. Eaton <jwe@octave.org>
parents:
10077
diff
changeset
|
529 |
02453ee20140
allow building of docs to be disabled
John W. Eaton <jwe@octave.org>
parents:
10077
diff
changeset
|
530 * configure.ac: Handle --enable-docs. Print warning in summary |
02453ee20140
allow building of docs to be disabled
John W. Eaton <jwe@octave.org>
parents:
10077
diff
changeset
|
531 if building documentation is disabled. |
02453ee20140
allow building of docs to be disabled
John W. Eaton <jwe@octave.org>
parents:
10077
diff
changeset
|
532 * Makefile.am (SUBDIRS): Use @DOCDIR@ instead of doc. |
02453ee20140
allow building of docs to be disabled
John W. Eaton <jwe@octave.org>
parents:
10077
diff
changeset
|
533 (dist-hook): New target, conditional on AMCOND_BUILD_DOCS. |
02453ee20140
allow building of docs to be disabled
John W. Eaton <jwe@octave.org>
parents:
10077
diff
changeset
|
534 |
10077 | 535 2010-01-09 John W. Eaton <jwe@octave.org> |
536 | |
537 * configure.ac: Don't check for nlink_t. | |
538 (AH_BOTTOM): Don't define nlink_t here. | |
539 | |
10073
dcde57cb5778
use times module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10072
diff
changeset
|
540 2010-01-07 John W. Eaton <jwe@octave.org> |
dcde57cb5778
use times module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10072
diff
changeset
|
541 |
dcde57cb5778
use times module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10072
diff
changeset
|
542 * configure.ac: Don't check for times. |
dcde57cb5778
use times module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10072
diff
changeset
|
543 * bootstrap.conf (gnulib_modules): Include times in the list. |
dcde57cb5778
use times module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10072
diff
changeset
|
544 |
10072
0b0bf1fd1ed7
use gettimeofday module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10063
diff
changeset
|
545 2010-01-07 John W. Eaton <jwe@octave.org> |
0b0bf1fd1ed7
use gettimeofday module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10063
diff
changeset
|
546 |
0b0bf1fd1ed7
use gettimeofday module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10063
diff
changeset
|
547 * configure.ac: Don't check for gettimeofday, or whether |
0b0bf1fd1ed7
use gettimeofday module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10063
diff
changeset
|
548 gettimeofday accepts one or two arguments. |
0b0bf1fd1ed7
use gettimeofday module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10063
diff
changeset
|
549 * bootstrap.conf (gnulib_modules): Include gettimeofday in the list. |
0b0bf1fd1ed7
use gettimeofday module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10063
diff
changeset
|
550 |
10062
7494d047e98d
bootstrap.conf: remove nonexistent "fstat" module
John W. Eaton <jwe@octave.org>
parents:
10058
diff
changeset
|
551 2010-01-05 John W. Eaton <jwe@octave.org> |
7494d047e98d
bootstrap.conf: remove nonexistent "fstat" module
John W. Eaton <jwe@octave.org>
parents:
10058
diff
changeset
|
552 |
10063
4058ff089fa3
bootstrap.conf: include mkfifo in the module list
John W. Eaton <jwe@octave.org>
parents:
10062
diff
changeset
|
553 * bootstrap.conf (gnulib_modules): Include mkfifo in the list. |
4058ff089fa3
bootstrap.conf: include mkfifo in the module list
John W. Eaton <jwe@octave.org>
parents:
10062
diff
changeset
|
554 |
4058ff089fa3
bootstrap.conf: include mkfifo in the module list
John W. Eaton <jwe@octave.org>
parents:
10062
diff
changeset
|
555 2010-01-05 John W. Eaton <jwe@octave.org> |
4058ff089fa3
bootstrap.conf: include mkfifo in the module list
John W. Eaton <jwe@octave.org>
parents:
10062
diff
changeset
|
556 |
4058ff089fa3
bootstrap.conf: include mkfifo in the module list
John W. Eaton <jwe@octave.org>
parents:
10062
diff
changeset
|
557 * bootstrap.conf (gnulib_modules): Remove nonexistent fstat module. |
10062
7494d047e98d
bootstrap.conf: remove nonexistent "fstat" module
John W. Eaton <jwe@octave.org>
parents:
10058
diff
changeset
|
558 |
11088 | 559 2009-12-22 Rik <octave@nomad.inbox5.com> |
10058
1be07aac495d
Remove out-of-date WWW directory
Rik <rdrider0-list@yahoo.com>
parents:
10054
diff
changeset
|
560 |
1be07aac495d
Remove out-of-date WWW directory
Rik <rdrider0-list@yahoo.com>
parents:
10054
diff
changeset
|
561 * WWW/: remove web directory no longer used |
1be07aac495d
Remove out-of-date WWW directory
Rik <rdrider0-list@yahoo.com>
parents:
10054
diff
changeset
|
562 |
10054 | 563 2010-01-04 Jaroslav Hajek <highegg@gmail.com> |
564 | |
565 * NEWS: Update. | |
566 | |
10036
0cabc95f0833
configure.ac: use libtool cache variables to simplify checks for dynamic linking api
John W. Eaton <jwe@octave.org>
parents:
10029
diff
changeset
|
567 2009-12-27 John W. Eaton <jwe@octave.org> |
0cabc95f0833
configure.ac: use libtool cache variables to simplify checks for dynamic linking api
John W. Eaton <jwe@octave.org>
parents:
10029
diff
changeset
|
568 |
0cabc95f0833
configure.ac: use libtool cache variables to simplify checks for dynamic linking api
John W. Eaton <jwe@octave.org>
parents:
10029
diff
changeset
|
569 * configure.ac: Use libtool cache variables to simplify checks |
0cabc95f0833
configure.ac: use libtool cache variables to simplify checks for dynamic linking api
John W. Eaton <jwe@octave.org>
parents:
10029
diff
changeset
|
570 for dynamic linking api. |
0cabc95f0833
configure.ac: use libtool cache variables to simplify checks for dynamic linking api
John W. Eaton <jwe@octave.org>
parents:
10029
diff
changeset
|
571 |
10029
3b2f81d5a6dc
use gnulib modules for fstat, lstat, and stat
John W. Eaton <jwe@octave.org>
parents:
10027
diff
changeset
|
572 2009-12-26 John W. Eaton <jwe@octave.org> |
3b2f81d5a6dc
use gnulib modules for fstat, lstat, and stat
John W. Eaton <jwe@octave.org>
parents:
10027
diff
changeset
|
573 |
3b2f81d5a6dc
use gnulib modules for fstat, lstat, and stat
John W. Eaton <jwe@octave.org>
parents:
10027
diff
changeset
|
574 * bootstrap.conf (gnulib_modules): Include fstat, lstat, and |
3b2f81d5a6dc
use gnulib modules for fstat, lstat, and stat
John W. Eaton <jwe@octave.org>
parents:
10027
diff
changeset
|
575 stat in the list. |
3b2f81d5a6dc
use gnulib modules for fstat, lstat, and stat
John W. Eaton <jwe@octave.org>
parents:
10027
diff
changeset
|
576 * configure.ac: Don't check for fstat, lstat, or stat. |
3b2f81d5a6dc
use gnulib modules for fstat, lstat, and stat
John W. Eaton <jwe@octave.org>
parents:
10027
diff
changeset
|
577 |
10027
0f312e11957e
use mkdir module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10025
diff
changeset
|
578 2009-12-25 John W. Eaton <jwe@octave.org> |
0f312e11957e
use mkdir module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10025
diff
changeset
|
579 |
0f312e11957e
use mkdir module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10025
diff
changeset
|
580 * bootstrap.conf (gnulib_modules): Include mkdir in the list. |
0f312e11957e
use mkdir module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10025
diff
changeset
|
581 * configure.ac: Don't check for mkdir. |
0f312e11957e
use mkdir module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10025
diff
changeset
|
582 Don't call OCTAVE_MKDIR_TAKES_ONE_ARG. |
0f312e11957e
use mkdir module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10025
diff
changeset
|
583 * acinclude.m4 (OCTAVE_MKDIR_TAKES_ONE_ARG): Delete. |
0f312e11957e
use mkdir module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10025
diff
changeset
|
584 |
10025
acd5e9df38f8
use gnuplib crypto/md5 module
John W. Eaton <jwe@octave.org>
parents:
10015
diff
changeset
|
585 2009-12-25 John W. Eaton <jwe@octave.org> |
acd5e9df38f8
use gnuplib crypto/md5 module
John W. Eaton <jwe@octave.org>
parents:
10015
diff
changeset
|
586 |
acd5e9df38f8
use gnuplib crypto/md5 module
John W. Eaton <jwe@octave.org>
parents:
10015
diff
changeset
|
587 * bootstrap.conf (gnulib_modules): Include crypto/md5 in the list. |
acd5e9df38f8
use gnuplib crypto/md5 module
John W. Eaton <jwe@octave.org>
parents:
10015
diff
changeset
|
588 |
11088 | 589 2009-12-22 Rik <octave@nomad.inbox5.com> |
10015
49563d18ca78
Remove redundant test for nlink_t in configure.ac
Rik <rdrider0-list@yahoo.com>
parents:
10014
diff
changeset
|
590 |
49563d18ca78
Remove redundant test for nlink_t in configure.ac
Rik <rdrider0-list@yahoo.com>
parents:
10014
diff
changeset
|
591 * configure.ac: Remove second redundant test for nlink_t |
49563d18ca78
Remove redundant test for nlink_t in configure.ac
Rik <rdrider0-list@yahoo.com>
parents:
10014
diff
changeset
|
592 |
11088 | 593 2009-12-21 Rik <octave@nomad.inbox5.com> |
10014
cb98128649e9
Remove dlfcn directory containing outdated, undistributed code
Rik <rdrider0-list@yahoo.com>
parents:
10012
diff
changeset
|
594 |
cb98128649e9
Remove dlfcn directory containing outdated, undistributed code
Rik <rdrider0-list@yahoo.com>
parents:
10012
diff
changeset
|
595 * dlfcn directory: Remove dlfcn directory with leftover code from 1996 |
cb98128649e9
Remove dlfcn directory containing outdated, undistributed code
Rik <rdrider0-list@yahoo.com>
parents:
10012
diff
changeset
|
596 |
11088 | 597 2009-12-20 Rik <octave@nomad.inbox5.com> |
10012
2441327485a3
use m4 quating in aclocal.m4 autoconf macros with variable expansion
Rik <rdrider0-list@yahoo.com>
parents:
10011
diff
changeset
|
598 |
2441327485a3
use m4 quating in aclocal.m4 autoconf macros with variable expansion
Rik <rdrider0-list@yahoo.com>
parents:
10011
diff
changeset
|
599 * acinclude.m4: use M4 quoting for arguments to autoconf macros |
2441327485a3
use m4 quating in aclocal.m4 autoconf macros with variable expansion
Rik <rdrider0-list@yahoo.com>
parents:
10011
diff
changeset
|
600 |
11088 | 601 2009-12-20 Rik <octave@nomad.inbox5.com> |
10011
411325ce32d7
Better warnings when gnuplot is not installed but native graphics are available
Rik <rdrider0-list@yahoo.com>
parents:
10007
diff
changeset
|
602 |
411325ce32d7
Better warnings when gnuplot is not installed but native graphics are available
Rik <rdrider0-list@yahoo.com>
parents:
10007
diff
changeset
|
603 * configure.ac, acinclude.m4: Better warnings when gnuplot is not |
411325ce32d7
Better warnings when gnuplot is not installed but native graphics are available
Rik <rdrider0-list@yahoo.com>
parents:
10007
diff
changeset
|
604 installed but native graphics are available |
411325ce32d7
Better warnings when gnuplot is not installed but native graphics are available
Rik <rdrider0-list@yahoo.com>
parents:
10007
diff
changeset
|
605 |
11088 | 606 2009-12-19 Rik <octave@nomad.inbox5.com> |
10007
12dd0a7597ff
Distribute emacs specific files from emacs directory rather than examples directory
Rik <rdrider0-list@yahoo.com>
parents:
10006
diff
changeset
|
607 |
12dd0a7597ff
Distribute emacs specific files from emacs directory rather than examples directory
Rik <rdrider0-list@yahoo.com>
parents:
10006
diff
changeset
|
608 * emacs/module.mk, examples/Makefile.am, info-emacs-info, |
12dd0a7597ff
Distribute emacs specific files from emacs directory rather than examples directory
Rik <rdrider0-list@yahoo.com>
parents:
10006
diff
changeset
|
609 info-emacs-octave-help: Distribute emacs specific files from emacs |
12dd0a7597ff
Distribute emacs specific files from emacs directory rather than examples directory
Rik <rdrider0-list@yahoo.com>
parents:
10006
diff
changeset
|
610 directory rather than examples directory |
12dd0a7597ff
Distribute emacs specific files from emacs directory rather than examples directory
Rik <rdrider0-list@yahoo.com>
parents:
10006
diff
changeset
|
611 |
11088 | 612 2009-12-19 Rik <octave@nomad.inbox5.com> |
10006
061ea41a3da7
Reimplement previous patch with distribution triggered by m4/module.mk for clarity
Rik <rdrider0-list@yahoo.com>
parents:
10005
diff
changeset
|
613 |
061ea41a3da7
Reimplement previous patch with distribution triggered by m4/module.mk for clarity
Rik <rdrider0-list@yahoo.com>
parents:
10005
diff
changeset
|
614 * m4/module.mk, Makefile.am: Redo previous patch with distribution |
061ea41a3da7
Reimplement previous patch with distribution triggered by m4/module.mk for clarity
Rik <rdrider0-list@yahoo.com>
parents:
10005
diff
changeset
|
615 triggered by m4/module.mk. |
061ea41a3da7
Reimplement previous patch with distribution triggered by m4/module.mk for clarity
Rik <rdrider0-list@yahoo.com>
parents:
10005
diff
changeset
|
616 |
11088 | 617 2009-12-19 Rik <octave@nomad.inbox5.com> |
10005
b250fee61632
Distribute m4/gnulib-cache.m4 in tarballs per bootstrap recommendation
Rik <rdrider0-list@yahoo.com>
parents:
10004
diff
changeset
|
618 |
b250fee61632
Distribute m4/gnulib-cache.m4 in tarballs per bootstrap recommendation
Rik <rdrider0-list@yahoo.com>
parents:
10004
diff
changeset
|
619 * Makefile.am: Distribute m4/gnulib-cache.m4 per recommendation |
b250fee61632
Distribute m4/gnulib-cache.m4 in tarballs per bootstrap recommendation
Rik <rdrider0-list@yahoo.com>
parents:
10004
diff
changeset
|
620 |
11088 | 621 2009-12-19 Rik <octave@nomad.inbox5.com> |
10004
e517da95bf98
Eliminate TOPDIR variable in favor of built-in automake variables
Rik <rdrider0-list@yahoo.com>
parents:
10003
diff
changeset
|
622 |
e517da95bf98
Eliminate TOPDIR variable in favor of built-in automake variables
Rik <rdrider0-list@yahoo.com>
parents:
10003
diff
changeset
|
623 * Makefile.am, examples/Makefile.am, common.mk, configure.ac: Eliminate |
e517da95bf98
Eliminate TOPDIR variable in favor of built-in automake variables
Rik <rdrider0-list@yahoo.com>
parents:
10003
diff
changeset
|
624 TOPDIR variable in favor of built-in automake variables of top_builddir |
e517da95bf98
Eliminate TOPDIR variable in favor of built-in automake variables
Rik <rdrider0-list@yahoo.com>
parents:
10003
diff
changeset
|
625 and top_srcdir. |
e517da95bf98
Eliminate TOPDIR variable in favor of built-in automake variables
Rik <rdrider0-list@yahoo.com>
parents:
10003
diff
changeset
|
626 |
11088 | 627 2009-12-19 Rik <octave@nomad.inbox5.com> |
10003
2ea3110e15ed
Use M4 quoting for arguments to autoconf macros containing variables
Rik <rdrider0-list@yahoo.com>
parents:
10002
diff
changeset
|
628 |
2ea3110e15ed
Use M4 quoting for arguments to autoconf macros containing variables
Rik <rdrider0-list@yahoo.com>
parents:
10002
diff
changeset
|
629 * Makefile.am: Use M4 quoting for arguments to autoconf macros containing |
2ea3110e15ed
Use M4 quoting for arguments to autoconf macros containing variables
Rik <rdrider0-list@yahoo.com>
parents:
10002
diff
changeset
|
630 variables |
2ea3110e15ed
Use M4 quoting for arguments to autoconf macros containing variables
Rik <rdrider0-list@yahoo.com>
parents:
10002
diff
changeset
|
631 |
10002
e93c9bfff8b8
allow size_equal with 0 arguments
Jaroslav Hajek <highegg@gmail.com>
parents:
9989
diff
changeset
|
632 2009-12-19 Jaroslav Hajek <highegg@gmail.com> |
e93c9bfff8b8
allow size_equal with 0 arguments
Jaroslav Hajek <highegg@gmail.com>
parents:
9989
diff
changeset
|
633 |
e93c9bfff8b8
allow size_equal with 0 arguments
Jaroslav Hajek <highegg@gmail.com>
parents:
9989
diff
changeset
|
634 * data.cc (Fsize_equal): Allow calling with zero arguments. |
10003
2ea3110e15ed
Use M4 quoting for arguments to autoconf macros containing variables
Rik <rdrider0-list@yahoo.com>
parents:
10002
diff
changeset
|
635 variables |
10002
e93c9bfff8b8
allow size_equal with 0 arguments
Jaroslav Hajek <highegg@gmail.com>
parents:
9989
diff
changeset
|
636 |
9989
d36f8c473dff
use glob and fnmatch from gnulib
John W. Eaton <jwe@octave.org>
parents:
9977
diff
changeset
|
637 2009-12-15 John W. Eaton <jwe@octave.org> |
d36f8c473dff
use glob and fnmatch from gnulib
John W. Eaton <jwe@octave.org>
parents:
9977
diff
changeset
|
638 |
d36f8c473dff
use glob and fnmatch from gnulib
John W. Eaton <jwe@octave.org>
parents:
9977
diff
changeset
|
639 * README.MSVC: Delete section about obtaining glob library. |
d36f8c473dff
use glob and fnmatch from gnulib
John W. Eaton <jwe@octave.org>
parents:
9977
diff
changeset
|
640 * bootstrap.conf (gnulib_modules): Add fnmatch and glob to the list. |
d36f8c473dff
use glob and fnmatch from gnulib
John W. Eaton <jwe@octave.org>
parents:
9977
diff
changeset
|
641 * common.mk (LIBGLOB): Delete variable. |
d36f8c473dff
use glob and fnmatch from gnulib
John W. Eaton <jwe@octave.org>
parents:
9977
diff
changeset
|
642 (do_subst_config_vals): Don't substitute it. |
d36f8c473dff
use glob and fnmatch from gnulib
John W. Eaton <jwe@octave.org>
parents:
9977
diff
changeset
|
643 * octave-bug.in, octave-bug.cc.in: Eliminate LIBGLOB variable. |
d36f8c473dff
use glob and fnmatch from gnulib
John W. Eaton <jwe@octave.org>
parents:
9977
diff
changeset
|
644 * configure.ac: Don't check for glob.h or the glob and fnmatch |
d36f8c473dff
use glob and fnmatch from gnulib
John W. Eaton <jwe@octave.org>
parents:
9977
diff
changeset
|
645 functions. Eliminate LIBGLOB variable. |
d36f8c473dff
use glob and fnmatch from gnulib
John W. Eaton <jwe@octave.org>
parents:
9977
diff
changeset
|
646 |
11088 | 647 2009-12-11 Rik <octave@nomad.inbox5.com> |
9977
711aa22ff83d
Elaborate which DIRNAME to use for --gnulib-srcdir option in HACKING file
Rik <rdrider0-list@yahoo.com>
parents:
9970
diff
changeset
|
648 |
711aa22ff83d
Elaborate which DIRNAME to use for --gnulib-srcdir option in HACKING file
Rik <rdrider0-list@yahoo.com>
parents:
9970
diff
changeset
|
649 * HACKING: Elaborate which DIRNAME to use for --gnulib-srcdir option. |
711aa22ff83d
Elaborate which DIRNAME to use for --gnulib-srcdir option in HACKING file
Rik <rdrider0-list@yahoo.com>
parents:
9970
diff
changeset
|
650 |
9970
cc7ea6083774
configure.ac: use pthread flags and libs for tests
John W. Eaton <jwe@octave.org>
parents:
9969
diff
changeset
|
651 2009-12-11 John W. Eaton <jwe@octave.org> |
cc7ea6083774
configure.ac: use pthread flags and libs for tests
John W. Eaton <jwe@octave.org>
parents:
9969
diff
changeset
|
652 |
cc7ea6083774
configure.ac: use pthread flags and libs for tests
John W. Eaton <jwe@octave.org>
parents:
9969
diff
changeset
|
653 * configure.ac: Add $PTHREAD_LIBS to $LIBS and $PTHREAD_CFLAGS |
cc7ea6083774
configure.ac: use pthread flags and libs for tests
John W. Eaton <jwe@octave.org>
parents:
9969
diff
changeset
|
654 to $CFLAGS for subsequent tests. |
cc7ea6083774
configure.ac: use pthread flags and libs for tests
John W. Eaton <jwe@octave.org>
parents:
9969
diff
changeset
|
655 |
11088 | 656 2009-12-11 Rik <octave@nomad.inbox5.com> |
9969 | 657 |
658 * Makefile.am: remove install-extras target and use automake syntax to | |
659 distribute NEWS file. | |
660 * examples/Makefile.am: remove install-images target and use automake | |
661 syntax to distribute image data. | |
662 | |
9965 | 663 2009-12-11 John W. Eaton <jwe@octave.org> |
664 | |
9966
d4dab9605c49
correctly set indent-tabs-mode for ChangeLogs and Makefiles in .dir-locals.el
John W. Eaton <jwe@octave.org>
parents:
9965
diff
changeset
|
665 * .dir-locals.el: Correctly set indent-tabs-mode for ChangeLogs, |
d4dab9605c49
correctly set indent-tabs-mode for ChangeLogs and Makefiles in .dir-locals.el
John W. Eaton <jwe@octave.org>
parents:
9965
diff
changeset
|
666 and Makefiles. |
d4dab9605c49
correctly set indent-tabs-mode for ChangeLogs and Makefiles in .dir-locals.el
John W. Eaton <jwe@octave.org>
parents:
9965
diff
changeset
|
667 |
9965 | 668 * common.mk (cp_update_rule): New macro. |
669 | |
9957
59ed11557715
mkoctfile: if output file is specified and it does not end in output_ext, append output_ext
John W. Eaton <jwe@octave.org>
parents:
9956
diff
changeset
|
670 2009-12-10 John W. Eaton <jwe@octave.org> |
59ed11557715
mkoctfile: if output file is specified and it does not end in output_ext, append output_ext
John W. Eaton <jwe@octave.org>
parents:
9956
diff
changeset
|
671 |
59ed11557715
mkoctfile: if output file is specified and it does not end in output_ext, append output_ext
John W. Eaton <jwe@octave.org>
parents:
9956
diff
changeset
|
672 * mkoctfile.in, mkoctfile.cc.in: If output file is specified and |
59ed11557715
mkoctfile: if output file is specified and it does not end in output_ext, append output_ext
John W. Eaton <jwe@octave.org>
parents:
9956
diff
changeset
|
673 it does not end in output_ext, append output_ext. |
59ed11557715
mkoctfile: if output file is specified and it does not end in output_ext, append output_ext
John W. Eaton <jwe@octave.org>
parents:
9956
diff
changeset
|
674 |
9956
f26a33e21db9
mkoctfile: when compiling files in subdirectories, place object files in current directory by default
John W. Eaton <jwe@octave.org>
parents:
9955
diff
changeset
|
675 2009-12-10 John W. Eaton <jwe@octave.org> |
f26a33e21db9
mkoctfile: when compiling files in subdirectories, place object files in current directory by default
John W. Eaton <jwe@octave.org>
parents:
9955
diff
changeset
|
676 |
f26a33e21db9
mkoctfile: when compiling files in subdirectories, place object files in current directory by default
John W. Eaton <jwe@octave.org>
parents:
9955
diff
changeset
|
677 * mkoctfile.in, mkoctfile.cc.in: When compiling files in |
f26a33e21db9
mkoctfile: when compiling files in subdirectories, place object files in current directory by default
John W. Eaton <jwe@octave.org>
parents:
9955
diff
changeset
|
678 subdirectories, place object files in current directory by |
f26a33e21db9
mkoctfile: when compiling files in subdirectories, place object files in current directory by default
John W. Eaton <jwe@octave.org>
parents:
9955
diff
changeset
|
679 default. |
f26a33e21db9
mkoctfile: when compiling files in subdirectories, place object files in current directory by default
John W. Eaton <jwe@octave.org>
parents:
9955
diff
changeset
|
680 |
9955
33537a4d223f
mkoctfile.cc.in: accept long options with single -
John W. Eaton <jwe@octave.org>
parents:
9954
diff
changeset
|
681 2009-12-10 John W. Eaton <jwe@octave.org> |
33537a4d223f
mkoctfile.cc.in: accept long options with single -
John W. Eaton <jwe@octave.org>
parents:
9954
diff
changeset
|
682 |
33537a4d223f
mkoctfile.cc.in: accept long options with single -
John W. Eaton <jwe@octave.org>
parents:
9954
diff
changeset
|
683 * mkoctfile.cc.in: Accept long options with single -. |
33537a4d223f
mkoctfile.cc.in: accept long options with single -
John W. Eaton <jwe@octave.org>
parents:
9954
diff
changeset
|
684 |
9954
de6b6173c990
mkoctfile.in: accept long options with single -
John W. Eaton <jwe@octave.org>
parents:
9949
diff
changeset
|
685 2009-12-10 John W. Eaton <jwe@octave.org> |
de6b6173c990
mkoctfile.in: accept long options with single -
John W. Eaton <jwe@octave.org>
parents:
9949
diff
changeset
|
686 |
de6b6173c990
mkoctfile.in: accept long options with single -
John W. Eaton <jwe@octave.org>
parents:
9949
diff
changeset
|
687 * mkoctfile.in: Accept long options with single -. |
de6b6173c990
mkoctfile.in: accept long options with single -
John W. Eaton <jwe@octave.org>
parents:
9949
diff
changeset
|
688 |
9949 | 689 2009-12-09 John W. Eaton <jwe@octave.org> |
690 | |
691 * HACKING: Clarify gnulib checkout and use. | |
692 | |
9946 | 693 2009-12-09 John W. Eaton <jwe@octave.org> |
694 | |
695 * configure.ac: Remove URL argument from AC_INIT. | |
696 Use AC_CONFIG_AUX_DIR. Move AM_INIT_AUTOMAKE after other | |
697 AC_CONFIG setup macros. Use gl_EARLY and gl_INIT for gnulib. | |
698 Add libgnu/Makefile to the list of AC_CONFIG_FILES. Eliminate | |
699 special case check for for strftime. | |
700 * bootstrap: New file, from gnulib. | |
701 * bootstrap.conf: New file, from gnulib. Override bootstrap | |
702 defaults for checkout_only_file, gnulib_tool_option_extras, | |
703 gnulib_name, and source_base. | |
704 (gnulib_modules): Add strftime to the list. | |
705 * autogen.sh: Simply generate makefile fragments and call | |
706 bootstrap to do the rest of the initial setup. | |
707 * Makefile.am (SUBDIRS): Add libgnu to the list. | |
708 * libgnu/Makefile.am: New directory and file. | |
709 * INSTALL: Remove our copy so version from gnulib will be | |
710 distributed. | |
711 * HACKING: New file. | |
712 | |
11088 | 713 2009-12-08 Rik <octave@nomad.inbox5.com> |
9943
4c681ff57bc3
Modifications to makefiles to pass distcheck test
Rik <rdrider0-list@yahoo.com>
parents:
9939
diff
changeset
|
714 |
4c681ff57bc3
Modifications to makefiles to pass distcheck test
Rik <rdrider0-list@yahoo.com>
parents:
9939
diff
changeset
|
715 * Makefile.am: add BUGS and OCTAVE.INSTALL to DISTCLEANFILES |
4c681ff57bc3
Modifications to makefiles to pass distcheck test
Rik <rdrider0-list@yahoo.com>
parents:
9939
diff
changeset
|
716 |
9939 | 717 2009-12-08 John W. Eaton <jwe@octave.org> |
718 | |
719 * configure.ac: Update gnuplot status message. | |
720 * acinclude.m4 (OCTAVE_PROG_GNUPLOT): Likewise. | |
721 | |
9933
ac4b97c6bf8b
eliminate Emacs local variables from some files
John W. Eaton <jwe@octave.org>
parents:
9932
diff
changeset
|
722 2009-12-07 John W. Eaton <jwe@octave.org> |
ac4b97c6bf8b
eliminate Emacs local variables from some files
John W. Eaton <jwe@octave.org>
parents:
9932
diff
changeset
|
723 |
ac4b97c6bf8b
eliminate Emacs local variables from some files
John W. Eaton <jwe@octave.org>
parents:
9932
diff
changeset
|
724 * examples/make_int.cc: Delete Emacs local variables. |
ac4b97c6bf8b
eliminate Emacs local variables from some files
John W. Eaton <jwe@octave.org>
parents:
9932
diff
changeset
|
725 |
ac4b97c6bf8b
eliminate Emacs local variables from some files
John W. Eaton <jwe@octave.org>
parents:
9932
diff
changeset
|
726 * .dir-locals.el: New file. |
ac4b97c6bf8b
eliminate Emacs local variables from some files
John W. Eaton <jwe@octave.org>
parents:
9932
diff
changeset
|
727 |
9932
6cb30a539481
untabify files in examples directory
John W. Eaton <jwe@octave.org>
parents:
9917
diff
changeset
|
728 2009-12-07 John W. Eaton <jwe@octave.org> |
6cb30a539481
untabify files in examples directory
John W. Eaton <jwe@octave.org>
parents:
9917
diff
changeset
|
729 |
6cb30a539481
untabify files in examples directory
John W. Eaton <jwe@octave.org>
parents:
9917
diff
changeset
|
730 * examples/firstmexdemo.c, examples/fortdemo.cc, |
6cb30a539481
untabify files in examples directory
John W. Eaton <jwe@octave.org>
parents:
9917
diff
changeset
|
731 examples/funcdemo.cc, examples/hello.cc, examples/make_int.cc, |
6cb30a539481
untabify files in examples directory
John W. Eaton <jwe@octave.org>
parents:
9917
diff
changeset
|
732 examples/mycell.c, examples/myfeval.c, examples/myfunc.c, |
6cb30a539481
untabify files in examples directory
John W. Eaton <jwe@octave.org>
parents:
9917
diff
changeset
|
733 examples/mypow2.c, examples/mysparse.c, examples/mystring.c, |
6cb30a539481
untabify files in examples directory
John W. Eaton <jwe@octave.org>
parents:
9917
diff
changeset
|
734 examples/mystruct.c, examples/paramdemo.cc, |
6cb30a539481
untabify files in examples directory
John W. Eaton <jwe@octave.org>
parents:
9917
diff
changeset
|
735 examples/stringdemo.cc, examples/structdemo.cc, |
6cb30a539481
untabify files in examples directory
John W. Eaton <jwe@octave.org>
parents:
9917
diff
changeset
|
736 examples/unwinddemo.cc, examples/embedded.cc: Untabify. |
6cb30a539481
untabify files in examples directory
John W. Eaton <jwe@octave.org>
parents:
9917
diff
changeset
|
737 |
9917
c1210502785b
provide OCTAVE_API_VERSION_NUMBER
John W. Eaton <jwe@octave.org>
parents:
9916
diff
changeset
|
738 2009-12-04 John W. Eaton <jwe@octave.org> |
c1210502785b
provide OCTAVE_API_VERSION_NUMBER
John W. Eaton <jwe@octave.org>
parents:
9916
diff
changeset
|
739 |
c1210502785b
provide OCTAVE_API_VERSION_NUMBER
John W. Eaton <jwe@octave.org>
parents:
9916
diff
changeset
|
740 * configure.ac (OCTAVE_API_VERSION_NUMBER): New variable. |
c1210502785b
provide OCTAVE_API_VERSION_NUMBER
John W. Eaton <jwe@octave.org>
parents:
9916
diff
changeset
|
741 (OCTAVE_API_VERSION): Define using OCTAVE_API_VERSION_NUMBER. |
c1210502785b
provide OCTAVE_API_VERSION_NUMBER
John W. Eaton <jwe@octave.org>
parents:
9916
diff
changeset
|
742 * common.mk (OCTAVE_API_VERSION_NUMBER): New variable. |
c1210502785b
provide OCTAVE_API_VERSION_NUMBER
John W. Eaton <jwe@octave.org>
parents:
9916
diff
changeset
|
743 |
9915
ac711616bc03
configure.ac: fix HAVE_X definition
John W. Eaton <jwe@octave.org>
parents:
9909
diff
changeset
|
744 2009-12-04 John W. Eaton <jwe@octave.org> |
ac711616bc03
configure.ac: fix HAVE_X definition
John W. Eaton <jwe@octave.org>
parents:
9909
diff
changeset
|
745 |
ac711616bc03
configure.ac: fix HAVE_X definition
John W. Eaton <jwe@octave.org>
parents:
9909
diff
changeset
|
746 * configure.ac: Check $have_x = yes, not just $have_x. |
9916 | 747 From Carmine Paolino <earcar@gmail.com>. |
9915
ac711616bc03
configure.ac: fix HAVE_X definition
John W. Eaton <jwe@octave.org>
parents:
9909
diff
changeset
|
748 |
9909 | 749 2009-12-04 John W. Eaton <jwe@octave.org> |
750 | |
751 * configure.ac: Require auotconf 2.62. | |
752 | |
9906 | 753 2009-12-03 John W. Eaton <jwe@octave.org> |
754 | |
755 * common.mk (OCTAVE_VERSION, OCTAVE_API_VERSION) | |
756 (OCTAVE_RELEASE_DATE, OCTAVE_COPYRIGHT, OCTAVE_IDX_TYPE): | |
757 New substituted variables. | |
758 (version): Define from $(OCTAVE_VERSION). | |
759 (api_version): Define from $(OCTAVE_API_VERSION). | |
760 (do_subst_texinfo_vals): Delete macro. | |
761 | |
762 * configure.ac (AC_CONFIG_HEADER): Quote arg. | |
763 (AC_CONFIG_FILES): Remove mxarray.h and version.h from the list. | |
764 | |
765 * examples/Makefile.am (CLEANFILES): New variable. | |
766 | |
11088 | 767 2009-11-30 Kacper Kowalik <xarthisius.kk@gmail.com> |
9892
ac69e6f4b33d
Add HDF5-1.8 compatibility while maintaining compatibility with HDF5-1.6 versions
Kacper Kowalik <xarthisius.kk@gmail.com>
parents:
9888
diff
changeset
|
768 |
ac69e6f4b33d
Add HDF5-1.8 compatibility while maintaining compatibility with HDF5-1.6 versions
Kacper Kowalik <xarthisius.kk@gmail.com>
parents:
9888
diff
changeset
|
769 * acinclude.m4 (OCTAVE_HDF5_HAS_ENFORCED_16_API): New macro that |
ac69e6f4b33d
Add HDF5-1.8 compatibility while maintaining compatibility with HDF5-1.6 versions
Kacper Kowalik <xarthisius.kk@gmail.com>
parents:
9888
diff
changeset
|
770 tests whether the HDF5 library has an enforced v1.6 API and detects |
ac69e6f4b33d
Add HDF5-1.8 compatibility while maintaining compatibility with HDF5-1.6 versions
Kacper Kowalik <xarthisius.kk@gmail.com>
parents:
9888
diff
changeset
|
771 v1.8 APIs. |
9967 | 772 * configure.m4: Adapt test for HDF5 libraries to support v1.8 |
9892
ac69e6f4b33d
Add HDF5-1.8 compatibility while maintaining compatibility with HDF5-1.6 versions
Kacper Kowalik <xarthisius.kk@gmail.com>
parents:
9888
diff
changeset
|
773 HDF5 libraries. |
ac69e6f4b33d
Add HDF5-1.8 compatibility while maintaining compatibility with HDF5-1.6 versions
Kacper Kowalik <xarthisius.kk@gmail.com>
parents:
9888
diff
changeset
|
774 |
9888 | 775 2009-11-29 Jaroslav Hajek <highegg@gmail.com> |
776 | |
777 * NEWS: Update. | |
778 | |
9882
9ed5f64e3959
Remove HAVE_H5GGET_NUM_OBJS define
David Bateman <dbateman@free.fr>
parents:
9880
diff
changeset
|
779 2009-11-27 David Bateman <dbateman@free.fr> |
9ed5f64e3959
Remove HAVE_H5GGET_NUM_OBJS define
David Bateman <dbateman@free.fr>
parents:
9880
diff
changeset
|
780 |
9ed5f64e3959
Remove HAVE_H5GGET_NUM_OBJS define
David Bateman <dbateman@free.fr>
parents:
9880
diff
changeset
|
781 * configure.ac (HAVE_H5GGET_NUM_OBJS) Remove define. |
9ed5f64e3959
Remove HAVE_H5GGET_NUM_OBJS define
David Bateman <dbateman@free.fr>
parents:
9880
diff
changeset
|
782 |
9880 | 783 2009-11-27 David Bateman <dbateman@free.fr> |
784 | |
785 * NEWS: Document ftp objects. | |
786 * configure.ac: Document that curl libraries impact ftp objects. | |
787 | |
9873 | 788 2009-11-26 Jaroslav Hajek <highegg@gmail.com> |
789 | |
790 * NEWS: Update. | |
791 | |
9865
763906db555e
acinclude.m4: update gnuplot and ghostscript program checks for Windows
Tatsu@Inspiron6000
parents:
9864
diff
changeset
|
792 2009-11-25 Tatsuro MATSUOKA <tmacchant@yahoo.co.jp> |
763906db555e
acinclude.m4: update gnuplot and ghostscript program checks for Windows
Tatsu@Inspiron6000
parents:
9864
diff
changeset
|
793 |
763906db555e
acinclude.m4: update gnuplot and ghostscript program checks for Windows
Tatsu@Inspiron6000
parents:
9864
diff
changeset
|
794 * acinclude.m4 (OCTAVE_PROG_GNUPLOT): Don't check for pgnuplot or |
763906db555e
acinclude.m4: update gnuplot and ghostscript program checks for Windows
Tatsu@Inspiron6000
parents:
9864
diff
changeset
|
795 pipe-gnuplot on Windows systems. Set default to gnuplot for all |
763906db555e
acinclude.m4: update gnuplot and ghostscript program checks for Windows
Tatsu@Inspiron6000
parents:
9864
diff
changeset
|
796 systems. |
763906db555e
acinclude.m4: update gnuplot and ghostscript program checks for Windows
Tatsu@Inspiron6000
parents:
9864
diff
changeset
|
797 (OCTAVE_PROG_GHOSTSCRIPT): Check for gswin32c first on Windows |
763906db555e
acinclude.m4: update gnuplot and ghostscript program checks for Windows
Tatsu@Inspiron6000
parents:
9864
diff
changeset
|
798 systems, then gs. |
763906db555e
acinclude.m4: update gnuplot and ghostscript program checks for Windows
Tatsu@Inspiron6000
parents:
9864
diff
changeset
|
799 |
11088 | 800 2009-11-25 Rik <octave@nomad.inbox5.com> |
9864
1355a606667e
Remove unnecessary .PHONY targets in Makefile.am for common targets which Automake supplies by default
Rik <rdrider0-list@yahoo.com>
parents:
9846
diff
changeset
|
801 |
1355a606667e
Remove unnecessary .PHONY targets in Makefile.am for common targets which Automake supplies by default
Rik <rdrider0-list@yahoo.com>
parents:
9846
diff
changeset
|
802 * Makefile.am examples/Makefile.am liboctave/Makefile.am |
1355a606667e
Remove unnecessary .PHONY targets in Makefile.am for common targets which Automake supplies by default
Rik <rdrider0-list@yahoo.com>
parents:
9846
diff
changeset
|
803 scripts/Makefile.am src/Makefile.am test/Makefile.am: |
1355a606667e
Remove unnecessary .PHONY targets in Makefile.am for common targets which Automake supplies by default
Rik <rdrider0-list@yahoo.com>
parents:
9846
diff
changeset
|
804 Remove unnecessary .PHONY targets for common targets which |
1355a606667e
Remove unnecessary .PHONY targets in Makefile.am for common targets which Automake supplies by default
Rik <rdrider0-list@yahoo.com>
parents:
9846
diff
changeset
|
805 Automake supplies already. Examples are local-all, install-local-data |
1355a606667e
Remove unnecessary .PHONY targets in Makefile.am for common targets which Automake supplies by default
Rik <rdrider0-list@yahoo.com>
parents:
9846
diff
changeset
|
806 |
9846
1d90fc211872
configure.ac: report freetype, fontconfig, and fltk cflags and libs info
John W. Eaton <jwe@octave.org>
parents:
9845
diff
changeset
|
807 2009-11-21 John W. Eaton <jwe@octave.org> |
1d90fc211872
configure.ac: report freetype, fontconfig, and fltk cflags and libs info
John W. Eaton <jwe@octave.org>
parents:
9845
diff
changeset
|
808 |
1d90fc211872
configure.ac: report freetype, fontconfig, and fltk cflags and libs info
John W. Eaton <jwe@octave.org>
parents:
9845
diff
changeset
|
809 * configure.ac (AC_MSG_NOTICE): Report graphics (fltk) CFLAGS. |
1d90fc211872
configure.ac: report freetype, fontconfig, and fltk cflags and libs info
John W. Eaton <jwe@octave.org>
parents:
9845
diff
changeset
|
810 Report fontconfig CFLAGS and LIBS. |
1d90fc211872
configure.ac: report freetype, fontconfig, and fltk cflags and libs info
John W. Eaton <jwe@octave.org>
parents:
9845
diff
changeset
|
811 Report freetype2 CFLAGS and LIBS. |
1d90fc211872
configure.ac: report freetype, fontconfig, and fltk cflags and libs info
John W. Eaton <jwe@octave.org>
parents:
9845
diff
changeset
|
812 |
9845
722bd8f6a750
configure.ac: fix freetype check
John W. Eaton <jwe@octave.org>
parents:
9830
diff
changeset
|
813 2009-11-21 John W. Eaton <jwe@octave.org> |
722bd8f6a750
configure.ac: fix freetype check
John W. Eaton <jwe@octave.org>
parents:
9830
diff
changeset
|
814 |
722bd8f6a750
configure.ac: fix freetype check
John W. Eaton <jwe@octave.org>
parents:
9830
diff
changeset
|
815 * common.mk: Substitute FT2_CFLAGS. |
722bd8f6a750
configure.ac: fix freetype check
John W. Eaton <jwe@octave.org>
parents:
9830
diff
changeset
|
816 * configure.ac: Remove spurious lines in check for freetype. Add |
722bd8f6a750
configure.ac: fix freetype check
John W. Eaton <jwe@octave.org>
parents:
9830
diff
changeset
|
817 $FT2_CFLAGS to $XTRA_CXXFLAGS. |
722bd8f6a750
configure.ac: fix freetype check
John W. Eaton <jwe@octave.org>
parents:
9830
diff
changeset
|
818 |
9830 | 819 2009-11-18 Jaroslav Hajek <highegg@gmail.com> |
820 | |
821 * NEWS: Update. | |
822 | |
9826 | 823 2009-11-18 Jaroslav Hajek <highegg@gmail.com> |
824 | |
825 * NEWS: Update. | |
826 | |
9820
a262b41eaa15
common.mk: don't include DLL_CXXDEFS in AM_CXXFLAGS
John W. Eaton <jwe@octave.org>
parents:
9817
diff
changeset
|
827 2009-11-16 John W. Eaton <jwe@octave.org> |
a262b41eaa15
common.mk: don't include DLL_CXXDEFS in AM_CXXFLAGS
John W. Eaton <jwe@octave.org>
parents:
9817
diff
changeset
|
828 |
a262b41eaa15
common.mk: don't include DLL_CXXDEFS in AM_CXXFLAGS
John W. Eaton <jwe@octave.org>
parents:
9817
diff
changeset
|
829 * common.mk (AM_CXXFLAGS): Don't include DLL_CXXDEFS in the list. |
a262b41eaa15
common.mk: don't include DLL_CXXDEFS in AM_CXXFLAGS
John W. Eaton <jwe@octave.org>
parents:
9817
diff
changeset
|
830 (CONFIGURE_CFLAGS): New variable. |
a262b41eaa15
common.mk: don't include DLL_CXXDEFS in AM_CXXFLAGS
John W. Eaton <jwe@octave.org>
parents:
9817
diff
changeset
|
831 (AM_CFLAGS): Define similar to AM_CXXFLAGS. |
a262b41eaa15
common.mk: don't include DLL_CXXDEFS in AM_CXXFLAGS
John W. Eaton <jwe@octave.org>
parents:
9817
diff
changeset
|
832 |
9817
932b0efeb81b
restore rules to create libcruft/cruft.def
John W. Eaton <jwe@octave.org>
parents:
9805
diff
changeset
|
833 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
|
834 |
932b0efeb81b
restore rules to create libcruft/cruft.def
John W. Eaton <jwe@octave.org>
parents:
9805
diff
changeset
|
835 * 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
|
836 |
9805
bb70d16cca3b
fail at configure time if IEEE floating point format is not detected
John W. Eaton <jwe@octave.org>
parents:
9804
diff
changeset
|
837 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
|
838 |
bb70d16cca3b
fail at configure time if IEEE floating point format is not detected
John W. Eaton <jwe@octave.org>
parents:
9804
diff
changeset
|
839 * 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
|
840 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
|
841 |
11088 | 842 2009-11-11 Shai Ayal <shaiay@users.sourceforge.net> |
9804
6fcc4179c178
configure.ac: remove check for ftgl
Shai Ayal <shaiay@users.sourceforge.net>
parents:
9803
diff
changeset
|
843 |
6fcc4179c178
configure.ac: remove check for ftgl
Shai Ayal <shaiay@users.sourceforge.net>
parents:
9803
diff
changeset
|
844 * configure.ac: Remove tests for ftgl. |
6fcc4179c178
configure.ac: remove check for ftgl
Shai Ayal <shaiay@users.sourceforge.net>
parents:
9803
diff
changeset
|
845 |
9803
f5126ea721e2
configure.ac: remove -mwindows from FLTK_LDFLAGS
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9801
diff
changeset
|
846 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
|
847 |
f5126ea721e2
configure.ac: remove -mwindows from FLTK_LDFLAGS
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9801
diff
changeset
|
848 * 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
|
849 |
9801
13868ea67c71
configure.ac: fail if LT_INIT is not defined
John W. Eaton <jwe@octave.org>
parents:
9799
diff
changeset
|
850 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
|
851 |
13868ea67c71
configure.ac: fail if LT_INIT is not defined
John W. Eaton <jwe@octave.org>
parents:
9799
diff
changeset
|
852 * 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
|
853 |
9799
cfd0aa788ae1
remove reference blas and lapack sources
John W. Eaton <jwe@octave.org>
parents:
9794
diff
changeset
|
854 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
|
855 |
cfd0aa788ae1
remove reference blas and lapack sources
John W. Eaton <jwe@octave.org>
parents:
9794
diff
changeset
|
856 * NEWS: Update. |
cfd0aa788ae1
remove reference blas and lapack sources
John W. Eaton <jwe@octave.org>
parents:
9794
diff
changeset
|
857 |
cfd0aa788ae1
remove reference blas and lapack sources
John W. Eaton <jwe@octave.org>
parents:
9794
diff
changeset
|
858 * 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
|
859 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
|
860 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
|
861 variable. |
cfd0aa788ae1
remove reference blas and lapack sources
John W. Eaton <jwe@octave.org>
parents:
9794
diff
changeset
|
862 |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
863 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
|
864 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
865 * configure.ac: Set octincludedir to |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
866 $(includedir)/octave-$(version)/octave, not |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
867 $(includedir)/octave-$(version). |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
868 * 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
|
869 -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
|
870 -I$octincludedir/octave. |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
871 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
872 * 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
|
873 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
|
874 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
|
875 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
|
876 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
|
877 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
|
878 --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
|
879 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
|
880 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
|
881 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
|
882 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
|
883 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
|
884 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
|
885 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
|
886 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
|
887 (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
|
888 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
|
889 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
|
890 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
|
891 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
892 * 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
|
893 (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
|
894 (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
|
895 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
896 * 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
|
897 (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
|
898 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
899 * 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
|
900 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
|
901 scripts directories. |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
902 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
|
903 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
|
904 subdirectories. |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
905 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
906 * 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
|
907 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
|
908 examples/Makefile.am: New files. |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
909 * 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
|
910 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
|
911 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
|
912 Delete. |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9787
diff
changeset
|
913 |
9787
cc5bb7b5679f
use AMD_CPPFLAGS when checking for UMFPACK
David Grundberg <davidg@cs.umu.se>
parents:
9762
diff
changeset
|
914 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
|
915 |
cc5bb7b5679f
use AMD_CPPFLAGS when checking for UMFPACK
David Grundberg <davidg@cs.umu.se>
parents:
9762
diff
changeset
|
916 * 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
|
917 |
9762
8e277dcf1223
prefer dlopen on OS X systems
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9745
diff
changeset
|
918 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
|
919 |
8e277dcf1223
prefer dlopen on OS X systems
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9745
diff
changeset
|
920 * 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
|
921 |
9745 | 922 2009-10-20 Jaroslav Hajek <highegg@gmail.com> |
923 | |
924 * NEWS: Update. | |
925 | |
9722 | 926 2009-10-13 Jaroslav Hajek <highegg@gmail.com> |
927 | |
928 * NEWS: Update. | |
929 | |
9708 | 930 2009-10-08 Jaroslav Hajek <highegg@gmail.com> |
931 | |
932 * configure.ac: Define HAVE_QRUPDATE_LUU if qrupdate supports LU updates. | |
933 | |
9707
6f5c4c82c5fc
avoid ugly F77 names in configure
Jaroslav Hajek <highegg@gmail.com>
parents:
9664
diff
changeset
|
934 2009-10-08 Jaroslav Hajek <highegg@gmail.com> |
6f5c4c82c5fc
avoid ugly F77 names in configure
Jaroslav Hajek <highegg@gmail.com>
parents:
9664
diff
changeset
|
935 |
6f5c4c82c5fc
avoid ugly F77 names in configure
Jaroslav Hajek <highegg@gmail.com>
parents:
9664
diff
changeset
|
936 * 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
|
937 ugly names. |
6f5c4c82c5fc
avoid ugly F77 names in configure
Jaroslav Hajek <highegg@gmail.com>
parents:
9664
diff
changeset
|
938 |
9664 | 939 2009-09-23 Jaroslav Hajek <highegg@gmail.com> |
940 | |
941 * NEWS: Update. | |
942 | |
9654
a307a6f77fb3
aclocal.m4: consistently quote first arg to AC_DEFUN
John W. Eaton <jwe@octave.org>
parents:
9648
diff
changeset
|
943 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
|
944 |
a307a6f77fb3
aclocal.m4: consistently quote first arg to AC_DEFUN
John W. Eaton <jwe@octave.org>
parents:
9648
diff
changeset
|
945 * 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
|
946 |
9648
11844593875a
eliminate oct-dlldefs.h and oct-types.h
John W. Eaton <jwe@octave.org>
parents:
9645
diff
changeset
|
947 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
|
948 |
11844593875a
eliminate oct-dlldefs.h and oct-types.h
John W. Eaton <jwe@octave.org>
parents:
9645
diff
changeset
|
949 * 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
|
950 (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
|
951 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
|
952 (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
|
953 |
9645 | 954 2009-09-15 John W. Eaton <jwe@octave.org> |
955 | |
956 * configure.ac: Rename from configure.in. | |
957 (AC_CONFIG_FILES): Add m4/Makefile to the list. | |
958 * acx_blas.m4, acx_lapack.m4, acx_blas_f77_func.m4, | |
959 acx_pthread.m4: Move to m4 subdirectory. | |
960 * m4/Makefile.in: New file. | |
961 * octMakefile.in (M4_FILES): Adjust for new m4 subdirectory. | |
962 Rename all instances of configure.in to configure.ac. | |
963 (CONF_DISTSUBDIRS, DISTSUBDIRS): Add m4 to the lists. | |
964 | |
965 * configure.in: Substitute ac_config_headers. | |
966 * octMakefile.in (CONFIG_FILES): Include @ac_config_headers@ in | |
967 the list. From Thorsten Meyer <thorsten.meyier@gmx.de>. | |
968 | |
9617
7c628fb04fd0
Makeconf.in: don't sort sparse and fftw cpp/ld flags
John W. Eaton <jwe@octave.org>
parents:
9615
diff
changeset
|
969 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
|
970 |
7c628fb04fd0
Makeconf.in: don't sort sparse and fftw cpp/ld flags
John W. Eaton <jwe@octave.org>
parents:
9615
diff
changeset
|
971 * 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
|
972 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
|
973 |
9615
ee3a5e9a381c
Changed SPARSE_LIBS order to respect dependency
Marco Atzeri <marco_atzeri@yahoo.it>
parents:
9614
diff
changeset
|
974 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
|
975 |
ee3a5e9a381c
Changed SPARSE_LIBS order to respect dependency
Marco Atzeri <marco_atzeri@yahoo.it>
parents:
9614
diff
changeset
|
976 * 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
|
977 |
9614 | 978 2009-09-04 Marco Atzeri <marco_atzeri@yahoo.it> |
979 | |
980 * README.Cygwin: Update version info. | |
981 | |
9613
16907d1153d1
attempt to fix LD_PRELOAD for Cygwin
John W. Eaton <jwe@octave.org>
parents:
9610
diff
changeset
|
982 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
|
983 |
16907d1153d1
attempt to fix LD_PRELOAD for Cygwin
John W. Eaton <jwe@octave.org>
parents:
9610
diff
changeset
|
984 * 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
|
985 * 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
|
986 * 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
|
987 |
9610
bb36a5730ecc
configure.in (AH_BOTTOM): If HAVE_Z is defined, define HAVE_ZLIB
John W. Eaton <jwe@octave.org>
parents:
9609
diff
changeset
|
988 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
|
989 |
bb36a5730ecc
configure.in (AH_BOTTOM): If HAVE_Z is defined, define HAVE_ZLIB
John W. Eaton <jwe@octave.org>
parents:
9609
diff
changeset
|
990 * 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
|
991 |
9609 | 992 2009-09-03 Jaroslav Hajek <highegg@gmail.com> |
993 | |
994 * NEWS: Update. | |
995 | |
9603
8bea4e89326f
implement FLOAT_STORE to allow safer complex comparisons on x87
Jaroslav Hajek <highegg@gmail.com>
parents:
9600
diff
changeset
|
996 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
|
997 |
9604
4dd8fc7c106c
ChangeLog fix for last change: FLOAT_STORE->FLOAT_TRUNCATE
Jaroslav Hajek <highegg@gmail.com>
parents:
9603
diff
changeset
|
998 * 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
|
999 |
9600
de6f547574be
BLAS integer size check in acx_blas_f77_func
Jaroslav Hajek <highegg@gmail.com>
parents:
9596
diff
changeset
|
1000 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
|
1001 |
de6f547574be
BLAS integer size check in acx_blas_f77_func
Jaroslav Hajek <highegg@gmail.com>
parents:
9596
diff
changeset
|
1002 * 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
|
1003 size. |
de6f547574be
BLAS integer size check in acx_blas_f77_func
Jaroslav Hajek <highegg@gmail.com>
parents:
9596
diff
changeset
|
1004 |
9596
f26229391ea1
configure.in, aclocal.m4: check fortran integer size
John W. Eaton <jwe@octave.org>
parents:
9595
diff
changeset
|
1005 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
|
1006 |
f26229391ea1
configure.in, aclocal.m4: check fortran integer size
John W. Eaton <jwe@octave.org>
parents:
9595
diff
changeset
|
1007 * 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
|
1008 * 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
|
1009 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
|
1010 |
9595 | 1011 2009-09-01 Jaroslav Hajek <highegg@gmail.com> |
1012 | |
1013 * NEWS: Update. | |
1014 | |
9589 | 1015 2009-08-30 Jaroslav Hajek <highegg@gmail.com> |
1016 | |
1017 * NEWS: Update. | |
1018 | |
9583
8dc1531e2149
correctly save and restore LIBS and CPPFLAGS when checking for GraphicsMagick++
John W. Eaton <jwe@octave.org>
parents:
9577
diff
changeset
|
1019 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
|
1020 |
8dc1531e2149
correctly save and restore LIBS and CPPFLAGS when checking for GraphicsMagick++
John W. Eaton <jwe@octave.org>
parents:
9577
diff
changeset
|
1021 * 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
|
1022 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
|
1023 |
9577
b03062e16c6f
copyirght & FIXME in aclocal.m4
Jaroslav Hajek <highegg@gmail.com>
parents:
9575
diff
changeset
|
1024 2009-08-27 Jaroslav Hajek <highegg@gmail.com> |
b03062e16c6f
copyirght & FIXME in aclocal.m4
Jaroslav Hajek <highegg@gmail.com>
parents:
9575
diff
changeset
|
1025 |
b03062e16c6f
copyirght & FIXME in aclocal.m4
Jaroslav Hajek <highegg@gmail.com>
parents:
9575
diff
changeset
|
1026 * 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
|
1027 as FIXME. |
b03062e16c6f
copyirght & FIXME in aclocal.m4
Jaroslav Hajek <highegg@gmail.com>
parents:
9575
diff
changeset
|
1028 |
9573
be3ee885739b
configure.in: restore LIBS after checking for ARPACK
John W. Eaton <jwe@octave.org>
parents:
9572
diff
changeset
|
1029 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
|
1030 |
be3ee885739b
configure.in: restore LIBS after checking for ARPACK
John W. Eaton <jwe@octave.org>
parents:
9572
diff
changeset
|
1031 * 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
|
1032 |
9572
ab8a163f2052
use OCTAVE_CHECK_LIB to check for UMFPACK
John W. Eaton <jwe@octave.org>
parents:
9570
diff
changeset
|
1033 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
|
1034 |
ab8a163f2052
use OCTAVE_CHECK_LIB to check for UMFPACK
John W. Eaton <jwe@octave.org>
parents:
9570
diff
changeset
|
1035 * 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
|
1036 * 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
|
1037 UMFPACK_LDFLAGS. |
ab8a163f2052
use OCTAVE_CHECK_LIB to check for UMFPACK
John W. Eaton <jwe@octave.org>
parents:
9570
diff
changeset
|
1038 * 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
|
1039 (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
|
1040 |
9570
1ab56c73ec7c
use OCTAVE_CHECK_LIBRARY to check for qrupdate library
John W. Eaton <jwe@octave.org>
parents:
9569
diff
changeset
|
1041 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
|
1042 |
1ab56c73ec7c
use OCTAVE_CHECK_LIBRARY to check for qrupdate library
John W. Eaton <jwe@octave.org>
parents:
9569
diff
changeset
|
1043 * 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
|
1044 * 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
|
1045 QRUPDATE_LDFLAGS. |
1ab56c73ec7c
use OCTAVE_CHECK_LIBRARY to check for qrupdate library
John W. Eaton <jwe@octave.org>
parents:
9569
diff
changeset
|
1046 * 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
|
1047 (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
|
1048 |
9569
86787a560712
octave-bug.in: correct substitutions
John W. Eaton <jwe@octave.org>
parents:
9568
diff
changeset
|
1049 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
|
1050 |
86787a560712
octave-bug.in: correct substitutions
John W. Eaton <jwe@octave.org>
parents:
9568
diff
changeset
|
1051 * octave-bug.in: Correct substitutions. |
86787a560712
octave-bug.in: correct substitutions
John W. Eaton <jwe@octave.org>
parents:
9568
diff
changeset
|
1052 |
9568
d3fccc4c4b9e
use OCTAVE_CHECK_LIBRARY to check for ARPACK
John W. Eaton <jwe@octave.org>
parents:
9565
diff
changeset
|
1053 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
|
1054 |
d3fccc4c4b9e
use OCTAVE_CHECK_LIBRARY to check for ARPACK
John W. Eaton <jwe@octave.org>
parents:
9565
diff
changeset
|
1055 * 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
|
1056 * 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
|
1057 * 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
|
1058 ARPACK_LDFLAGS. |
d3fccc4c4b9e
use OCTAVE_CHECK_LIBRARY to check for ARPACK
John W. Eaton <jwe@octave.org>
parents:
9565
diff
changeset
|
1059 * 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
|
1060 (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
|
1061 |
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
|
1062 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
|
1063 |
fe57b638e48c
adapt octave-bug.cc.in and mkoctfile.cc.in to recent configure changes
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9559
diff
changeset
|
1064 * 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
|
1065 * 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
|
1066 |
9575
55ecaefb7d0f
Use pkg-config to configure GraphicsMagick++.
David Grundberg <individ@acc.umu.se>
parents:
9573
diff
changeset
|
1067 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
|
1068 |
55ecaefb7d0f
Use pkg-config to configure GraphicsMagick++.
David Grundberg <individ@acc.umu.se>
parents:
9573
diff
changeset
|
1069 * 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
|
1070 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
|
1071 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
|
1072 MAGICK_LIBS respectively. Substitute these variables. |
55ecaefb7d0f
Use pkg-config to configure GraphicsMagick++.
David Grundberg <individ@acc.umu.se>
parents:
9573
diff
changeset
|
1073 Remove variables MAGICK_CONFIG and MAGICK_INCFLAGS. |
55ecaefb7d0f
Use pkg-config to configure GraphicsMagick++.
David Grundberg <individ@acc.umu.se>
parents:
9573
diff
changeset
|
1074 Test linking against GraphicsMagick++. |
55ecaefb7d0f
Use pkg-config to configure GraphicsMagick++.
David Grundberg <individ@acc.umu.se>
parents:
9573
diff
changeset
|
1075 * 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
|
1076 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
|
1077 Remove variables MAGICK_CONFIG and MAGICK_INCFLAGS. |
55ecaefb7d0f
Use pkg-config to configure GraphicsMagick++.
David Grundberg <individ@acc.umu.se>
parents:
9573
diff
changeset
|
1078 |
9559
163e205600a4
fix typo in acx_blas_f77_func.m4
Jaroslav Hajek <highegg@gmail.com>
parents:
9547
diff
changeset
|
1079 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
|
1080 |
163e205600a4
fix typo in acx_blas_f77_func.m4
Jaroslav Hajek <highegg@gmail.com>
parents:
9547
diff
changeset
|
1081 * 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
|
1082 |
9547 | 1083 2009-08-19 Jaroslav Hajek <highegg@gmail.com> |
1084 | |
1085 * NEWS: Update. | |
1086 | |
9543
1d51ab34b509
tweaks for HDF5 library check
John W. Eaton <jwe@octave.org>
parents:
9542
diff
changeset
|
1087 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
|
1088 |
1d51ab34b509
tweaks for HDF5 library check
John W. Eaton <jwe@octave.org>
parents:
9542
diff
changeset
|
1089 * 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
|
1090 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
|
1091 * 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
|
1092 Set TEXINFO_HDF5 if HDF5 library is found. |
1d51ab34b509
tweaks for HDF5 library check
John W. Eaton <jwe@octave.org>
parents:
9542
diff
changeset
|
1093 |
9542
f5ec5dc66824
use OCTAVE_CHECK_LIBRARY to check for HDF5
John W. Eaton <jwe@octave.org>
parents:
9541
diff
changeset
|
1094 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
|
1095 |
f5ec5dc66824
use OCTAVE_CHECK_LIBRARY to check for HDF5
John W. Eaton <jwe@octave.org>
parents:
9541
diff
changeset
|
1096 * 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
|
1097 * 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
|
1098 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
|
1099 * 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
|
1100 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
|
1101 * 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
|
1102 HDF5_CPPFLAGS and HDF5_LDFLAGS. |
f5ec5dc66824
use OCTAVE_CHECK_LIBRARY to check for HDF5
John W. Eaton <jwe@octave.org>
parents:
9541
diff
changeset
|
1103 |
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
|
1104 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
|
1105 |
afbdf01bcacc
acx_blas_f77_func.m4 (ACX_BLAS_F77_FUNC): Save and restore LIBS
John W. Eaton <jwe@octave.org>
parents:
9540
diff
changeset
|
1106 * 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
|
1107 |
9540
79b5fe2d5646
use Z_LIBS in checks for curl and glpk libraries
John W. Eaton <jwe@octave.org>
parents:
9539
diff
changeset
|
1108 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
|
1109 |
79b5fe2d5646
use Z_LIBS in checks for curl and glpk libraries
John W. Eaton <jwe@octave.org>
parents:
9539
diff
changeset
|
1110 * 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
|
1111 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
|
1112 * 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
|
1113 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
|
1114 |
9539
41a74dcd14df
Clear QHULL_LIBS etc on errors. Interpret --without-qhull etc correctly.
David Grundberg <individ@acc.umu.se>
parents:
9538
diff
changeset
|
1115 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
|
1116 |
41a74dcd14df
Clear QHULL_LIBS etc on errors. Interpret --without-qhull etc correctly.
David Grundberg <individ@acc.umu.se>
parents:
9538
diff
changeset
|
1117 * 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
|
1118 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
|
1119 |
9538
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9536
diff
changeset
|
1120 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
|
1121 |
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9536
diff
changeset
|
1122 * 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
|
1123 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
|
1124 (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
|
1125 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
|
1126 |
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9536
diff
changeset
|
1127 * 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
|
1128 Substitute and display them. |
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9536
diff
changeset
|
1129 (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
|
1130 * 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
|
1131 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
|
1132 * 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
|
1133 (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
|
1134 (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
|
1135 |
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9536
diff
changeset
|
1136 (ALL_CPPFLAGS): New variable. |
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9536
diff
changeset
|
1137 (%.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
|
1138 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
|
1139 |
9536
592a959b68e5
octave-bug.in, octave-bug.cc.in: update for recent configure changes
John W. Eaton <jwe@octave.org>
parents:
9531
diff
changeset
|
1140 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
|
1141 |
592a959b68e5
octave-bug.in, octave-bug.cc.in: update for recent configure changes
John W. Eaton <jwe@octave.org>
parents:
9531
diff
changeset
|
1142 * 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
|
1143 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
|
1144 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
|
1145 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
|
1146 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
|
1147 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
|
1148 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
|
1149 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
|
1150 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
|
1151 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
|
1152 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
|
1153 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
|
1154 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
|
1155 |
592a959b68e5
octave-bug.in, octave-bug.cc.in: update for recent configure changes
John W. Eaton <jwe@octave.org>
parents:
9531
diff
changeset
|
1156 * 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
|
1157 |
9531
b859079d1644
configure and Makefile fixes for Windows
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9525
diff
changeset
|
1158 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
|
1159 |
b859079d1644
configure and Makefile fixes for Windows
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9525
diff
changeset
|
1160 * 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
|
1161 attempting link. |
b859079d1644
configure and Makefile fixes for Windows
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9525
diff
changeset
|
1162 |
9525
691545147aca
compatibility for earlier autoconfs
Jaroslav Hajek <highegg@gmail.com>
parents:
9523
diff
changeset
|
1163 2009-08-15 Jaroslav Hajek <highegg@gmail.com> |
691545147aca
compatibility for earlier autoconfs
Jaroslav Hajek <highegg@gmail.com>
parents:
9523
diff
changeset
|
1164 |
691545147aca
compatibility for earlier autoconfs
Jaroslav Hajek <highegg@gmail.com>
parents:
9523
diff
changeset
|
1165 * 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
|
1166 and `m4_ifnblank' if on earlier autoconfs. |
691545147aca
compatibility for earlier autoconfs
Jaroslav Hajek <highegg@gmail.com>
parents:
9523
diff
changeset
|
1167 |
9523
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9520
diff
changeset
|
1168 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
|
1169 |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9520
diff
changeset
|
1170 * Makeconf.in (GLPK_CPPFLAGS, GLPK_LDFLAGS, |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9520
diff
changeset
|
1171 AMD_CPPFLAGS, AMD_LDFLAGS, CAMD_CPPFLAGS, CAMD_LDFLAGS, |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9520
diff
changeset
|
1172 CCOLAMD_CPPFLAGS, CCOLAMD_LDFLAGS, CHOLMOD_CPPFLAGS, |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9520
diff
changeset
|
1173 CHOLMOD_LDFLAGS, COLAMD_CPPFLAGS, COLAMD_LDFLAGS, |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9520
diff
changeset
|
1174 CXSPARSE_CPPFLAGS, CXSPARSE_LDFLAGS): New variables. |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9520
diff
changeset
|
1175 (do-subst-config-vals): Substitute Them. |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9520
diff
changeset
|
1176 (SPARSE_CPPFLAGS, SPARSE_LDFLAGS, SPARSE_LIBS, FFTW_CPPFLAGS, |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9520
diff
changeset
|
1177 FFTW_LDFLAGS, FFTW_LIBS): New variables. |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9520
diff
changeset
|
1178 |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9520
diff
changeset
|
1179 * 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
|
1180 CAMD, CCOLAMD, CHOLMOD, COLAMD, CXSPARSE, FFTW3, and FFTW3F |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9520
diff
changeset
|
1181 libraries. Print GLPK_CPPFLAGS, GLPK_LDFLAGS, AMD_CPPFLAGS, |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9520
diff
changeset
|
1182 AMD_LDFLAGS, CAMD_CPPFLAGS, CAMD_LDFLAGS, CCOLAMD_CPPFLAGS, |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9520
diff
changeset
|
1183 CCOLAMD_LDFLAGS, CHOLMOD_CPPFLAGS, CHOLMOD_LDFLAGS, |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9520
diff
changeset
|
1184 COLAMD_CPPFLAGS, COLAMD_LDFLAGS, CXSPARSE_CPPFLAGS, |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9520
diff
changeset
|
1185 CXSPARSE_LDFLAGS, FFTW3_CPPFLAGS, FFTW3_LDFLAGS, FFTW3_LIBS, |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9520
diff
changeset
|
1186 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
|
1187 (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
|
1188 both defined. |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9520
diff
changeset
|
1189 |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9520
diff
changeset
|
1190 * 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
|
1191 language and doc string. |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9520
diff
changeset
|
1192 |
9520
bd5909b89457
fix OCTAVE_CHECK_LIBRARY
Jaroslav Hajek <highegg@gmail.com>
parents:
9519
diff
changeset
|
1193 2009-08-13 Jaroslav Hajek <highegg@gmail.com> |
bd5909b89457
fix OCTAVE_CHECK_LIBRARY
Jaroslav Hajek <highegg@gmail.com>
parents:
9519
diff
changeset
|
1194 |
bd5909b89457
fix OCTAVE_CHECK_LIBRARY
Jaroslav Hajek <highegg@gmail.com>
parents:
9519
diff
changeset
|
1195 * aclocal.m4 (OCTAVE_CHECK_LIBRARY): Prepend to LIBS rather than |
bd5909b89457
fix OCTAVE_CHECK_LIBRARY
Jaroslav Hajek <highegg@gmail.com>
parents:
9519
diff
changeset
|
1196 replacing. |
bd5909b89457
fix OCTAVE_CHECK_LIBRARY
Jaroslav Hajek <highegg@gmail.com>
parents:
9519
diff
changeset
|
1197 |
9519
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
1198 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
|
1199 |
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
1200 * 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
|
1201 CURL_LDFLAGS): New variables. |
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
1202 (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
|
1203 CURL_CPPFLAGS, and CURL_LDFLAGS |
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
1204 * 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
|
1205 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
|
1206 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
|
1207 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
|
1208 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
|
1209 * 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
|
1210 (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
|
1211 Implement with modern autoconf macros. |
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
1212 |
9515 | 1213 2009-08-11 John W. Eaton <jwe@octave.org> |
1214 | |
1215 * configure.in: Define and substitute TERM_LIBS instead of | |
1216 TERMLIBS. Don't add TERM_LIBS to LIBS. Define DL_LIBS instead of | |
1217 adding them to LIBS. Display TERM_LIBS and DL_LIBS in summary | |
1218 reporrt. | |
1219 * aclocal.m4 (OCTAVE_ENABLE_READLINE): Define and substitute | |
1220 READLINE_LIBS instead of LIBREADLINE. Don't add readline library | |
1221 to LIBS. Display READLINE_LIBS in summary report. Temporarily | |
1222 add TERM_LIBS to LIBS when checking for readline library. | |
1223 * Makeconf.in, mkoctfile.cc.in, mkoctfile.in: | |
1224 Use READLINE_LIBS instead of LIBREADLINE and TERM_LIBS instead of | |
1225 TERMLIBS. Substitute DL_LIBS. | |
1226 (do-subst-config-vals): Substitute TERM_LIBS and DL_LIBS. | |
1227 | |
9514 | 1228 2009-08-11 John W. Eaton <jwe@octave.org> |
1229 | |
1230 * configure.in: Generate separate variables for HDF5_LIBS and | |
1231 ZLIB_LIBS. Don't add them to LIBS. Add separate entries for them | |
1232 in the summary report. | |
1233 * Makeconf.in (HDF5_LIBS, ZLIB_LIBS): New variables. | |
1234 (do-subst-config-vals): Substitute AMD_LIBS, ARPACK_LIBS, | |
1235 CAMD_LIBS, CCOLAMD_LIBS, CHOLMOD_LIBS, COLAMD_LIBS, CXSPARSE_LIBS, | |
1236 FT2_LIBS, GRAPHICS_LIBS, HDF5_LIBS, OPENGL_LIBS, PTHREAD_CFLAGS, | |
1237 PTHREAD_LIBS, QHULL_LIBS, QRUPDATE_LIBS, REGEX_LIBS, UMFPACK_LIBS, | |
1238 ZLIB_LIBS. | |
1239 | |
9489 | 1240 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
|
1241 |
ee572cdd4b97
add configure checks for pthread library and compiler flags
John W. Eaton <jwe@octave.org>
parents:
9480
diff
changeset
|
1242 * 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
|
1243 * 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
|
1244 ptrhead flags and libraries in summary output. |
9489 | 1245 * Makeconf.in (PTHREAD_CFLAGS, PTHREAD_LIBS): Substitute values. |
1246 (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
|
1247 |
9480 | 1248 2009-08-03 Jaroslav Hajek <highegg@gmail.com> |
1249 | |
1250 * NEWS: Update. | |
1251 | |
9462 | 1252 2009-07-27 Jaroslav Hajek <highegg@gmail.com> |
1253 | |
1254 * NEWS: Update. | |
1255 | |
9449 | 1256 2009-07-22 Jaroslav Hajek <highegg@gmail.com> |
1257 | |
1258 * NEWS: Update. | |
1259 | |
9437
db08c2376970
Makeconf.in (MAGICK_LIBS): Don't pass --ldflags to $(MAGICK_CONFIG)
John W. Eaton <jwe@octave.org>
parents:
9424
diff
changeset
|
1260 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
|
1261 |
db08c2376970
Makeconf.in (MAGICK_LIBS): Don't pass --ldflags to $(MAGICK_CONFIG)
John W. Eaton <jwe@octave.org>
parents:
9424
diff
changeset
|
1262 * 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
|
1263 |
9424
69d05d1a63b9
configure.in: don't use system strftime on MinGW systems
John W. Eaton <jwe@octave.org>
parents:
9408
diff
changeset
|
1264 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
|
1265 |
69d05d1a63b9
configure.in: don't use system strftime on MinGW systems
John W. Eaton <jwe@octave.org>
parents:
9408
diff
changeset
|
1266 * 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
|
1267 |
9407
0951174cbb03
remove experimental stuff from lookup, simplify
Jaroslav Hajek <highegg@gmail.com>
parents:
9403
diff
changeset
|
1268 2009-06-29 Jaroslav Hajek <highegg@gmail.com> |
0951174cbb03
remove experimental stuff from lookup, simplify
Jaroslav Hajek <highegg@gmail.com>
parents:
9403
diff
changeset
|
1269 |
0951174cbb03
remove experimental stuff from lookup, simplify
Jaroslav Hajek <highegg@gmail.com>
parents:
9403
diff
changeset
|
1270 * NEWS: Correct info. |
9408 | 1271 * NEWS: Update. |
9407
0951174cbb03
remove experimental stuff from lookup, simplify
Jaroslav Hajek <highegg@gmail.com>
parents:
9403
diff
changeset
|
1272 |
9403
4af6e29449c1
[mq]: graphics_text_engine
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9381
diff
changeset
|
1273 2009-06-26 Michael Goffioul <michael.goffioul@gmail.com> |
4af6e29449c1
[mq]: graphics_text_engine
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9381
diff
changeset
|
1274 |
4af6e29449c1
[mq]: graphics_text_engine
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9381
diff
changeset
|
1275 * aclocal.m4: Add pkg.m4 macros. |
4af6e29449c1
[mq]: graphics_text_engine
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9381
diff
changeset
|
1276 * configure.in (HAVE_FREETYPE): New defined variable. |
4af6e29449c1
[mq]: graphics_text_engine
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9381
diff
changeset
|
1277 * configure.in: Add configure tests for Fontconfig detection. |
4af6e29449c1
[mq]: graphics_text_engine
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9381
diff
changeset
|
1278 |
9381
f9ab19428cd8
* run-octave.in: Exclude @-files from path. Remove CVS exclusions.
Robert T. Short <octave@phaselockedsystems.com>
parents:
9365
diff
changeset
|
1279 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
|
1280 |
f9ab19428cd8
* run-octave.in: Exclude @-files from path. Remove CVS exclusions.
Robert T. Short <octave@phaselockedsystems.com>
parents:
9365
diff
changeset
|
1281 * 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
|
1282 |
9365 | 1283 2009-06-19 Jaroslav Hajek <highegg@gmail.com> |
1284 | |
1285 * NEWS: Update. | |
1286 | |
9352 | 1287 2009-06-15 Jaroslav Hajek <highegg@gmail.com> |
1288 | |
1289 * NEWS: Update. | |
1290 | |
9332
bf6da2fbfa4e
examples/polynomial: properly handle magic colon
Jaroslav Hajek <highegg@gmail.com>
parents:
9330
diff
changeset
|
1291 2009-06-02 Jaroslav Hajek <highegg@gmail.com> |
bf6da2fbfa4e
examples/polynomial: properly handle magic colon
Jaroslav Hajek <highegg@gmail.com>
parents:
9330
diff
changeset
|
1292 |
bf6da2fbfa4e
examples/polynomial: properly handle magic colon
Jaroslav Hajek <highegg@gmail.com>
parents:
9330
diff
changeset
|
1293 * examples/@polynomial/subsref.m: Handle ':' correctly. |
bf6da2fbfa4e
examples/polynomial: properly handle magic colon
Jaroslav Hajek <highegg@gmail.com>
parents:
9330
diff
changeset
|
1294 * examples/@polynomial/subsasgn.m: Ditto. |
bf6da2fbfa4e
examples/polynomial: properly handle magic colon
Jaroslav Hajek <highegg@gmail.com>
parents:
9330
diff
changeset
|
1295 |
9329
67fc970dad7d
improve indexed assignment using indexed numel
Jaroslav Hajek <highegg@gmail.com>
parents:
9303
diff
changeset
|
1296 2009-06-11 Jaroslav Hajek <highegg@gmail.com> |
67fc970dad7d
improve indexed assignment using indexed numel
Jaroslav Hajek <highegg@gmail.com>
parents:
9303
diff
changeset
|
1297 |
67fc970dad7d
improve indexed assignment using indexed numel
Jaroslav Hajek <highegg@gmail.com>
parents:
9303
diff
changeset
|
1298 * example/@polynomial/numel.m: New method. |
9330
e903c92d2f02
omission from last patch
Jaroslav Hajek <highegg@gmail.com>
parents:
9329
diff
changeset
|
1299 * example/@polynomial/Makefile.in: Include it. |
9329
67fc970dad7d
improve indexed assignment using indexed numel
Jaroslav Hajek <highegg@gmail.com>
parents:
9303
diff
changeset
|
1300 |
9501 | 1301 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
|
1302 |
adf676387922
properly #ifdef MSVC linker specific flags
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9288
diff
changeset
|
1303 * 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
|
1304 |
9288
7621f0b0e588
examples/@polynomial/end.m: Fix end for zero based indexing.
Robert T. Short <rtshort@ieee.org>
parents:
9285
diff
changeset
|
1305 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
|
1306 |
7621f0b0e588
examples/@polynomial/end.m: Fix end for zero based indexing.
Robert T. Short <rtshort@ieee.org>
parents:
9285
diff
changeset
|
1307 * 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
|
1308 |
9285
226f6d001ee2
further improve the polynomial example, fix indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
9284
diff
changeset
|
1309 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
|
1310 |
226f6d001ee2
further improve the polynomial example, fix indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
9284
diff
changeset
|
1311 * examples/@polynomial/subsref.m: Allow chained subscripts, |
226f6d001ee2
further improve the polynomial example, fix indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
9284
diff
changeset
|
1312 fix behavior according to docs. |
226f6d001ee2
further improve the polynomial example, fix indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
9284
diff
changeset
|
1313 * examples/@polynomial/subsasgn.m: Allow chained subscripts, |
226f6d001ee2
further improve the polynomial example, fix indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
9284
diff
changeset
|
1314 fix behavior according to docs. |
226f6d001ee2
further improve the polynomial example, fix indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
9284
diff
changeset
|
1315 |
9284
567e3e4ab74d
fix up examples/@polynomial
Robert T. Short <octave@phaselockedsystems.com>
parents:
9266
diff
changeset
|
1316 2009-06-02 Robert T. Short <octave@phaselockedsystems.com> |
567e3e4ab74d
fix up examples/@polynomial
Robert T. Short <octave@phaselockedsystems.com>
parents:
9266
diff
changeset
|
1317 |
567e3e4ab74d
fix up examples/@polynomial
Robert T. Short <octave@phaselockedsystems.com>
parents:
9266
diff
changeset
|
1318 * examples/@polynomial: Remove tabs from all functions so |
567e3e4ab74d
fix up examples/@polynomial
Robert T. Short <octave@phaselockedsystems.com>
parents:
9266
diff
changeset
|
1319 documentation looks right. Fix a bunch of methods |
567e3e4ab74d
fix up examples/@polynomial
Robert T. Short <octave@phaselockedsystems.com>
parents:
9266
diff
changeset
|
1320 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
|
1321 that didn't exist. |
567e3e4ab74d
fix up examples/@polynomial
Robert T. Short <octave@phaselockedsystems.com>
parents:
9266
diff
changeset
|
1322 |
9266 | 1323 2009-05-26 John W. Eaton <jwe@octave.org> |
1324 | |
1325 * src/dirfns.cc (Fpathsep): Allow path separator to be set. | |
1326 | |
9259
75c502937d2c
Fix typo for termios.h
Thomas Weber <thomas.weber.mail at gmail.com>
parents:
9254
diff
changeset
|
1327 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
|
1328 |
9967 | 1329 * configure.in: fix typo with regards to termios.h |
9259
75c502937d2c
Fix typo for termios.h
Thomas Weber <thomas.weber.mail at gmail.com>
parents:
9254
diff
changeset
|
1330 |
9254
fbb43bc17a4d
add missing Makefile in examples/@FIRfilter
Jaroslav Hajek <highegg@gmail.com>
parents:
9252
diff
changeset
|
1331 2009-05-25 Jaroslav Hajek <highegg@gmail.com> |
fbb43bc17a4d
add missing Makefile in examples/@FIRfilter
Jaroslav Hajek <highegg@gmail.com>
parents:
9252
diff
changeset
|
1332 |
fbb43bc17a4d
add missing Makefile in examples/@FIRfilter
Jaroslav Hajek <highegg@gmail.com>
parents:
9252
diff
changeset
|
1333 * examples/@FIRfilter/Makefile.in: New file. |
fbb43bc17a4d
add missing Makefile in examples/@FIRfilter
Jaroslav Hajek <highegg@gmail.com>
parents:
9252
diff
changeset
|
1334 * examples/Makefile.in: Include it. |
fbb43bc17a4d
add missing Makefile in examples/@FIRfilter
Jaroslav Hajek <highegg@gmail.com>
parents:
9252
diff
changeset
|
1335 * configure.in: Ditto. |
fbb43bc17a4d
add missing Makefile in examples/@FIRfilter
Jaroslav Hajek <highegg@gmail.com>
parents:
9252
diff
changeset
|
1336 |
9501 | 1337 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
|
1338 |
9967 | 1339 * configure.in: (SCRIPTS_EXE_SUFFIX) Define to ".exe" for |
9252
a1d20052517a
support for mkoctfile.exe and octave-config.exe on mingw platform
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9251
diff
changeset
|
1340 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
|
1341 |
9251
f8b8ab529913
improve OOP documentation
Robert T. Short <octave@phaselockedsystems.com>
parents:
9242
diff
changeset
|
1342 2009-05-24 Robert T. Short <octave@phaselockedsystems.com> |
f8b8ab529913
improve OOP documentation
Robert T. Short <octave@phaselockedsystems.com>
parents:
9242
diff
changeset
|
1343 |
f8b8ab529913
improve OOP documentation
Robert T. Short <octave@phaselockedsystems.com>
parents:
9242
diff
changeset
|
1344 * examples/@FIRfilter: added FIRfilter class example. |
f8b8ab529913
improve OOP documentation
Robert T. Short <octave@phaselockedsystems.com>
parents:
9242
diff
changeset
|
1345 |
9242 | 1346 2009-05-22 Marco Atzeri <marco_atzeri@yahoo.it> |
1347 | |
9967 | 1348 * src/sysdep.cc: Removed CYGWIN_init |
9242 | 1349 |
9241
60bbc66bb0e2
Correct my previous mistake for cygwin SHLBIN and SHLBINPRE
Marco Atzeri <marco_atzeri@yahoo.it>
parents:
9231
diff
changeset
|
1350 2009-05-21 Marco Atzeri <marco_atzeri@yahoo.it> |
9967 | 1351 * configure.in: Correct my mistake in cygwin SHLBINPRE SHLBIN |
9241
60bbc66bb0e2
Correct my previous mistake for cygwin SHLBIN and SHLBINPRE
Marco Atzeri <marco_atzeri@yahoo.it>
parents:
9231
diff
changeset
|
1352 |
9501 | 1353 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
|
1354 |
9231
8a5a04b6c46b
Fixes confgure script for QHULL detection and add dependency on user32 [Win32]
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9230
diff
changeset
|
1355 * 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
|
1356 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
|
1357 * 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
|
1358 |
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
|
1359 * 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
|
1360 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
|
1361 * 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
|
1362 (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
|
1363 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
|
1364 (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
|
1365 (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
|
1366 (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
|
1367 (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
|
1368 (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
|
1369 (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
|
1370 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
|
1371 (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
|
1372 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
|
1373 |
9501 | 1374 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
|
1375 |
50c7d87ecfa1
Remove non-existent mirrors from README.mirrors prior to 3.2 release.
Rik <rdrider0-list@yahoo.com>
parents:
9187
diff
changeset
|
1376 * 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
|
1377 |
9187
a3237ae32c0d
eliminate last remnants of F2C variables
John W. Eaton <jwe@octave.org>
parents:
9186
diff
changeset
|
1378 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
|
1379 |
a3237ae32c0d
eliminate last remnants of F2C variables
John W. Eaton <jwe@octave.org>
parents:
9186
diff
changeset
|
1380 * 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
|
1381 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
|
1382 |
9186
49a0c58a7dcf
Added SHLPRE for SHLEXT instead of SHLLIBPRE
marco_atzeri@yahoo.it
parents:
9178
diff
changeset
|
1383 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
|
1384 |
49a0c58a7dcf
Added SHLPRE for SHLEXT instead of SHLLIBPRE
marco_atzeri@yahoo.it
parents:
9178
diff
changeset
|
1385 * configure.in, Makeconf.in: (SHLPRE): Rename from SHLLIBPRE. |
49a0c58a7dcf
Added SHLPRE for SHLEXT instead of SHLLIBPRE
marco_atzeri@yahoo.it
parents:
9178
diff
changeset
|
1386 |
9178
a6375c37dad4
update config stuff to gripe with g++-3.x
Jaroslav Hajek <highegg@gmail.com>
parents:
9176
diff
changeset
|
1387 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
|
1388 |
a6375c37dad4
update config stuff to gripe with g++-3.x
Jaroslav Hajek <highegg@gmail.com>
parents:
9176
diff
changeset
|
1389 * 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
|
1390 * 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
|
1391 |
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
|
1392 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
|
1393 |
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
|
1394 * 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
|
1395 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
|
1396 |
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
|
1397 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
|
1398 |
9173
224634b2e6e3
configure.in, aclocal.m4: check for c99 vsnprintf
Peter O'Gorman <pogma@thewrittenword.com>
parents:
9172
diff
changeset
|
1399 * 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
|
1400 * configure.in: Use it. |
224634b2e6e3
configure.in, aclocal.m4: check for c99 vsnprintf
Peter O'Gorman <pogma@thewrittenword.com>
parents:
9172
diff
changeset
|
1401 |
9172
cd68431b395a
configure.in: shared library fixes for AIX and HPUX
Peter O'Gorman <pogma@thewrittenword.com>
parents:
9171
diff
changeset
|
1402 * 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
|
1403 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
|
1404 (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
|
1405 (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
|
1406 |
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
|
1407 * 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
|
1408 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
|
1409 |
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
|
1410 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
|
1411 |
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
|
1412 * 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
|
1413 |
9090
298b57a4fec2
configure.in: tweak warning flags
John W. Eaton <jwe@octave.org>
parents:
9078
diff
changeset
|
1414 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
|
1415 |
9091
45c832e9976d
configure.in: require autoconf 2.60; eliminate some obsolete macros
John W. Eaton <jwe@octave.org>
parents:
9090
diff
changeset
|
1416 * 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
|
1417 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
|
1418 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
|
1419 |
9090
298b57a4fec2
configure.in: tweak warning flags
John W. Eaton <jwe@octave.org>
parents:
9078
diff
changeset
|
1420 * 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
|
1421 -Wconversion to strict warning flags. |
298b57a4fec2
configure.in: tweak warning flags
John W. Eaton <jwe@octave.org>
parents:
9078
diff
changeset
|
1422 |
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
|
1423 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
|
1424 |
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
|
1425 * 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
|
1426 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
|
1427 |
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
|
1428 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
|
1429 |
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
|
1430 * 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
|
1431 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
|
1432 |
9054
0735e427c6c0
configure fixes for cygwin
Marco Atzeri <marco_atzeri@yahoo.it>
parents:
9049
diff
changeset
|
1433 2009-03-28 Marco Atzeri <marco_atzeri@yahoo.it> |
0735e427c6c0
configure fixes for cygwin
Marco Atzeri <marco_atzeri@yahoo.it>
parents:
9049
diff
changeset
|
1434 |
0735e427c6c0
configure fixes for cygwin
Marco Atzeri <marco_atzeri@yahoo.it>
parents:
9049
diff
changeset
|
1435 * 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
|
1436 CXXPICFLAG, and FPICFLAG. |
0735e427c6c0
configure fixes for cygwin
Marco Atzeri <marco_atzeri@yahoo.it>
parents:
9049
diff
changeset
|
1437 |
9501 | 1438 2009-03-27 Jaroslav Hajek <highegg@gmail.com> |
9049 | 1439 |
1440 * aclocal.m4 (OCTAVE_CMATH_FUNC): Add missing AC_LANG_POP. | |
1441 * configure.in: Enclose string in quotes. | |
1442 | |
9006 | 1443 2009-03-23 Jaroslav Hajek <highegg@gmail.com> |
1444 | |
1445 * NEWS: More updates. | |
1446 | |
8998
a48fba01e4ac
optimize isnan/isinf/isfinite mappers
Jaroslav Hajek <highegg@gmail.com>
parents:
8984
diff
changeset
|
1447 2009-03-20 Jaroslav Hajek <highegg@gmail.com> |
a48fba01e4ac
optimize isnan/isinf/isfinite mappers
Jaroslav Hajek <highegg@gmail.com>
parents:
8984
diff
changeset
|
1448 |
a48fba01e4ac
optimize isnan/isinf/isfinite mappers
Jaroslav Hajek <highegg@gmail.com>
parents:
8984
diff
changeset
|
1449 * aclocal.m4 (OCTAVE_CMATH_FUNC): New macro. |
a48fba01e4ac
optimize isnan/isinf/isfinite mappers
Jaroslav Hajek <highegg@gmail.com>
parents:
8984
diff
changeset
|
1450 * configure.in: Use it. |
a48fba01e4ac
optimize isnan/isinf/isfinite mappers
Jaroslav Hajek <highegg@gmail.com>
parents:
8984
diff
changeset
|
1451 |
8938
35e18344fae8
configure.in: options for compiler warning flags
John W. Eaton <jwe@octave.org>
parents:
8932
diff
changeset
|
1452 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
|
1453 |
8940
6994961bf1f4
use doc-cache instead of DOC for doc cache file name
John W. Eaton <jwe@octave.org>
parents:
8938
diff
changeset
|
1454 * 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
|
1455 * 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
|
1456 |
8938
35e18344fae8
configure.in: options for compiler warning flags
John W. Eaton <jwe@octave.org>
parents:
8932
diff
changeset
|
1457 * 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
|
1458 control extra compiler warning flags. |
35e18344fae8
configure.in: options for compiler warning flags
John W. Eaton <jwe@octave.org>
parents:
8932
diff
changeset
|
1459 (--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
|
1460 (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
|
1461 |
9968
f3bef90b7278
Remove various install-local targets in favor of using automake syntax for installation
Rik <rdrider0-list@yahoo.com>
parents:
9967
diff
changeset
|
1462 2009-03-08 S�ren Hauberg <hauberg@gmail.com> |
8932
2d0f8692a82e
Add the 'histc' function
Soren Hauberg <hauberg@gmail.com>
parents:
8919
diff
changeset
|
1463 |
2d0f8692a82e
Add the 'histc' function
Soren Hauberg <hauberg@gmail.com>
parents:
8919
diff
changeset
|
1464 * NEWS: Mention 'histc'. |
2d0f8692a82e
Add the 'histc' function
Soren Hauberg <hauberg@gmail.com>
parents:
8919
diff
changeset
|
1465 |
8919
79474f16215c
config.sub, config.guess: update from FSF sources
John W. Eaton <jwe@octave.org>
parents:
8865
diff
changeset
|
1466 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
|
1467 |
79474f16215c
config.sub, config.guess: update from FSF sources
John W. Eaton <jwe@octave.org>
parents:
8865
diff
changeset
|
1468 * 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
|
1469 |
8865
eace5649a8b5
set default value for doc_cache_file variable
John W. Eaton <jwe@octave.org>
parents:
8861
diff
changeset
|
1470 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
|
1471 |
eace5649a8b5
set default value for doc_cache_file variable
John W. Eaton <jwe@octave.org>
parents:
8861
diff
changeset
|
1472 * 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
|
1473 * 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
|
1474 |
8850
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8849
diff
changeset
|
1475 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
|
1476 |
8861 | 1477 * run-octave.in (DOCFILE): New variable. Pass --doc-cache-file |
1478 option to Octave. | |
1479 | |
8850
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8849
diff
changeset
|
1480 * 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
|
1481 in srcdir. |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8849
diff
changeset
|
1482 |
8849
8b7e448d989c
Do not autogenerate Makefile from Makefile.in.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8792
diff
changeset
|
1483 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
|
1484 |
8850
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8849
diff
changeset
|
1485 * 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
|
1486 * 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
|
1487 * 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
|
1488 * 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
|
1489 config.status and configure. |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8849
diff
changeset
|
1490 |
8849
8b7e448d989c
Do not autogenerate Makefile from Makefile.in.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8792
diff
changeset
|
1491 * Makefile.in: Rename to Makefile. |
8b7e448d989c
Do not autogenerate Makefile from Makefile.in.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8792
diff
changeset
|
1492 * 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
|
1493 configuration files. |
8b7e448d989c
Do not autogenerate Makefile from Makefile.in.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8792
diff
changeset
|
1494 * 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
|
1495 to list of CONF_DISTFILES. |
8b7e448d989c
Do not autogenerate Makefile from Makefile.in.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8792
diff
changeset
|
1496 * 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
|
1497 |
8792
bbb3fa6778f3
use mkstemps as replacement for mkstemp on mingw32
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8779
diff
changeset
|
1498 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
|
1499 |
bbb3fa6778f3
use mkstemps as replacement for mkstemp on mingw32
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8779
diff
changeset
|
1500 * 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
|
1501 (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
|
1502 |
8779 | 1503 2009-02-17 Jaroslav Hajek <highegg@gmail.com> |
1504 | |
1505 * NEWS: Mention cummin and cummax | |
1506 | |
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
|
1507 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
|
1508 |
8775
a2a9dc5e8565
octave.gperf: eliminate whitespace to allow gperf 2.7.2 to work
John W. Eaton <jwe@octave.org>
parents:
8772
diff
changeset
|
1509 * 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
|
1510 |
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
|
1511 * 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
|
1512 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
|
1513 |
8770
af676d09da08
Fix test for X11 if "--without-x" is given.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8755
diff
changeset
|
1514 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
|
1515 |
8771
d3382daaf4d2
Use CARBON_LIBS instead of LIBS for framework Carbon.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8770
diff
changeset
|
1516 * 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
|
1517 * 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
|
1518 |
8770
af676d09da08
Fix test for X11 if "--without-x" is given.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8755
diff
changeset
|
1519 * 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
|
1520 |
8755 | 1521 2009-02-16 Jaroslav Hajek <highegg@gmail.com> |
1522 | |
1523 * NEWS: Yet more updates. | |
1524 | |
8747 | 1525 2009-02-16 John W. Eaton <jwe@octave.org> |
1526 | |
1527 * NEWS: Mention command-style parsing changes. More updates. | |
1528 | |
8737 | 1529 2009-02-13 John W. Eaton <jwe@octave.org> |
1530 | |
1531 * NEWS: Update for release. | |
1532 | |
9501 | 1533 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
|
1534 |
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
|
1535 * 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
|
1536 (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
|
1537 |
9501 | 1538 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
|
1539 |
0899370cce9f
Include FTGLTextureFont.h when FTGL_UPPER_CASE is not defined.
Ben Abbott <bpabbott@mac.com>
parents:
8722
diff
changeset
|
1540 * 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
|
1541 not defined. |
0899370cce9f
Include FTGLTextureFont.h when FTGL_UPPER_CASE is not defined.
Ben Abbott <bpabbott@mac.com>
parents:
8722
diff
changeset
|
1542 |
8719
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8718
diff
changeset
|
1543 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
|
1544 |
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8718
diff
changeset
|
1545 * configure.in (octetcdir): New default value. |
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8718
diff
changeset
|
1546 * Makeconf.in (octetcdir): New variable. |
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8718
diff
changeset
|
1547 (do-subst-default-vals): Substitute octetcdir. |
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8718
diff
changeset
|
1548 * 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
|
1549 (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
|
1550 |
8718
c74c9692add7
Run some clean targets on sub-directory @polynomial
Rafael Laboissiere <rafael@debian.org>
parents:
8708
diff
changeset
|
1551 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
|
1552 |
c74c9692add7
Run some clean targets on sub-directory @polynomial
Rafael Laboissiere <rafael@debian.org>
parents:
8708
diff
changeset
|
1553 * 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
|
1554 @polynomial. |
c74c9692add7
Run some clean targets on sub-directory @polynomial
Rafael Laboissiere <rafael@debian.org>
parents:
8708
diff
changeset
|
1555 |
8705
ccdab7f029a3
examples/Makefile.in: delete unused variable, don't reset SUBDIRS and DISTSUBDIRS
John W. Eaton <jwe@octave.org>
parents:
8698
diff
changeset
|
1556 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
|
1557 |
8708
7faf87906ca3
examples/Makefile.in (dist): create subdirs of examples, not dist
John W. Eaton <jwe@octave.org>
parents:
8707
diff
changeset
|
1558 * 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
|
1559 |
8707
e356a54586c3
examples/@polynomial/Makefile.in (do-mkpkgadd): special definition for this directory
John W. Eaton <jwe@octave.org>
parents:
8705
diff
changeset
|
1560 * 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
|
1561 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
|
1562 |
8705
ccdab7f029a3
examples/Makefile.in: delete unused variable, don't reset SUBDIRS and DISTSUBDIRS
John W. Eaton <jwe@octave.org>
parents:
8698
diff
changeset
|
1563 * 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
|
1564 (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
|
1565 |
8698 | 1566 2009-02-08 John W. Eaton <jwe@octave.org> |
1567 | |
1568 * install-octave.in: Delete. | |
1569 * configure.in: Delete AC_CONFIG_COMMANDS macro that was used to | |
1570 make install-octave executable. | |
1571 | |
8696
87cb8b2e4f14
octMakefile.in (all): display $(prefix) in summary message
John W. Eaton <jwe@octave.org>
parents:
8676
diff
changeset
|
1572 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
|
1573 |
87cb8b2e4f14
octMakefile.in (all): display $(prefix) in summary message
John W. Eaton <jwe@octave.org>
parents:
8676
diff
changeset
|
1574 * 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
|
1575 |
8676 | 1576 2009-02-05 John W. Eaton <jwe@octave.org> |
1577 | |
1578 * aclocal.m4 (OCTAVE_HDF5_HAS_REQUIRED_API): New macro. | |
1579 * configure.in: Use it in HDF5 check. | |
1580 | |
8675
43c6012bd4c2
configure.in: separate cases for cygwin and mingw
Benjamin Lindner <lindnerben@gmx.net>
parents:
8659
diff
changeset
|
1581 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
|
1582 |
43c6012bd4c2
configure.in: separate cases for cygwin and mingw
Benjamin Lindner <lindnerben@gmx.net>
parents:
8659
diff
changeset
|
1583 * 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
|
1584 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
|
1585 |
8659
9792c26bffc7
configure: check whether qhull works
Jaroslav Hajek <highegg@gmail.com>
parents:
8649
diff
changeset
|
1586 2009-02-03 Jaroslav Hajek <highegg@gmail.com> |
9792c26bffc7
configure: check whether qhull works
Jaroslav Hajek <highegg@gmail.com>
parents:
8649
diff
changeset
|
1587 |
9792c26bffc7
configure: check whether qhull works
Jaroslav Hajek <highegg@gmail.com>
parents:
8649
diff
changeset
|
1588 * 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
|
1589 Petr Mikulik <mikulik@physics.muni.cz>. |
9792c26bffc7
configure: check whether qhull works
Jaroslav Hajek <highegg@gmail.com>
parents:
8649
diff
changeset
|
1590 * configure.in: Call it. |
9792c26bffc7
configure: check whether qhull works
Jaroslav Hajek <highegg@gmail.com>
parents:
8649
diff
changeset
|
1591 |
8649
e50b44b75891
Remove printing of cvs motd in autogen.sh
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8644
diff
changeset
|
1592 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
|
1593 |
e50b44b75891
Remove printing of cvs motd in autogen.sh
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8644
diff
changeset
|
1594 * 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
|
1595 |
8644
fac8c78b4fb9
configure.in: fix shared library definitions for Cygwin and MinGW
Marco Atzeri <marco_atzeri@yahoo.it>
parents:
8641
diff
changeset
|
1596 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
|
1597 |
fac8c78b4fb9
configure.in: fix shared library definitions for Cygwin and MinGW
Marco Atzeri <marco_atzeri@yahoo.it>
parents:
8641
diff
changeset
|
1598 * 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
|
1599 (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
|
1600 and MinGW. |
fac8c78b4fb9
configure.in: fix shared library definitions for Cygwin and MinGW
Marco Atzeri <marco_atzeri@yahoo.it>
parents:
8641
diff
changeset
|
1601 |
8641
2264092e9f39
add -lgdi32 to LIBS on windows target
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8635
diff
changeset
|
1602 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
|
1603 |
2264092e9f39
add -lgdi32 to LIBS on windows target
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8635
diff
changeset
|
1604 * 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
|
1605 *-*-mingw* systems. |
2264092e9f39
add -lgdi32 to LIBS on windows target
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8635
diff
changeset
|
1606 |
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
|
1607 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
|
1608 |
9967 | 1609 * aclocal.m4 (OCTAVE_HAVE_FRAMEWORK): Add support for |
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
|
1610 --with-framework-<name> and replace "$ac_safe" by "$1". |
9967 | 1611 * configure.in: Change "have_carbon" with |
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
|
1612 "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
|
1613 |
8618
f8b3ece45bda
use separate prefix for shllib and shlbin files
John W. Eaton <jwe@octave.org>
parents:
8607
diff
changeset
|
1614 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
|
1615 |
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
|
1616 * 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
|
1617 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
|
1618 |
8618
f8b3ece45bda
use separate prefix for shllib and shlbin files
John W. Eaton <jwe@octave.org>
parents:
8607
diff
changeset
|
1619 * 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
|
1620 (*-*-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
|
1621 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
|
1622 (*-*-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
|
1623 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
|
1624 |
8618
f8b3ece45bda
use separate prefix for shllib and shlbin files
John W. Eaton <jwe@octave.org>
parents:
8607
diff
changeset
|
1625 * 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
|
1626 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
|
1627 |
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
|
1628 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
|
1629 |
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
|
1630 * 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
|
1631 |
8595
dee5d60257e4
Use Carbon framework to determine ScreenSize on Mac.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8577
diff
changeset
|
1632 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
|
1633 |
dee5d60257e4
Use Carbon framework to determine ScreenSize on Mac.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8577
diff
changeset
|
1634 * 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
|
1635 * configure.in: Use it. |
dee5d60257e4
Use Carbon framework to determine ScreenSize on Mac.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8577
diff
changeset
|
1636 |
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
|
1637 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
|
1638 |
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
|
1639 * 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
|
1640 __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
|
1641 |
8562
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8560
diff
changeset
|
1642 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
|
1643 |
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8560
diff
changeset
|
1644 * configure.in: Fix qrupdate warning message. |
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8560
diff
changeset
|
1645 |
8559
07c93dae3fdb
THANKS, Announce: remove obsolete files
John W. Eaton <jwe@octave.org>
parents:
8549
diff
changeset
|
1646 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
|
1647 |
8560
5cc594679cdc
get display characteristics from system
John W. Eaton <jwe@octave.org>
parents:
8559
diff
changeset
|
1648 * Makeconf.in: Substitute X11_INCFLAGS and X11_LIBS. |
5cc594679cdc
get display characteristics from system
John W. Eaton <jwe@octave.org>
parents:
8559
diff
changeset
|
1649 * 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
|
1650 libraries. |
5cc594679cdc
get display characteristics from system
John W. Eaton <jwe@octave.org>
parents:
8559
diff
changeset
|
1651 |
8559
07c93dae3fdb
THANKS, Announce: remove obsolete files
John W. Eaton <jwe@octave.org>
parents:
8549
diff
changeset
|
1652 * THANKS, Announce: Remove obsolete files. |
07c93dae3fdb
THANKS, Announce: remove obsolete files
John W. Eaton <jwe@octave.org>
parents:
8549
diff
changeset
|
1653 * octMakefile.in (DISTFILES): Remove THANKS from the list. |
07c93dae3fdb
THANKS, Announce: remove obsolete files
John W. Eaton <jwe@octave.org>
parents:
8549
diff
changeset
|
1654 |
8549 | 1655 2009-01-20 John W. Eaton <jwe@octave.org> |
1656 | |
1657 * configure.in: Check for fstat. | |
1658 | |
8417
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8377
diff
changeset
|
1659 2008-12-23 David Bateman <dbateman@free.fr> |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8377
diff
changeset
|
1660 |
9967 | 1661 * configure.in: Add configuration test for ARPACK. |
8417
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8377
diff
changeset
|
1662 * 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
|
1663 library. |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8377
diff
changeset
|
1664 * 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
|
1665 |
8377
25bc2d31e1bf
improve OCTAVE_LOCAL_BUFFER
Jaroslav Hajek <highegg@gmail.com>
parents:
8370
diff
changeset
|
1666 2008-10-29 Jaroslav Hajek <highegg@gmail.com> |
25bc2d31e1bf
improve OCTAVE_LOCAL_BUFFER
Jaroslav Hajek <highegg@gmail.com>
parents:
8370
diff
changeset
|
1667 |
25bc2d31e1bf
improve OCTAVE_LOCAL_BUFFER
Jaroslav Hajek <highegg@gmail.com>
parents:
8370
diff
changeset
|
1668 * configure.in: Remove the OCTAVE_LOCAL_BUFFER stuff (moved to |
25bc2d31e1bf
improve OCTAVE_LOCAL_BUFFER
Jaroslav Hajek <highegg@gmail.com>
parents:
8370
diff
changeset
|
1669 liboctave). |
25bc2d31e1bf
improve OCTAVE_LOCAL_BUFFER
Jaroslav Hajek <highegg@gmail.com>
parents:
8370
diff
changeset
|
1670 |
8370
34960ba08a81
document more new features in the NEWS file
Jaroslav Hajek <highegg@gmail.com>
parents:
8364
diff
changeset
|
1671 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
|
1672 |
34960ba08a81
document more new features in the NEWS file
Jaroslav Hajek <highegg@gmail.com>
parents:
8364
diff
changeset
|
1673 * NEWS: Document more new features. |
34960ba08a81
document more new features in the NEWS file
Jaroslav Hajek <highegg@gmail.com>
parents:
8364
diff
changeset
|
1674 |
8363
be07fdf798cf
update config.guess and config.sub
John W. Eaton <jwe@octave.org>
parents:
8359
diff
changeset
|
1675 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
|
1676 |
be07fdf798cf
update config.guess and config.sub
John W. Eaton <jwe@octave.org>
parents:
8359
diff
changeset
|
1677 * 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
|
1678 |
8332 | 1679 2008-11-18 John W. Eaton <jwe@octave.org> |
1680 | |
1681 * mkoctfile.cc.in, octave-bug.cc.in: Style fixes. | |
1682 | |
9501 | 1683 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
|
1684 |
a8019b9644ca
graphics.h.in: Add props screensize & screenpixelsperinch.
Ben Abbott <bpabbott@mac.com>
parents:
8332
diff
changeset
|
1685 * 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
|
1686 |
8444
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8417
diff
changeset
|
1687 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
|
1688 |
9967 | 1689 * Makeconf.in: export PERL variable for use in scripts/mkdoc |
1690 | |
8292 | 1691 2008-10-30 David Bateman <dbateman@free.fr> |
1692 | |
1693 * NEWS: Minor update to document improved indexing code. | |
1694 | |
8269
37afdd1d1bf8
Use FT2_CFLAGS when checking for FTGL headers.
Jason Riedy <jason@acm.org>
parents:
8256
diff
changeset
|
1695 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
|
1696 |
37afdd1d1bf8
Use FT2_CFLAGS when checking for FTGL headers.
Jason Riedy <jason@acm.org>
parents:
8256
diff
changeset
|
1697 * 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
|
1698 for FTGL headers. |
37afdd1d1bf8
Use FT2_CFLAGS when checking for FTGL headers.
Jason Riedy <jason@acm.org>
parents:
8256
diff
changeset
|
1699 |
8256
dba0037e6602
Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents:
8225
diff
changeset
|
1700 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
|
1701 |
dba0037e6602
Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents:
8225
diff
changeset
|
1702 * 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
|
1703 * 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
|
1704 * 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
|
1705 * 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
|
1706 in AC_CONFIG_FILES. |
9967 | 1707 |
8225
53202d60086f
Minor update to the NEWS file
David Bateman <dbateman@free.fr>
parents:
8221
diff
changeset
|
1708 2008-10-16 David Bateman <dbateman@free.fr> |
53202d60086f
Minor update to the NEWS file
David Bateman <dbateman@free.fr>
parents:
8221
diff
changeset
|
1709 |
53202d60086f
Minor update to the NEWS file
David Bateman <dbateman@free.fr>
parents:
8221
diff
changeset
|
1710 * NEWS: Minor update. |
53202d60086f
Minor update to the NEWS file
David Bateman <dbateman@free.fr>
parents:
8221
diff
changeset
|
1711 |
8221
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8185
diff
changeset
|
1712 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
|
1713 |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8185
diff
changeset
|
1714 * 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
|
1715 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
|
1716 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
|
1717 examples/polynomial/polynomial.m, |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8185
diff
changeset
|
1718 examples/polynomial/polynomial_superiorto.m, |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8185
diff
changeset
|
1719 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
|
1720 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
|
1721 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
|
1722 * 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
|
1723 directory |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8185
diff
changeset
|
1724 * 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
|
1725 * configure.in: Add the new makefile to AC_CONFIG_FILES. |
9967 | 1726 |
9501 | 1727 2008-10-01 Jaroslav Hajek <highegg@gmail.com> |
8185
69c5cce38c29
implement 64-bit arithmetics
Jaroslav Hajek <highegg@gmail.com>
parents:
8169
diff
changeset
|
1728 |
69c5cce38c29
implement 64-bit arithmetics
Jaroslav Hajek <highegg@gmail.com>
parents:
8169
diff
changeset
|
1729 * configure.in: Check for sizeof (long double) and randl. |
69c5cce38c29
implement 64-bit arithmetics
Jaroslav Hajek <highegg@gmail.com>
parents:
8169
diff
changeset
|
1730 |
9501 | 1731 2008-09-30 Jaroslav Hajek <highegg@gmail.com> |
8169
66bc6f9b4f72
rewrite integer arithmetics and conversions
Jaroslav Hajek <highegg@gmail.com>
parents:
8092
diff
changeset
|
1732 |
66bc6f9b4f72
rewrite integer arithmetics and conversions
Jaroslav Hajek <highegg@gmail.com>
parents:
8092
diff
changeset
|
1733 * aclocal.m4 (OCTAVE_FAST_INT_OPS): New macro. |
66bc6f9b4f72
rewrite integer arithmetics and conversions
Jaroslav Hajek <highegg@gmail.com>
parents:
8092
diff
changeset
|
1734 * configure.in: Call OCTAVE_FAST_INT_OPS |
66bc6f9b4f72
rewrite integer arithmetics and conversions
Jaroslav Hajek <highegg@gmail.com>
parents:
8092
diff
changeset
|
1735 |
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
|
1736 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
|
1737 |
6a292b0fa88c
mkoctfile.cc.in, octave-config.cc.in, octave-bug.cc.in: style fixes
John W. Eaton <jwe@octave.org>
parents:
8091
diff
changeset
|
1738 * 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
|
1739 |
8091
4e7527a7b3f9
mkoctfile.cc.in, octave-config.cc.in, octave-bug.cc.in: new files
Michael Goffioul
parents:
8070
diff
changeset
|
1740 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
|
1741 |
4e7527a7b3f9
mkoctfile.cc.in, octave-config.cc.in, octave-bug.cc.in: new files
Michael Goffioul
parents:
8070
diff
changeset
|
1742 * 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
|
1743 |
8070
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8027
diff
changeset
|
1744 2008-08-28 David Bateman <dbateman@free.fr> |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8027
diff
changeset
|
1745 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8027
diff
changeset
|
1746 * NEWS: Update for some of the graphics changes |
9967 | 1747 |
9501 | 1748 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
|
1749 |
fd13f9f7dbac
update macros from cryp.to auoconf archive
Jaroslav Hajek <highegg@gmail.com>
parents:
8019
diff
changeset
|
1750 * 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
|
1751 <http://autoconf-archive.cryp.to/>. |
fd13f9f7dbac
update macros from cryp.to auoconf archive
Jaroslav Hajek <highegg@gmail.com>
parents:
8019
diff
changeset
|
1752 |
8019
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8005
diff
changeset
|
1753 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
|
1754 |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8005
diff
changeset
|
1755 * aclocal.m4 (OCTAVE_STRING_NPOS): Delete. |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8005
diff
changeset
|
1756 * configure.in (OCTAVE_STRING_NPOS): Delete use. |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8005
diff
changeset
|
1757 |
8003
997d4384cec4
Makefile.in (header-msg): Mention GNU Make; update GCC version info
John W. Eaton <jwe@octave.org>
parents:
8000
diff
changeset
|
1758 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
|
1759 |
8005
c0d7eb662384
run-octave.in: use sed to append : to path elements
John W. Eaton <jwe@octave.org>
parents:
8004
diff
changeset
|
1760 * 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
|
1761 * 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
|
1762 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
|
1763 Substitute SED here. |
c0d7eb662384
run-octave.in: use sed to append : to path elements
John W. Eaton <jwe@octave.org>
parents:
8004
diff
changeset
|
1764 |
8004
4363bc94171a
aclocal.m4 (OCTAVE_PROG_SED): fail if no usable sed is found
John W. Eaton <jwe@octave.org>
parents:
8003
diff
changeset
|
1765 * 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
|
1766 |
8003
997d4384cec4
Makefile.in (header-msg): Mention GNU Make; update GCC version info
John W. Eaton <jwe@octave.org>
parents:
8000
diff
changeset
|
1767 * 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
|
1768 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
|
1769 |
8000
ea3cd9791703
octMakefile.in (DISTFILES): add "missing" to the list
John W. Eaton <jwe@octave.org>
parents:
7996
diff
changeset
|
1770 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
|
1771 |
ea3cd9791703
octMakefile.in (DISTFILES): add "missing" to the list
John W. Eaton <jwe@octave.org>
parents:
7996
diff
changeset
|
1772 * 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
|
1773 |
7996
6a7db240b3a3
configure.in: eliminate CXX_ABI and OCTAVE_CXX_PREPEND_UNDERSCORE
John W. Eaton <jwe@octave.org>
parents:
7993
diff
changeset
|
1774 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
|
1775 |
6a7db240b3a3
configure.in: eliminate CXX_ABI and OCTAVE_CXX_PREPEND_UNDERSCORE
John W. Eaton <jwe@octave.org>
parents:
7993
diff
changeset
|
1776 * 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
|
1777 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
|
1778 * 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
|
1779 |
7993
80a715c4824d
aclocal.m4 (OCTAVE_OPENGL): Handle MinGW the same as MSVC
Tatsuro MATSUOKA
parents:
7990
diff
changeset
|
1780 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
|
1781 |
80a715c4824d
aclocal.m4 (OCTAVE_OPENGL): Handle MinGW the same as MSVC
Tatsuro MATSUOKA
parents:
7990
diff
changeset
|
1782 * 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
|
1783 |
7990
86dae6e5b83c
Initial update of NEWS for 3.2 release
David Bateman <dbateman@free.fr>
parents:
7958
diff
changeset
|
1784 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
|
1785 |
86dae6e5b83c
Initial update of NEWS for 3.2 release
David Bateman <dbateman@free.fr>
parents:
7958
diff
changeset
|
1786 * NEWS.3: Copy from NEWS. |
86dae6e5b83c
Initial update of NEWS for 3.2 release
David Bateman <dbateman@free.fr>
parents:
7958
diff
changeset
|
1787 * 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
|
1788 |
7958 | 1789 2008-07-21 John W. Eaton <jwe@octave.org> |
1790 | |
1791 * configure.in: If FTGL.h is found, then also include | |
1792 FTGLTextureFont.h in test code. | |
1793 | |
7956
0da8455b31c1
Remove unneeded substituted variable
John W. Eaton <jwe@octave.org>
parents:
7954
diff
changeset
|
1794 2008-07-21 Michael Goffioul <michael.goffioul@gmail.com> |
0da8455b31c1
Remove unneeded substituted variable
John W. Eaton <jwe@octave.org>
parents:
7954
diff
changeset
|
1795 |
0da8455b31c1
Remove unneeded substituted variable
John W. Eaton <jwe@octave.org>
parents:
7954
diff
changeset
|
1796 * configure.in: Remove GRAPHICS_OPENGL variable. |
0da8455b31c1
Remove unneeded substituted variable
John W. Eaton <jwe@octave.org>
parents:
7954
diff
changeset
|
1797 |
7954 | 1798 2008-07-21 John W. Eaton <jwe@octave.org> |
1799 | |
1800 * aclocal.m4 (OCTAVE_OPENGL): Fix shell syntax problems. | |
1801 Handle HAVE_GL_GL_H and HAVE_OPENGL_GL_H in link test. | |
1802 | |
1803 * configure.in: Don't define and substitute FLTK_BACKEND_SRC or | |
1804 GL_RENDER_SRC. | |
1805 (HAVE_FLTK): AC_DEFINE if FLTK is available. | |
1806 (HAVE_OPENGL): AC_DEFINE if OpenGL is available. | |
1807 | |
9501 | 1808 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
|
1809 |
efabe34cce70
make configure compatible with FTGL ver <= 2.1.2
Jaroslav Hajek <highegg@gmail.com>
parents:
7951
diff
changeset
|
1810 * 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
|
1811 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
|
1812 |
9501 | 1813 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
|
1814 |
9d102940bdc7
Include acx_blas_f77_func.m4 in the distribution tarball
Rafael Laboissiere <rafael@debian.org>
parents:
7945
diff
changeset
|
1815 * 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
|
1816 the list. |
9d102940bdc7
Include acx_blas_f77_func.m4 in the distribution tarball
Rafael Laboissiere <rafael@debian.org>
parents:
7945
diff
changeset
|
1817 |
9501 | 1818 2008-07-18 Carlo de Falco <carlo.defalco@gmail.com> |
7945 | 1819 |
1820 * aclocal.m4: Search for gl.h and glu.h in OpenGL/ as well as in GL/. | |
1821 | |
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
|
1822 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
|
1823 |
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
|
1824 * 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
|
1825 (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
|
1826 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
|
1827 |
7937
6661387827d6
Allow build without GraphicsMagick installed
David Bateman <dbateman@free.fr>
parents:
7934
diff
changeset
|
1828 2008-07-17 David Bateman <dbateman@free.fr> |
6661387827d6
Allow build without GraphicsMagick installed
David Bateman <dbateman@free.fr>
parents:
7934
diff
changeset
|
1829 |
6661387827d6
Allow build without GraphicsMagick installed
David Bateman <dbateman@free.fr>
parents:
7934
diff
changeset
|
1830 * configure.in (HAVE_MAGICK): New define for presence of |
6661387827d6
Allow build without GraphicsMagick installed
David Bateman <dbateman@free.fr>
parents:
7934
diff
changeset
|
1831 GraphicsMagick. |
6661387827d6
Allow build without GraphicsMagick installed
David Bateman <dbateman@free.fr>
parents:
7934
diff
changeset
|
1832 |
7934 | 1833 2008-07-16 Michael Goffioul <michael.goffioul@gmail.com> |
1834 | |
1835 * configure.in: Add check for pthread.h. | |
1836 | |
7926
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7916
diff
changeset
|
1837 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
|
1838 |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7916
diff
changeset
|
1839 * Makeconf.in (MAGICK_CONFIG): Substitute here. |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7916
diff
changeset
|
1840 (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
|
1841 config script. |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7916
diff
changeset
|
1842 (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
|
1843 list of substitutions. |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7916
diff
changeset
|
1844 * 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
|
1845 |
7915
d74e515cb535
configure.in: check for ftgl.h instead of FTGL.h
John W. Eaton <jwe@octave.org>
parents:
7914
diff
changeset
|
1846 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
|
1847 |
7916
f805e026c481
octMakefile.in (DIRS_TO_MAKE): update list
John W. Eaton <jwe@octave.org>
parents:
7915
diff
changeset
|
1848 * 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
|
1849 $(localoctfilepath) from the list. Include $(datadir) |
f805e026c481
octMakefile.in (DIRS_TO_MAKE): update list
John W. Eaton <jwe@octave.org>
parents:
7915
diff
changeset
|
1850 $(localfcnfiledir) $(localapifcnfiledir) $(localverfcnfiledir) |
f805e026c481
octMakefile.in (DIRS_TO_MAKE): update list
John W. Eaton <jwe@octave.org>
parents:
7915
diff
changeset
|
1851 $(localoctfiledir) $(localapioctfiledir) $(localveroctfiledir) |
f805e026c481
octMakefile.in (DIRS_TO_MAKE): update list
John W. Eaton <jwe@octave.org>
parents:
7915
diff
changeset
|
1852 $(imagedir) and $(localapiarchlibdir) in the list. |
f805e026c481
octMakefile.in (DIRS_TO_MAKE): update list
John W. Eaton <jwe@octave.org>
parents:
7915
diff
changeset
|
1853 |
7915
d74e515cb535
configure.in: check for ftgl.h instead of FTGL.h
John W. Eaton <jwe@octave.org>
parents:
7914
diff
changeset
|
1854 * 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
|
1855 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
|
1856 |
7914
e998e81224b5
Various compilation fixes for MSVC.
John W. Eaton <jwe@octave.org>
parents:
7905
diff
changeset
|
1857 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
|
1858 |
bcacdcc726f7
Allow octave compilation without FLTK/OpenGL
John W. Eaton <jwe@octave.org>
parents:
7887
diff
changeset
|
1859 * 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
|
1860 FLTK_BACKEND_SRC. |
bcacdcc726f7
Allow octave compilation without FLTK/OpenGL
John W. Eaton <jwe@octave.org>
parents:
7887
diff
changeset
|
1861 |
9501 | 1862 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
|
1863 |
e998e81224b5
Various compilation fixes for MSVC.
John W. Eaton <jwe@octave.org>
parents:
7905
diff
changeset
|
1864 * Makeconf.in: Add GRAPHICS_CFLAGS substitution. |
e998e81224b5
Various compilation fixes for MSVC.
John W. Eaton <jwe@octave.org>
parents:
7905
diff
changeset
|
1865 * configure.in: Add checks for hypotf and _hypotf. |
e998e81224b5
Various compilation fixes for MSVC.
John W. Eaton <jwe@octave.org>
parents:
7905
diff
changeset
|
1866 |
9501 | 1867 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
|
1868 |
627b10572d82
configure.in: fix invalid placement of variables restoration statements
Jaroslav Hajek <highegg@gmail.com>
parents:
7874
diff
changeset
|
1869 * 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
|
1870 the proper block. |
627b10572d82
configure.in: fix invalid placement of variables restoration statements
Jaroslav Hajek <highegg@gmail.com>
parents:
7874
diff
changeset
|
1871 |
7874
e3a502930e2a
eliminate src/graphics subdirectory
John W. Eaton <jwe@octave.org>
parents:
7863
diff
changeset
|
1872 2008-06-05 John W. Eaton <jwe@octave.org> |
e3a502930e2a
eliminate src/graphics subdirectory
John W. Eaton <jwe@octave.org>
parents:
7863
diff
changeset
|
1873 |
e3a502930e2a
eliminate src/graphics subdirectory
John W. Eaton <jwe@octave.org>
parents:
7863
diff
changeset
|
1874 * 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
|
1875 Don't add FT2_LIBS to LIBS. |
e3a502930e2a
eliminate src/graphics subdirectory
John W. Eaton <jwe@octave.org>
parents:
7863
diff
changeset
|
1876 Don't generate src/graphics/Makefile, src/graphics/Makerules, |
e3a502930e2a
eliminate src/graphics subdirectory
John W. Eaton <jwe@octave.org>
parents:
7863
diff
changeset
|
1877 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
|
1878 |
e3a502930e2a
eliminate src/graphics subdirectory
John W. Eaton <jwe@octave.org>
parents:
7863
diff
changeset
|
1879 * Makeconf.in (FT2_LIBS, GRAPHICS_LIBS): Substitute here. |
e3a502930e2a
eliminate src/graphics subdirectory
John W. Eaton <jwe@octave.org>
parents:
7863
diff
changeset
|
1880 |
7834
caab78e7e377
added checks for fltk & freetype in configure script
Shai Ayal <shaiay@sourceforge.net>
parents:
7825
diff
changeset
|
1881 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
|
1882 |
7863
2a62d45fa21d
added check for FTGL library
Shai Ayal <shaiay@users.sourceforge.net>
parents:
7834
diff
changeset
|
1883 * 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
|
1884 Include FT_CFLAGS in CXXFLAGS. |
2a62d45fa21d
added check for FTGL library
Shai Ayal <shaiay@users.sourceforge.net>
parents:
7834
diff
changeset
|
1885 |
2a62d45fa21d
added check for FTGL library
Shai Ayal <shaiay@users.sourceforge.net>
parents:
7834
diff
changeset
|
1886 * aclocal.m4 (OCTAVE_OPENGL): Note FIXME for apple. |
2a62d45fa21d
added check for FTGL library
Shai Ayal <shaiay@users.sourceforge.net>
parents:
7834
diff
changeset
|
1887 |
2a62d45fa21d
added check for FTGL library
Shai Ayal <shaiay@users.sourceforge.net>
parents:
7834
diff
changeset
|
1888 * configure.in: Check for FTGL library. |
2a62d45fa21d
added check for FTGL library
Shai Ayal <shaiay@users.sourceforge.net>
parents:
7834
diff
changeset
|
1889 |
7834
caab78e7e377
added checks for fltk & freetype in configure script
Shai Ayal <shaiay@sourceforge.net>
parents:
7825
diff
changeset
|
1890 * 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
|
1891 |
caab78e7e377
added checks for fltk & freetype in configure script
Shai Ayal <shaiay@sourceforge.net>
parents:
7825
diff
changeset
|
1892 * 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
|
1893 |
caab78e7e377
added checks for fltk & freetype in configure script
Shai Ayal <shaiay@sourceforge.net>
parents:
7825
diff
changeset
|
1894 * 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
|
1895 |
9501 | 1896 2008-06-04 Michael Goffioul <michael.goffioul@gmail.com> |
7823
feaaf725c54f
Ignore build directories.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7806
diff
changeset
|
1897 |
7834
caab78e7e377
added checks for fltk & freetype in configure script
Shai Ayal <shaiay@sourceforge.net>
parents:
7825
diff
changeset
|
1898 * 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
|
1899 |
7825
13871b7de124
Import sources for OpenGL-based renderer.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7823
diff
changeset
|
1900 * 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
|
1901 headers and libraries. |
13871b7de124
Import sources for OpenGL-based renderer.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7823
diff
changeset
|
1902 * configure.in (OCTAVE_OPENGL): Use it. |
13871b7de124
Import sources for OpenGL-based renderer.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7823
diff
changeset
|
1903 (OCTGRAPHICS_DLL_DEFS): New define to build |
13871b7de124
Import sources for OpenGL-based renderer.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7823
diff
changeset
|
1904 graphics-related DLL. |
13871b7de124
Import sources for OpenGL-based renderer.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7823
diff
changeset
|
1905 (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
|
1906 related libraries. |
13871b7de124
Import sources for OpenGL-based renderer.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7823
diff
changeset
|
1907 * Makeconf.in (OPENGL_LIBS): New variable. |
13871b7de124
Import sources for OpenGL-based renderer.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7823
diff
changeset
|
1908 |
7823
feaaf725c54f
Ignore build directories.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7806
diff
changeset
|
1909 * .hgignore: Also ignore build-.*, configure, and autom4te.cache. |
feaaf725c54f
Ignore build directories.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7806
diff
changeset
|
1910 |
9501 | 1911 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
|
1912 |
edc25a3fb2bc
handle floats in mk-opts.pl
Jaroslav Hajek <highegg@gmail.com>
parents:
7789
diff
changeset
|
1913 * 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
|
1914 emit_show_function): Support float type. |
edc25a3fb2bc
handle floats in mk-opts.pl
Jaroslav Hajek <highegg@gmail.com>
parents:
7789
diff
changeset
|
1915 |
7789
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7702
diff
changeset
|
1916 2008-05-20 David Bateman <dbateman@free.fr> |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7702
diff
changeset
|
1917 |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7702
diff
changeset
|
1918 * 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
|
1919 log1pf and tgammaf. Also check for libfftw3f. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7702
diff
changeset
|
1920 |
7702
80b78635eefe
Drop the Encoding key
Rafael Laboissiere <rafael@debian.org>
parents:
7698
diff
changeset
|
1921 2008-04-09 Rafael Laboissiere <rafael@debian.org> |
80b78635eefe
Drop the Encoding key
Rafael Laboissiere <rafael@debian.org>
parents:
7698
diff
changeset
|
1922 |
80b78635eefe
Drop the Encoding key
Rafael Laboissiere <rafael@debian.org>
parents:
7698
diff
changeset
|
1923 * example/octave.desktop.in: Drop the Encoding key, which is |
80b78635eefe
Drop the Encoding key
Rafael Laboissiere <rafael@debian.org>
parents:
7698
diff
changeset
|
1924 deprecated by the FreeDesktop standard. |
80b78635eefe
Drop the Encoding key
Rafael Laboissiere <rafael@debian.org>
parents:
7698
diff
changeset
|
1925 |
7698
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7694
diff
changeset
|
1926 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
|
1927 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7694
diff
changeset
|
1928 * 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
|
1929 |
7694 | 1930 2008-04-03 Tatsuro MATSUOKA <tmacchant@yahoo.co.jp> |
1931 | |
1932 * README.Cygwin: Update. | |
1933 | |
9501 | 1934 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
|
1935 |
8136cb19fb7a
implement BLAS-F77 call compatibility check
Jaroslav Hajek <highegg@gmail.com>
parents:
7638
diff
changeset
|
1936 * acx_blas_f77_func.m4: New file. |
8136cb19fb7a
implement BLAS-F77 call compatibility check
Jaroslav Hajek <highegg@gmail.com>
parents:
7638
diff
changeset
|
1937 * 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
|
1938 Supply a warning for incompatible Fortran/BLAS configuration. |
8136cb19fb7a
implement BLAS-F77 call compatibility check
Jaroslav Hajek <highegg@gmail.com>
parents:
7638
diff
changeset
|
1939 |
9501 | 1940 2008-03-25 Jaroslav Hajek <highegg@gmail.com> |
7638
2df457529cfa
implement expm1 and log1p functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7636
diff
changeset
|
1941 |
2df457529cfa
implement expm1 and log1p functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7636
diff
changeset
|
1942 * configure.in: Check for expm1 and log1p functions. |
2df457529cfa
implement expm1 and log1p functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7636
diff
changeset
|
1943 |
7636
99c410f7f0b0
implement mapper function for banker's rounding
Jaroslav Hajek <highegg@gmail.com>
parents:
7619
diff
changeset
|
1944 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
|
1945 |
99c410f7f0b0
implement mapper function for banker's rounding
Jaroslav Hajek <highegg@gmail.com>
parents:
7619
diff
changeset
|
1946 * configure.in: Check for trunc. |
99c410f7f0b0
implement mapper function for banker's rounding
Jaroslav Hajek <highegg@gmail.com>
parents:
7619
diff
changeset
|
1947 |
7619 | 1948 2008-03-21 David Bateman <dbateman@free.fr> |
1949 | |
1950 * configure.in (HAVE_AMD): Complete test for presence of amd. | |
1951 | |
7601
8a939b217863
Treat negative values to lgamma and beta correctly
David Bateman <dbateman@free.fr>
parents:
7579
diff
changeset
|
1952 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
|
1953 |
8a939b217863
Treat negative values to lgamma and beta correctly
David Bateman <dbateman@free.fr>
parents:
7579
diff
changeset
|
1954 * 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
|
1955 |
7579 | 1956 2008-03-11 David Bateman <dbateman@free.fr> |
1957 | |
1958 * run-octave.in: Fix typo. | |
1959 | |
7512
59bee17bc192
ignore errors installing octave.desktop file
John W. Eaton <jwe@octave.org>
parents:
7483
diff
changeset
|
1960 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
|
1961 |
59bee17bc192
ignore errors installing octave.desktop file
John W. Eaton <jwe@octave.org>
parents:
7483
diff
changeset
|
1962 * 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
|
1963 installing octave.desktop file. |
59bee17bc192
ignore errors installing octave.desktop file
John W. Eaton <jwe@octave.org>
parents:
7483
diff
changeset
|
1964 |
7483
fb66330b2608
don't special case SH_LD for FreeBSD and OpenBSD
John W. Eaton <jwe@octave.org>
parents:
7482
diff
changeset
|
1965 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
|
1966 |
fb66330b2608
don't special case SH_LD for FreeBSD and OpenBSD
John W. Eaton <jwe@octave.org>
parents:
7482
diff
changeset
|
1967 * 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
|
1968 |
7482
29980c6b8604
don't check f77_exception_encountered
John W. Eaton <jwe@octave.org>
parents:
7449
diff
changeset
|
1969 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
|
1970 |
29980c6b8604
don't check f77_exception_encountered
John W. Eaton <jwe@octave.org>
parents:
7449
diff
changeset
|
1971 * 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
|
1972 |
7449 | 1973 2008-02-06 John W. Eaton <jwe@octave.org> |
1974 | |
1975 * examples/Makefile.in (octave.desktop): | |
1976 Use mv instead of move-if-change. | |
1977 | |
7448 | 1978 2008-02-05 John W. Eaton <jwe@octave.org> |
1979 | |
1980 * dlfcn/Makefile.in: Unconditionally include $(MAKEDEPS). | |
1981 Mark $(MAKEDEPS) as .PHONY targets if omit_deps is true. | |
1982 | |
7361 | 1983 2008-01-12 John W. Eaton <jwe@octave.org> |
1984 | |
1985 * aclocal.m4: Call AC_SUBST instead of AC_DEFINE_UNQOTED for | |
1986 GNUPLOT_BINARY. | |
1987 * aclocal.m4, configure.in: Use GNUPLOT instead of GNUPLOT_BINARY | |
1988 as variable name. | |
1989 * Makeconf.in (GNUPLOT): Substitute. | |
1990 (do-subst-config-vals): Substitute GNUPLOT. | |
1991 | |
7334 | 1992 2007-12-21 John W. Eaton <jwe@octave.org> |
1993 | |
1994 Version 3.0.0 released. | |
1995 | |
7315 | 1996 2007-12-13 John W. Eaton <jwe@octave.org> |
1997 | |
1998 * octMakefile.in (octave-bug, octave-config, mkoctfile): | |
1999 Also depend on $(top_srcdir)/src/version.h. | |
2000 | |
7273 | 2001 2007-12-10 John W. Eaton <jwe@octave.org> |
2002 | |
2003 * acx_blas.m4: Use -lsunperf, not -xlic_lib=sunperf. | |
2004 From Jim Langston <Jim.Langston@Sun.COM>. | |
2005 | |
7266 | 2006 2007-12-06 John W. Eaton <jwe@octave.org> |
2007 | |
2008 * configure.in (*-*-darwin*): Only set CPICFLAG, CXXPICFLAG, and | |
2009 FPICFLAG to "" on powerpc systems. | |
2010 | |
7253 | 2011 2007-12-04 John W. Eaton <jwe@octave.org> |
2012 | |
2013 * octave-bug.in (LIBDLFCN): Delete variable and all uses. | |
2014 * Makeconf.in (LIBDLFCN, DLFCN_INCFLAGS): Likewise. | |
2015 * configure.in (DLFCN_DIR, LIBDLFCN, DLFCN_INCFLAGS): Likewise. | |
2016 Don't generate dlfcn/Makefile. | |
2017 * octMakefile.in (DISTSUBDIRS): Delete dlfcn from the list. | |
2018 (SUBDIRS): Don't substitute DLFCN_DIR here. | |
2019 | |
7244 | 2020 2007-12-03 Moritz Borgmann <octave@moriborg.de> |
2021 | |
2022 * Makeconf.in, aclocal.m4, configure.in: Check for find program, | |
2023 preferably gfind (on non-GNU systems). Need a sane find for | |
2024 run-octave script. | |
2025 * run-octave.in: Use FIND and AWK as determined by configure. | |
2026 | |
7237 | 2027 2007-12-03 John W. Eaton <jwe@octave.org> |
2028 | |
2029 * configure.in: If available, include <sys/types.h> in test for | |
2030 sigset_t and sig_atomic_t. | |
2031 | |
7231 | 2032 2007-11-30 Moritz Borgmann <octave@moriborg.de> |
2033 | |
2034 * configure.in: Also check for sunmath.h. | |
2035 | |
7189 | 2036 2007-11-26 David Bateman <dbateman@free.fr> |
2037 | |
2038 * PROJECTS: condest now implemented. | |
2039 | |
2040 * NEWS: Document the TeX interpreter mode and its limitations with | |
2041 gnuplot 4.0. | |
2042 | |
2043 * NEWS: Document the use of "colormap gmap40" to workaround some | |
2044 gnuplot 4.0 colormap issues. | |
2045 | |
7177 | 2046 2007-11-14 John W. Eaton <jwe@octave.org> |
2047 | |
2048 * configure.in: Don't create Makefrag.bsd. | |
2049 | |
7173 | 2050 2007-11-14 Joseph P. Skudlarek <Jskud@Jskud.com> |
2051 | |
2052 * configure.in: Rework pcre.h tests to work with autoconf 2.59, | |
2053 and avoid explicit pcre/pcre.h check by using pcre-config. | |
2054 | |
7171 | 2055 2007-11-13 Joseph P. Skudlarek <Jskud@Jskud.com> |
2056 | |
2057 * octave-bug.in: Try mailx, then Mail, then /usr/ucb/mail, then | |
2058 /bin/mail. | |
9967 | 2059 |
7169 | 2060 2007-11-13 John W. Eaton <jwe@octave.org> |
2061 | |
2062 * configure.in: Only define HAVE_PCRE_H if <pcre.h> has the | |
2063 definitions we need. Likewise for <pcre/pcre.h>. | |
2064 | |
7155 | 2065 2007-11-10 John W. Eaton <jwe@octave.org> |
2066 | |
2067 * configure.in: Delete AC_SUBST_FILE(f77_rules_frag). | |
2068 | |
7117 | 2069 2007-11-07 John W. Eaton <jwe@octave.org> |
2070 | |
2071 * configure.in: Also check for pcre/pcre.h. | |
2072 | |
7095 | 2073 2007-11-01 John W. Eaton <jwe@octave.org> |
2074 | |
2075 * configure.in: Delete BLAS library calling convention | |
2076 compatibility check. | |
2077 | |
7088 | 2078 2007-10-31 John W. Eaton <jwe@octave.org> |
2079 | |
2080 * README.binary-dist: Delete. | |
2081 | |
2082 * README.MachTen: Delete. | |
2083 * octMakefile.in (DISTFILES): Remove it from the list. | |
2084 | |
7081 | 2085 2007-10-30 David Bateman <dbateman@free.fr> |
2086 | |
2087 * examples/addtwomatrices.cc, examples/celldemo.cc, | |
2088 examples/firstmexdemo.c, examples/fortdemo.cc, examples/fortsub.f, | |
2089 examples/funcdemo.cc, examples/globaldemo.cc, | |
2090 examples/helloworld.cc, examples/mycell.c, examples/myfeval.c, | |
2091 examples/myfunc.c, examples/mypow2.c, examples/mysparse.c, | |
2092 examples/mystring.c, examples/mystruct.c, examples/paramdemo.cc, | |
2093 examples/stringdemo.cc, examples/structdemo.cc, | |
2094 examples/unwinddemo.cc: Doc fixes for small book format. | |
2095 | |
7075 | 2096 2007-10-26 Michael Goffioul <michael.goffioul@gmail.com> |
2097 | |
2098 * Makeconf.in: Remove UNSETCOMSPEC trick. | |
2099 | |
7067 | 2100 2007-10-25 John W. Eaton <jwe@octave.org> |
2101 | |
2102 * configure.in (AH_BOTTOM): Define OCTAVE_EMPTY_CPP_ARG here. | |
2103 | |
7058 | 2104 2007-10-24 John W. Eaton <jwe@octave.org> |
2105 | |
7063 | 2106 * octMakefile.in (maintainer-clean distclean): No need to delete |
2107 Makefrag.f77 and Makerules.f77. | |
2108 * Makeconf.in: Include rules for making .o files from .f files | |
9967 | 2109 instead of substituting @f77_rules_frag@. |
7063 | 2110 * configure.in): Delete handling of --with-f2c and --with-f77 |
2111 options. No need to call OCTAVE_CHECK_EXCLUSIVE_WITH_OPTIONS. | |
2112 Delete all special cases for f2c. | |
2113 * aclocal.m4 (OCTAVE_CHECK_EXCLUSIVE_WITH_OPTIONS): Delete macro. | |
2114 | |
7062 | 2115 * FLEX.patch: Delete obsolete file. |
2116 * octMakefile.in (DISTFILES): Remove it from the list. | |
2117 | |
2118 * acx_blas.m4: Use "-Wl,-framework -Wl,vecLib" instead of | |
2119 just "-framework vecLib" in test for Mac OS X test. | |
2120 | |
7061 | 2121 * configure.in, aclocal.m4: Avoid AC_TRY_EVAL. |
2122 | |
7058 | 2123 * aclocal.m4 (OCTAVE_STRPTIME_BROKEN): New macro. |
2124 * configure.in: Use it. | |
2125 | |
7054 | 2126 2007-10-23 John W. Eaton <jwe@octave.org> |
2127 | |
2128 * configure.in: When checking for -lf2c, set F2CLIBS instad of | |
2129 FLIBS, then set FLIBS to $F2CLIBS just before printing the summary. | |
2130 Check for BLAS library calling convention compatibility. | |
2131 | |
7036 | 2132 2007-10-17 John W. Eaton <jwe@octave.org> |
2133 | |
2134 * configure.in: Delete checks for METIS. | |
2135 | |
7016 | 2136 2007-10-12 John W. Eaton <jwe@octave.org> |
2137 | |
7017 | 2138 * mk-opts.pl (parse_input): Allow comment lines beginning with #. |
2139 | |
7016 | 2140 * Change copyright notices in all files that are part of Octave to |
2141 GPLv3 or any later version. | |
2142 | |
2143 * COPYING: Update to GPLv3. | |
2144 | |
9967 | 2145 * run-octave.in: List args explicitly in exec command. |
7016 | 2146 |
7014 | 2147 2007-10-11 John W. Eaton <jwe@octave.org> |
2148 | |
2149 * config.guess, config.sub: Update from FSF sources. | |
2150 | |
7001 | 2151 2007-10-10 Kim Hansen <kimhanse@gmail.com> |
2152 | |
9967 | 2153 * run-octave.in: Use $args. Eliminate "if [ -n "$args" ]" conditional. |
7001 | 2154 |
6987 | 2155 2007-10-09 John W. Eaton <jwe@octave.org> |
2156 | |
2157 * gdbinit.in: Delete. | |
2158 * octMakefile.in (DISTFILES): Remove it from the list. | |
2159 (.gdbinit): Delete rule. | |
2160 (maintainer-clean, distclean): No need to delete .gdbinit. | |
2161 | |
2162 2007-10-09 Kim Hansen <kimhanse@gmail.com> | |
2163 | |
9967 | 2164 * run-octave.in: Use gdb with --args, not .gdbinit. |
6987 | 2165 |
6980 | 2166 2007-10-08 John W. Eaton <jwe@octave.org> |
2167 | |
2168 * emacs/octave-hlp.el, emacs/octave-inf.el, emacs/octave-mod.el: | |
2169 Sync with GNU Emacs versions. | |
2170 * emacs/octave-mod.el: Delete last two args from calls to | |
2171 define-abbrev. | |
2172 | |
6969 | 2173 2007-10-06 John W. Eaton <jwe@octave.org> |
2174 | |
2175 * configure.in: Check for lgamma and tgamma. | |
2176 | |
6957 | 2177 2007-10-04 John W. Eaton <jwe@octave.org> |
2178 | |
2179 * configure.in (UGLY_DEFS): Delete special case for darwin. | |
2180 | |
6955 | 2181 2007-10-03 John W. Eaton <jwe@octave.org> |
2182 | |
2183 * aclocal.m4 (OCTAVE_PROG_SED): Also check for \(X\|Y\) style | |
2184 regular expression alternation. | |
2185 | |
6941 | 2186 2007-10-01 John W. Eaton <jwe@octave.org> |
2187 | |
2188 * aclocal.m4 (OCTAVE_CHECK_STRPTIME): Delete. | |
2189 * configure.in: Don't use OCTAVE_CHECK_STRPTIME, simply check for | |
2190 strptime. | |
2191 | |
6915 | 2192 2007-09-18 Thomas Treichl <Thomas.Treichl@gmx.net> |
6913 | 2193 |
2194 * aclocal.m4 (OCTAVE_CHECK_STRPTIME): New macro. | |
2195 * configure.in: Use it. | |
2196 | |
6870 | 2197 2007-09-06 John W. Eaton <jwe@octave.org> |
2198 | |
2199 * configure.in: Avoid broken strptime function on Cygwin systems. | |
2200 | |
6855 | 2201 2007-09-01 David Bateman <dbateman@free.fr> |
2202 | |
2203 * configure.in: AC_SUBST and check the variable TEXINFO_QHULL. | |
2204 * Makeconf.in: Use it. | |
2205 | |
6829 | 2206 2007-08-24 David Bateman <dbateman@free.fr> |
2207 | |
2208 * configure.in: Extra Qhull bits. | |
2209 | |
6827 | 2210 2007-08-24 Kim Hansen <kimhanse@gmail.com> |
2211 | |
2212 * run-octave.in: Use `command` instead of $(command) to accomodate | |
2213 brain-dead shells. | |
2214 | |
6823 | 2215 2007-08-24 David Bateman <dbateman@free.fr> |
2216 | |
9967 | 2217 * configure.in: Probe for the use of Qhull. |
2218 * aclocal.m4 (AC_CHECK_QHULL_VERSION): Macro to check whether | |
2219 Qhull needs a version number. | |
2220 * Makeconf.in: Add QHULL_LIBS. | |
6823 | 2221 |
6822 | 2222 2007-08-23 John W. Eaton <jwe@octave.org> |
2223 | |
2224 * aclocal.m4 (OCTAVE_PROG_SED): Don't clobber value from environment. | |
2225 From: Christian Cornelssen <ccorn@cs.tu-berlin.de>. | |
2226 | |
6821 | 2227 2007-08-23 Thomas Weber <thomas.weber.mail@gmail.com> |
2228 | |
2229 * aclocal.m4 (OCTAVE_PROG_GNUPLOT): Drop check for multiple plot | |
2230 windows. | |
2231 | |
9968
f3bef90b7278
Remove various install-local targets in favor of using automake syntax for installation
Rik <rdrider0-list@yahoo.com>
parents:
9967
diff
changeset
|
2232 2007-08-10 S�ren Hauberg <hauberg@gmail.com> |
6812 | 2233 |
2234 * ROADMAP: Update for current sources. | |
2235 | |
6804 | 2236 2007-07-26 John W. Eaton <jwe@octave.org> |
2237 | |
2238 * configure.in: Also look for glpk/glpk.h. | |
2239 | |
6796 | 2240 2007-07-25 David Bateman <dbateman@free.fr> |
2241 | |
2242 * octMakefile.in, dlfcn/Makefile.in, emacs/Makefile.in, | |
9967 | 2243 examples/Makefile.in, test/Makefile.in: Adjust DISTFILES to allow |
2244 out of tree "make dist" to work. | |
2245 | |
6794 | 2246 2007-07-24 Michael Goffioul <michael.goffioul@swing.be> |
2247 | |
2248 * configure.in (*-*-msdosmsvc): Only add -g to DL_LDFLAGS and | |
2249 SH_LDFLAGS if either CFLAGS or CXXFLAGS contains -g. | |
2250 | |
6789 | 2251 2007-07-24 Rafael Laboissiere <rafael@debian.org> |
2252 | |
2253 * Makeconf.in (RUNTEST): Delete variable substitution. | |
2254 (do-subst-config-vals): Don't substitute %OCTAVE_CONF_RUNTEST%. | |
2255 | |
6782 | 2256 2007-07-20 Thomas Treichl <Thomas.Treichl@gmx.net> |
2257 | |
2258 * mkoctfile.in: Fix typo. | |
2259 | |
6755 | 2260 2007-06-25 John W. Eaton <jwe@octave.org> |
2261 | |
2262 * mk-opts.pl (emit_print_function): Make generated function print | |
2263 to ostream (passed as arg) instead of local buffer. Don't call | |
2264 print_usage in generated function. | |
2265 (emit_options_function): Fix call to print_${class_name} in | |
2266 generated to pass octave_stdout as arg. | |
2267 | |
6742 | 2268 2007-06-18 John W. Eaton <jwe@octave.org> |
2269 | |
2270 * emacs/octave-inf.el (inferior-octave-prompt): Match "octave.bin" | |
2271 and "octave.exe" in addition to "octave". | |
2272 | |
6732 | 2273 2007-06-15 John W. Eaton <jwe@octave.org> |
2274 | |
2275 * run-octave.in: Use simple string concatenation instead of | |
2276 sprintf in AWK program. | |
2277 | |
6710 | 2278 2007-06-13 Michael Goffioul <michael.goffioul@swing.be> |
2279 | |
6724 | 2280 * configure.in: Set NO_OCT_FILE_STRIP=true for msdosmsvc. |
2281 | |
2282 * aclocal.m4 (OCTAVE_HDF5_DLL): Include return statements in | |
2283 function body used for test. | |
2284 | |
6719 | 2285 * configure.in: Check for CXSparse with C++. |
6724 | 2286 |
6710 | 2287 * Makeconf.in (do-subst-config-vals): Also substitute ${libdir} as |
2288 OCTAVE_CONF_LIBDIR. | |
2289 * mkoctfile.in: Set DEFAULT_LIBDIR and substitute OCTAVE_HOME. | |
2290 Define LIBDIR. Use LIBDIR to set DEFAULT_LFLAGS. | |
2291 | |
6704 | 2292 2007-06-12 Benjamin Lindner <lindnerben@gmx.net> |
2293 | |
2294 * configure.in: For mingw, add -lws2_32 -lkernel32 to LIBS and set | |
2295 _USE_MATH_DEFINES same as for msvc. | |
2296 | |
6694 | 2297 2007-06-06 Michael Goffioul <michael.goffioul@swing.be> |
2298 | |
2299 * configure.in: Check for utime.h and sys/utime.h headers. | |
2300 Check for utime, _chmod, _utime, and _utime32 functions. | |
2301 | |
6686 | 2302 2007-06-03 David Bateman <dbateman@free.fr> |
2303 | |
2304 * configure.in (AC_CONFIG_FILES): Add src/mxarray.h | |
2305 * examples/mycell.c, examples/mypow2.c, examples/mysparse.c, | |
2306 examples/mystring.c, examples/mystruct.c: Use mwSize and mwIndex, | |
2307 rather than int for indexing to conform to new mex API. | |
9967 | 2308 |
6682 | 2309 2007-06-01 John W. Eaton <jwe@octave.org> |
2310 | |
2311 * configure.in (*-*-darwin*): Fix quoting and construction of | |
2312 MKOCTFILE_DL_LDFLAGS. | |
2313 * mkoctfile.in (DEFAULT_BINDIR, EXEEXT): New substitutions. | |
2314 * Makeconf.in (MKOCTFILE_DL_LDFLAGS): Delete. | |
2315 (do-subst-config-vals): Do configure substitution of | |
2316 MKOCTFILE_DL_LDFLAGS directly here instead of using intermediate | |
2317 variable. Quote this sed substitution with ' instead of ". | |
2318 | |
6668 | 2319 2007-05-29 Steven Mestdagh <steven.mestdagh@esat.kuleuven.be> |
2320 | |
2321 * configure.in: Delete spurious "break" in fftw3 check. | |
2322 Use separate case for SH_LD and SH_LDFLAGS on openbsd. | |
2323 | |
6654 | 2324 2007-05-22 John W. Eaton <jwe@octave.org> |
2325 | |
2326 * Makeconf.in (do-script-uninstall): Also remove directory. | |
2327 | |
6653 | 2328 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com> |
2329 | |
2330 * NEWS.2, README.MSVC, WWW/NEWS-2.html: Fix typos. | |
2331 | |
6628 | 2332 2007-05-16 David Bateman <dbateman@free.fr> |
2333 | |
2334 * PROJECTS: Update. | |
2335 | |
6594 | 2336 2007-04-27 John W. Eaton <jwe@octave.org> |
2337 | |
2338 * examples/Makefile.in (SOURCES): Add all example files to the list. | |
2339 | |
2340 * octave-config.in: Don't set PREFIX to OCTAVE_HOME if OCTAVE_HOME | |
2341 is empty. | |
2342 | |
6593 | 2343 2007-04-27 David Bateman <dbateman@free.fr> |
2344 | |
6595 | 2345 * examples/mycell.c, examples/mypow2.c, examples/mystring.c, |
2346 examples/myprop.c: New example mex files. | |
6593 | 2347 |
6585 | 2348 2007-04-26 Alex Zvoleff <azvoleff@sbcglobal.net> |
2349 | |
2350 * configure.in: Don't report ARPACK libraries in summary. | |
2351 | |
6580 | 2352 2007-04-25 David Bateman <dbateman@free.fr> |
2353 | |
6583 | 2354 * Makeconf.in (do-subst-texinfo-vals): Also substitute abs_top_srcdir. |
2355 | |
6580 | 2356 * examples/myfunc.c, exampples/paramdemo.cc: New files |
2357 * examples/mystruct.c, examples/mysparse.c, fortdemo.cc: Fix a few | |
2358 formatting issues when included in texinfo files. | |
2359 | |
6573 | 2360 2007-04-25 John W. Eaton <jwe@octave.org> |
2361 | |
6577 | 2362 * Makeconf.in (do-subst-texinfo-vals): Also substitute top_srcdir. |
2363 | |
6573 | 2364 * examples/addtwomatrices.cc, examples/celldemo.cc, |
2365 examples/fortdemo.cc, examples/funcdemo.cc, | |
2366 examples/globaldemo.cc, examples/helloworld.cc, | |
2367 examples/stringdemo.cc, examples/structdemo.cc, | |
6577 | 2368 examples/unwinddemo.cc, examples/fortsub.f, |
2369 examples/firstmexdemo.c: New files. | |
6573 | 2370 * examples/Makefile.in (SOURCES): Add them to the list. |
2371 | |
6552 | 2372 2007-04-20 John W. Eaton <jwe@octave.org> |
2373 | |
2374 * configure.in: Don't check for ARPACK. | |
2375 | |
6475 | 2376 2007-03-29 Rafael Laboissiere <rafael@debian.org> |
2377 | |
6477 | 2378 * emacs/octave-mod.el: Drop LOADPATH, INFO_FILE, and |
2379 INFO_PROGRAM from octave-variables. | |
2380 | |
6475 | 2381 * examples/info-emacs-octave-help, examples/info-emacs-info: |
2382 Use gnuclient, not gnudoit. | |
2383 | |
6466 | 2384 2007-03-27 John W. Eaton <jwe@octave.org> |
2385 | |
6467 | 2386 * octMakefile.in (dist, conf-dist): Use ln, not $(LN_S). |
2387 * emacs/Makefile.in (dist): Likewise. | |
2388 * examples/Makefile.in (dist): Likewise. | |
2389 * dlfcn/Makefile.in (conf-dist): Likewise. | |
2390 | |
6466 | 2391 * config.guess, config.sub: Update from FSF sources. |
2392 | |
6445 | 2393 2007-03-23 John W. Eaton <jwe@octave.org> |
2394 | |
2395 * examples/make_int.cc (octave_integer::clone): Return type is | |
2396 pointer to octave_base_value, not octave_value. | |
2397 (Fdoit): Rep is reference to octave_base_value, not octave_value. | |
2398 | |
9501 | 2399 2007-03-21 Paul Kienzle <pkienzle@users.sf.net> |
6428 | 2400 |
2401 * octMakefile.in (all): Print message after successful build. | |
2402 | |
6381 | 2403 2007-03-05 John W. Eaton <jwe@octave.org> |
2404 | |
2405 * configure.in (GLPK_PRE_4_14): Rename from GLPK_PRE_4_15. | |
2406 | |
6365 | 2407 2007-02-27 John W. Eaton <jwe@octave.org> |
2408 | |
6366 | 2409 * Makeconf.in (do-script-uninstall): Remove PKG_ADD. |
2410 * examples/Makefile.in (uninstall): Don't remove files listed in | |
2411 $(SCRIPTS) from $(srcdir). | |
2412 Remove www.octave.org-octave.desktop, not octave.desktop. | |
2413 | |
6365 | 2414 * run-octave.in (run-octave.in): Use --no-initial-path. |
2415 Rename to qargs to args. Use $args not "$args" when invoking Octave. | |
2416 Try harder to get quoting right when passing args to Octave. | |
2417 | |
6358 | 2418 2007-02-26 John W. Eaton <jwe@octave.org> |
2419 | |
2420 * octMakefile.in (DISTDIRS): Eliminate variable. | |
2421 | |
6694 | 2422 2007-02-26 Michael Goffioul <michael.goffioul@swing.be> |
6358 | 2423 |
2424 * octMakefile.in, dlfcn/Makefile.in, emacs/Makefile.in: | |
2425 Use $(LN_S) instead of ln or ln -s. | |
2426 | |
2427 * octMakefile.in (dist): Use -9 instead of --best with gzip/bzip2. | |
2428 | |
6335 | 2429 2007-02-21 John W. Eaton <jwe@octave.org> |
2430 | |
2431 * configure.in: Also warn about missing functionality for | |
2432 --without-glpk or --without-curl options. Print curl library | |
2433 warning in summary. | |
2434 | |
6333 | 2435 2007-02-20 Rafael Laboissiere <rafael@debian.org> |
2436 | |
2437 * configure.in: Check for versions of GLPK prior to 4.15 and set | |
2438 the GLPK_PRE_4_15 macro accordingly. | |
2439 | |
6319 | 2440 2007-02-16 John W. Eaton <jwe@octave.org> |
2441 | |
2442 * mkoctfile.in: Use OCTAVE_PREFIX, not OCTAVE_CONF_PREFIX, in sed | |
2443 substitutions. | |
2444 * octave-conf.in: Define DATAROOTDIR, not DATADIR, from | |
2445 OCTAVE_DATAROOTDIR. | |
2446 From Michael Goffioul <michael.goffioul@swing.be>. | |
2447 | |
6311 | 2448 2007-02-15 John W. Eaton <jwe@octave.org> |
2449 | |
2450 * octave-config.in (DATAROOTDIR): Include in list of vars. | |
2451 Substitute OCTAVE_HOME. | |
2452 | |
2453 * Makeconf.in (MKOCTFILE_INCFLAGS, MKOCTFILE_LFLAGS): Delete vars. | |
2454 (do-subst-config-vals): Don't substitute them. | |
2455 Also substitute OCTAVE_CONF_INCLUDEDIR, OCTAVE_CONF_OCTINCLUDEDIR, | |
2456 OCTAVE_CONF_OCTLIBDIR, and OCTAVE_CONF_PREFIX here. | |
2457 * mkoctfile.in (OCTAVE_CONF_OCTINCLUDEDIR, OCTAVE_CONF_INCLUDEDIR, | |
2458 OCTAVE_CONF_OCTLIBDIR): Substitute values and perform OCTAVE_HOME | |
2459 substitution here. | |
2460 (DEFAULT_INCFLAGS, DEFAULT_LFLAGS): New variables. Use them to | |
2461 set default values for INCFLAGS and LFLAGS. | |
2462 | |
6295 | 2463 2007-02-09 John W. Eaton <jwe@octave.org> |
2464 | |
2465 * mkoctfile.in: Handle .a files. | |
2466 | |
6286 | 2467 2007-02-08 John W. Eaton <jwe@octave.org> |
2468 | |
6290 | 2469 * octMakefile.in (all): Depend on dist-info-files. |
2470 (dist): Delete dist-info-files dependency. | |
2471 | |
6286 | 2472 * configure.in: Rewrite if !( X ) ... fi as if X; true; else ... fi. |
6289 | 2473 Also check for _glp_lpx_simplex. |
6286 | 2474 |
6279 | 2475 2007-02-07 John W. Eaton <jwe@octave.org> |
2476 | |
2477 * Makeconf.in (do-script-install): Use $(FCN_FILES) for list of | |
2478 files instead of $(FCN_FILES_NO_DIR). Use basename to get | |
2479 filename with no directory part. | |
2480 | |
6276 | 2481 2007-02-07 Michael Goffioul <michael.goffioul@swing.be> |
2482 | |
2483 * aclocal.m4 (OCTAVE_HDF5_DLL): New macro. | |
2484 * configure.in: Use it. | |
2485 | |
6270 | 2486 2007-02-05 John W. Eaton <jwe@octave.org> |
2487 | |
6271 | 2488 * configure.in: Check for realpath function. |
2489 | |
6270 | 2490 * demo.m: Delete obsolete file. |
2491 | |
6255 | 2492 2007-01-29 Michael Goffioul <michael.goffioul@swing.be> |
2493 | |
2494 * configure.in (*-*-msdosmsvc): Set NO_OCT_FILE_STRIP to true. | |
2495 | |
6253 | 2496 2007-01-24 John W. Eaton <jwe@octave.org> |
2497 | |
2498 * octMakefile.in (install): Install NEWS file. | |
2499 (uninstall): Remove it. | |
2500 | |
6231 | 2501 2007-01-08 David Bateman <dbateman@free.fr> |
2502 | |
2503 * configure.in: Replace sparsesuite with suitesparse to match | |
2504 upstream name. | |
2505 | |
6208 | 2506 2006-12-06 Michael Goffioul <michael.goffioul@swing.be> |
2507 | |
2508 * acx_blas.m4, acx_lapack.m4: Handle f2c calling convention. | |
2509 | |
6201 | 2510 2006-12-05 John W. Eaton <jwe@octave.org> |
2511 | |
2512 * configure.in: Don't check for strptime on *-apple-darwin* systems. | |
2513 | |
6187 | 2514 2006-11-28 John W. Eaton <jwe@octave.org> |
2515 | |
2516 * mkoctfile.in: Construct default output file from basename of | |
2517 input file name. | |
2518 | |
2519 2006-11-28 David Bateman <dbateman@free.fr> | |
6186 | 2520 |
2521 * configure.in: Check for sparse header files in the sparsesuite | |
2522 sub-directory. In the cholmod tests, include the camd libraries, as | |
2523 this might be a dependency for cholmod. | |
2524 | |
6170 | 2525 2006-11-15 John W. Eaton <jwe@octave.org> |
2526 | |
2527 * run-octave.in: Don't forget LD_PRELOAD if there are args. | |
2528 | |
6161 | 2529 2006-11-14 John W. Eaton <jwe@octave.org> |
2530 | |
2531 * configure.in: If warning message is printed, print additional | |
2532 final note about missing libraries. | |
2533 | |
6155 | 2534 2006-11-13 John W. Eaton <jwe@octave.org> |
2535 | |
2536 * run-octave.in: Substitute liboctinterp, liboctave, and libcruft. | |
2537 Use them to set LD_PRELOAD. | |
2538 * Makeconf.in (do-subst-script-vals): Also substitute | |
2539 liboctinterp, liboctave, and libcruft. | |
2540 | |
6153 | 2541 2006-11-13 Rafael Laboissiere <rafael@debian.org> |
2542 | |
2543 * mkoctfile.in: Add -Wl,... options to ldflags, not pass_on_flags. | |
2544 | |
6152 | 2545 2006-11-11 John W. Eaton <jwe@octave.org> |
2546 | |
2547 * examples/Makefile.in (octave.desktop): | |
2548 Use $(simple-move-if-change-rule) here. | |
2549 | |
2550 * Makeconf.in (simple-move-if-change-rule, | |
2551 (builddir-move-if-change-rule): New macros. | |
2552 | |
9968
f3bef90b7278
Remove various install-local targets in favor of using automake syntax for installation
Rik <rdrider0-list@yahoo.com>
parents:
9967
diff
changeset
|
2553 2006-11-11 S�ren Hauberg <hauberg@gmail.com> |
6152 | 2554 |
2555 * examples/Makefile.in (uninstall): Add missing semicolon. | |
2556 | |
6150 | 2557 2006-11-09 John W. Eaton <jwe@octave.org> |
2558 | |
2559 * examples/Makefile.in (uninstall): New target. | |
2560 | |
6149 | 2561 2006-11-09 Michael Goffioul <michael.goffioul@swing.be> |
2562 | |
2563 * configure.in (OCTAVE_LOCAL_BUFFER): Don't access first element | |
2564 if size is 0. | |
2565 | |
6141 | 2566 2006-11-06 Michael Goffioul <michael.goffioul@swing.be> |
2567 | |
2568 * configure.in (CRUFT_DLL_DEFS, OCTAVE_DLL_DEFS, OCTINTERP_DLL_DEFS): | |
2569 Also rename in AC_SUBST calls. | |
2570 * Makeconf.in (ALL_CFLAGS): Use DLL_CDEFS instead of XTRA_CDEFS. | |
2571 (ALL_CXXFLAGS): Use DLL_CDEFS instead of XTRA_CXXDEFS. | |
2572 | |
6137 | 2573 2006-11-03 John W. Eaton <jwe@octave.org> |
2574 | |
2575 * configure.in (CRUFT_DLL_DEFS): Rename from XTRA_CRUFT_DEFS. | |
2576 (OCTAVE_DLL_DEFS): Rename from XTRA_OCTAVE_DEFS. | |
2577 (OCTINTERP_DLL_DEFS): Rename from XTRA_OCTINTERP_DEFS. | |
2578 (XTRA_CRUFT_LINK_FLAGS): Rename from XTRA_CRUFT_LINK_DEPS. | |
2579 | |
6136 | 2580 2006-11-02 John W. Eaton <jwe@octave.org> |
2581 | |
2582 * README.Cygwin: Rename from README.Windows. | |
2583 * README.MSVC: New file. | |
2584 * README.Windows: Point to the README.Cygwin and README.MSVC files. | |
2585 | |
6129 | 2586 2006-11-01 John W. Eaton <jwe@octave.org> |
2587 | |
6133 | 2588 * configure.in: Check for PCRE macros we use. Warn if regex |
2589 library is not found. Print hdf5, zlib, umfpack, colamd, ccolamd, | |
2590 cholmod, and cxsparse warnings when we detect the problems. | |
2591 | |
6131 | 2592 * run-octave.in: Handle quoted args properly in exec call? |
6129 | 2593 |
6125 | 2594 2006-10-29 John W. Eaton <jwe@octave.org> |
2595 | |
2596 * run-octave.in: Handle spaces in directory names. | |
2597 | |
6123 | 2598 2006-10-28 Michael Goffioul <michael.goffioul@swing.be> |
6122 | 2599 |
2600 * configure.in (AH_BOTTOM): If using MSVC, define __WIN32__ before | |
2601 other #ifdefs that use it. | |
2602 | |
6116 | 2603 2006-10-27 John W. Eaton <jwe@octave.org> |
2604 | |
6121 | 2605 * configure.in (AH_BOTTOM): Move DLL defs to |
2606 libcruft/misc/oct-dlldefs.h and include it here. | |
2607 | |
6116 | 2608 * aclocal.m4 (OCTAVE_PROG_TEXI2PDF): Require OCTAVE_PROG_TEXI2DVI. |
2609 If texi2pdf is not found but texi2dvi is available, set TEXI2PDF | |
2610 to "$TEXI2DVI --pdf". | |
2611 (OCTAVE_PROG_GHOSTSCRIPT): Also check for gswin32 on Windows systems. | |
6119 | 2612 |
6116 | 2613 * Makeconf.in (UNSETCOMSPEC): Define if COMSPEC is defined. |
2614 From Michael Goffioul <michael.goffioul@swing.be>. | |
2615 | |
6110 | 2616 2006-10-26 John W. Eaton <jwe@octave.org> |
2617 | |
2618 * configure.in (OCTAVE_EXPORT, OCTAVE_IMPORT): New macros | |
2619 (CRUFT_API, OCTAVE_API, OCTINTERP_API): Define using OCTAVE_EXPORT | |
2620 and OCTAVE_IMPORT. | |
2621 | |
6100 | 2622 2006-10-26 Michael Goffioul <michael.goffioul@swing.be> |
2623 | |
2624 * configure.in (*-*-msdosmsvc): Set library_path_var. | |
6103 | 2625 Check for _WIN32_WINNT >= 0x0403. Define _USE_MATH_DEFINES if it |
2626 is needed. | |
6102 | 2627 (XTRA_CRUFT_LINK_DEPS): New variable. Substitute it. |
6104 | 2628 |
2629 * aclocal.m4 (OCTAVE_MKDIR_TAKES_ONE_ARG): Perform check with C++ | |
2630 compiler. | |
2631 | |
6098 | 2632 2006-10-26 John W. Eaton <jwe@octave.org> |
2633 | |
6103 | 2634 * aclocal.m4 (OCTAVE_PROG_PAGER): Also check for more.com for |
2635 *-*-mingw* and *-*-msdosmsvc systems. | |
2636 | |
6102 | 2637 * configure.in (F77_TOLOWER, F77_APPEND_UNDERSCORE, |
2638 F77_APPEND_EXTRA_UNDERSCORE): New variables. Substitute them. | |
2639 * Makeconf.in (F77_TOLOWER, F77_APPEND_UNDERSCORE, | |
2640 F77_APPEND_EXTRA_UNDERSCORE): Substitute here. | |
2641 (do-subst-f77-mangling): New macro. | |
2642 | |
6098 | 2643 * emacs/octave-inf.el (inferior-octave-has-built-in-variables): |
2644 New defvar. | |
2645 (inferior-octave-resync-dirs): Check to see whether Octave has | |
2646 built-in variables and set inferior-octave-has-built-in-variables. | |
2647 Check inferior-octave-has-built-in-variables to decide whether to | |
2648 send commands that set built-in variables or call functions to | |
2649 change Octave's behavior. | |
2650 Send "disp (pwd ())" to Octave instead of just "pwd". | |
2651 (inferior-octave-startup): Send "more off" to Octave instead of | |
2652 "page_screen_output = 0". | |
2653 | |
6087 | 2654 2006-10-25 John W. Eaton <jwe@octave.org> |
2655 | |
6098 | 2656 * configure.in (RETSIGTYPE_IS_VOID): Define if |
2657 "$ac_cv_type_signal" = "void". | |
2658 | |
6094 | 2659 * configure.in (*-*-msdosmsvc): Don't check for strftime. |
2660 | |
6087 | 2661 * configure.in (INCLUDE_DEPS): Set and substitute. |
2662 (DEPEND_FLAGS, DEPEND_EXTRA_SED_PATTERN): Rearrange way these are set. | |
6089 | 2663 |
6087 | 2664 * Makeconf.in (INCLUDE_DEPS): Substitute here, and use to set default |
2665 value for omit_deps. | |
2666 | |
2667 2006-10-25 Michael Goffioul <michael.goffioul@swing.be> | |
2668 | |
2669 * Makeconf.in (ALL_CFLAGS): Include $(XTRA_CDEFS) in the list. | |
2670 (ALL_CXXFLAGS): Include $(XTRA_CXXDEFS) in the list. | |
2671 | |
2672 * configure.in (XTRA_CRUFT_DEFS, XTRA_OCTAVE_DEFS, | |
2673 XTRA_OCTINTERP_DEFS): Define and substitute. | |
2674 (AH_BOTTOM) [_MSC_VER]: include definitions for CRUFT_API, | |
2675 OCTAVE_API, and OCTINTERP_API. | |
2676 | |
6089 | 2677 * configure.in (*-*-msdosmsvc): Add "-EHs -MD" to CXXFLAGS. |
2678 Add "-MD" to CFLAGS. Add "-MD" to CONFLIB_ARG when checking for | |
2679 libf2c. | |
2680 | |
6090 | 2681 * configure.in (*-*-msdosmsvc): Generate replacement unistd.h. |
2682 * octMakefile.in (maintainer-clean, distclean): Also remove unistd.h. | |
2683 | |
2684 * configure.in (*-*-msdosmsvc): Default sepchar is ';'. | |
6091 | 2685 Define default LIBS (link against kernel32 and ws2_32). |
2686 Force having LoadLibrary API. | |
2687 | |
2688 * configure.in (AH_BOTTOM) [_MSC_VER]: Define __WIN32__. | |
6090 | 2689 |
6086 | 2690 2006-10-25 John W. Eaton <jwe@octave.org> |
2691 | |
2692 * mkoctfile.in (OCTAVE_VERSION): No need to quote replacement here. | |
2693 | |
6073 | 2694 2006-10-24 John W. Eaton <jwe@octave.org> |
2695 | |
2696 * run-octave.in: Only modify .gdbinit if -g option is given. | |
2697 Use $(/bin/pwd) instead of $(pwd). | |
2698 | |
6071 | 2699 2006-10-23 John W. Eaton <jwe@octave.org> |
2700 | |
2701 * emacs/Makefile.in (SOURCES, DISTFILES, install, install-strip, | |
2702 uninstall): Handle otags name change. | |
2703 * emacs/octave-tags, emacs/octave-tags.1: Rename from otags. | |
2704 | |
6061 | 2705 2006-10-17 John W. Eaton <jwe@octave.org> |
2706 | |
2707 * configure.in: Check for _isnan, _finite, and _copysign. | |
2708 | |
6057 | 2709 2006-10-17 Michael Goffioul <michael.goffioul@swing.be> |
2710 | |
6061 | 2711 * aclocal.m4 (OCTAVE_CXX_PREPENDS_UNDERSCORE, OCTAVE_CXX_ABI): Use |
2712 $ac_objext instead of assuming .o. | |
2713 (OCTAVE_PROG_GNUPLOT): Handle *-*-msdos the same as *-*-cygwin* | |
2714 and *-*-mingw32*. | |
6057 | 2715 |
6056 | 2716 2006-10-17 John W. Eaton <jwe@octave.org> |
2717 | |
2718 * configure.in: Check for curl_easy_escap instead of | |
2719 curl_global_init. | |
2720 | |
6051 | 2721 2006-10-13 Michael Goffioul <michael.goffioul@swing.be> |
2722 | |
2723 * configure.in [_MSC_VER]: Disable some warnings. | |
2724 (*-*-msdos): New case for shared libraries. | |
2725 (LIBPRE): New variable. | |
2726 * Makeconf.in: Substitute it. | |
2727 | |
6049 | 2728 2006-10-12 John W. Eaton <jwe@octave.org> |
2729 | |
2730 * configure.in (AH_BOTTOM): Don't unconditionally #define | |
2731 OCTAVE_HAVE_POSIX_FILESYSTEM followed by a conditional #undef | |
2732 OCTAVE_HAVE_POSIX_FILESYSTEM since autoconf is commenting out the | |
2733 #undef. | |
2734 | |
6043 | 2735 2006-10-09 John W. Eaton <jwe@octave.org> |
2736 | |
2737 * Makeconf.in (CURL_LIBS, do-subst-config-vals): | |
2738 Substitute CURL_LIBS. | |
2739 | |
2740 * configure.in: Check for libcurl. | |
2741 | |
6028 | 2742 2006-10-04 John W. Eaton <jwe@octave.org> |
2743 | |
2744 * Makeconf.in (library_path_var): Substitute value from configure. | |
2745 (do-subst-script-vals): Add library_path_var to the list. | |
2746 * run-octave.in: Substitute value here. | |
2747 | |
6024 | 2748 2006-10-03 John W. Eaton <jwe@octave.org> |
2749 | |
6025 | 2750 * configure.in: Warn if PCRE library is not found. |
2751 | |
6024 | 2752 * configure.in: Include CAMD_LIBS, AMD_LIBS, and REGEX_LIBS in the |
2753 summary. | |
2754 | |
2755 2006-10-03 David Bateman <dbateman@free.fr> | |
2756 | |
2757 * configure.in: Check for libcamd. | |
2758 * Makeconf.in (CAMD_LIBS): New variable. | |
2759 | |
6009 | 2760 2006-09-27 John W. Eaton <jwe@octave.org> |
2761 | |
2762 * mkoctfile.in [--mex]: Include -I. in incflags. | |
9968
f3bef90b7278
Remove various install-local targets in favor of using automake syntax for installation
Rik <rdrider0-list@yahoo.com>
parents:
9967
diff
changeset
|
2763 From S�ren Hauberg <hauberg@gmail.com>. |
6009 | 2764 |
6001 | 2765 2006-09-26 John W. Eaton <jwe@octave.org> |
2766 | |
2767 * configure.in (AC_CONFIG_FILES): | |
2768 Remove doc/interpreter/images/Makefile from the list. | |
2769 | |
5994 | 2770 2006-09-16 John W. Eaton <jwe@octave.org> |
2771 | |
2772 * octave-bug.in: Delete LIBPLPLOT variables. | |
2773 | |
5990 | 2774 2006-09-15 John W. Eaton <jwe@octave.org> |
2775 | |
2776 * configure.in: Check for locale.h and setlocale. | |
2777 | |
5989 | 2778 2006-09-13 Christopher Hulbert <cchgroupmail@gmail.com> |
2779 | |
2780 * run-octave.in (LD_LIBRARY_PATH): Also append LD_LIBRARY_PATH | |
2781 from environment. | |
2782 | |
5970 | 2783 2006-08-25 Alexander Barth <abarth@marine.usf.edu> |
2784 | |
2785 * mkoctfile.in: Accept .f90 and .F90 as Fortran files. | |
2786 Pass $incflags and $defs to Fortran compiler. | |
2787 | |
5942 | 2788 2006-08-18 John W. Eaton <jwe@octave.org> |
2789 | |
2790 * Makeconf.in (do-subst-texinfo-vals): Don't substitute | |
2791 %CANONICAL_HOST_TYPE%. | |
2792 | |
5934 | 2793 2006-08-17 John W. Eaton <jwe@octave.org> |
2794 | |
2795 * aclocal.m4 (OCTAVE_PROG_GHOSTSCRIPT, OCTAVE_PROG_MAKEINFO, | |
2796 OCTAVE_PROG_TEXI2DVI, OCTAVE_PROG_TEXI2PDF): New macros. | |
2797 * configure.in: Use them. Maybe print warnings in summary. | |
2798 | |
5909 | 2799 2006-07-27 John W. Eaton <jwe@octave.org> |
2800 | |
2801 * Makeconf.in (localapiarchlibdir): Substitute it here. | |
2802 (do-subst-default-vals): Include it in the sed command here. | |
2803 * configure.in (localapiarchlibdir): New variable. | |
2804 * octave-config.in: Don't quote %VAR% values. | |
2805 (LOCALAPIARCHLIBDIR): New variable. | |
2806 | |
2807 2006-07-27 Thomas Weber <thomas.weber.mail@gmail.com> | |
2808 | |
2809 * octave-config.in (OCTAVE_FCNFILEPATH, OCTAVE_IMAGEPATH, | |
2810 OCTAVE_LOCALFCNFILEPATH, OCTAVE_LOCALOCTFILEPATH): Delete variables. | |
2811 | |
5904 | 2812 2006-07-26 John W. Eaton <jwe@octave.org> |
2813 | |
2814 * mkoctfile.in (Options): Accept -g. | |
2815 | |
2816 * configure.in: Check for exp2 and log2. | |
2817 | |
5903 | 2818 2006-07-25 David Bateman <dbateman@free.fr> |
2819 | |
2820 * mysparse.c: New file. | |
2821 | |
5866 | 2822 2006-06-27 John W. Eaton <jwe@octave.org> |
2823 | |
2824 * octMakefile.in (maintainer-clean distclean): Remove | |
2825 $(SHELL_SCRIPTS) instead of naming files individually. | |
2826 Also remove .gdbinit. | |
2827 | |
5864 | 2828 2006-06-21 John W. Eaton <jwe@octave.org> |
2829 | |
2830 * examples/myfeval.c, examples/myfevalf.f, examples/myhello.c, | |
2831 examples/myset.c, examples/mystruct.c: New files. | |
2832 | |
2833 * mkoctfile.in: New option, --mex. | |
2834 | |
5857 | 2835 2006-06-13 John W. Eaton <jwe@octave.org> |
2836 | |
2837 * configure.in (--enable-64): Include "(EXPERIMENTAL)" in help text. | |
2838 Also set warn_64_bit if no suitable type for octave_idx_type is found. | |
2839 If --enable-64 is specified, print warning in summary message. | |
2840 | |
5854 | 2841 2006-06-12 John W. Eaton <jwe@octave.org> |
2842 | |
2843 * aclocal.m4 (OCTAVE_CXX_BROKEN_REINTERPRET_CAST): New macro. | |
2844 * configure.in: Use it. | |
2845 * AH_BOTTOM: Conditionally define FCN_PTR_CAST here. | |
2846 | |
5847 | 2847 2006-06-08 John W. Eaton <jwe@octave.org> |
2848 | |
2849 * Makeconf.in (do-subst-default-vals): Also substitute | |
2850 OCTAVE_DATAROOTDIR. | |
2851 | |
5843 | 2852 2006-06-06 John W. Eaton <jwe@octave.org> |
2853 | |
5844 | 2854 * Makeconf.in (datarootdir): New variable. |
2855 | |
9967 | 2856 * acx_lapack.m4 (acx_lapack_ok): |
5844 | 2857 Use AC_LINK_IFELSE+AC_LANG_PROGRAM instead of AC_TRY_LINK |
2858 | |
2859 * aclocal.m4: Use AC_RUN_IFELSE+AC_LANG_SOURCE instead of AC_TRY_RUN. | |
2860 | |
2861 * acx_blas.m4, acx_lapack.m4, configure.in, aclocal.m4: | |
2862 Use AS_HELP_STRING instead of AC_HELP_STRING. | |
2863 | |
2864 * configure.in: Outside of other macros, use AC_MSG_NOTICE instad | |
2865 of AC_MSG_RESULT. Check for sys_siglist using method from | |
2866 autoconf manual. | |
2867 | |
2868 * configure.in, Makeconf.in: octMakefile.in: Delete plplot cruft. | |
2869 | |
5843 | 2870 * configure.in, aclocal.m4: |
2871 Use AC_LINK_IFELSE+AC_LANG_PROGRAM instead of AC_TRY_LINK | |
5844 | 2872 Use AC_COMPILE_IFELSE+AC_LANG_PROGRAM instead of AC_TRY_COMPILE. |
2873 Use AS_HELP_STRING consistently with AC_ARG_WITH and AC_ARG_ENABLE. | |
5843 | 2874 |
5828 | 2875 2006-05-23 John W. Eaton <jwe@octave.org> |
2876 | |
2877 * configure.in: Check for inttypes.h and stdint.h. | |
2878 | |
5823 | 2879 2006-05-19 John W. Eaton <jwe@octave.org> |
2880 | |
2881 * mk-opts.pl (emit_print_function, emit_options_function): | |
2882 Generate print_usage calls with no args. | |
2883 | |
5814 | 2884 2006-05-11 John W. Eaton <jwe@octave.org> |
2885 | |
2886 * configure.in (localfcnfilepath, localoctfilepath, fcnfilepath, | |
2887 imagepath): Delete variables. | |
2888 * Makeconf.in (localfcnfilepath, localoctfilepath, fcnfilepath, | |
2889 imagepath): Likewise. | |
2890 (do-subst-default-vals): Don't substitute them. | |
2891 | |
2892 * run-octave.in: Pass --image-path to octave. | |
2893 Use find to recursively add directories to loadpath. | |
2894 Fixup set args command in .gdbinit here. | |
2895 | |
5798 | 2896 2006-05-09 John W. Eaton <jwe@octave.org> |
2897 | |
2898 * octMakefile.in (abs_top_srcdir): Substitute value here. | |
2899 | |
5793 | 2900 2006-05-05 David Bateman <dbateman@free.fr> |
2901 | |
9967 | 2902 * Makeconf.in (do-subst-scripts-vals): Also replace |
5793 | 2903 abs_top_srcdir. |
2904 * run-octave.in: Define top_srcdir as an absolute path. | |
2905 | |
5788 | 2906 2006-05-04 John W. Eaton <jwe@octave.org> |
2907 | |
2908 * octMakefile.in (SHELL_SCRIPTS): Include run-octave in the list. | |
2909 | |
5781 | 2910 2006-05-02 John W. Eaton <jwe@octave.org> |
2911 | |
2912 * NEWS: New contents for 3.0. | |
2913 * NEWS.2: Move contents of NEWS here. | |
2914 | |
2915 2006-04-29 John W. Eaton <jwe@octave.org> | |
2916 | |
2917 * run-octave.in: Execute $builddir/src/octave, not src/octave. | |
2918 | |
5778 | 2919 2006-04-26 Thomas Weber <thomas.weber.mail@gmail.com> |
2920 | |
2921 * configure.in: Fix apiversion vs. api_version typo. | |
2922 | |
5776 | 2923 2006-04-25 John W. Eaton <jwe@octave.org> |
2924 | |
2925 * Makefile.in (TARGETS): Include run-octave and .gdbinit in the list. | |
2926 * Makeconf.in (subst-script-vals): New macro. | |
2927 * octMakefile.in (run-octave, .gdbinit): New rules. | |
2928 (DISTFILES): Include run-octave.in and gdbinit.in in the list. | |
2929 | |
5765 | 2930 2006-04-17 John W. Eaton <jwe@octave.org> |
2931 | |
2932 * mk-opts.pl (emit_print_function): Emit code that uses | |
2933 std::ostringstream directly. | |
2934 | |
5760 | 2935 2006-04-13 John W. Eaton <jwe@octave.org> |
2936 | |
2937 * configure.in (CONST_CAST, DYNAMIC_CAST, REINTERPRET_CAST, | |
2938 STATIC_CAST): Delete. | |
2939 | |
5759 | 2940 2006-04-12 John W. Eaton <jwe@octave.org> |
2941 | |
2942 * configure.in: If using g++, also add -Wold-style-cast to CXXFLAGS. | |
2943 | |
5719 | 2944 2006-03-28 John W. Eaton <jwe@octave.org> |
2945 | |
2946 * configure.in: Don't check for MPI libraries. | |
2947 | |
5717 | 2948 2006-03-27 John W. Eaton <jwe@octave.org> |
2949 | |
2950 * configure.in: Downcase ac_cv_header_mach_o_dyld_h. | |
2951 From Martin Costabel <costabel@wanadoo.fr>. | |
2952 | |
5708 | 2953 2006-03-22 John W. Eaton <jwe@octave.org> |
2954 | |
2955 * Makeconf.in: (TEXINFO_COLAMD, TEXINFO_CHOLMOD, TEXINFO_UMFPACK): | |
2956 Substitute here. | |
2957 (do-subst-texinfo-vals): New macro definition. | |
2958 | |
2959 * configure.in: Don't substitute OCTAVE_VERSION, OCTAVE_HOSTTYPE, | |
2960 or OCTAVE_HOME. | |
2961 (AC_CONFIG_FILES): Remove doc/conf.texi from the list. | |
2962 | |
5703 | 2963 2006-03-21 John W. Eaton <jwe@octave.org> |
2964 | |
2965 * configure.in: Only print warnings for missing functionality in | |
2966 summary message. | |
2967 | |
5667 | 2968 2006-03-14 John W. Eaton <jwe@octave.org> |
2969 | |
2970 * mk-opts.pl (emit_print_function): Buffer extra message here and | |
2971 pass to print_usage. | |
2972 | |
5658 | 2973 2006-03-09 John W. Eaton <jwe@octave.org> |
2974 | |
2975 * Makeconf.in (do-subst-default-vals): Also substitute OCTAVE_RELEASE. | |
2976 | |
5648 | 2977 2006-03-08 David Bateman <dbateman@free.fr> |
2978 | |
2979 * configure.in: Update the test for CXSPARSE for new upstream release. | |
9967 | 2980 (OCTAVE_VERSION, OCTAVE_HOSTTYPE, OCTAVE_HOME,TEXINFO_UMFPACK, |
2981 TEXINFO_COLAMD, TEXINFO_CHOLMOD): New variables for texinfo | |
5648 | 2982 documentation. |
5658 | 2983 (AC_CONFIG_FILES): Add doc/interpreter/images/Makefile and |
2984 doc/conf.texi. | |
9967 | 2985 |
5636 | 2986 2006-03-02 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> |
2987 | |
2988 * emacs/octave-mod.el (octave-indent-for-comment): Make the code | |
2989 match the comments. | |
2990 | |
5635 | 2991 2006-03-02 John W. Eaton <jwe@octave.org> |
2992 | |
2993 * octMakefile.in (ALL_SUBDIRS): Delete. | |
2994 (SUBDIRS): Include src here. | |
2995 (SHELL_SCRIPTS): New variable. | |
2996 (all): Depend on $(SHELL_SCRIPTS) and $(SUBDIRS) with libcruft and | |
2997 liboctave filtered out. | |
2998 (src): Depend on liboctave. | |
2999 (liboctave): Depend on libcruft. | |
3000 | |
5610 | 3001 2006-02-09 David Bateman <dbateman@free.fr> |
3002 | |
9967 | 3003 * configure.in: Fix for probe of colamd, cccolamd and metis. New test |
3004 for the presence of cxsparse. | |
3005 Makeconf.in: Include CXSPARSE_LIBS. | |
5610 | 3006 |
5600 | 3007 2006-01-19 John W. Eaton <jwe@octave.org> |
3008 | |
3009 * configure.in: Use $WITH_PCRE instead of $HAVE_PCRE in shell test. | |
3010 | |
5599 | 3011 2006-01-14 John W. Eaton <jwe@octave.org> |
3012 | |
3013 * configure.in: Check for mach-o/dyld.h, not Mach-O/dyld.h. | |
3014 From Martin Costabel <costabel@wanadoo.fr>. | |
3015 | |
5597 | 3016 2006-01-13 John W. Eaton <jwe@octave.org> |
3017 | |
3018 * Makeconf.in (do-mkpkgadd): New macro. | |
3019 | |
5585 | 3020 2005-12-14 David Bateman <dbateman@free.fr> |
3021 | |
5590 | 3022 * Makeconf.in: Remove OCTAVE_PROG_RUNTEST. |
3023 * alocal.m4: Remove OCTAVE_PROG_RUNTEST. | |
3024 | |
5585 | 3025 * Makeconf.in: New tests of regex and pcre. |
3026 | |
5579 | 3027 2005-12-13 John W. Eaton <jwe@octave.org> |
3028 | |
3029 * examples/Makefile.in (install install-strip): Fix typo. | |
3030 From William Poetra Yoga Hadisoeseno <williampoetra@gmail.com>. | |
3031 | |
5562 | 3032 2005-12-05 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> |
3033 | |
3034 * emacs/octave-inf.el (inferior-octave-startup): | |
3035 Force a non-empty string for secondary prompt PS2. | |
3036 | |
5557 | 3037 2005-12-02 John W. Eaton <jwe@octave.org> |
3038 | |
3039 * emacs/octave-mod.el (octave-electric-space): Don't indent | |
3040 comments or strings if octave-auto-indent is nil. | |
3041 | |
5554 | 3042 2005-11-30 John W. Eaton <jwe@octave.org> |
3043 | |
3044 * examples/Makefile.in (install install-strip): Install images and | |
3045 desktop file. | |
3046 | |
5548 | 3047 2005-11-29 Rafael Laboissiere <rafael@debian.org> |
3048 | |
9967 | 3049 * emacs/octave-mod.el: Ensure that key bindings for |
5548 | 3050 octave-mark-defun and backward-kill-word work in both XEmacs and |
3051 GNU Emacs. | |
3052 | |
5547 | 3053 2005-11-28 John W. Eaton <jwe@octave.org> |
3054 | |
3055 * configure.in: Check for uname. | |
3056 | |
5542 | 3057 2005-11-21 John W. Eaton <jwe@octave.org> |
3058 | |
3059 * examples/Makefile.in (DISTFILES): Don't include octave.desktop here. | |
3060 (distclean): Remove octave.desktop here. | |
3061 (maintainer-clean): Not here. | |
3062 | |
5527 | 3063 2005-11-01 John W. Eaton <jwe@octave.org> |
3064 | |
3065 * examples/Makefile.in (distclean, maintainer-clean): | |
3066 Also remove octave.desktop. | |
3067 From Quentin Spencer <qspencer@ieee.org>. | |
3068 | |
3069 2005-11-01 Quentin Spencer <qspencer@ieee.org> | |
3070 | |
3071 * octMakefile.in (CONF_DISTFILES): Delete acx_include_dirs.m4 from | |
3072 the list. | |
3073 | |
5518 | 3074 2005-10-28 John W. Eaton <jwe@octave.org> |
3075 | |
3076 * configure.in (AC_ARG_WITH(cholmod, ...)): Fix typo. | |
3077 From Quentin Spencer <qspencer@ieee.org> and | |
3078 Andy Adler <adler@site.uOttawa.ca>. | |
3079 | |
5512 | 3080 2005-10-26 John W. Eaton <jwe@octave.org> |
3081 | |
5513 | 3082 * configure.in, aclocal.m4: Don't quote "yes". |
3083 | |
3084 * configure.in: Print warning messages for umfpack, colamd, | |
3085 ccolamd, and cholmod as we are searching. Avoid multiple | |
3086 definitions of message strings. | |
3087 | |
5512 | 3088 * aclocal.m4 (OCTAVE_UMFPACK_SEPERATE_SPLIT): |
3089 Use new method of finding umfpack.h. | |
3090 * configure.in: Use AC_CHECK_HEADERS instead of | |
3091 ACX_CHECK_HEADER_IN_DIRS. | |
3092 (AC_CONFIG_FILES): Delete liboctave/oct-sparse.h from the list. | |
3093 | |
3094 * acx_include_dirs.m4: Delete. | |
3095 | |
5508 | 3096 2005-10-26 Arno J. Klaassen <arno@heho.snv.jussieu.fr> |
3097 | |
3098 * configure.in [*-*-freebsd*] (SH_LDFLAGS): Properly quote. | |
3099 (RLD_FLAG): Set. | |
3100 | |
5506 | 3101 2005-10-23 David Bateman <dbateman@free.fr> |
3102 | |
9967 | 3103 * configure.in (OCTAVE_UMFPACK_SEPERATE_SPLIT): Check for metis |
5506 | 3104 separately. |
3105 * PROJECTS: Remove completed sparse matrix tasks. | |
3106 | |
9501 | 3107 2005-10-17 Paul Kienzle <pkienzle@users.sf.net> |
5499 | 3108 |
3109 * octave.test/system/system.exp: rmdir no longer prints a | |
3110 message if the directory does not exist. | |
3111 | |
3112 * octave.test/system/mk-rm-dir-1.m: mkdir/rmdir return 1 | |
3113 on success and 0 on failure. | |
3114 | |
5498 | 3115 2005-10-17 John W. Eaton <jwe@octave.org> |
3116 | |
3117 * configure.in (F77_FFLOAT_STORE_FLAG): | |
3118 Check for -ffloat-store option for Fortran compiler and set | |
3119 F77_FLOAT_STORE_FLAG if it works. | |
3120 * Makeconf.in: Substitute it here. | |
3121 (do-subst-config-vals): Substitute OCTAVE_CONF_F77_FLOAT_STORE_FLAG. | |
3122 | |
5496 | 3123 2005-10-14 John W. Eaton <jwe@octave.org> |
3124 | |
3125 * aclocal.m4 (OCTAVE_PROG_PYTHON): New macro. | |
3126 * configure.in: Use it. | |
3127 * Makeconf.in (PYTHON): Substitute it. | |
3128 | |
5483 | 3129 2005-10-05 David Bateman <dbateman@free.fr> |
3130 | |
3131 mkoctfile.in: allow -idirafter argument. | |
3132 | |
5466 | 3133 2005-09-23 John W. Eaton <jwe@octave.org> |
3134 | |
5468 | 3135 * examples/Makefile.in (install install-strip): |
3136 Conditionally install octave.desktop. | |
5470 | 3137 (IMAGE_FILES, IMAGE_FILES_NO_DIR): New macros. |
3138 (DISTFILES): Include IMAGE_FILES in list. | |
3139 (install install-strip): Install image file. | |
3140 | |
5468 | 3141 * aclocal.m4 (OCTAVE_PROG_DESKTOP_FILE_INSTALL): New macro |
3142 * configure.in: Use it. | |
3143 * Makeconf.in: Substitute DESKTOP_FILE_INSTALL. | |
3144 | |
9968
f3bef90b7278
Remove various install-local targets in favor of using automake syntax for installation
Rik <rdrider0-list@yahoo.com>
parents:
9967
diff
changeset
|
3145 * octave.desktop.in: New file. From S�ren Hauberg <hauberg@gmail.com>. |
5466 | 3146 * examples/Makefile.in (SOURCES): Add it to the list. |
3147 (octave.desktop): New target. | |
3148 (all): Depend on octave.desktop. | |
3149 | |
5461 | 3150 2005-09-22 John W. Eaton <jwe@octave.org> |
3151 | |
5465 | 3152 * aclocal.m4 (OCTAVE_PROG_PERL): New macro. |
3153 * configure.in: Use it. | |
3154 * Makeconf.in (PERL): Substitute it. | |
3155 | |
5461 | 3156 * config.guess, config.sub: Update from FSF sources. |
3157 | |
5454 | 3158 2005-09-19 David Bateman <dbateman@free.fr> |
3159 | |
3160 * octMakefile.in (LN_S): Change to DESTDIR before LN_S to avoid | |
3161 lack of symlinks under mingw. | |
3162 | |
5451 | 3163 2005-09-15 John W. Eaton <jwe@octave.org> |
3164 | |
3165 * oct-sparse.h.in: Move to liboctave. | |
3166 * octMakefile.in (CONF_DISTFILES): Delete it from the list. | |
3167 (maintainer-clean, distclean, install, install-strip, uninstall): | |
3168 Omit rules for oct-sparse.h. | |
3169 * configure.in: Substitute liboctave/oct-sparse.h, not oct-sparse.h. | |
3170 | |
3171 2005-09-15 David Bateman <dbateman@free.fr> | |
3172 | |
3173 * acx_include_dirs.m4 (AC_CHECK_HEADER_IN_DIRS): Define new macro. | |
3174 * oct-sparse.h.in: New AC_CONFIG_FILE. | |
3175 * configure.in: (AC_CHECK_HEADER_IN_DIRS): Use macro. | |
3176 (AMD_LIBS, COLAMD_LIBS, CCOLAMD_LIBS, CHOLMOD_LIBS): Probe for | |
3177 these sparse library in addition to UMFPACK. | |
3178 (UMFPACK_INCLUDE, AMD_INCLUDE, COLAMD_INCLUDE, CCOLAMD_INCLUDE): | |
3179 AC_SUBST into oct-sparse.h. | |
3180 (LIBGLOB): Probe for external glob/fnmatch, define LIBGLOB. | |
9967 | 3181 (sepchar): Define path seperation character in system dependent |
5451 | 3182 manner. Use it with OCTAVE_SET_DEFAULT. |
3183 (SEPCHAR, SEPCHAR_STR): Dpend on sepchar. | |
3184 (DL_LDFLAGS): Define for cygwin and mingw. | |
3185 (-lwsock32): Add to LIBS. | |
3186 (loadlibrary_api): Set for mingw/cygwin and autoconf test appears | |
3187 broken. | |
3188 * Makeconf.in: Don't use ";" as sed seperation to avoid confusion | |
3189 with sepchar. | |
9967 | 3190 (LIBGLOB, AMD_LIBS, COLAMD_LIBS, CCOLAMD_LIBS, CHOLMOD_LIBS, |
5451 | 3191 sepchar): Substitute. |
3192 * octMakefile.in: (CONF_DISTFILES): Add acx_include_dirs.m4 and | |
3193 oct-sparse.h.in | |
3194 (oct-sparse.h): Include in install and clean directives | |
3195 | |
5437 | 3196 2005-08-31 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.be> |
3197 | |
3198 * emacs/octave-inf.el (inferior-octave-startup): Call | |
3199 inferior-octave-resync-dirs here. | |
3200 | |
5414 | 3201 2005-07-14 John W. Eaton <jwe@octave.org> |
3202 | |
3203 * configure.in (SH_LDFLAGS): Add -Wl,--enable-auto-image-base for | |
3204 Cygwin and MinGW. | |
3205 | |
5389 | 3206 2005-06-14 John W. Eaton <jwe@octave.org> |
3207 | |
3208 * configure.in (AH_BOTTOM): Also define GCC_ATTR_DEPRECATED. | |
3209 | |
5376 | 3210 2005-06-02 John W. Eaton <jwe@octave.org> |
3211 | |
3212 * Makeconf.in (do-subst-default-vals): Substitute | |
3213 ${localstartupfiledir}, not ${localstartupfile} (which is undefined). | |
3214 | |
5351 | 3215 2005-05-16 David Bateman <dbateman@free.fr> |
3216 | |
3217 * configure.in: Change UMFPACK_LONG_IDX to IDX_TYPE_LONG. | |
3218 | |
5337 | 3219 2005-05-04 John W. Eaton <jwe@octave.org> |
3220 | |
3221 * configure.in (AC_CHECK_LIB($zlib_lib, ...)): Check for | |
3222 gzclearerr instead of deflate. | |
3223 | |
5330 | 3224 2005-05-02 John W. Eaton <jwe@octave.org> |
3225 | |
3226 * configure.in (AC_ARG_WITH(umfpack)): List -lumfpack ahead of -lamd. | |
3227 From Dmitri A. Sergatskov <dasergatskov@gmail.com>. | |
3228 | |
5322 | 3229 2005-04-29 David Bateman <dbateman@free.fr> |
3230 | |
3231 * configure.in: Add UMFPACK_LONG_IDX | |
3232 | |
5292 | 3233 2005-04-21 John W. Eaton <jwe@octave.org> |
3234 | |
3235 * configure.in (AC_CONFIG_FILES): Remove install-octave from the list. | |
5297 | 3236 (AH_BOTTOM): Define SIZEOF_OCTAVE_IDX_TYPE. |
5292 | 3237 |
5285 | 3238 2005-04-14 John W. Eaton <jwe@octave.org> |
3239 | |
3240 * mkoctfile.in: Only perform link step if we have some object files. | |
3241 If only -v or --version is supplied, print version info and exit. | |
3242 | |
5275 | 3243 2005-04-08 John W. Eaton <jwe@octave.org> |
3244 | |
5276 | 3245 * octMakefile.in (maintainer-clean distclean): |
3246 Remove install-octave from the list of files to remove. | |
3247 (install-octave.in): Delete file. | |
3248 (DISTFILES): Remove it from the list. | |
3249 | |
5275 | 3250 * Initial merge of 64-bit changes from Clinton Chee: |
3251 | |
3252 2005-04-07 John W. Eaton <jwe@octave.org> | |
3253 | |
3254 * configure.in (--enable-64): Make default disabled. | |
3255 | |
3256 2005-04-06 John W. Eaton <jwe@octave.org> | |
3257 | |
3258 * mk-opts.pl (emit_show_function, emit_set_functions, | |
3259 emit_print_function): Also accept "octave_idx_type" and | |
3260 "Array<octave_idx_type>". | |
3261 | |
3262 2005-04-01 John W. Eaton <jwe@octave.org> | |
3263 | |
3264 * Makeconf.in (USE_64_BIT_IDX_T): Substitute value. | |
3265 (do-subst-config-vals): Add to list of substitutions. | |
3266 | |
3267 * configure.in (AC_CONFIG_FILES): Perform substitutions on | |
3268 liboctave/oct-types.h too. | |
3269 Handle --enable-64. | |
3270 | |
5273 | 3271 2005-04-06 David Bateman <dbateman@free.fr> |
3272 | |
9967 | 3273 * configure.in: Split the HDF5 and zlib detection code, so that zlib |
5273 | 3274 can be used for compressed load/save in the absence of HDF5. |
3275 | |
3276 * Makeconf.in: Define UMFPACK_LIBS. | |
3277 | |
9967 | 3278 * Configure.in: Slightly alter the UMFPACK detection code so that it |
5273 | 3279 correctly detects cblas bindings or not. |
3280 | |
5231 | 3281 2005-03-22 John W. Eaton <jwe@octave.org> |
3282 | |
5235 | 3283 * Makeconf.in (GLPK_LIBS): Substitute value. |
3284 (do-subst-config-vals): Add to list of substitutions. | |
3285 | |
3286 * configure.in: Check for glpk. | |
3287 | |
5231 | 3288 * emacs/octave-mod.el (octave-abbrev-table): Omit fifth and sixth |
3289 arguments from define-abbrev for compatibility with some older | |
3290 versions of Emacs. | |
3291 | |
5229 | 3292 2005-03-21 John W. Eaton <jwe@octave.org> |
3293 | |
3294 * octave-bug.in: Try harder to find default pager (use code | |
3295 similar to that used for finding default editor). | |
3296 | |
5226 | 3297 2005-03-17 Shan G. Smith <shan@cybertrails.com> |
3298 | |
3299 * configure.in: Move check for -lumfpack to after check for blas. | |
3300 | |
5221 | 3301 2005-03-17 John W. Eaton <jwe@octave.org> |
3302 | |
5222 | 3303 * configure.in: If first check for -lumfpack fails try again with |
3304 -lcblas as an additional library. | |
3305 | |
5221 | 3306 * configure.in: Change defaults to enable shared libraries and |
3307 dynamic linking and disable static libraries. | |
3308 | |
5204 | 3309 2005-03-15 John W. Eaton <jwe@octave.org> |
3310 | |
5207 | 3311 * octMakefile.in (DISTFILES): Remove texi2dvi from the list. |
3312 | |
5204 | 3313 * emacs/octave-inf.el, emacs/octave-mod.el, emacs/octave-hlp.el: |
3314 Import changes from Emacs. | |
3315 | |
3316 2005-03-14 Rafael Laboissiere <rafael@debian.org> | |
3317 | |
3318 * emacs/octave-mod.el (octave-end-keywords): Omit "end" from the list. | |
3319 (octave-reserved-words): Include "end" here. | |
3320 (octve-block-match-alist): Don't include "end" here. | |
3321 | |
5203 | 3322 2005-03-14 John W. Eaton <jwe@octave.org> |
3323 | |
3324 * configure.in: Check for umfpack/umfpack.h instead of just umfpack.h. | |
3325 | |
3326 2004-06-22 David Bateman <dbateman@free.org> | |
3327 | |
3328 * configure.in: Check for UMFPACK library and header files. | |
3329 | |
3330 2005-03-14 John W. Eaton <jwe@octave.org> | |
3331 | |
3332 * configure.in: Also print a warning if HDF5 library is not found. | |
3333 | |
5199 | 3334 2005-03-10 John W. Eaton <jwe@octave.org> |
3335 | |
3336 * mkoctfile.in: Accept -R DIR. | |
5222 | 3337 |
5196 | 3338 2005-03-09 John W. Eaton <jwe@octave.org> |
3339 | |
3340 * examples/Makefile.in (bin-dist): Delete target. | |
3341 (BINDISTFILES): Delete variable. | |
3342 * emacs/Makefile.in: Likewise. | |
3343 | |
3344 * octMakefile.in (VERSION, ARCH, binary-dist): Delete targets. | |
3345 (XBINDISTFILES, BINDISTFILES, BINDISTSUBDIRS): Delete variables. | |
3346 | |
5194 | 3347 2005-03-04 John W. Eaton <jwe@octave.org> |
3348 | |
3349 * configure.in (GXX_PICKY_FLAGS): Don't include | |
3350 -Wmissing-prototypes or -Wstrict-prototypes. | |
3351 | |
5174 | 3352 2005-03-02 John W. Eaton <jwe@octave.org> |
3353 | |
5177 | 3354 * aclocal.m4 (OCTAVE_CC_FLAG, OCTAVE_CXX_FLAG, OCTAVE_F77_FLAG): |
3355 Use AC_LINK_IFELSE instead of AC_TRY_LINK. | |
3356 | |
5174 | 3357 * configure.in (OCTAVE_LOCAL_BUFFER): Use < T > instead of <T>. |
3358 From Clinton Chee <chee@parallel.hpc.unsw.edu.au>. | |
3359 | |
5173 | 3360 2005-03-01 John W. Eaton <jwe@octave.org> |
3361 | |
3362 * configure.in (AC_CONFIG_FILES): Remove libcruft/odessa/Makefile | |
3363 from the list. | |
3364 | |
5172 | 3365 2005-03-01 Todd Neal <tolchz@gmail.com> |
3366 | |
3367 * examples/make_int.cc: DEFINE_OV_TYPEID_FUNCTIONS_AND_DATA now | |
3368 takes three arguments. | |
5170 | 3369 |
3370 * octMakefile.in (SUBDIRS, CLEANSUBDIRS): | |
3371 Remove @GLOB_DIR@ from the list. | |
3372 | |
5169 | 3373 2005-02-28 John W. Eaton <jwe@octave.org> |
3374 | |
3375 * octMakefile.in (DISTDIRS): Remove glob from the list. | |
3376 (dist): No need to clean up in glob subdirectory. | |
3377 * glob: Delete directory. | |
3378 * Makeconf.in (GLOB_INCFLAGS, LIBGLOB): Delete. | |
3379 (do-subst-config-vals): Don't substitute them. | |
3380 (INCFLAGS): Remove $(GLOB_INCFLAGS) from the list. | |
3381 * configure.in: Don't test for glob or fnmatch. | |
3382 | |
5159 | 3383 2005-02-22 Shan G. Smith <shan@cybertrails.com> |
3384 | |
3385 * mkoctfile.in: If not linking, then use output file name | |
3386 specified with -o. | |
3387 | |
5151 | 3388 2005-02-21 John W. Eaton <jwe@octave.org> |
3389 | |
3390 * texi2dvi: Delete our private version. | |
3391 | |
3392 * Makeconf.in (MAKEINFO): Define. | |
3393 (TEXI2DVI): Define as texi2dvi, not $(top_srcdir)/texi2dvi. | |
3394 | |
5138 | 3395 2005-02-09 John W. Eaton <jwe@octave.org> |
3396 | |
3397 * configure.in: Check for canonicalize_file_name and resolvepath. | |
3398 | |
5126 | 3399 2005-02-02 John W. Eaton <jwe@octave.org> |
3400 | |
3401 * config.guess, config.sub: Update from FSF sources. | |
3402 | |
5111 | 3403 2005-01-18 John W. Eaton <jwe@octave.org> |
3404 | |
5112 | 3405 * octave-bug.in: Try harder to find default editor (stolen from |
3406 bashbug). | |
5111 | 3407 |
5098 | 3408 2004-12-17 John W. Eaton <jwe@octave.org> |
3409 | |
3410 * configure.in: Use AC_GNU_SOURCE. | |
3411 | |
3412 2004-12-17 Orion Poplawski <orion@cora.nwra.com> | |
3413 | |
3414 * configure.in: Also check for signbit decl. | |
3415 | |
5094 | 3416 2004-12-03 John W. Eaton <jwe@octave.org> |
3417 | |
3418 * aclocal.m4 (OCTAVE_PROG_GPERF): Check with -L C++, not -L ANSI_C. | |
3419 * Makefile.in (header-msg): Change recommended gperf version to | |
3420 3.0.1 or more recent. | |
3421 | |
5078 | 3422 2004-11-12 John W. Eaton <jwe@octave.org> |
3423 | |
3424 * Back off on -ffloat-store until we decide whether it is really | |
3425 necessary. | |
3426 | |
5076 | 3427 2004-11-11 John W. Eaton <jwe@octave.org> |
3428 | |
3429 * (OCTAVE_PROG_GNUPLOT): Don't set GNUPLOT_BINARY before calling | |
3430 AC_CHECK_PROGS(GNUPLOT_BINARY, ...). | |
3431 | |
3432 * configure.in: Use it to see if the C, C++, and Fortran compilers | |
3433 accept -ffloat-store. | |
3434 * aclocal.m4 (OCTAVE_F77_FLAG): New macro. | |
3435 | |
4971 | 3436 2004-09-08 John W. Eaton <jwe@octave.org> |
3437 | |
3438 * configure.in (GXX_PICKY_FLAGS): Remove -fno-nonnull-objects. | |
3439 (GCC_PICKY_FLAGS): Remove -Wnested-externs -Wid-clash-31. | |
3440 From Quentin Spencer <qspencer@ieee.org>. | |
3441 | |
3442 * configure.in (GCC_PICKY_FLAGS): Remove -Winline. | |
3443 | |
4968 | 3444 2004-09-07 John W. Eaton <jwe@octave.org> |
3445 | |
3446 * configure.in: Check for round. | |
3447 | |
4906 | 3448 2004-06-22 David Bateman <dbateman@free.fr> |
3449 | |
3450 * configure.in: Use -Wl,-Bsymbolic for MKOCTFILE_DL_LDFLAGS on | |
3451 GNU/Linux systems but not for SH_LDFLAGS. | |
9967 | 3452 |
4873 | 3453 2004-04-22 John W. Eaton <jwe@octave.org> |
3454 | |
4877 | 3455 * configure.in: Add -Wl,-Bsymbolic to SH_LDFLAGS for GNU/Linux |
3456 systems. From Fredrik Lingvall <Fredrik.Lingvall@signal.uu.se>. | |
3457 | |
4873 | 3458 * mkoctfile.in: Allow -Wx,option style options to be passed to the |
3459 compiler. From Al Niessner <Al.Niessner@jpl.nasa.gov>. | |
3460 | |
4850 | 3461 2004-04-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
3462 | |
4853 | 3463 * configure.in: Delete code for --with-ieee754. |
3464 Use OCTAVE_IEEE754_DATA_FORMAT. | |
3465 | |
3466 * aclocal.m4 (OCTAVE_IEEE754_DATA_FORMAT): New macro, based on | |
3467 configure.in code for HAVE_IEEE754_COMPLIANCE. | |
3468 | |
3469 2004-04-06 David Bateman <dbateman@free.fr> | |
3470 | |
4850 | 3471 * configure.in : add the option --with-ieee754 and use it to define |
3472 HAVE_IEEE754_COMPLIANCE | |
3473 | |
4843 | 3474 2004-04-02 David Bateman <dbateman@free.fr> |
3475 | |
3476 * configure.in: Warn about g++ 2.9x versions. | |
3477 | |
3478 2004-04-01 John W. Eaton <jwe@bevo.che.wisc.edu> | |
3479 | |
3480 * octMakefile.in (dist): Also make bz2 file and compute md5 | |
3481 checksums of both gz and bz2 files. | |
3482 | |
4816 | 3483 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
3484 | |
3485 * configure.in: No longer accept --with-g77 (it is still possible | |
3486 to use --with-f77=g77). | |
3487 | |
4812 | 3488 2004-03-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
3489 | |
3490 * configure.in: Check for -mieee instead of -mieee-with-inexact. | |
3491 | |
4793 | 3492 2004-02-20 Per Persson <persquare@mac.com> |
3493 | |
3494 * mkoctfile.in (LINK_DEPS): Include $LDFLAGS in the list. | |
3495 | |
4786 | 3496 2004-02-18 Per Persson <persquare@mac.com> |
3497 | |
3498 * configure.in (*-*-darwin*): Define SONAME_FLAGS. | |
3499 | |
4773 | 3500 2004-02-16 David Bateman <dbateman@free.fr> |
3501 | |
3502 * configure.in: Test for the presence of FFTW 3.x and use it in | |
3503 preference to FFTW 2.x. Define HAVE_FFTW3 | |
3504 | |
4766 | 3505 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
3506 | |
4767 | 3507 * mkoctfile.in (LINK_DEPS): Include $LIBS and $RLD_FLAG. |
4766 | 3508 Use $OCTAVE_LIBS instead of listing libs individually. |
3509 | |
4759 | 3510 2004-02-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
3511 | |
4760 | 3512 * mkoctfile.in: Delete INCLUDE_LINK_DEPS. Fix help text. |
3513 Always define LINK_DEPS. | |
3514 (LINK_DEPS): Also include FLIBS in the list. | |
3515 | |
3516 * Makeconf.in (INCLUDE_LINK_DEPS): Don't substitute. | |
3517 (do-subst-config-vals): Delete INCLUDE_LINK_DEPS. | |
3518 * configure.in (INCLUDE_LINK_DEPS): Delete. | |
3519 | |
4759 | 3520 * mkoctfile (SH_LD, SH_LDFLAGS): Delete. |
3521 (DL_LD, DL_LDFLAGS): New variables. Use them instead of SH_LD and | |
3522 SH_LDFLAGS for creating .oct files. | |
3523 Fix help text. | |
3524 | |
3525 * configure.in (MKOCTFILE_SH_LDFLAGS): Delete. | |
3526 (MKOCTFILE_DL_LDFLAGS): New variable, default to DL_LDFLAGS. | |
3527 | |
3528 * Makeconf.in (do-subst-config-vals): Add DL_LD, DL_LDFLAGS, and | |
3529 MKOCTFILE_DL_LDFLAGS to the list of substitutions. | |
3530 Delete MKOCTFILE_SH_LDFLAGS. | |
3531 | |
3532 2004-02-14 Per Persson <persquare@mac.com> | |
3533 | |
3534 * configure.in (DL_LD, DL_LDFLAGS): New variables, default to | |
3535 SH_LD and SH_LDFLAGS, respectively. | |
3536 Define independently for SH_LD and SH_LDFLAGS for *-*-darwin* targets. | |
3537 * Makeconf.in (DL_LD, DL_LDFLAGS): Substitute them here. | |
3538 | |
4756 | 3539 2004-02-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
3540 | |
3541 * Makefile.in (header-msg): Required bison version now 1.31 or later. | |
3542 | |
4728 | 3543 2004-01-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
3544 | |
3545 * emacs/octave-mod.el: If line-end-position is not defined, | |
3546 provide it as an alias for point-at-eol. | |
3547 | |
3548 2004-01-24 John W. Eaton <jwe@bevo.che.wisc.edu> | |
3549 | |
3550 * emacs/octave-mod.el: If line-beginning-position is not defined, | |
3551 provide it as an alias for point-at-bol. | |
3552 | |
4726 | 3553 2004-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
3554 | |
3555 * configure.in (AH_BOTTOM): | |
3556 Define OCTAVE_LOCAL_BUFFER using vector<T> instead of auto_ptr. | |
3557 Suggested by Paul Thomas <Paul.Thomas@jet.efda.org> | |
3558 | |
4710 | 3559 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
3560 | |
3561 * octMakefile.in (maintainer-clean, distclean): | |
3562 Remove Makefile and autom4te.cache. | |
3563 | |
4696 | 3564 2004-01-14 David Bateman <dbateman@free.fr> |
3565 | |
9967 | 3566 * configure.in: Test for the presence of the function |
4696 | 3567 H5Gget_num_objs in HDF5 library, and define HAVE_H5GGET_NUM_OBJS. |
9967 | 3568 |
4685 | 3569 2004-01-06 Per Persson <persquare@mac.com> |
3570 | |
3571 * aclocal.m4 (OCTAVE_CXX_PREPENDS_UNDERSCORE): Recognize | |
3572 *-*-darwin*, not *-*-darwin6*. | |
3573 | |
4683 | 3574 2003-12-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
3575 | |
3576 * INSTALL: Update to newer version from autoconf. | |
3577 | |
4670 | 3578 2003-11-26 Cyril Humbert <Cyril.Humbert@univ-mlv.fr> |
3579 | |
3580 * octave-config.in (--m-site-dir): Echo $LOCALVERFCNFILEDIR, not | |
3581 $OCTAVE_LOCALVERFCNFILEDIR. | |
3582 (--oct-site-dir): Echo $LOCALVEROCTFILEDIR, not | |
3583 $OCTAVE_LOCALVEROCTFILEDIR. | |
3584 | |
4645 | 3585 2003-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
3586 | |
3587 * configure.in: Also maybe add -W to WARN_CFLAGS and WARN_CXXFLAGS. | |
3588 | |
4626 | 3589 2003-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
3590 | |
4627 | 3591 * Makeconf.in (SHLLIB_VER): Fix typo. |
3592 | |
4626 | 3593 * Makeconf.in (WARN_CFLAGS, WARN_CXXFLAGS): Substitute them. |
3594 (ALL_CFLAGS, BUG_CFLAGS): Add $(WARN_CFLAGS). | |
3595 (ALL_CXXFLAGS, BUG_CXXFLAGS): Add $(WARN_CXXFLAGS). | |
3596 (UGLY_ALL_CXXFLAGS): Delete. | |
3597 | |
3598 * configure.in: Add -Wall and -Wshadow to WARN_CFLAGS and | |
3599 WARN_CXXFLAGS instead of CFLAGS and CXXFLAGS. | |
3600 | |
4602 | 3601 2003-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
3602 | |
3603 * configure.in: If we need alloca, then also include it in LIBGLOB. | |
3604 | |
4587 | 3605 2003-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
3606 | |
3607 * configure.in: Preserve CFLAGS and CXXFLAGS before doing anything. | |
3608 Maybe add -Wshadow to CFLAGS and CXXFLAGS. | |
3609 | |
4570 | 3610 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca> |
3611 | |
3612 * emacs/octave-mod.el (octave-comment-start): Simplify. | |
3613 (octave-point): Remove. | |
3614 (octave-in-comment-p, octave-in-string-p) | |
3615 (octave-not-in-string-or-comment-p, calculate-octave-indent) | |
3616 (octave-blink-matching-block-open, octave-auto-fill): | |
3617 Use line-(beginning|end)-position instead. | |
3618 | |
4568 | 3619 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
3620 | |
3621 * emacs/octave-inf.el (inferior-octave-prompt): Don't bother | |
3622 matching "octave.bin". | |
3623 | |
3624 2003-10-29 Lute Kamstra <lute@gnu.org> | |
3625 | |
3626 * emacs/octave-inf.el (inferior-octave-prompt): Recognize | |
3627 version number in prompt. | |
3628 | |
4546 | 3629 2003-10-24 John W. Eaton <jwe@bevo.che.wisc.edu> |
3630 | |
3631 * emacs/octave-mod.el (octave-mode-syntax-table): Allow % to be a | |
3632 comment character. | |
3633 | |
4544 | 3634 2003-10-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
3635 | |
3636 * Makeconf.in (AWK): Substitute and export it. | |
3637 * configure.in: Also check for AWK. | |
3638 | |
4532 | 3639 2003-10-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
3640 | |
3641 * configure.in (AC_PREREQ): Require 2.57. | |
3642 | |
4513 | 3643 2003-09-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
3644 | |
3645 * configure.in (AH_BOTTOM): Don't define HEAVYWEIGHT_INDEXING here. | |
3646 | |
4476 | 3647 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
3648 | |
4478 | 3649 * emacs/octave-mod.el (octave-variables): Delete |
3650 propagate_empty_matrices from the list. | |
3651 | |
4476 | 3652 * ck-oct-fcns.m: Delete. |
3653 | |
4469 | 3654 2003-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
3655 | |
3656 * configure.in: Warn if --enable-dl but not --enable-shared. | |
3657 | |
4466 | 3658 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
3659 | |
3660 * emacs/octave-mod.el (octave-variables): Delete | |
3661 default_return_value and define_all_return_values from the list. | |
3662 Add warn_undefined_return_values to the list. | |
3663 | |
4460 | 3664 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
3665 | |
4461 | 3666 * emacs/octave-mod.el (octave-variables): |
3667 Add warn_empty_list_elements and warn_resize_on_range_error to the | |
3668 list. | |
3669 Delete empty_list_elements_ok and resize_on_range_error from the | |
3670 list. | |
4460 | 3671 |
4457 | 3672 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
3673 | |
3674 * emacs/octave-mod.el (octave-variables): Add warn_neg_dim_as_zero | |
3675 to the list. | |
3676 Delete treat_neg_dim_as_zero from the list. | |
3677 | |
4451 | 3678 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
3679 | |
3680 * emacs/octave-mod.el (octave-variables): Include | |
3681 DEFAULT_EXEC_PATH, DEFAULT_LOAD_PATH, crash_dumps_octave_core, | |
4452 | 3682 sighup_dumps_octave_core, sigterm_dumps_octave_core, |
4455 | 3683 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and |
3684 warn_fortran_indexing in the list. | |
3685 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, | |
3686 implicit_str_to_num_ok, prefer_column_vectors, | |
3687 prefer_zero_one_indexing, and do_fortran_indexing from the list. | |
4451 | 3688 |
4446 | 3689 2003-07-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
3690 | |
4449 | 3691 * Makeconf.in (do-subst-default-vals): Substitute OCTAVE_API_VERSION. |
3692 * octave-config.in: Handle new variable OCTAVE_API_VERSION. | |
3693 | |
3694 * octMakefile.in (DIRS_TO_MAKE): Delete undefined vars | |
3695 $(localfcnfilepathdirs) and $(localoctfilepathdirs) from the list. | |
3696 | |
3697 * octave-config.in: Handle new variables OCTAVE_LOCALAPIFCNFILEDIR | |
3698 and OCTAVE_LOCALAPIOCTFILEDIR | |
3699 | |
3700 * configure.in (localapifcnfiledir): New variable. | |
3701 (localfcnfilepath): Add it to the list. | |
3702 (localapioctfiledir): New variable. | |
3703 (localoctfilepath): Add it to the list. | |
3704 * Makeconf.in (do-subst-default-vals): Substitute new varibles. | |
3705 | |
3706 * Makeconf.in (getapiversion, apiversion): New macros. | |
3707 | |
4446 | 3708 * octMakefile.in (DIRS_TO_MAKE): Include $(localverarchlibdir) in |
3709 the list. | |
3710 | |
4443 | 3711 2003-07-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
3712 | |
3713 * Makeconf.in: Set and substitute values for startupfiledir and | |
3714 localstartupfiledir. | |
3715 | |
3716 * octave-config.in: Allow other configuration defaults to be | |
3717 accessed using --variable VAR option. | |
3718 | |
4440 | 3719 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
3720 | |
3721 * octMakefile.in (distclean): remove install-octave here. | |
3722 | |
4439 | 3723 2003-06-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
3724 | |
3725 * configure.in: If user doesn't specify --enable-rpath, then | |
3726 default is to enable it. | |
3727 | |
4422 | 3728 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
3729 | |
4423 | 3730 * aclocal.m4 (GNUPLOT_HAS_FRAMES): Eliminate variable. |
3731 | |
4422 | 3732 * emacs/octave-mod.el (octave-variables): Eliminate |
3733 gnuplot_has_multiplot. | |
3734 | |
4417 | 3735 2003-05-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
3736 | |
3737 * configure.in: In check for f_open in libf2c, only use | |
3738 -L. -lconflib if we have created libconflib.a. | |
3739 | |
4414 | 3740 2003-05-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
3741 | |
4416 | 3742 * aclocal.m4 (OCTAVE_PROG_GPERF): Provide struct decl so -t option |
3743 succeeds with gperf 3.0. | |
3744 | |
4414 | 3745 * Makeconf.in (NO_OCT_FILE_STRIP): Use -C arg for make. |
3746 | |
3747 * octMakefile.in (DIRS_TO_MAKE): Use $(shell ...) instead of `...`. | |
3748 | |
4413 | 3749 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
3750 | |
3751 * Makeconf.in, octMakefile.in, emacs/Makefile.in, | |
3752 examples/Makefile.in: Handle DESTDIR. | |
3753 | |
4411 | 3754 2003-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
3755 | |
3756 * Makeconf.in (sbindir): New variable substitution. | |
3757 | |
4399 | 3758 2003-04-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
3759 | |
3760 * configure.in: Don't define WITH_KPATHSEARCH. | |
3761 | |
4388 | 3762 2003-04-24 John W. Eaton <jwe@bevo.che.wisc.edu> |
3763 | |
3764 * configure.in: Look for wsock32 library on MinGW systems. | |
3765 | |
4382 | 3766 2003-04-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
3767 | |
3768 * configure.in (OCTAVE_LOCAL_BUFFER): Always allocate temporary | |
3769 buffer using new. | |
3770 | |
4378 | 3771 2003-04-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
3772 | |
3773 * Makefile.in octMakefile.in: Delete kpathsea targets. | |
3774 | |
3775 * kpathsea: Delete all files and directory. | |
3776 | |
3777 * configure.in: Don't run configure in kpathsea subdirectory. | |
3778 | |
3779 * README.kpathsea: New file. | |
3780 * octMakefile.in (DISTFILES): Include it in the list. | |
3781 | |
3782 * Makeconf.in (do-subst-config-vals): Don't substitute it. | |
3783 | |
3784 * configure.in: Also check for basename. | |
3785 Don't substitute LIBKPATHSEA. | |
3786 | |
4377 | 3787 2003-04-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
3788 | |
3789 * configure.in (AH_BOTTOM): Don't assume that __WIN32__ will be | |
3790 defined when __CYGWIN__ is defined. | |
3791 | |
4368 | 3792 2003-03-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
3793 | |
3794 * configure.in: Only complain for g++ earlier than 2.95. | |
3795 Try harder to get version number only. | |
3796 | |
9501 | 3797 2003-03-05 Paul Kienzle <pkienzle@users.sf.net> |
4366 | 3798 |
3799 * aclocal.m4 (OCTAVE_DYNAMIC_AUTO_ARRAYS): New macro. | |
3800 * configure.in: Use it. | |
3801 (AH_BOTTOM): Check HAVE_DYNAMIC_AUTO_ARRAYS instead of __GNUG__. | |
3802 | |
4365 | 3803 2003-03-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
3804 | |
3805 * configure.in: Undo previous change. | |
3806 * Makeconf.in: Likewise. | |
3807 | |
4361 | 3808 2003-03-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
3809 | |
3810 * configure.in (KPATHSEA_INCFLAGS): New variable. | |
3811 * Makeconf.in (KPATHSEA_INCFLAGS): Substitute it. | |
3812 (do-subst-config-vals): Add it to the list. | |
3813 (INCFLAGS): Add $(KPATHSEA_INCFLAGS). | |
3814 | |
9501 | 3815 2003-02-23 Paul Kienzle <pkienzle@users.sf.net> |
4360 | 3816 |
3817 * aclocal.m4 (OCTAVE_PLACEMENT_DELETE): New macro. | |
3818 * configure.in: Use it. | |
3819 (AH_BOTTOM): Don't define HAVE_PLACEMENT_DELETE here. | |
3820 | |
4349 | 3821 2003-02-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
3822 | |
4353 | 3823 * configure.in: Allow RLD_FLAG to be set using --enable-rpath arg. |
3824 | |
9967 | 3825 * configure.in: Fix default RLD_FLAG value for *-sgi-*. From |
4353 | 3826 Paul Kienzle <pkienzle@users.sf.net>. |
3827 | |
3828 * configure.in: Check for long long int and unsigned long long int. | |
3829 | |
4352 | 3830 * configure.in (AH_BOTTOM): Define HAVE_PLACEMENT_DELETE for gcc |
3831 3.2 and later. | |
3832 | |
4349 | 3833 * configure.in: Check for copysign and signbit. |
3834 | |
4334 | 3835 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
3836 | |
3837 * emacs/Makefile.in (DISTFILES): Add otags.1 to the list. | |
3838 | |
9501 | 3839 2003-02-18 Dirk Eddelbuettel <edd@debian.org> |
4334 | 3840 |
3841 * emacs/otags.1: New file. | |
3842 | |
9501 | 3843 2003-02-18 David Bateman <dbateman@free.fr> |
4329 | 3844 |
3845 * configure.in: Eliminate linpack | |
3846 | |
4328 | 3847 2003-02-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
3848 | |
3849 * configure.in: Check for mkstemp too. | |
3850 | |
4323 | 3851 2003-02-13 Arno Klaassen <arno@scito.com> |
3852 | |
9967 | 3853 * configure.in: Fix SH_LD and SH_LDFLAGS for -*-*-freebsd*. |
4323 | 3854 |
3855 2003-02-13 John W. Eaton <jwe@bevo.che.wisc.edu> | |
3856 | |
3857 * configure.in: Use '$(CXX)', '$(AR)', not "$CXX" and "$AR" when | |
3858 setting variables for building shared libraries. | |
3859 | |
9501 | 3860 2003-02-13 Paul Kienzle <pkienzle@users.sf.net> |
4320 | 3861 |
3862 * examples/make_int.cc: Support for ISO standard compilers. | |
3863 | |
9501 | 3864 2003-01-22 Richard Stallman <rms@gnu.org> |
4304 | 3865 |
3866 * emacs/octave-mod.el (octave-mode-map): Avoid binding keys that | |
3867 are reserved for users. | |
3868 | |
4302 | 3869 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
3870 | |
3871 * Makeconf.in: Fix typo in previous change. | |
3872 | |
4301 | 3873 2003-01-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
3874 | |
3875 * Makeconf.in (MKOCTFILE_INCFLAGS): Skip -I$(includedir) if | |
3876 $(includedir) is /usr/include. | |
3877 | |
4299 | 3878 2003-01-16 Mumit Khan <khan@nanotech.wisc.edu> |
3879 | |
3880 * Makeconf.in (SED): Export to subshells. | |
3881 | |
4298 | 3882 2003-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
3883 | |
3884 * configure.in: Don't bother with compiler flags for | |
3885 explicit/no-implicit template instantiation. | |
3886 | |
9501 | 3887 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
4298 | 3888 |
3889 * configure.in, Makeconf.in: Allow setting of BUILD_LDFLAGS. | |
3890 | |
4296 | 3891 2003-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
3892 | |
3893 * autogen.sh: Use --force for autoconf and autoheader. | |
3894 | |
4284 | 3895 2003-01-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
3896 | |
4290 | 3897 * octMakefile.in (CONF_DISTFILES): Include acx_blas.m4 and |
3898 acx_lapack.m4. | |
3899 | |
4284 | 3900 * configure.in (BUILD_CC, BUILD_CFLAGS, BUILD_CXX, |
3901 BUILD_CXXFLAGS): Kluge for Sun C/C++. | |
3902 | |
4270 | 3903 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
3904 | |
3905 * configure.in: Default value of BUILD_CXX is $CXX, not g++. | |
4278 | 3906 (AH_BOTTOM): Define __USE_STD_IOSTREAM if using Compaq C++ compiler. |
4283 | 3907 For compiler/linker options, use -Wl,OPT instead of -Xlinker OPT. |
4284 | 3908 Check for -ieee option for the C and C++ compilers on alpha systems. |
4270 | 3909 |
4264 | 3910 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
3911 | |
3912 * configure.in: Fail on all gcc 1.x and 2.x versions. | |
3913 | |
4249 | 3914 2002-12-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
3915 | |
3916 * configure.in (OCTAVE_LOCAL_BUFFER): New macro. | |
3917 | |
4228 | 3918 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
3919 | |
4229 | 3920 * mkoctfile.in: Include $LIBOCTINTERP in the stand alone link command. |
3921 Define LIBOCTAVE, LIBOCTINTERP, LIBCRUFT, LIBREADLINE using -lLIB. | |
4228 | 3922 |
4227 | 3923 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
3924 | |
3925 * Makeconf.in (do-script-install, do-script-uninstall): | |
3926 New macros, used in Makefiles in scripts subdirectory. | |
3927 (do-script-install): Use new scripts/mkpkgadd script to construct | |
3928 PKG_ADD files. | |
3929 | |
4214 | 3930 2002-12-03 Nix <nix@esperi.demon.co.uk> |
3931 | |
3932 * configure.in: Use AC_CHECK_DECL in conjunction with | |
9967 | 3933 AC_DECL_SYS_SIGLIST to ensure signal.h is searched. |
4214 | 3934 |
4207 | 3935 2002-12-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
3936 | |
3937 * configure.in: Dont't set SONAME_FLAGS for alpha alpha*-dec-osf* | |
3938 systems. | |
3939 | |
9501 | 3940 2002-11-29 Paul Kienzle <pkienzle@users.sf.net> |
4207 | 3941 |
3942 * mkoctfile.in: Include "$incflags $def" in commands to generate | |
3943 dependecies. | |
3944 | |
4199 | 3945 2002-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
3946 | |
3947 * configure.in (do-subst-config-vals): Substitute OCTAVE_BINDIR. | |
3948 | |
3949 * configure.in (MKOCTFILE_SH_LDFLAGS): New variable. | |
3950 * Makeconf.in (do-subst-config-vals): Substitute | |
3951 OCTAVE_CONF version of this variable. | |
3952 | |
3953 * mkoctfile.in: Set SH_LDFLAGS from MKOCTFILE_SH_LDFLAGS, not | |
3954 SH_LDFLAGS. | |
3955 (VERSION): Substitute value of OCTAVE_CONF_VERSION. | |
3956 | |
3957 * configure.in (NO_OCT_FILE_STRIP): New variable. | |
3958 * Makeconf.in (do-subst-config-vals): Substitute it. | |
3959 * mkoctfile.in (no_oct_file_strip_on_this_platform): New variable. | |
3960 | |
4192 | 3961 2002-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
3962 | |
4196 | 3963 * configure.in (OCTAVE_CXX_PRAGMA_INTERFACE_IMPLEMENTATION): |
3964 Delete use. | |
3965 | |
4192 | 3966 * aclocal.m4 (OCTAVE_LANG_PROG_NO_CONFDEFS): Delete. |
3967 (OCTAVE_CXX_PRAGMA_INTERFACE_IMPLEMENTATION): Delete. | |
3968 | |
4189 | 3969 2002-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
3970 | |
3971 * configure.in: Check for dlopen last, to avoid broken | |
3972 compatibility libraries. | |
4190 | 3973 Default value for SHLLIB is '$(SHLEXT)', not $SHLEXT. |
4189 | 3974 |
4182 | 3975 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
3976 | |
3977 * configure.in (USE_EXCEPTIONS_FOR_INTERRUPTS): No need to define. | |
3978 | |
4180 | 3979 2002-11-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
3980 | |
3981 * configure.in: Check for sigsetjmp and siglongjmp. | |
3982 (AH_BOTTOM): If both are found, define OCTAVE_HAVE_SIG_JUMP. | |
3983 Also check for sig_atomic_t, typedef it if not available. | |
3984 | |
4685 | 3985 2002-11-10 Per Persson <persquare@mac.com> |
4163 | 3986 |
3987 * configure.in: Detect dyld API for dynamic linking on OS X. | |
3988 | |
4685 | 3989 2002-11-09 Per Persson <persquare@mac.com> |
4162 | 3990 |
3991 * configure.in: Use $(TOPDIR)/src/octave, not $(bindir)/octave for | |
9967 | 3992 -bundle-loader argument. |
4162 | 3993 |
3994 * aclocal.m4 (OCTAVE_CXX_PREPENDS_UNDERSCORE): Force result for OS X. | |
3995 | |
4157 | 3996 2002-11-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
3997 | |
3998 * configure.in: Set FPICFLAG, Also set CXXPICFLAG, CPICFLAG, | |
3999 FPICFLAG, and INCLUDE_LINK_DEPS for OS X. | |
4000 | |
4001 * acx_blas.m4 (LIBS): Also check for Apple vecLib framework. | |
4002 | |
4153 | 4003 2002-11-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
4004 | |
4005 * configure.in (AH_BOTTOM): Define USE_EXCEPTIONS_FOR_INTERRUPTS. | |
4006 | |
4151 | 4007 2002-11-04 Joseph P. Skudlarek <jskud@jskud.com> |
4008 | |
4009 * emacs/otags: handle declarations without arguments and/or return | |
4010 values. | |
4011 | |
4138 | 4012 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
4013 | |
4014 * configure.in (SHLEXT_VER, SHLLIB_VER, SHLBIN_VER): Use | |
4015 $(version), not $(VERSION). | |
4016 | |
4130 | 4017 2002-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
4018 | |
4019 * Makeconf.in (HAVE_DLOPEN_API, HAVE_SHL_LOAD_API, | |
4020 HAVE_LOADLIBRARY_API): Delete. | |
4021 (do-subst-config-vals): Don't substitute them here. | |
4022 | |
4126 | 4023 2002-10-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
4024 | |
4128 | 4025 * configure.in (ENABLE_DYNAMIC_LINKING): Rename from |
4026 WITH_DYNAMIC_LINKING. | |
4027 * Makeconf.in: Likewise. | |
4028 * examples/hello.cc: Likewise. Improve comments. | |
4029 | |
4030 * configure.in: Revive --enable-dl to set default value for | |
4031 WITH_DYNAMIC_LINKING. | |
4032 | |
4126 | 4033 * configure.in: Also set SHLEXT_VER, SHLLIB_VER, SHLBIN_VER. |
4034 * Makeconf.in: Substitute them here. | |
4035 Also substitute SHLLINKEXT. | |
4036 | |
4685 | 4037 2002-10-25 Per Persson <persquare@mac.com> |
4125 | 4038 |
4039 * aclocal.m4 (OCTAVE_CXX_PRAGMA_INTERFACE_IMPLEMENTATION): Fix | |
4040 first test to properly fail on OS X. Fix typo in final test to | |
4041 set result. | |
4042 | |
4122 | 4043 2002-10-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
4044 | |
4045 * mk-opts.pl (emit_opt_class_header): Make set_options another | |
4046 name for copy. | |
4047 | |
4110 | 4048 2002-10-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
4049 | |
4050 * Makeconf.in (do-subst-config-vals): Don't substitute | |
4051 OCTAVE_CONF_OCTAVE_LITE. | |
4052 (OCTAVE_LITE): Delete. | |
4053 | |
4054 * Makeconf.in: Use HAVE_DLOPEN_API, HAVE_LOADLIBRARY_API, and | |
4055 HAVE_SHL_LOAD_API instead of WITH_DL and WITH_SHL. | |
4056 | |
4057 * configure.in: Rewrite the way we handle dynamic linking. | |
4058 If dynamic linking is used always do what was previously only | |
4059 enabled by --enable-lite-kernel. | |
4060 | |
9501 | 4061 2002-10-17 Paul Kienzle <pkienzle@users.sf.net> |
4110 | 4062 |
4063 * configure.in: Define WITH_DYNAMIC_LINKING based on --enable-shared. | |
4064 Add -lwsock32 to LIBS for MinGW. | |
4065 | |
4109 | 4066 2002-10-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
4067 | |
4068 * aclocal.m4 (OCTAVE_LANG_PROG_NO_CONFDEFS): New macro. | |
4069 (OCTAVE_CXX_PRAGMA_INTERFACE_IMPLEMENTATION): Use it along with | |
4070 AC_LINK_IFELSE instead of AC_TRY_LINK. | |
4071 Require both programs to compile for success. | |
4072 | |
9501 | 4073 2002-10-16 Paul Kienzle <pkienzle@users.sf.net> |
4105 | 4074 |
4075 * aclocal.m4: Both Cygwin and MinGW don't prepend underscores. | |
4076 * configure.in: MinGW builds shared libraries the same as Cygwin. | |
4077 MinGW must link to winsock explicitly. | |
4078 * install-octave.in: MinGW and Cygwin both need OCTAVE_HOME. | |
4079 | |
9501 | 4080 2002-10-15 Paul Kienzle <pkienzle@users.sf.net> |
4104 | 4081 |
4082 * configure.in (library_path_var): New variable. | |
4083 | |
4102 | 4084 2002-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
4085 | |
4103 | 4086 * configure.in (SH_LDFLAGS): Additional options for Cygwin: |
4104 | 4087 -Wl,--export-all-symbols -Wl,--enable-auto-import. |
4103 | 4088 |
4102 | 4089 * Makeconf.in (TERMLIBS): Substitute here. |
4090 | |
9967 | 4091 * configure.in: Define OCTAVE_USE_WINDOWS_API if |
4102 | 4092 defined (__WIN32__) && ! defined (__CYGWIN__), not if |
4093 defined (__WIN32__) || ! defined (__CYGWIN__). | |
4094 Also call AC_SUBST for TERMLIBS. | |
4095 | |
9501 | 4096 2002-10-14 Paul Kienzle <pkienzle@users.sf.net> |
4102 | 4097 |
4098 * configure.in: Use correct SHLEXT and PICFLAG for Cygwin. | |
4099 * configure.in: Cygwin must link against -loctave.dll, etc. | |
4100 | |
4101 * configure.in: Define INCLUDE_LINK_DEPS because Cygwin needs DLLs | |
4102 to be linked against their dependencies. | |
4103 * Makeconf.in: Ditto. | |
4104 | |
4105 * configure.in: Define SHLLIB and SHLBIN because Cygwin doesn't | |
4106 link against shared libs but instead against -lxxx.dll. LIB and | |
4107 BIN are the link and load forms respectively of the library. | |
4108 * Makeconf.in: Ditto, and define the corresponding XXX_VER. | |
4109 | |
4110 * configure.in: Remove LIBOCT_READLINE and LIBOCT_PATHSEARCH | |
4111 because they are merged into LIBOCTAVE to avoid circular | |
4112 dependencies. | |
4113 * Makeconf.in: Ditto. | |
4114 * mkoctfile.in: Ditto. | |
4115 | |
4116 * aclocal.m4 (OCTAVE_ENABLE_READLINE): Define LIBREADLINE because | |
4117 Cygwin requires liboctave to be linked against -lreadline so | |
4118 including it in LIBS isn't sufficient. | |
4119 * mkoctfile.in: Substitute and use LIBREADLINE here. | |
4120 | |
4121 * aclocal.m4 (OCTAVE_CXX_PREPENDS_UNDERSCORE): Force no for cygwin. | |
4122 | |
4101 | 4123 2002-10-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
4124 | |
4125 * configure.in (AH_BOTTOM): Maybe define OCTAVE_USE_WINDOWS_API | |
4126 and OCTAVE_HAVE_WINDOWS_FILESYSTEM. | |
4127 | |
4095 | 4128 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
4129 | |
4098 | 4130 * aclocal.m4 (OCTAVE_PROG_GNUPLOT): AC_DEFINE GNUPLOT_BINARY |
4131 Default value on Windows systems is pgnuplot. | |
4132 If not cross compiling and no gnuplot program is found, set | |
4133 default to gnuplot. Set defaults for multiplot and frames. Check | |
4134 for pgnpuplot, pipe-gnuplot, and gnuplot on Windows systems. | |
4135 | |
4136 * configure.in (BUILD_EXEEXT): New variable. | |
4137 * Makeconf.in (BUILD_EXEEXT): Substitute it here. | |
4138 | |
4095 | 4139 * aclocal.m4 (OCTAVE_CXX_PRAGMA_INTERFACE_IMPLEMENTATION): |
4140 Add second test for OS X. | |
4141 | |
4093 | 4142 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
4143 | |
4094 | 4144 * aclocal.m4 (OCTAVE_CXX_PRAGMA_INTERFACE_IMPLEMENTATION): New macro. |
4145 * configure.in: Use it. | |
4146 | |
9967 | 4147 * configure.in (BUILD_CC, BUILD_CFLAGS, BUILD_CXX, BUILD_CXXFLAGS): |
4094 | 4148 Set default values if cross compiling. |
4149 | |
4093 | 4150 * aclocal.m4 (OCTAVE_PROG_NM): Do the right thing for cross compiling. |
4151 (OCTAVE_CXX_PREPENDS_UNDERSCORE): Require OCTAVE_PROG_NM. | |
4152 (OCTAVE_CXX_ABI): Likewise. | |
4153 | |
4154 * Makeconf.in (BUILD_CC, BUILD_CFLAGS, BUILD_CXX, BUILD_CXXFLAGS): | |
4155 New variables for cross compiling. | |
4156 | |
9501 | 4157 2002-10-07 Paul Kienzle <pkienzle@users.sf.net> |
4092 | 4158 |
4159 * configure.in: Check for raise. | |
4160 | |
4084 | 4161 2002-10-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
4162 | |
4163 * aclocal.m4 (OCTAVE_PROG_SED): New macro, adapted from autoconf | |
4164 patches mailing list archive, written by Robert Boehne | |
4165 <rboehne@ricardo-us.com>. | |
4166 * configure.in: Use it. | |
4167 * Makeconf.in: Substitute SED, use $(SED), not sed. | |
4168 (do-subst-conffig-vals): Substitute it here too. | |
4169 * mkoctfile.in: And here. Use $SED, not sed. | |
4170 * octave-bug.in: Likewise. | |
4171 * install-octave.in: Likewise. | |
4172 | |
4081 | 4173 2002-09-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
4174 | |
4175 * configure.in: Don't define mkdir here. | |
4176 | |
4067 | 4177 2002-09-25 Mumit Khan <khan@nanotech.wisc.edu> |
9967 | 4178 |
4067 | 4179 * aclocal.m4 (OCTAVE_MKDIR_TAKES_ONE_ARG): New macro to determine if |
4180 host mkdir accepts only one arg instead of the usual two. | |
4181 * configure.in: Use. Check for direct.h. | |
4182 (mkdir): Define. | |
9967 | 4183 |
9501 | 4184 2002-09-26 Paul Kienzle <pkienzle@users.sf.net> |
4067 | 4185 |
4186 * configure.in: Check for conio.h. | |
4187 Check for _kbhit. | |
4188 | |
4066 | 4189 2002-09-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
4190 | |
4191 * configure.in (AH_BOTTOM): Don't define | |
4192 USE_PRAGMA_INTERFACE_IMPLEMENTATION. | |
4193 | |
9501 | 4194 2002-09-26 Paul Kienzle <pkienzle@users.sf.net> |
4064 | 4195 |
4196 * configure.in: Fix syntax errors in !HAVE_XXX_T. | |
4197 Don't require terminal control for build. | |
4198 | |
4062 | 4199 2002-09-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
4200 | |
4201 * configure.in: Fix typedefs used in AH_BOTTOM. | |
4202 | |
4061 | 4203 2002-09-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
4204 | |
4205 * configure.in (AH_BOTTOM): If using g++, define | |
4206 USE_PRAGMA_INTERFACE_IMPLEMENTATION. | |
4207 | |
4051 | 4208 2002-08-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
4209 | |
4210 * configure.in: Check for sstream. | |
4211 | |
4050 | 4212 2002-08-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
4213 | |
4214 * Makeconf.in (%.d : %.cc): Add $*.df to LHS of dependency list. | |
4215 | |
9501 | 4216 2002-08-15 Paul Kienzle <pkienzle@users.sf.net> |
4044 | 4217 |
4218 * mk-opts.pl: Add support for INCLUDE = "...". | |
4219 | |
4220 2002-08-15 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4221 | |
4222 * mk-opts.pl: Handle Array<int> too. | |
4223 | |
4035 | 4224 2002-08-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
4225 | |
4226 * mk-opts.pl (emit_options_function): Emit newline at EOF. | |
4227 | |
4014 | 4228 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
4229 | |
4230 * Makeconf.in: Use $@-t instead of $@.tmp or $@.t. | |
4231 | |
3998 | 4232 2002-07-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
4233 | |
4234 * mk-opts.pl: New file. | |
4235 * Makefile.in (DISTFILES): Add it to the list. | |
4236 | |
3989 | 4237 2002-07-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
4238 | |
4239 * configure.in (AC_CONFIG_FILES): Add libcruft/dasrt/Makefile to | |
4240 the list. | |
4241 | |
3983 | 4242 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
4243 | |
4244 * configure.in (AC_CONFIG_FILES): Add libcruft/odessa/Makefile to | |
4245 the list. | |
4246 | |
3956 | 4247 2002-05-24 John W. Eaton <jwe@bevo.che.wisc.edu> |
4248 | |
4249 * configure.in: Maybe add -fno-coalesce-templates to XTRA_CXXFLAGS | |
4250 on darwin systems. | |
4251 (SH_LDFLAGS): Set this on darwin systems. | |
4252 (UGLY_DEFS): Cope with broken sed or shell quoting on darwin systems. | |
4253 | |
3943 | 4254 2002-05-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
4255 | |
4256 * aclocal.m4 (OCTAVE_CXX_ISO_COMPLIANT_LIBRARY): Omit cwctype. | |
4257 | |
3923 | 4258 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
4259 | |
4260 * configure.in (AC_AIX): Move before AC_MINIX and AC_ISC_POSIX. | |
4261 (AH_BOTTOM): Move contents of acconfig.h here. | |
4262 * acconfig.h: Delete. | |
3925 | 4263 * octMakefile.in (CONF_DISTFILES): Delete acconfig.h from the list. |
3923 | 4264 |
3911 | 4265 2002-04-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
4266 | |
4267 * configure.in (AC_CONFIG_FILES): Add libcruft/daspk/Makefile to | |
4268 the list. | |
4269 | |
9501 | 4270 2002-04-24 Kurt Hornik <hornik@ci.tuwien.ac.at> |
3908 | 4271 |
4272 * aclocal.m4 (OCTAVE_CC_FLAG, OCTAVE_CXX_FLAG): Also handle flags | |
4273 that contain : and =. | |
4274 | |
3899 | 4275 2002-04-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
4276 | |
4277 * config.guess, config.sub: Update from FSF sources. | |
4278 | |
3897 | 4279 2002-04-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
4280 | |
4281 * configure.in: Declare F2C and F2CFLAGS with AC_ARG_VAR. | |
4282 Delete AC_SUBST calls for F77, FFLAGS, FLIBS, F2C, F2CFLAGS (no | |
4283 need to do this explicitly now). | |
4284 | |
3892 | 4285 2002-04-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
4286 | |
4287 * Makeconf.in: Set and substitute EXEEXT, not EXE. | |
4288 | |
4289 * configure.in (EXE): Delete check and substitution. | |
4290 * install-octave.in: Use EXEEXT instead of EXE. | |
4291 | |
4292 * configure.in: Use AC_CHECK_MEMBERS, not OCTAVE_STRUCT_GR_PASSWD. | |
4293 Use AC_CHECK_TYPES, not AC_CHECK_TYPE or OCTAVE_CHECK_TYPE. | |
4294 * aclocal.m4 (OCTAVE_STRUCT_GR_PASSWD, OCTAVE_CHECK_TYPE): Delete. | |
4295 * acconfig.h (dev_t, ino_t, nlink_t, sigset_t): Typedef if not found. | |
4296 | |
3888 | 4297 2002-04-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
4298 | |
4299 * aclocal.m4: Replace AC_LANG_SAVE, AC_LANG_C, AC_LANG_CPLUSPLUS, | |
4300 and AC_LANG_RESTORE with AC_LANG_PUSH and AC_LANG_POP. | |
4301 Use AS_MESSAGE_LOG_FD instead of AC_FD_CC. | |
4302 * configure.in: Delete second arg in AC_CHECK_SIZEOF calls. | |
4303 | |
9501 | 4304 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
3886 | 4305 |
4306 * configure.in: Correct usage of AC_ARG_WITH for --with-fftw. | |
4307 | |
3887 | 4308 * configure.in: Update for autoconf 2.5x. |
4309 Minor syntax changes to new recommended syntaxes and macros. | |
4310 Apply changes from autoupdate plus eliminate some warning | |
4311 messages, deprecated uses of changequote, etc. | |
4312 Use autoheader templates to generate config.h.in. | |
4313 Replace most of Octave's Fortran support macros with those in the | |
4314 new autoconf. | |
4315 Eliminate most uses of internal (undocumented) autoconf cache vars. | |
4316 Replace BLAS/LAPACK detection new macros ACX_BLAS/ACX_LAPACK from | |
4317 the autoconf macro repository. | |
4318 * acx_blas.m4, acx_lapack.m4: New files. | |
4319 * acconfig.h: Delete lines that can be automatically generated | |
4320 from new info in configure.in and aclocal.m4. | |
4321 If it is not already defined, define F77_FUNC for use with f2c. | |
4322 * aclocal.m4 (OCTAVE_PROG_G77, OCTAVE_FLIBS, OCTAVE_F77_MAIN_FLAG, | |
4323 OCTAVE_F77_UPPERCASE_NAMES, OCTAVE_F77_APPEND_UNDERSCORE, | |
4324 OCTAVE_F2C_F77_COMPAT): Delete definitions. | |
4325 Use autoheader templates to generate config.h.in. | |
4326 * Makeconf.in, mkoctfile.in (FORTRAN_MAIN_FLAG): Delete all uses. | |
4327 | |
3859 | 4328 2001-11-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
4329 | |
4330 * octave-bug.in (BLAS_LIBS, FFTW_LIBS, LD_CXX): Substitute and | |
4331 print values. | |
4332 * mkoctfile.in: Accept --compile as an alias for -c. | |
4333 New option, --link-stand-alone. | |
4334 New option, --no-pathsearch. | |
4335 New option, --no-readline. | |
4336 Substitute RLD_FLAG, FLIBS, LIBKPATHSEA, LIBOCTINTERP, | |
4337 LIBOCTAVE, LIBOCT_READLINE, LIBOCT_PATHSEARCH, LIBCRUFT, | |
4338 BLAS_LIBS, FFTW_LIBS, and LIBS. | |
4339 * Makeconf.in (MKOCTFILE_LFLAGS): New variable. | |
4340 (do-subst-config-vals): Substitute FFTW_LIBS, LD_CXX, | |
4341 LIBOCT_PATHSEARCH, LIBOCT_READLINE, MKOCTFILE_LFLAGS. | |
4342 | |
3857 | 4343 2001-11-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
4344 | |
4345 * Makefile.in (LIBOCT_READLINE, LIBOCT_PATHSEARCH): New variables. | |
4346 * Makeconf.in: Substitute them here. | |
4347 | |
3853 | 4348 2001-11-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
4349 | |
4350 * octMakefile.in (dist): Omit long-gone info subdir. | |
4351 Fix find command for removing Makefile in kpathsea and glob subdirs. | |
4352 | |
3847 | 4353 2001-08-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
4354 | |
4355 * mkoctfile.in: Substitute F2C and F2CFLAGS. Make it possible to | |
4356 use f2c and a C compile to compiling Fortran source files. Print | |
4357 warnings and error message on stderr, not stdout. Issue warnings | |
4358 if it is not possible to comiple Fortran, C, or C++ files. | |
4359 | |
4360 * configure.in (%.c : %.f): Don't use cat in F2C rule. | |
4361 | |
3846 | 4362 2001-07-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
4363 | |
4364 * Makeconf.in (do-subst-config-vals): Substitute DEPEND_FLAGS and | |
4365 DEPEND_EXTRA_SED_PATTERN. | |
4366 * mkoctfile.in: Handle --depend. | |
4367 | |
3845 | 4368 2001-07-25 Rafael Laboissiere <rafael@laboissiere.net> |
4369 | |
4370 * octave-config.in: New file. | |
4371 * Makeconf.in (do-subst-default-vals): Substitute OCTAVE_VERSION. | |
4372 * Makefile.in (TARGETS): Add octave-config to list. | |
4373 * octMakefile.in (DISTFILES): Add octave-config.in to list. | |
4374 (BINDISTFILES): Add octave-config to list. | |
4375 (all): Add octave-config dependency. | |
4376 (octave-config): New rule. | |
4377 (install): Install octave-config. | |
4378 (uninstall): Delete octave-config from bindir. | |
4379 (maintainer-clean): Delete octave-config. | |
4380 (binary-dist): Add octave-config dependency. | |
4381 | |
3842 | 4382 2001-06-29 Mumit Khan <khan@nanotech.wisc.edu> |
4383 | |
3843 | 4384 * aclocal.m4 (OCTAVE_CXX_ABI): Use "sun_v5" instead of "sun". |
4385 | |
3842 | 4386 * aclocal.m4 (OCTAVE_CXX_ABI): New macro. |
4387 (OCTAVE_CXX_PREPENDS_UNDERSCORE): Add missing return value. | |
4388 * configure.in: Use. | |
4389 * acconfig.h (CXX_ABI): New macro. | |
4390 | |
3835 | 4391 2001-05-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
4392 | |
4393 * configure.in: Quote the call to AC_CHECK_FUNC inside the | |
4394 AC_CHECK_LIB macro when checking for lapack. For autoconf 2.50 | |
4395 | |
4396 * aclocal.m4: Changes for autoconf 2.50: | |
4397 Convert dnl comments inside AC_DEFUN to ###. | |
4398 (OCTAVE_FLIBS): Use [] quoting instead of changequote. | |
4399 | |
3829 | 4400 2001-05-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
4401 | |
4402 * octMakefile.in: Remove remaining references to readline. | |
3830 | 4403 (CONF_DISTFILES): Add autogen.sh to the list. |
3829 | 4404 |
3827 | 4405 2001-05-02 Mumit Khan <khan@nanotech.wisc.edu> |
4406 | |
4407 * configure.in: Support for --with-fftw. | |
4408 (FFT_DIR, FFTW_LIBS): New substitutions. | |
4409 * Makeconf.in (FFTW_LIBS): New variable. | |
4410 * acconfig.h (HAVE_FFTW): New macro. | |
4411 | |
3822 | 4412 2001-04-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
4413 | |
3824 | 4414 * aclocal.m4 (OCTAVE_ENABLE_READLINE): Require readline unless |
4415 --disable-readline is specified. | |
4416 | |
3822 | 4417 * configure.in: Don't define TERMLIBS. Do add terminal lib(s) to LIBS. |
4418 * octave-bug.in: Delete references to TERMLIBS. | |
4419 * Makeconf.in: Likewise. | |
4420 | |
4421 * Makeconf.in (LIBREADLINE): Delete substitution. | |
4422 (do-subst-config-vals): Likewise. | |
4423 * octMakefile.in (SUBDIRS): Delete @READLINE_DIR@ from the list. | |
4424 * configure.in (AC_CONFIG_SUBDIRS): Delete $READLINE_DIR from the list. | |
4425 | |
4426 * configure.in (VOID_SIGHANDLER): Don't check or substitute here. | |
4427 | |
3821 | 4428 2001-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
4429 | |
4430 * octMakefile.in (install, install-strip): Don't use mk-includedir-link | |
4431 | |
4432 * Makeconf.in (mk-includedir-link, mk-libdir-link): Delete definitions. | |
4433 | |
4434 2001-04-24 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4435 | |
4436 * Makeconf.in (mk-libdir-link): Undo previous change | |
4437 | |
3820 | 4438 2001-04-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
4439 | |
4440 * configure.in: Only check for libz if checking for HDF5 libraries. | |
4441 Allow user to specify HDF5 library name on command line, same as | |
4442 for BLAS libraries. Include BLAS and HDF5 libs in summary output. | |
4443 | |
3818 | 4444 2001-04-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
4445 | |
4446 * octMakefile.in (CONF_DISTFILES): Remove config.h.bot from the list. | |
4447 | |
9501 | 4448 2001-04-19 David Livings <david.livings@asa.co.uk> |
3815 | 4449 |
4450 * Makeconf.in (mk-libdir-link): Omit check for $(octlibdir)/octave | |
4451 existing as a directory. | |
4452 | |
3803 | 4453 2001-02-28 Albert Chin-A-Young <china@thewrittenword.com> |
4454 | |
4455 * configure.in: Check for getpwnam in libsun only after checking | |
4456 default libraries first. Check for gethostname in libsocket only | |
9967 | 4457 after checking default libraries first. |
3803 | 4458 |
3800 | 4459 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
4460 | |
4461 * configure.in: Allow for using f2c when setting functions to look | |
4462 for in the BLAS and Lapack libraries. | |
4463 From Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>. | |
4464 | |
3797 | 4465 2001-02-10 Mumit Khan <khan@nanotech.wisc.edu> |
4466 | |
4467 * test/octave.test/string/dec2hex-1.m: Don't assume hex format | |
4468 produces lower case letters. | |
4469 | |
3785 | 4470 2001-02-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
4471 | |
3788 | 4472 * acconfig.h: Merge contents of config.h.bot. |
4473 * config.h.bot: Delete. | |
4474 | |
3785 | 4475 * autogen.sh: Allow running of autoconf or autoheader to be skipped. |
4476 | |
3779 | 4477 2001-02-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
4478 | |
4479 * readline: Update to new version (4.2-beta1). | |
4480 | |
3775 | 4481 2001-02-05 Mumit Khan <khan@nanotech.wisc.edu> |
4482 | |
4483 * configure.in (TEMPLATE_AR, TEMPLATE_ARFLAGS): New variables. | |
4484 * Makeconf.in (TEMPLATE_AR, TEMPLATE_ARFLAGS): Likewise. | |
9967 | 4485 |
3775 | 4486 * configure.in (XTRA_CXXFLAGS): Use -fno-implicit templates for |
4487 pre-gcc3 compilers. Remove -fno-rtti and -fno-exceptions. | |
4488 (DEPEND_FLAGS, DEPEND_EXTRA_SED_PATTERN): New macros. | |
4489 (BLAS_LIBS): Fix test for sunperf library on Sun Solaris. | |
4490 (CPICFLAG, CXXPICFLAG, FPICFLAG, SH_LDFLAGS, RLD_FLAG): Add Sun | |
4491 compiler support. | |
4492 * Makefile.in (DEPEND_FLAGS, DEPEND_EXTRA_SED_PATTERN): New | |
4493 variables. | |
4494 (%.d : %.cc): Use. | |
4495 (%.d : %.c): Likewise. | |
4496 * acconfig.h (CXX_ISO_COMPLIANT_LIBRARY): Add #undef. | |
4497 | |
3769 | 4498 2001-01-31 Mumit Khan <khan@nanotech.wisc.edu> |
4499 | |
4500 * Makeconf.in (%.d : %.cc): Strip the directory portion of the | |
4501 target. | |
4502 (%.d : %.c): Likewise. | |
4503 | |
4504 * aclocal.m4 (OCTAVE_CXX_ISO_COMPLIANT_LIBRARY): New macro. | |
4505 * configure.in: Use it. | |
4506 | |
3768 | 4507 2001-01-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
4508 | |
4509 * Makeconf.in (do-subst-config-vals): Substitute | |
4510 OCTAVE_CONF_CANONICAL_HOST_TYPE here too. | |
4511 * octave-bug.in: Substitute OCTAVE_CONF_CANONICAL_HOST_TYPE, not | |
4512 OCTAVE_CANONICAL_HOST_TYPE. | |
4513 | |
3750 | 4514 2000-12-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
4515 | |
4516 * aclocal.m4: Give gperf a keyword, to avoid complaints from newer | |
4517 versions. | |
4518 | |
3740 | 4519 2000-11-27 Marcus.Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de> |
4520 | |
4521 * configure.in: Handle *-*-gnu* the same as *-*-linux* for shared | |
4522 library creation. | |
4523 | |
3735 | 4524 2000-11-03 Andy Adler <en254@freenet.carleton.ca> |
4525 | |
4526 * mkoctfile.in: Handle -c to mean compile only. | |
4527 | |
3734 | 4528 2000-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
4529 | |
4530 * mkoctfile.in: Handle --print. | |
4531 | |
3729 | 4532 2000-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
4533 | |
3731 | 4534 * aclocal.m4 (OCTAVE_PROG_GPERF): Check that gperf supports flags |
4535 we use. | |
4536 | |
3729 | 4537 * missing: New file, modified from the missing script provided by |
4538 automake (never create files, just exit with failure status). | |
9967 | 4539 * aclocal.m4 (OCTAVE_PROG_BISON, OCTAVE_PROG_FLEX, OCTAVE_PROG_GPERF): |
3729 | 4540 Use $(top_srcdir)/missing as replacement script. |
4541 | |
4542 * aclocal.m4 (OCTAVE_PROG_FLEX, OCTAVE_PROG_BISON): New macros. | |
4543 * configure.in: Use them. | |
4544 | |
3726 | 4545 2000-10-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
4546 | |
4547 * autogen.sh: Don't run configure. | |
4548 | |
4549 * configure.in (SPECIAL_MATH_LIB): Delete code related to this var. | |
4550 * Makeconf.in: Ditto. | |
4551 (BLAS_LIBS, LIBS): Substitute here. | |
4552 (do-subst-config-vals): Put BLAS_LIBS in oct-conf.h. | |
4553 | |
3705 | 4554 2000-07-20 Joao Cardoso <jcardoso@inescn.pt> |
4555 | |
4556 * configure.in: (LD_CXX): Define and substitute. | |
4557 For sco3.2v5 systems, set SONAME_FLAGS and RLD_FLAG. | |
4558 * Makeconf.in (LD_CXX): Allow substitution. | |
4559 | |
3700 | 4560 2000-07-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
4561 | |
4562 * octMakefile.in (DISTSUBDIRS): Define in terms of $(ALL_SUBDIRS). | |
4563 | |
3697 | 4564 2000-07-17 Joao Cardoso <jcardoso@inescn.pt> |
4565 | |
4566 * configure.in (LIBGLOB): Set to be the two object files in the | |
4567 glob directory instead of libglob.a. | |
4568 | |
3692 | 4569 2000-07-05 Steven G. Johnson <stevenj@gil-galad.mit.edu> |
4570 | |
4571 * Use BLAS_LIBS to save the names of BLAS libraries instead of | |
4572 adding them to LIBS, then substitute BLAS_LIBS. | |
4573 | |
3690 | 4574 2000-06-30 Steven G. Johnson <stevenj@gil-galad.mit.edu> |
4575 | |
4576 * configure.in: Support for --with-fastblas (ATLAS). | |
4577 | |
3688 | 4578 2000-06-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
4579 | |
4580 * configure.in: Check for long long data type. | |
4581 | |
3687 | 4582 2000-06-29 Steven G. Johnson <stevenj@gil-galad.mit.edu> |
4583 | |
4584 * acconfig.h (HAVE_HDF5): Add undef. | |
4585 * configure.in: Handle --with-hdf5. | |
4586 | |
3681 | 4587 2000-06-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
4588 | |
4589 * octave-bug.in: Substitute correct values for config_opts, | |
4590 MACHINE, and CXXFLAGS. | |
4591 | |
3675 | 4592 2000-06-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
4593 | |
4594 * Makeconf.in (GPERF): Allow substitution. | |
4595 | |
3673 | 4596 2000-06-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
4597 | |
4598 * aclocal.m4 (OCTAVE_PROG_GPERF): New macro. | |
4599 * configure.in: Use it. Print warning at end if gperf is missing. | |
4600 | |
3660 | 4601 2000-04-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
4602 | |
4603 * mkoctfile.in: Try moving output file first. But comment these | |
4604 lines and let people who have trouble enable them. | |
4605 | |
3659 | 4606 2000-04-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
4607 | |
4608 * mkoctfile.in: Remove output file before linking. | |
4609 | |
4610 * octMakefile.in (DIRS_TO_MAKE): Create $(octincludedir)/octave. | |
4611 (install install-strip): Install config.h in $(octincludedir)/octave, | |
4612 not $(octincludedir). | |
4613 | |
3650 | 4614 2000-03-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
4615 | |
4616 * octMakefile.in (DIRS_TO_MAKE): Double up on $ in awk command to | |
4617 get them past Make. | |
4618 | |
3646 | 4619 2000-03-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
4620 | |
4621 * octMakefile.in (SUBDIRS): Omit src. | |
4622 (ALL_SUBDIRS): New variable. Include src here. | |
4623 (all): Depend on src instead of $(SUBDIRS). | |
4624 (src): New target. Depend on $(SUBDIRS). | |
4625 | |
3648 | 4626 * Makefile.in (.NOTPARALLEL): New target, for GNU Make 3.79. |
4627 * octMakefile.in (.NOTPARALLEL): Likewise. | |
4628 | |
3620 | 4629 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
4630 | |
4631 * configure.in: Check for vsnprintf. | |
4632 | |
3615 | 4633 2000-03-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
4634 | |
4635 * Makefile.in (liboctave.$(SHLEXT)): Delete target before rebuilding. | |
4636 | |
9501 | 4637 2000-03-21 Ben Sapp <bsapp@nua.lampf.lanl.gov>: |
3615 | 4638 |
4639 * Makeconf.in (%.o : %.c): Pass -o to compile command. | |
4640 (%.o : %.cc): Ditto. | |
4641 * configure.in (%.o : %.f): Ditto. | |
4642 | |
3607 | 4643 2000-03-08 Stephen Eglen <stephen@gnu.org> |
4644 | |
4645 * emacs/octave-mod.el (octave-font-lock-keywords): To font-lock | |
4646 the builtin operators, use `font-lock-builtin-face' for Emacs | |
4647 and `font-lock-preprocessor-face' for XEmacs. | |
4648 | |
3606 | 4649 2000-03-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
4650 | |
4651 * configure.in: For building shared libaries, handle | |
4652 i386-pc-solaris2* the same as sparc-sun-solaris2*. | |
4653 | |
9501 | 4654 2000-02-29 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3603 | 4655 |
4656 * examples/make_int.cc (make_int): Handle new operator names. | |
4657 | |
3601 | 4658 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
4659 | |
4660 * octMakefile.in (maintainer-clean distclean): Don't delete Makefile. | |
4661 (dist): Delete stamp-auto. | |
4662 | |
3597 | 4663 2000-02-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
4664 | |
4665 * configure.in (octincludedir): Delete trailing /octave here. | |
4666 * Makeconf.in (mk-includedir-link): Append it here. | |
4667 (MKOCTFILE_INCFLAGS): Use both -I$(octincludedir) and | |
4668 -I$(octincludedir)/octave. | |
4669 | |
4670 * configure.in (localveroctfiledir, localverarchlibdir, | |
4671 localverfcnfiledir): New variables. | |
4672 (localfcnfilepath): Prepend localverfcnfiledir. | |
4673 (localoctfilepath): Prepend localveroctfiledir. | |
4674 * Makeconf.in: Substitute them here. | |
4675 | |
4676 * Makeconf.in (do-subst-default-vals): Substitute | |
4677 OCTAVE_LOCALVERARCHLIBDIR, OCTAVE_LOCALVERFCNFILEDIR, | |
4678 OCTAVE_LOCALVEROCTFILEDIR. | |
4679 | |
3590 | 4680 2000-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
4681 | |
3594 | 4682 * config.guess: Update to latest from subversions.gnu.org. |
4683 * config.sub: Likewise. Recognize sv1-cray as a basic_machine. | |
4684 | |
3591 | 4685 * Makeconf.in (MKOCTFILE_INCFLAGS): New macro. |
4686 (do-subst-conf-vals): Substitute it. | |
3593 | 4687 * mkoctfile.in: Set INCFLAGS from OCTAVE_CONF_MKOCTFILE_INCFLAGS. |
3591 | 4688 |
3590 | 4689 * mkoctfile.in: Fix names in substititions. |
4690 * octave-bug.in: Likewise. | |
4691 | |
3584 | 4692 2000-02-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
4693 | |
4694 * Makeconf.in (do-subst-default-vals, do-subst-config-vals): | |
4695 Substitute more complete set of values. | |
4696 | |
3506 | 4697 2000-02-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
4698 | |
4699 * aclocal.m4 (octave_cv_string_npos): Add std:: qualifier. | |
4700 | |
3485 | 4701 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
4702 | |
4703 * emacs/octave-mod.el (octave-begin-keywords): Add "do". | |
4704 (octave-end-keywords): Add "until". | |
4705 (octave-abbrev-table): Add "u" as abbrev for "until ()" | |
4706 (octave-block-match-alist): Add do-until. | |
4707 | |
3474 | 4708 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
4709 | |
3475 | 4710 * configure.in: Don't look for the sunmath library. |
4711 Don't check for infinity or quiet_nan. | |
4712 | |
4713 * emacs/octave-mod.el (octave-mode-syntax-table): | |
4714 Undo previous change, but add a comment explaining why. | |
4715 | |
3474 | 4716 * install-octave.in: Exit on any error instead of continuing. |
4717 Install Octave binary last. | |
4718 | |
3473 | 4719 2000-01-24 John W. Eaton <jwe@bevo.che.wisc.edu> |
4720 | |
4721 * emacs/octave-mod.el (octave-mode-syntax-table): | |
4722 Make `%' a comment start character too. | |
4723 | |
3465 | 4724 2000-01-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
4725 | |
4726 * configure.in: Check for strptime and localtime_r. | |
4727 | |
3351 | 4728 1999-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
4729 | |
4730 * configure.in (XTRA_CXXFLAGS, XTRA_CFLAGS): Use -mminimal-toc on | |
4731 AIX systems. | |
4732 | |
3323 | 4733 1999-10-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
4734 | |
4735 * emacs/README: New file. | |
4736 * emacs/Makefile.in (DISTFILES, BINDISTFILES): Add it to the lists. | |
4737 | |
4738 * emacs/Makefile.in: Don't distribute .elc files. | |
4739 | |
3308 | 4740 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
4741 | |
4742 * configure.in: Check for select and poll. Also check for poll.h | |
4743 and sys/poll.h. | |
4744 | |
9501 | 4745 1999-10-19 Geoff Jacobsen <geoffj@casquet.inet.net.nz> |
3298 | 4746 |
4747 * autogen.sh: New file. | |
4748 | |
3297 | 4749 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
4750 | |
4751 * octMakefile.in: Use `$(MAKE) -C dir' instead of `cd dir; $(MAKE)'. | |
4752 | |
3273 | 4753 Mon Sep 20 11:02:29 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
4754 | |
4755 * emacs/octave-inf.el, emacs/octave-mod.el: Update to match FSF | |
4756 sources plus code that will make it work if Emacs doesn't have the | |
4757 customize code. | |
4758 | |
9501 | 4759 Tue Sep 14 07:57:06 1999 Kurt Hornik <hornik@ci.tuwien.ac.at> |
3273 | 4760 |
4761 * emacs/octave-inf.el (inferior-octave-startup): Always pass "-i" | |
4762 and "--no-line-editing" to Octave subprocess. | |
4763 (inferior-octave-startup-args): Default to nil. | |
4764 | |
3268 | 4765 Mon Sep 6 10:50:10 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
4766 | |
4767 * emacs/octave-inf.el (inferior-octave-startup-args): | |
4768 Add --no-line-editing to the list. | |
4769 | |
3249 | 4770 Fri Jul 9 09:15:24 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
4771 | |
4772 * configure.in: Try to handle IEEE FP flags for g77 on Alphas. | |
4773 | |
4774 Thu Jul 8 19:56:37 1999 Stephen Eglen <stephen@gnu.org> | |
4775 | |
4776 * emacs/octave-inf.el (inferior-octave-directory-tracker): | |
4777 Change regexp so that it doesn't match commands beginning with `cd'. | |
4778 | |
4779 Wed Jun 23 13:20:11 1999 Mumit Khan <khan@xraylith.wisc.edu> | |
4780 | |
4781 * configure.in (HAVE_TERMIOS_H): Avoid autoheader lossage. | |
4782 | |
4783 Sun Jun 20 23:05:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4784 | |
4785 * configure.in: Check for sys/ioctl.h. | |
4786 | |
3243 | 4787 Mon May 10 09:06:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
4788 | |
4789 * aclocal.m4 (OCTAVE_PROG_G77): Also match "FSF-g77", for egcs. | |
4790 | |
4791 Thu Apr 8 19:20:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4792 | |
4793 * examples/hello.cc (Fhello): octave_value::print now requires a | |
4794 stream arg. | |
4795 | |
3238 | 4796 Wed Feb 3 01:02:37 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
4797 | |
4798 * configure.in: Use AC_OUTPUT_COMMANDS to chmod install-octave so | |
4799 that the command will also executed in config.status. | |
4800 | |
3234 | 4801 Thu Jan 28 21:05:32 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
4802 | |
4803 * Makeconf.in (do-subst-config-vals): Do substitution on | |
4804 CANONICAL_HOST_TYPE, not TARGET_HOST_TYPE. | |
4805 (do-subst-default-vals): Likewise. | |
4806 | |
3233 | 4807 Wed Jan 20 12:56:02 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
4808 | |
4809 * configure.in: Don't put -O in FFLAGS for powerpc-apple-machten*. | |
4810 | |
4811 Wed Dec 9 14:02:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4812 | |
4813 * Makeconf.in (RDYNAMIC_FLAG): Substitute RDYNAMIC_FLAG here. | |
4814 * configure.in: Check for G++ compiler flag -rdynamic if setting | |
4815 up to support dynamic linking, and substitute RDYNAMIC_FLAG if | |
4816 -rdynamic is accepted. | |
4817 * aclocal.m4 (OCTAVE_CC_FLAG, OCTAVE_CXX_FLAG): Clarify usage comment. | |
4818 | |
4819 Mon Dec 7 19:49:26 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4820 | |
4821 * configure.in: Check for -lm just after compiler tests. | |
4822 Remove -lm from other macro calls. Don't check for -lm on NeXT | |
4823 systems. Eric Norum <eric@skatter.usask.ca> says /lib/libsys_s.a | |
4824 has all the routines that are traditionally in libc.a and libm.a | |
4825 on *NIX systems. NeXT also supplies a libm.a, but it seems to be | |
4826 horribly buggy. | |
4827 | |
4828 Sat Dec 5 10:48:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4829 | |
4830 * mkoctfile.in: Correctly handle -?. | |
4831 | |
3225 | 4832 Fri Dec 4 18:05:51 1998 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
4833 | |
4834 * emacs/octave-mod.el (octave-abbrev-start): Use the correct name | |
4835 of the abbrev table, and provide support for XEmacs. | |
4836 (octave-xemacs-p): New variable. | |
4837 | |
4838 Tue Nov 24 23:31:50 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4839 | |
4840 * configure.in: Check for strftime too. | |
4841 Avoid checking for termios.h on NeXT systems. | |
4842 | |
3222 | 4843 Thu Nov 19 16:07:57 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
4844 | |
4845 * aclocal.m4 (OCTAVE_CXX_PREPENDS_UNDERSCORE): New macro. | |
4846 * configure.in: Use it. | |
4847 * acconfig.h: Add #undef for it. | |
4848 | |
3219 | 4849 Thu Nov 12 10:42:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
4850 | |
4851 * emacs/otags: New script from Mario Storti | |
4852 <mstorti@minerva.unl.edu.ar>. | |
4853 * emacs/Makefile.in: Add it to the list of files to distribute and | |
4854 install. | |
4855 | |
4856 Wed Nov 11 17:26:26 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4857 | |
4858 * configure.in (AC_OUTPUT): Add libcruft/amos/Makefile. | |
4859 Delete libcruft/specfun/Makefile. | |
4860 | |
3215 | 4861 Mon Nov 9 08:53:03 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
4862 | |
4863 * Makeconf.in (LIBGLOB): Add a place for substitution to occur. | |
4864 (GLOB_INCFLAGS): Define as @GLOB_INCFLAGS@, not @DLFCN_INCFLAGS@. | |
4865 (do-subst-config-vals): Don't forget LIBGLOB. | |
4866 * octave-bug.in (LIBGLOB): Substitute here too, and add it to the | |
4867 list of configuration items to print. | |
4868 | |
3206 | 4869 Mon Nov 2 20:33:16 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
4870 | |
3215 | 4871 * configure.in: Define __NO_MATH_INLINES. |
4872 * acconfig.h: Add #undef for it. | |
4873 | |
4874 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. | |
4875 | |
3206 | 4876 * install-octave.in (SHLEXT): Substitute. |
4877 (SHLEXT_VER): Define. | |
4878 Use them for installing shared libraries. | |
4879 Use subshells to avoid having to cd back to $distdir. | |
4880 (distdir): Delete variable. | |
4881 | |
3189 | 4882 Fri Oct 2 14:23:59 1998 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
4883 | |
4884 * octave-inf.el (inferior-octave-prompt): Also match prompts of | |
4885 the form `octave.bin:1>' which come from using precopiled binary | |
4886 versions. | |
4887 | |
3180 | 4888 Thu Sep 24 13:51:03 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
4889 | |
4890 * configure.in (AC_OUTPUT): Add libcruft/ordered-qz to the list. | |
3185 | 4891 Delete libcruft/balgen and libcruft/eispack from the list. |
3180 | 4892 |
4893 Mon Aug 31 12:07:02 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4894 | |
4895 * config.sub: Accept armv4 everywhere arm is allowed. | |
4896 | |
4897 Tue Aug 18 17:02:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4898 | |
4899 * mkoctfile.in: Allow -DDEF on command line. | |
4900 | |
9501 | 4901 Thu Jun 18 20:24:40 1998 Roman Hodek <Roman.Hodek@informatik.uni-erlangen.de> |
3178 | 4902 |
4903 * configure.in (RLD_FLAG): Set correctly for Linux on all | |
9967 | 4904 architectures. From |
3178 | 4905 |
3177 | 4906 Thu May 28 10:17:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
4907 | |
4908 * configure.in: When checking for glob stuff, make sure that the | |
4909 systsem header file has all the definitions that we need. If not, | |
4910 set up to use our replacement library. | |
4911 | |
3176 | 4912 Mon May 18 11:33:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
4913 | |
4914 * mkoctfile.in: Fix typos in case statement. | |
4915 | |
4916 Fri May 15 00:34:54 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4917 | |
4918 * configure.in: Make sure install-octave is executable. | |
4919 | |
4920 * install-octave.in (oct_files): Don't cd to src. | |
4921 (have_find): Delete variable (assume all systems have find). | |
4922 | |
4923 Thu May 14 10:29:30 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4924 | |
4925 * aclocal.m4 (OCTAVE_SET_DEFAULT): Allow values to come from the | |
4926 environment. | |
4927 | |
4928 * Makefile.in (binary-dist): Don't set LDFLAGS to -static. | |
4929 Run configure with --enable-shared and --enable-lite-kernel. | |
4930 | |
4931 * octMakefile.in (DISTFILES): Include README.MachTen in the list. | |
4932 (XBINDISTFILES): Include README.MachTen in the list. | |
4933 Delete README.NLP from the list | |
4934 * README.MachTen: New file. | |
4935 | |
4936 * configure.in: Add -mno-fp-in-toc on ibm-aix4 systems. | |
4937 From Philippe.Defert@cern.ch <Philippe.Defert@cern.ch>. | |
4938 | |
4939 Tue May 5 14:43:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4940 | |
4941 * aclocal.m4 (OCTAVE_PROG_G77): Compile trivial program instead of | |
4942 just running ${f77-f77} -v on nothing. | |
4943 Convert all uses of $F77 to ${F77-f77}. | |
4944 | |
4945 Mon May 4 12:08:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4946 | |
4947 * emacs/octave-mod.el (octave-mode): Make comment-multi-line local | |
4948 and set to nil. | |
4949 | |
3174 | 4950 Tue Apr 28 14:28:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
4951 | |
4952 * aclocal.m4 (OCTAVE_FLIBS): Really do skip -lkernel32. | |
4953 | |
4954 Thu Apr 23 23:26:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4955 | |
4956 * kpathsea: Update to version 3.2. | |
4957 | |
4958 Mon Apr 20 21:58:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4959 | |
4960 * configure.in (dlfcn.h): Add check. | |
4961 | |
3168 | 4962 Sat Apr 18 20:15:37 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
4963 | |
4964 * configure.in (USE_GNU_INFO): Delete everything related to this. | |
4965 * acconfig.h (USE_GNU_INFO): Delete undef. | |
4966 | |
3164 | 4967 Tue Apr 14 15:33:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
4968 | |
4969 * install-octave.in: Improve error messages if version number or | |
4970 host architecture can't be found. | |
4971 | |
4972 * install-octave.in: Don't install info reader. | |
4973 | |
3162 | 4974 Fri Mar 27 02:54:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
4975 | |
4976 * aclocal.m4 (OCTAVE_F2C_F77_COMPAT): Use a Fortran subroutine | |
4977 instead of a function. | |
4978 | |
4979 Tue Mar 10 17:28:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4980 | |
4981 * configure.in (RLD_FLAG): Use $(octlibdir), not $(libdir). | |
4982 | |
3160 | 4983 Mon Mar 2 00:02:26 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
4984 | |
3162 | 4985 * install-octave.in: Explicitly set permissions on ls-R files. |
4986 | |
3161 | 4987 * configure.in: Don't disable GNU Info on cygwin32 systems. |
4988 | |
3160 | 4989 * install-octave.in: New file. |
4990 * configure.in: Create install-octave. | |
4991 * octMakefile.in (distclean, maintainer-clean): Delete install-octave. | |
4992 (DISTFILES): Distribute install-octave.in, not install-octave. | |
4993 | |
4994 Sun Mar 1 23:15:04 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4995 | |
4996 * configure.in: Fix typo in test for glob and fnmatch headers. | |
4997 | |
4998 Fri Feb 27 15:43:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
4999 | |
5000 * configure.in: Fix support for dlopen on SCO systems. | |
5001 | |
5002 Mon Feb 23 13:06:11 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5003 | |
5004 * configure.in (ieee_fp_flag): Use -mieee-with-inexact on Alphas. | |
5005 Use octave_cv_f77_is_g77, not just f77_is_g77. | |
5006 | |
3156 | 5007 Fri Feb 20 00:38:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
5008 | |
5009 * configure.in, Makeconf.in: Try to set things up to use the | |
5010 system glob and fnmatch headers and functions if they exist. | |
5011 Better handling of include and lib flags. | |
5012 | |
5013 Thu Feb 19 01:21:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5014 | |
5015 * configure.in: Don't check for gamma or lgamma | |
5016 * acconfig.h: Delete undef for HAVE_GAMMA and HAVE_LGAMMA. | |
5017 | |
5018 Wed Feb 18 15:05:54 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5019 | |
5020 * configure.in: Don't check for vfork. | |
5021 | |
3152 | 5022 Wed Feb 11 19:41:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
5023 | |
5024 * Makeconf.in (mk-libdir-link): Don't create link if a directory | |
5025 named $(libdir)/octave already exists. | |
5026 | |
5027 Mon Feb 9 14:47:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5028 | |
5029 * octMakefile.in (INSTALL_SUBDIRS): Delete @INFO_DIR@. | |
5030 | |
3147 | 5031 Thu Feb 5 03:04:09 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
5032 | |
5033 * configure.in: Check for vfork. | |
5034 | |
5035 * config.h.bot (X_CAST): New macro. | |
5036 | |
3143 | 5037 Wed Feb 4 01:42:50 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
5038 | |
5039 * aclocal.m4 (OCTAVE_FLIBS): If ld_run_path is not absolute, kill it. | |
5040 | |
3141 | 5041 Tue Feb 3 00:24:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
5042 | |
5043 * Makeconf.in (do-subst-vals): Substitute $(libexecdir) too. | |
5044 | |
5045 Mon Feb 2 22:42:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5046 | |
5047 * configure.in: Define octlibdir. | |
5048 * Makeconf.in: Substitute value. | |
5049 (do-subst-config-vals): Set LIBDIR to $(octlibdir). | |
5050 (do-subst-default-vals): Substitute OCTLIBDIR too. | |
5051 | |
3136 | 5052 Sat Jan 31 19:29:56 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
5053 | |
5054 * acconfig.h: Add #undefs for HAVE_GAMMA and HAVE_LGAMMA to avoid | |
5055 bug in autoconf, but #if 0 them out to avoid warning messages | |
5056 about redefining them. | |
5057 | |
3131 | 5058 Mon Jan 26 13:26:09 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
5059 | |
5060 * Makeconf.in (do-subst-config-vals): Substitute XTRA_CFLAGS and | |
5061 XTRA_CXXFLAGS. | |
5062 * mkoctfile.in: Substitute XTRA_CFLAGS and XTRA_CXXFLAGS, not | |
5063 GCC_IEEE_FP_FLAG, HOST_CXXFLAGS, and NO_IMPLICIT_TEMPLATES. | |
5064 (ALL_CFLAGS): Use XTRA_CFLAGS, not GCC_IEEE_FP_FLAG here. | |
5065 (ALL_CXXFLAGS): Use XTRA_CXXFLAGS, not GCC_IEEE_FP_FLAG, | |
5066 HOST_CXXFLAGS, and NO_IMPLICIT_TEMPLATES here. | |
5067 | |
3130 | 5068 Sun Jan 25 01:59:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
5069 | |
3131 | 5070 * configure.in: (GXX_PICKY_FLAGS): Add -Weffc++. |
5071 Use OCTAVE_CC_FLAG and OCTAVE_CXX_FLAG to add -Wall and for adding | |
5072 picky flags in AC_ARG_ENABLE(picky-flags ...) macro. | |
5073 | |
3130 | 5074 * aclocal.m4 (OCTAVE_F2C_F77_COMPAT): Require OCTAVE_PROG_G77. |
5075 Handle cross compiling with g77. | |
5076 (OCTAVE_REINSTALL_SIGHANDLERS): Provide defaults for cross compiling. | |
5077 | |
5078 * aclocal.m4 (OCTAVE_PROG_AR, OCTAVE_PROG_G77, OCTAVE_PROG_PAGER, | |
5079 OCTAVE_PROG_GNUPLOT, OCTAVE_PROG_RUNTEST, OCTAVE_F77_MAIN_FLAG): | |
5080 New macros. | |
5081 * configure.in: Use them in place of in-line code. | |
9967 | 5082 |
3130 | 5083 Sat Jan 24 00:33:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
5084 | |
5085 * aclocal.m4 (OCTAVE_HOST_TYPE): Don't set target_host_type. | |
5086 * configure.in: Use canonical_host_type in place of target_host_type. | |
5087 | |
5088 Fri Jan 23 02:47:57 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5089 | |
5090 * configure.in: Also check for -fno-rtti. | |
5091 | |
3126 | 5092 Thu Jan 15 23:12:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
5093 | |
3128 | 5094 * config.guess, config.sub: Update to new version from the FSF. |
3127 | 5095 * configure.in: Match alpha*-... instead of just alpha-... to cope |
5096 with new strings like alphaev56-dec-osf4.0b returned from | |
5097 config.guess. | |
5098 | |
3126 | 5099 * aclocal.m4 (OCTAVE_CC_FLAG, OCTAVE_CXX_FLAG): New macros. |
5100 * configure.in: Use them to find out if the C and C++ compilers | |
5101 support -mieee-fp, -mieee, -fno-implicit-templates, and | |
5102 -fno-exceptions instead of relying on version information. Add | |
5103 found flags to XTRA_CFLAGS and XTRA_CXXFLAGS instead of using | |
5104 GCC_IEEE_FP_FLAG and NO_IMPLICIT_TEMPLATES. | |
5105 Delete unused variable HOST_CXXFLAGS. | |
5106 * Makeconf.in: Use XTRA_CFLAGS and XTRA_CXXFLAGS instead of | |
5107 GCC_IEEE_FP_FLAG and NO_IMPLICIT_TEMPLATES. | |
5108 Delete unused variable HOST_CXXFLAGS. | |
5109 | |
3124 | 5110 Thu Dec 11 09:43:56 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5111 | |
3126 | 5112 * config.h.bot: Define CONST_CAST and STATIC_CAST too. |
3124 | 5113 |
5114 * configure.in (SH_LD): Set default to $CXX, not $CC. | |
5115 | |
5116 Mon Dec 1 00:49:56 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5117 | |
5118 * configure.in (AC_OUTPUT): Add libcruft/slatec-err/Makefile. | |
5119 | |
5120 Sun Nov 30 18:19:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5121 | |
5122 * configure.in: Check for gamma and lgamma too. | |
5123 | |
3115 | 5124 Fri Nov 28 23:21:17 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5125 | |
5126 * configure.in (AC_OUTPUT): Include libcruft/specfun/Makefile. | |
5127 | |
5128 Fri Nov 28 13:32:26 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | |
5129 | |
5130 * octave-inf.el (inferior-octave-directory-tracker): Anchor | |
5131 regexp match to beginning of command string. | |
5132 | |
3111 | 5133 Wed Nov 26 00:38:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5134 | |
5135 * configure.in (SPECIAL_MATH_LIB): If libdxml exists on DU | |
5136 systems, define SPECIAL_MATH_LIB. | |
5137 * Makeconf.in (SPECIAL_MATH_LIB): Substitute it. | |
5138 | |
3107 | 5139 Wed Nov 19 01:54:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5140 | |
5141 * aclocal.m4 (OCTAVE_CXX_NEW_FRIEND_TEMPLATE_DECL): Don't forget | |
5142 to call AC_LANG_RESTORE. | |
5143 | |
5144 * configure.in (CXX_VERSION): Require 2.7.2 or later. | |
5145 | |
5146 Wed Nov 19 01:38:58 1997 Mumit Khan <khan@dhaka.xraylith.wisc.edu> | |
5147 | |
5148 * aclocal.m4 (OCTAVE_CXX_NEW_FRIEND_TEMPLATE_DECL): New macro | |
5149 check for new friend template declaration syntax (guiding | |
5150 declarations in DWP). | |
5151 * configure.in: Use it. | |
5152 * config.h.in: Add undef for CXX_NEW_FRIEND_TEMPLATE_DECL. | |
5153 | |
5154 * configure.in (CC_VERSION, CXX_VERISON): Check for egcs snapshots. | |
5155 | |
3105 | 5156 Mon Oct 20 01:31:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5157 | |
5158 * configure.in: Reprint important warning messages at the end of | |
5159 the run. | |
5160 | |
3093 | 5161 Fri Oct 17 04:43:27 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5162 | |
5163 * Include the following change from RMS for octave-mode.el: | |
5164 | |
5165 1997-04-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
5166 | |
5167 * octave-mod.el (inferior-octave-output-list): Declare here | |
9967 | 5168 to avoid compiler warnings. |
5169 (inferior-octave-output-string): Likewise. | |
5170 (inferior-octave-receive-in-progress): Likewise. | |
3093 | 5171 |
3092 | 5172 Tue Oct 14 10:48:28 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
5173 | |
5174 * emacs/octave-mod.el (octave-block-match-alist): Move | |
5175 `otherwise' to right after `case' to have octave-close-block() | |
5176 correctly close a `switch' block by `endswitch'. | |
5177 | |
3088 | 5178 Thu Oct 2 01:37:15 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5179 | |
3089 | 5180 * aclocal.m4 (OCTAVE_FLIBS): Ignore -lc and -lgcc. |
5181 From "Ram'on Garc'ia Fern'andez" <ramon@juguete.quim.ucm.es> | |
5182 | |
3088 | 5183 * mkoctfile.in: Handle -IDIR option. |
5184 | |
3087 | 5185 Thu Sep 25 11:47:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5186 | |
5187 * mkoctfile.in: Really add link options to link command. | |
5188 Also handle -LDIR options. | |
5189 | |
3085 | 5190 Fri Sep 19 09:35:59 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
5191 | |
5192 * octave-inf.el (inferior-octave-startup-args): Set to '("-i") to | |
5193 force interactive behavior. | |
5194 | |
5195 Wed Sep 10 15:31:03 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | |
5196 | |
5197 * emacs/octave-mod.el (octave-auto-indent): New variable. | |
5198 (octave-electric-semi, octave-electric-space): Use it. | |
5199 | |
5200 * emacs/octave-mod.el (octave-maybe-insert-continuation-string): New | |
5201 function. | |
5202 (octave-auto-fill): No longer calls do-auto-fill. Should now | |
5203 avoid breaking lines after comment starts or before code line | |
5204 continuation expressions. | |
5205 (octave-fill-paragraph): Move forward a line if octave-auto-fill | |
5206 gave up. | |
5207 | |
5208 * emacs/octave-mod.el (octave-before-magic-comment-p): New function. | |
5209 (octave-comment-indent): Handle magic comments correctly. | |
5210 (calculate-octave-indent): Handle magic comments correctly. | |
5211 | |
5212 * emacs/octave-inf.el (inferior-octave-prompt): Include the `debug' | |
5213 prompt issued by the Octave `keyboard' command. | |
5214 | |
5215 * emacs/octave-mod.el (octave-abbrev-table): Added abbrevs for switch, | |
5216 case, otherwise, and endswitch. | |
5217 (octave-begin-keywords): Added switch. | |
5218 (octave-else-keywords): Added case and otherwise. | |
5219 (octave-end-keywords): Added endswitch. | |
5220 (octave-block-match-alist): Added an entry for switch syntax. | |
5221 (calculate-octave-indent): Added support for switch syntax. | |
5222 (octave-block-end-offset): New function. | |
5223 (octave-comment-indent): Fix a typo. | |
5224 | |
5225 * emacs/octave-hlp.el: Provide octave-hlp. | |
5226 | |
5227 * emacs/octave-inf.el: Provide octave-inf. | |
5228 | |
5229 Sun Sep 7 23:16:33 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5230 | |
5231 * configure.in Don't use OCTAVE_SET_DEFAULT to set values for | |
5232 bindir, datadir, exec_prefix, includedir, infodir, libdir, | |
5233 libexecdir, mandir. | |
5234 Don't use AC_PREFIX_DEFAULT, since we don't want to override the | |
5235 default setting anyway. | |
5236 | |
3082 | 5237 Tue Aug 26 13:30:36 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5238 | |
5239 * octave-bug.in: CC bug report to user if $USER or $LOGNAME is set. | |
5240 | |
5241 Mon Aug 25 11:06:54 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5242 | |
5243 * octave-bug.in: Avoid clobbering existing dead bug report files | |
5244 by numbering them. | |
5245 | |
3081 | 5246 Wed Aug 13 20:34:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5247 | |
5248 * emacs/octave-mod.el (octave-before-magic-comment-p): New function. | |
5249 (calculate-octave-indent, octave-comment-indent): Use it. | |
5250 | |
3079 | 5251 Sun Aug 3 15:33:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5252 | |
5253 * info: Delete subdirectory. | |
5254 * Makefile.in (TARGETS, help): Delete info. | |
5255 * octMakefile.in (DISTSUBDIRS, BINDISTSUBDIRS): Delete info | |
5256 (binary-dist): Don't strip info/info. | |
5257 * install-octave: Don't install info. | |
5258 * configure.in: Don't run configure in info subdirectory. | |
5259 | |
5260 Fri Jul 25 14:05:15 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5261 | |
5262 * aclocal.m4 (OCTAVE_FLIBS): Avoid adding -lcrt0.o to FLIBS. | |
5263 | |
3074 | 5264 Thu Jul 17 13:31:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5265 | |
5266 * aclocal.m4 (OCTAVE_FLIBS): Only accept an ld_run_path that is | |
5267 absolute. | |
5268 | |
3069 | 5269 Wed Jul 9 19:27:38 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5270 | |
5271 * configure.in: Also check for getwd. | |
5272 | |
5273 Tue Jul 8 17:47:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5274 | |
5275 * aclocal.m4 (OCTAVE_FLIBS): Avoid grabbing an argument starting | |
5276 with a - as an option for another argument. | |
5277 | |
5278 Wed Jul 2 21:34:15 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5279 | |
5280 * emacs/octave-mod.el (octave-auto-indent): New variable. | |
5281 (octave-electric-semi, octave-electric-space): Use it. | |
5282 | |
3065 | 5283 Thu Jun 26 22:16:59 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5284 | |
5285 * configure.in: Only set GCC_IEEE_FP_FLAG to -mieee-fp on Intel | |
5286 systems if it seems to work. | |
5287 | |
3060 | 5288 Mon Jun 23 09:16:56 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5289 | |
5290 * configure.in (BOUNDS_CHECKING): Fix comment, allow bounds | |
5291 checking to be enabled. | |
5292 | |
3059 | 5293 Fri Jun 20 14:26:17 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5294 | |
5295 * configure.in: Define SH_LD, SH_LDFLAGS, and RLD_FLAG for | |
5296 sparc-sun-sunos4*. | |
5297 | |
5298 * mkoctfile.in: Handle --strip. | |
5299 | |
3053 | 5300 Sun Jun 15 16:24:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5301 | |
5302 * octMakefile.in (DISTSUBDIRS): Delete readline. | |
5303 (BINDISTSUBDIRS): Delete readline and kpathsea. | |
5304 (DISTDIRS): Add readline. | |
5305 | |
3051 | 5306 Wed Jun 11 16:28:36 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5307 | |
5308 * mkoctfile.in: Allow more options, support for C and Fortran | |
5309 source, existing object files, etc. Based on patch from Guido | |
5310 Dietz <guido@aia009.aia.RWTH-Aachen.De>. | |
5311 | |
3041 | 5312 Fri Jun 6 15:20:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5313 | |
3049 | 5314 * mkoctfile.in: Use eval to invoke compilation and linking |
5315 commands. | |
5316 | |
3044 | 5317 * octMakefile.in (dist, binary-dist): Don't worry about npsol or qpsol. |
5318 * configure.in: Don't create libcruft/fsqp/Makefile, | |
5319 libcruft/npsol/Makefile, or libcruft/qpsol/Makefile. | |
5320 | |
5321 * octMakefile.in (DISTFILES): Don't distribute MAKEINFO.PATCH. | |
5322 | |
5323 * octMakefile.in (DISTFILES): Don't distribute README.NLP. | |
5324 * configure.in: Delete checks for FSQP, NPSOL, and QPSOL. | |
5325 * acconfig.h: Delete undefs for FSQP, NPSOL, and QPSOL. | |
5326 | |
3041 | 5327 * readline: Update to new version (2.1). |
5328 | |
3029 | 5329 Thu Jun 5 01:38:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5330 | |
3036 | 5331 * configure.in (SONAME_FLAGS): Define for some systems. |
5332 * Makeconf.in: Substitute value here. | |
5333 | |
3034 | 5334 * Makeconf.in (STATIC_LIBS): New variable. |
5335 * configure.in: Handle --enable-static. | |
5336 | |
3029 | 5337 * Makeconf.in (LIBEXT, SHLEXT_VER): New macros. |
5338 (octlibdir, mk-libdir-link): Delete. | |
5339 | |
3024 | 5340 Wed Jun 4 00:07:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5341 | |
3025 | 5342 * Makeconf.in (mk-includedir-link, mk-libdir-link): Make them work. |
5343 | |
3024 | 5344 * configure.in (OCTAVE_PROGRAM_INVOCATION_NAME): Delete check. |
5345 * aclocal.m4 (OCTAVE_PROGRAM_INVOCATION_NAME): Delete macro. | |
5346 | |
3012 | 5347 Mon Jun 2 13:56:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5348 | |
5349 * configure.in: Move checks for RANLIB, AR, and ARFLAGS before | |
5350 checks for libf2c. | |
5351 | |
3008 | 5352 Fri May 30 14:59:59 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5353 | |
5354 * configure.in: Fix typo in check for $with_f77. | |
5355 | |
3004 | 5356 Thu May 22 16:48:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5357 | |
5358 * configure.in (AC_OUTPUT): Remove duplicate entry for emacs/Makefile. | |
5359 | |
5360 * octMakefile.in (INSTALL_SUBDIRS): New macro. | |
5361 (install): Use it. | |
5362 | |
5363 * kpathsea: Update to new version (3.0). | |
5364 | |
5365 * readline: Update to new version (2.1-beta2). | |
5366 | |
2993 | 5367 Wed May 21 16:33:33 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5368 | |
5369 * octMakefile.in (install, install-strip): Append version | |
5370 information to octave-bug and mkoctfile. | |
3004 | 5371 (install, install-strip): Remove octave-bug and mkoctfile first. |
5372 Ensure link is made in include directory. | |
2993 | 5373 |
5374 * configure.in (octlibdir): New variable. | |
9967 | 5375 * Makeconf.in: Substitute it here. |
2993 | 5376 (do-subst-config-vals): Add -I${octincludedir} to INCFLAGS. |
5377 Add -L${octlibdir} to LIBFLAGS. | |
5378 | |
5379 * Makeconf.in (mk-includedir-link, mk-libdir-link): New macros. | |
5380 | |
2930 | 5381 Mon May 5 00:58:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5382 | |
5383 * configure.in: Make --enable-readline work again. | |
5384 * Makeconf.in: Ditto. | |
5385 | |
2862 | 5386 Tue Apr 8 12:38:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5387 | |
5388 * mkoctfile.in: Do substitute SH_LD and SH_LDFLAGS. Don't | |
5389 substitute or use LIBFLAGS, RLD_FLAG, OCTAVE_LIBS, FLIBS, LEXLIB, | |
5390 TERMLIBS, LIBS, LDFLAGS, LIBPLPLOT, or LIBDLFCN. Use $SH_LD and | |
5391 $SH_LDFLAGS, not $CXX -shared. | |
5392 | |
5393 * Makeconf.in (do-subst-config-vals): Also substitute SH_LD and | |
5394 SH_LDFLAGS. | |
5395 | |
2854 | 5396 Fri Mar 28 16:53:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5397 | |
2855 | 5398 * configure.in: Don't add -fpe1 to FFLAGS on Alpha OSF/1 systems |
5399 unless we are also using a version of gcc that appears to support | |
5400 IEEE floating point. | |
5401 | |
2854 | 5402 * aclocal.m4 (OCTAVE_FLIBS): Require OCTAVE_HOST_TYPE. |
5403 Skip -lkernel32 on cygwin32 systems. | |
5404 | |
2845 | 5405 Wed Mar 26 17:04:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5406 | |
5407 * COPYING: Update to latest version that includes correct address | |
5408 for the FSF. | |
5409 | |
2831 | 5410 Tue Mar 25 21:46:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5411 | |
5412 * aclocal.m4 (OCTAVE_CXXLIBS): Delete macro definition. | |
5413 * configure.in, mkoctfile.in, Makeconf.in, octave-bug.in: | |
5414 Delete use of OCTAVE_CXXIBS. | |
5415 | |
2812 | 5416 Thu Mar 13 11:44:46 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5417 | |
2813 | 5418 * configure.in: Move extra checks for Fortran compiler above |
5419 checks for dynamic linking and shared library stuff. | |
5420 Handle --with-f77. Check for Fortran compiler compatibility, even | |
5421 if using g77. Handle --enable-picky-flags. | |
5422 | |
5423 * configure.in: Don't set special PIC options on SGI systems, | |
5424 since PIC is apparently the default. | |
5425 | |
5426 * aclocal.m4 (OCTAVE_CHECK_EXCLUSIVE_WITH_OPTIONS, | |
5427 OCTAVE_HOST_TYPE, OCTAVE_SET_DEFAULT): New macros. | |
5428 * configure.in: Use them. | |
5429 | |
2812 | 5430 * octMakefile.in (distclean): Don't remove configure, config.h.in, |
5431 BUGS, or INSTALL.OCTAVE. | |
5432 | |
2811 | 5433 Wed Mar 12 16:56:56 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5434 | |
5435 * Makefile.in (install-strip): Don't try to set INSTALL_PROGRAM here. | |
5436 | |
5437 * emacs/Makefile.in (install-strip): New target. | |
5438 * dlfcn/Makefile.in: Ditto. | |
5439 * examples/Makefile.in: Ditto. | |
5440 | |
2800 | 5441 Sun Mar 9 03:44:33 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5442 | |
5443 * config.h.bot (STATIC_CAST): Delete definition. | |
5444 | |
9501 | 5445 Thu Mar 6 03:26:41 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2793 | 5446 |
2794 | 5447 * emacs/octave-hlp.el: Provide octave-hlp. |
5448 * emacs/octave-inf.el: Provide octave-inf. | |
2793 | 5449 |
2794 | 5450 * examples/info-emacs-octave-help: Require octave-hlp instead of |
5451 loading it. | |
2793 | 5452 |
9501 | 5453 Tue Mar 4 12:19:24 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2788 | 5454 |
2794 | 5455 * emacs/octave-mod.el: Properly indent switch statement. |
2788 | 5456 |
2787 | 5457 Mon Mar 3 15:44:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5458 | |
5459 * dlfcn/Makefile.in (DISTFILES): Add ftp-site. | |
5460 | |
2779 | 5461 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775 | 5462 |
2783 | 5463 * configure.in: Improve checks for gettimeofday. |
5464 | |
2775 | 5465 * Version 2.0.5 released. |
5466 | |
2779 | 5467 Sat Mar 1 01:34:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5468 | |
2783 | 5469 * octMakefile.in (dist): Also delete CVS junk |
5470 | |
2775 | 5471 * config.h.bot: Unconditionally define WITH_KPATHSEARCH. |
5472 | |
2762 | 5473 Fri Feb 28 01:56:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5474 | |
2775 | 5475 * emacs/octave-mod.el (octave-end-keywords): Add endswitch. |
5476 (octave-end-keywords): Add otherwise and case. | |
5477 (octave-else-keywords): Add switch. | |
5478 (octave-abbrev-table): Add abbrevs for all of them. | |
5479 | |
2762 | 5480 * configure.in (f77_rules_frag): Set default value to /dev/null |
5481 and redfine as needed. | |
5482 (bsd_gcc_kluge_targets_frag): Likewise. | |
5483 | |
2749 | 5484 Wed Feb 26 12:17:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5485 | |
5486 * octMakefile.in (maintainer-clean): Delete some more stuff. | |
5487 | |
2715 | 5488 Fri Feb 21 20:38:25 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5489 | |
5490 * Makeconf.in (do-subst-config-vals): Remove extra -L from | |
5491 RLD_FLAG substitution. | |
5492 | |
2709 | 5493 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5494 | |
5495 * Version 2.0.4 released. | |
2707 | 5496 |
5497 * configure.in (SH_LDFLAGS): Add -fPIC for HP-UX. | |
5498 | |
2693 | 5499 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2689 | 5500 |
2702 | 5501 * configure.in (SH_LDFLAGS): Fix typo in last change. |
5502 (RLD_FLAG): Don't forget to put -shared in SH_LDFLAGS for alpha | |
5503 systems. | |
5504 | |
2690 | 5505 * Version 2.0.3 released. |
5506 | |
2693 | 5507 Tue Feb 18 00:33:36 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5508 | |
2690 | 5509 * octMakefile.in (binary-dist): Strip src/octave and info/info. |
5510 | |
2689 | 5511 * examples/oregonator.m, examples/oregonator.cc: New files. |
5512 * examples/Makefile.in (SOURCES): Add them to the list. | |
5513 | |
2682 | 5514 Fri Feb 14 14:07:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5515 | |
2686 | 5516 * install-octave: Don't fail if LIBRARIES file is missing. |
5517 Don't try to install .oct files if there aren't any. | |
5518 | |
2682 | 5519 * octMakefile.in (bin-dist-type): Delete target. |
5520 (binary-dist): Don't depend on bin-dist-type. | |
5521 Don't delete config.status or config.h here. | |
5522 (BINDISTFILES): Include config.status and config.h here. | |
2684 | 5523 (dist): Don't delete Makefile here. |
2685 | 5524 (binary-dist): Avoid empty chmod command. |
2682 | 5525 |
5526 * Makefile.in (config-check): New target. | |
5527 (all): Depend on config-check. | |
5528 (static-binary-distribution, dynamic-binary-distribution): Delete. | |
5529 (binary-distribution): If in source directory, run configure and | |
5530 make with appropriate args. | |
5531 | |
5532 * octMakefile.in (maintainer-clean, distclean): Don't delete Makefile. | |
5533 (CONF_DISTFILES): Distribute Makefile too. | |
5534 | |
2674 | 5535 Thu Feb 13 16:25:09 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5536 | |
2676 | 5537 * configure.in (SH_LD, SH_LDFLAGS): New variables. |
5538 * Makeconf.in: Substitute them. | |
5539 | |
5540 * configure.in (SH_LIBS, SH_FLIBS, SH_TERMLIBS): Delete. | |
5541 | |
5542 * Makeconf.in (SH_LIBS, SH_FLIBS, SH_TERMLIBS): Delete. | |
5543 | |
2674 | 5544 * octave-bug.in: Reinstate RLD_FLAG. |
5545 * mkoctfile.in: Likewise. | |
5546 * Makeconf.in: Likewise. | |
5547 | |
5548 * configure.in: Reinstate RLD_FLAG, but make it optional. | |
5549 | |
2662 | 5550 Tue Feb 4 14:10:35 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5551 | |
5552 * octMakefile.in (binary-dist): Use find and xargs instead of | |
2666 | 5553 requiring chmod to support X. |
2662 | 5554 |
2661 | 5555 Mon Feb 3 23:51:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5556 | |
5557 * examples/info-emacs-octave-help: Update from Kurt Hornik. | |
5558 | |
5559 Fri Jan 31 20:41:15 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5560 | |
5561 * dlfcn/Makefile.in (all): Make libdlfcn.a, not dlfcn.a. | |
5562 | |
2642 | 5563 Wed Jan 29 00:18:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5564 | |
2647 | 5565 * Makeconf.in: Use -M instead of -MM to generate dependencies. |
5566 Don't strip $(srcdir) from output. | |
5567 | |
2645 | 5568 * examples/Makefile.in (install): Install info-emacs-info and |
5569 info-emacs-octave-help in $(archlibdir). | |
5570 | |
2642 | 5571 * configure.in (INSTALL_SCRIPT): Substitute this in Makefiles. |
5572 * octMakefile.in (INSTALL_SCRIPT): New macro. | |
5573 (install): Use it. | |
5574 * Makefile.in (install-strip): New target. | |
5575 | |
2638 | 5576 Tue Jan 28 09:48:32 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5577 | |
2642 | 5578 * aclocal.m4 (OCTAVE_FLIBS): Don't look for values-X*.o. This is |
5579 apparently added automatically now by gcc. Don't put space | |
5580 between -L and directory name. | |
5581 | |
2640 | 5582 * Makefile.in (help): New target. |
5583 (header-msg): extract from all. | |
5584 (all, help): Depend on header-msg. | |
5585 | |
2638 | 5586 * aclocal.m4 (ld_run_path): Fix typo in last fix. |
5587 | |
2629 | 5588 Mon Jan 27 00:10:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5589 | |
2634 | 5590 * Version 2.0.2 released. |
5591 | |
2630 | 5592 * configure.in: Add check for usleep(). |
2633 | 5593 (bsd_gcc_kluge_targets_frag): New fragment. |
5594 | |
2629 | 5595 * Makefile.in: Delete `internal' targets. |
5596 (static-binary-dist, dynamic-binary-dist): Special cases. | |
5597 | |
5598 * octMakefile.in (static-binary-dist, dynamic-binary-dist): | |
5599 New targets. | |
5600 (binary-dist, bin-dist): Delete. | |
5601 | |
2626 | 5602 Sun Jan 26 19:39:51 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5603 | |
5604 * emacs/Makefile.in: New file. | |
5605 * configure.in: create emacs/Makefile. | |
5606 * octMakefile.in: Move/add emacs dir to the appropriate lists. | |
5607 | |
2624 | 5608 Sat Jan 25 22:27:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5609 | |
2626 | 5610 * aclocal.m4 (OCTAVE_CHECK_TYPE): New macro, stolen from bash. |
5611 * configure.in: Use it. | |
5612 * acconfig.h: Add #undef for sigset_t. | |
5613 | |
2625 | 5614 * configure.in (RLD_FLAG): Delete. |
5615 * mkoctfile.in (RLD_FLAG): Delete. | |
5616 * octave-bug.in (RLD_FLAG): Delete. | |
5617 * Makeconf.in (RLD_FLAG): Delete. | |
5618 | |
2624 | 5619 * Makefile.in (bin-dist): New target. |
5620 | |
5621 * install-octave: Rename from doinstall.sh. Update for 2.x. | |
5622 | |
2621 | 5623 Wed Jan 22 11:14:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5624 | |
5625 * aclocal.m4 (ld_run_path): Anchor search at beginning of line to | |
5626 avoid GNU sed bug on HP-UX systems. Use just one sed command. | |
5627 | |
5628 * emacs/octave-hlp.el, emacs/octave-inf.el, emacs/octave-mod.el: | |
5629 New files from Kurt Hornik. | |
5630 * emacs/octave.el: Delete. | |
5631 | |
2610 | 5632 Mon Jan 20 11:16:21 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5633 | |
2613 | 5634 * mkoctfile.in (ALL_CXXFLAGS): Delete reference to -lg++. |
5635 | |
2610 | 5636 * configure.in (RLD_FLAG): For sparc-sun-sunos4*, remove space |
5637 between -L and $(libdir). | |
2613 | 5638 (FPICFLAG): If using g77, set it to -fPIC. |
2610 | 5639 |
5640 Sun Jan 19 15:57:20 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5641 | |
5642 * Makeconf.in, configure.in: Delete FUGLY. | |
5643 | |
2605 | 5644 Wed Jan 8 23:12:02 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5645 | |
5646 * configure.in (DEFAULT_PAGER): On cygwin32 systems, also look for | |
5647 more.com. | |
5648 | |
2602 | 5649 Tue Jan 7 00:16:35 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
5650 | |
5651 * Version 2.0.1 released. | |
5652 | |
2600 | 5653 Thu Dec 19 16:18:59 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5654 | |
5655 * aclocal.m4 (OCTAVE_FLIBS): Only add -Xlinker args if compiler is | |
5656 gcc. | |
5657 | |
2593 | 5658 Sat Dec 14 09:46:50 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5659 | |
5660 * README.Linux: New file. | |
5661 * octMakefile.in: Distribute it. | |
5662 | |
2592 | 5663 Fri Dec 13 22:37:49 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5664 | |
5665 * configure.in (TERMLIBS): Look for termcap and terminfo after | |
5666 ncurses and curses. | |
5667 | |
2588 | 5668 Thu Dec 12 02:27:08 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5669 | |
2592 | 5670 * Makeconf.in (ALL_LDFLAGS): Add CPICFLAG here since gcc needs it |
5671 on some systems. | |
5672 | |
5673 * configure.in (FPICFLAGS): Set to -fPIC if using g77 on HP/UX. | |
5674 | |
2588 | 5675 * Makefile.in, octMakefile.in: Delete all doc-dist, local-dist, |
5676 and split-dist targets. Likewise for all other Makefiles in the | |
5677 subdirectories. | |
5678 | |
5679 * README.Windows: Renamed from README.WINDOWS. | |
5680 | |
2583 | 5681 Tue Dec 10 01:33:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5682 | |
5683 * Version 2.0 released. | |
5684 | |
5685 * octMakefile.in (binary-dist): Print message instead of making a | |
5686 binary distribution. | |
5687 | |
2575 | 5688 Mon Dec 9 11:28:27 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5689 | |
2578 | 5690 * README.WINDOWS: New file. |
5691 * octMakefile.in: Distribute it. | |
5692 | |
2577 | 5693 * configure.in: Substitute EXE. On cygwin32 systems, set it to .exe. |
5694 * Makeconf.in (EXE): Add definition. | |
5695 | |
5696 * configure.in: On cygwin32 systems, set default to disable GNU info. | |
5697 | |
2575 | 5698 * aclocal.m4 (OCTAVE_STRING_NPOS): New macro. |
5699 * configure.in: Call it. | |
2577 | 5700 |
2575 | 5701 * acconfig.h: Add undef for NPOS. |
5702 * config.h.bot: Remove kluge for deciding whether to define NPOS. | |
5703 | |
2562 | 5704 Thu Dec 5 11:05:02 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5705 | |
2567 | 5706 * config.sub: Update to current version from FSF. |
5707 | |
2566 | 5708 * Makeconf.in (ALL_LDFLAGS): Add $(FORTRAN_MAIN_FLAG). |
5709 * configure.in (FORTRAN_MAIN_FLAG): Substitute it. | |
5710 | |
2564 | 5711 * octave-bug.in: Prompt for abort, edit, list, or send. |
5712 Get subject from message in case it has been edited. | |
5713 | |
2562 | 5714 * configure.in: When looking for libf2c, provide definitions for |
2566 | 5715 MAIN_ and MAIN__. |
2562 | 5716 |
2560 | 5717 Tue Dec 3 11:35:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5718 | |
5719 * config.guess: Delete second copy of script in file. | |
5720 | |
2558 | 5721 Sun Nov 24 21:40:25 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5722 | |
5723 * configure.in: Set GCC_IEEE_FP_FLAG to -mieee-fp on all x86 | |
5724 systems, not just those running Linux. | |
5725 | |
5726 Fri Nov 22 15:10:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5727 | |
5728 * emacs/octave.el: Update from Kurt Hornik to with fixes for | |
5729 fill-paragraph. | |
5730 | |
2548 | 5731 Wed Nov 20 00:33:03 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5732 | |
2554 | 5733 * Version 1.93. |
5734 | |
2548 | 5735 * aclocal.m4 (OCTAVE_STRUCT_GR_PASSWD): New macro. |
5736 * configure.in: Use it. | |
5737 * acconfig.h (HAVE_GR_PASSWD): Add undef. | |
5738 | |
2546 | 5739 Tue Nov 19 23:10:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5740 | |
5741 * Makeconf.in (INCFLAGS): Add libcruft/misc directory. | |
5742 | |
2512 | 5743 Thu Nov 14 00:07:31 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5744 | |
2520 | 5745 * emacs/octave.el (octave-text-functions): Change set and show to |
5746 gset and gshow. | |
5747 | |
2518 | 5748 * Makeconf.in (TEXI2DVI): Define to be our own private version. |
5749 | |
5750 * texi2dvi: New file. | |
5751 * octMakefile.in (DISTFILES): Add it to the list. | |
5752 | |
2515 | 5753 * configure.in: Don't substitute values in src/mk-oct-links.in. |
5754 | |
2513 | 5755 * emacs/octave.el: Update to version 0.8.6, from Kurt Hornik. |
5756 | |
2512 | 5757 * configure.in (RLD_FLAG): Surround case pattern in changequote. |
5758 | |
5759 * Version 1.92. | |
5760 | |
2508 | 5761 Wed Nov 13 11:04:26 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5762 | |
2512 | 5763 * configure.in: Don't set or substitute LIBINFO. |
5764 (infofile): Set and substitute a default value. | |
5765 | |
5766 * Makeconf.in (do-subst-default-values): Substitute it here. | |
5767 | |
2508 | 5768 * configure.in: If running on an SCO system, define SCO, and force |
5769 HAVE_ISINF and HAVE_ISNAN to be defined. | |
5770 Also check for ieeefp.h and nan.h. | |
2510 | 5771 * acconfig.h (HAVE_ISINF, HAVE_ISNAN, SCO): Add undefs. |
2508 | 5772 |
2503 | 5773 Tue Nov 12 21:50:49 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5774 | |
2506 | 5775 * MAKEINFO.PATCH: Update to use patch relative to texinfo-3.9. |
5776 | |
5777 * INFO.PATCH: New file. | |
5778 * octMakefile.in (DISTFILES): Add it. | |
5779 | |
2503 | 5780 * info: Update to current release from texinfo-3.9. |
5781 | |
2497 | 5782 Mon Nov 11 23:56:58 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5783 | |
5784 * config.h.bot: Only check value of __GNUC__ and __GNUC_MINOR__ if | |
5785 __GNUC__ is defined. | |
5786 | |
2488 | 5787 Fri Nov 8 11:15:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5788 | |
5789 * Makeconf.in (version): Look in $(TOPDIR)/src then | |
5790 $(srcdir)/$(TOPDIR)/src for version.h. | |
5791 | |
5792 * configure.in (TERMLIBS): Print warning message if no term | |
5793 library is found. | |
5794 (CXXLIB_LIST, CXXLIB_PATH, FLIB_LIST, FLIB_PATH): Delete. | |
5795 * Makeconf.in (CXXLIB_LIST, CXXLIB_PATH, FLIB_LIST, FLIB_PATH): | |
5796 Delete. | |
5797 (do-subst-default-vals): Delete CXXLIB_LIST, CXXLIB_PATH, | |
5798 FLIB_LIST, and FLIB_PATH from the list. | |
5799 | |
2482 | 5800 Thu Nov 7 12:43:36 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5801 | |
2485 | 5802 * octMakefile.in (bin-dist-tar): Delete references to octtopnm. |
5803 | |
2484 | 5804 * configure.in (RLD_FLAG): Define if x86-linux. |
5805 | |
2482 | 5806 * Version 1.91. |
5807 | |
2475 | 5808 Wed Nov 6 16:26:39 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5809 | |
5810 * configure.in: Add checks for group stuff. | |
5811 | |
2469 | 5812 Tue Nov 5 12:32:30 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5813 | |
2472 | 5814 * configure.in: Add checks for geteuid, getuid. |
5815 | |
2471 | 5816 * configure.in: Comment out code to handle --enable-readline since |
5817 it doesn't work yet. | |
5818 | |
2469 | 5819 * aclocal.m4 (OCTAVE_SIGNAL_CHECK, OCTAVE_REINSTALL_SIGHANDLERS): |
5820 New checks stolen from bash 2.0 config. | |
5821 * configure.in: Use them. | |
2471 | 5822 |
2469 | 5823 * acconfig.h: Add #undefs for HAVE_BSD_SIGNALS, HAVE_POSIX_SIGNALS, |
5824 HAVE_USG_SIGHOLD, and MUST_REINSTALL_SIGHANDLERS. | |
5825 | |
5826 Mon Nov 4 11:31:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5827 | |
5828 * configure.in: Check for gethostname in libsocket. Apparently | |
5829 needed for some SCO systems. | |
5830 | |
5831 * emacs/octave.el: Update to version 0.8.5 from Kurt Hornik. | |
5832 | |
2454 | 5833 Fri Nov 1 01:33:40 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5834 | |
5835 * octMakefile.in (octave-bug, mkoctfile): After substituting | |
5836 values, chmod a+rx. | |
5837 | |
2452 | 5838 Thu Oct 31 13:50:06 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5839 | |
5840 * octMakefile.in (DISTFILES): Add NEWS.[0-9]. | |
2453 | 5841 * NEWS.1: Old news. |
5842 * NEWS: Just keep news since last major release. | |
2452 | 5843 |
2439 | 5844 Wed Oct 30 01:04:13 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5845 | |
2452 | 5846 * Version 1.90. |
5847 | |
2450 | 5848 * configure.in: Default is now no internal bounds checking. |
5849 | |
2446 | 5850 * Makefile.in (all): Fix message to say 2.7.2, not 2.7.0. |
5851 | |
2445 | 5852 * config.h.bot (GCC_ATTR_NORETURN): Rename from NORETURN. |
5853 (GCC_ATTR_UNUSED): Rename from GCC_ATTRIBUTE_UNUSED. | |
5854 (NPOS): Define if using gcc 2.8.x or later. | |
5855 | |
2439 | 5856 * octMakefile.in (DIRS_TO_MAKE): Add localarchlibdir to list. |
5857 | |
5858 * configure.in (localarchlibdir): New variable. | |
5859 * Makeconf.in (localarchlibdir): Substitute it. | |
5860 (do-subst-default-vals): Likewise. | |
5861 | |
5862 Sun Oct 27 14:03:36 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5863 | |
5864 * Makeconf.in (do-subst-config-vals): Split into two sed commands | |
5865 to try to avoid fixed limits in some seds and/or systems. | |
5866 | |
2427 | 5867 Fri Oct 25 01:13:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5868 | |
2428 | 5869 * config.h.bot: Add definition for GCC_ATTRIBUTE_UNUSED. |
5870 | |
2427 | 5871 * configure.in: Define RUSAGE_TIMES_ONLY if cygwin32. |
2429 | 5872 * acconfig.h: Add undef. |
2427 | 5873 |
5874 Thu Oct 24 21:17:53 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5875 | |
5876 * config.guess: Update to version that understands what to do for | |
5877 cygwin32 systems. | |
5878 | |
2421 | 5879 Fri Oct 18 12:23:57 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5880 | |
5881 * configure.in: Don't comment out substitutions for plplot stuff. | |
5882 | |
2418 | 5883 Wed Oct 16 12:01:37 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5884 | |
5885 * examples/Makefile.in (install): New target. | |
5886 | |
2415 | 5887 Tue Oct 15 14:40:51 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5888 | |
5889 * configure.in: Comment out plplot stuff. | |
2417 | 5890 In commands to get gxx_version and gcc_version, use simpler sed |
5891 command to avoid confusing brain-dead vendor-supplied seds. | |
9967 | 5892 |
2405 | 5893 Mon Oct 14 11:09:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5894 | |
5895 * octMakefile.in (maintainer-clean distclean): Remove mkoctfile too. | |
5896 (kpathsea.info): New target. | |
5897 (dist-info-files): New target. | |
5898 (links-for-dist, links-for-bin-dist, local-dist-tar): | |
5899 Depend on dist-info-files instead of individual files. | |
5900 | |
2391 | 5901 Sat Oct 12 00:17:06 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5902 | |
2398 | 5903 * examples/Makefile.in (clean, mostlyclean): New targets. |
5904 | |
2394 | 5905 * octMakefile.in (CLEANSUBDIRS): New macro. |
5906 Use it for clean targets. | |
5907 | |
2391 | 5908 * config.h.bot (STATIC_CAST, DYNAMIC_CAST, REINTERPRET_CAST): |
5909 New macros. | |
5910 | |
5911 Wed Sep 25 12:24:20 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5912 | |
5913 * configure.in: Don't look in /usr/ucb/include to find getrusage | |
5914 on Solaris systems since that just seems to cause trouble. | |
5915 * Makeconf.in (UCB_INCFLAGS): Delete. | |
5916 | |
5917 Fri Aug 30 09:07:23 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5918 | |
5919 * configure.in (TERMLIBS): Add check for ncurses. | |
5920 | |
2357 | 5921 Tue Aug 20 21:40:26 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5922 | |
5923 * configure.in: Always set FPICFLAG, CPICFLAG, CXXPICFLAG, SHLEXT, | |
5924 RLD_FLAG, DLFCN_DIR, even if SHARED_LIBS is false. | |
5925 | |
2353 | 5926 Thu Aug 15 14:39:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5927 | |
5928 * configure.in (gxx_version, gcc_version): Strip out cygnus- from | |
5929 the version number. | |
5930 | |
2351 | 5931 Tue Jul 30 12:55:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5932 | |
5933 * aclocal.m4 (OCTAVE_FLIBS): Also check for -bI:FILE arg to ld, | |
5934 for AIX systems. | |
5935 | |
2346 | 5936 Thu Jul 25 03:09:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5937 | |
5938 * configure.in: On AIX systems, add "-ll -lld" to LIBDLFCN. | |
5939 | |
2337 | 5940 Fri Jul 19 13:02:05 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5941 | |
5942 * configure.in: If using g77 on alpha, don't add -fpe1 to FFLAGS. | |
5943 | |
2330 | 5944 Mon Jul 15 14:26:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
5945 | |
5946 * config.sub: Update to new version from FSF (gcc sources). | |
5947 | |
5948 Thu Jun 13 16:38:51 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5949 | |
5950 * configure.in: Look for g77 before other fortran compilers. | |
5951 | |
5952 Thu Jun 6 00:05:47 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5953 | |
5954 * configure.in: Add check for multiple plot windows in gnuplot. | |
5955 * acconfig.h: Add #undef for GNUPLOT_HAS_FRAMES. | |
5956 | |
5957 Wed May 22 15:05:40 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5958 | |
5959 * configure.in (UCB_INCFLAGS): Another kluge to try to find | |
5960 getrusage on Solaris systems. | |
5961 * Makeconf.in Substitute it. | |
5962 | |
5963 * configure.in (SH_LIBS, SH_FLIBS, SH_TERMLIBS): Define. | |
5964 * Makeconf.in: Substitute. | |
5965 | |
9501 | 5966 Wed May 22 02:42:32 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> |
2330 | 5967 |
5968 * emacs/octave.el (octave-indent-new-line): Protect | |
5969 octave-indent-line with save-excursion. | |
5970 (octave-calc-indent-this-line): Attempt to handle end tokens that | |
5971 are not on separate lines. | |
5972 (octave-electric-semi): Make `;' self-insert if inside comment. | |
5973 (octave-previous-line): Don't try to go back past the beginning of | |
5974 the buffer. | |
5975 | |
5976 Tue May 21 23:11:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5977 | |
5978 * configure.in (F77): Also check for f90. | |
5979 | |
5980 Mon May 20 12:22:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5981 | |
5982 * emacs/octave.el (octave-indent-new-line): Make it do what the | |
5983 docstring says it does. | |
5984 | |
5985 * octave-bug.in: Fix previous change so it also matches things | |
5986 like 1.90, not just 1.1.90. | |
5987 | |
9501 | 5988 Fri May 17 09:58:49 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> |
2330 | 5989 |
5990 * emacs/octave.el (octave-electric-semi): Also call octave-indent-line | |
5991 to indent the current line after inserting a semicolon. | |
5992 | |
5993 Fri May 17 02:53:49 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
5994 | |
5995 * octMakefile.in (DIRS_TO_MAKE): Add octincludedir. | |
5996 (all): Add mkoctfile. | |
5997 | |
5998 * configure.in: Don't set values for exec_prefix, bindir, datadir, | |
5999 libdir, libexecdir, includedir, mandir, or infodir, so that they | |
6000 can be set from the configure command line. | |
6001 | |
6002 * configure.in, Makeconf.in: Handle mandir, man1dir and man1ext. | |
6003 Change topincludedir to includedir. Use octincludedir as the | |
6004 subdirectory of includedir where we really install include files. | |
6005 | |
6006 * octave-bug.in (BUGADDR): Also set to octave-maintainers if this | |
6007 looks like a pretest version number. | |
6008 | |
6009 * Makeconf.in (do-subst-config-vals): Use $< instead of | |
6010 referencing $(srcdir) directly. | |
6011 (do-subst-default-vals): Likewise. | |
6012 | |
6013 * octMakefile.in (octave-bug): Depend on octave-bug.in | |
6014 (mkoctfile): Likewise, depend on mkoctfile.in. | |
6015 | |
6016 Thu May 16 11:49:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
6017 | |
6018 * octMakefile.in (DISTFILES): Add mkoctfile.in. | |
6019 (install): Install mkoctfile too. | |
6020 | |
6021 * aclocal.m4 (OCTAVE_F2C_F77_COMPAT): Fix typo in last change | |
6022 | |
6023 Mon May 13 04:02:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
6024 | |
6025 * configure.in (UGLY_DEFS): Quote " with more \'s. | |
6026 | |
6027 * Makeconf.in (do-subst-config-vals): Quote substitutions here. | |
6028 * octave-bug.in, mkoctfile: Not here. | |
6029 | |
6030 * octMakefile.in (octave-bug, mkoctfile): Depend on Makeconf, | |
6031 octMakefile. | |
6032 | |
6033 * Makeconf.in (do-subst-default-vals): New definition, from | |
6034 src/Makefile.in. | |
6035 | |
6036 * Makeconf.in (do-subst-config-vals): Define here. | |
6037 * octMakefile.in: Not here. | |
6038 | |
6039 * octave-bug.in: Handle more configuration stuff. | |
6040 | |
6041 * configure.in (config_opts): Set from ac_configure_args and subst. | |
6042 * Makeconf.in: Handle config_opts. | |
6043 * octMakefile.in (do-subst-config-vals): Substitute them. | |
6044 | |
6045 Sun May 12 03:37:55 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
6046 | |
6047 * Makeconf.in (TERMLIBS): Substitute here. | |
6048 | |
6049 * configure.in (topincludedir): New variable. | |
6050 * Makeconf.in (libexecdir): Substitute it. | |
6051 | |
6052 * octMakefile.in (do-subst-config-vals): Define new command. | |
6053 (octave-bug): Use it. | |
6054 (mkoctfile): New target. | |
6055 | |
6056 * Makefile.in (TARGETS): Add mkoctfile. | |
6057 | |
6058 * examples: New subdirectory. | |
6059 * octMakefile.in: Add it to the appropriate lists. | |
6060 * configure.in: Create examples/Makefile. | |
6061 | |
6062 * octMakefile.in (DIRS_TO_MAKE): Add $(libdir) here. | |
6063 (install): Use INSTALL_PROGRAM to install octave-bug script. | |
6064 Also install config.h. | |
6065 | |
6066 * aclocal.m4 (OCTAVE_F2C_F77_COMPAT): Provide a definition for | |
6067 MAIN__ on Linux systems. | |
6068 | |
6069 Tue Apr 30 05:44:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
6070 | |
6071 * configure.in: Handle --enable-bounds-check. | |
6072 * acconfig.h: Add undef for BOUNDS_CHECKING | |
6073 | |
6074 Mon Apr 29 01:42:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
6075 | |
6076 * configure.in (AC_FUNC_SETVBUF_REVERSED): Delete. Octave doesn't | |
6077 need this check (it was for info, which has its own configure now). | |
6078 | |
6079 Sun Apr 28 05:41:26 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
6080 | |
6081 * configure.in (DEFAULT_PAGER): Don't append -e to less here. | |
6082 | |
6083 Sat Apr 27 22:23:51 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
6084 | |
6085 * configure.in: Check for pid_t and sys/types.h. | |
6086 | |
6087 Tue Apr 23 17:44:18 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
6088 | |
6089 * configure.in: Check for fcntl.h, not sys/fcntl.h. | |
6090 Add checks for various system calls. | |
6091 | |
6092 Sun Apr 7 16:42:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
6093 | |
6094 * configure.in: Check for strdup. | |
6095 | |
6096 * Makefile.in (TARGETS): Add dlfcn. | |
6097 * octMakefile.in (DISTSUBDIRS): Add dlfcn. | |
6098 (SUBDIRS): Add @DLFCN_DIR@. | |
6099 * configure.in: On AIX systems: set DLFCN_DIR=dlfcn when doing | |
6100 shared libraries, bypass checks for dlopen, etc., set and | |
6101 substitute LIBDLFCN and DLFCN_INCFLAGS. Create dlfcn/Makefile. | |
6102 | |
6103 Sat Apr 6 21:45:40 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
6104 | |
6105 * Makeconf.in (%.d : %.cc, %.d : %.c): Add dependency for pic/%.o. | |
6106 | |
6107 Fri Mar 29 13:38:40 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
6108 | |
6109 * octMakefile.in (maintainer-clean distclean): Delete mk-oct-links. | |
6110 | |
6111 Wed Mar 27 09:05:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
6112 | |
6113 * aclocal.m4 (OCTAVE_FLIBS): Fix typo in message. | |
6114 | |
6115 Tue Mar 26 02:41:16 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
6116 | |
6117 * configure.in (UGLY_DEFS): Undo previous change. | |
6118 When checking for various libraries, don't check for main(), but | |
6119 instead look for functions that are actually supposed to be in | |
6120 those libraries. | |
6121 Require autoconf 2.9. | |
6122 If using solaris2, don't add /usr/ucblib/libucb.a to LIBS until | |
6123 near the very end, then check for for getrusage and times just | |
6124 after that. | |
6125 | |
6126 * Makeconf.in (UGLY_DEFS): Ditto. | |
6127 | |
6128 * octave-bug.in: Don't send empty bug reports. | |
6129 | |
6130 Sat Mar 23 04:55:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
6131 | |
6132 * octMakefile.in (DISTDIRS): Omit plplot for now. | |
6133 * Makefile.in (TARGETS): Likewise. | |
6134 | |
6135 Fri Mar 22 06:15:44 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
6136 | |
6137 * configure.in: Add checks for sys/times.h and times(). | |
6138 (GCC_IEEE_FP_FLAG): Define this if using gcc 2.8.x or later on | |
6139 Alpha/OSF systems. | |
6140 | |
6141 Wed Mar 20 02:04:08 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
6142 | |
6143 * octMakefile.in (octave.info): cd to doc/interpreter, not doc. | |
6144 | |
6145 Sun Mar 3 10:01:13 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
6146 | |
6147 * config.h.bot: Define HEAVYWEIGHT_INDEXING here. | |
6148 | |
6149 * Makefile.in (TARGETS): Remove dld. | |
6150 * octMakefile.in (DISTSUBDIRS): Ditto. | |
6151 * configure.in: Don't create dld/Makefile. | |
6152 Do create doc/fac/Makefile, doc/interpreter/Makefile, | |
6153 doc/liboctave/Makefile, and doc/refcard/Makefile. | |
6154 | |
6155 Thu Feb 29 08:55:25 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
6156 | |
6157 * Makeconf.in (%.o : %.c): Use pattern rule instead of suffix rule. | |
6158 (%.o : %.cc): Likewise. | |
6159 (pic/%.o : %.c, pic/%.o : %.cc): Use separate rules instead of | |
6160 expecting one rule to generate two output files. | |
6161 * configure.in (f77_rules_frag): Use separate rules here too. | |
6162 | |
6163 Mon Feb 26 03:34:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
6164 | |
6165 * configure.in: If --disable-dl or --disable-shl, don't check for | |
6166 dynamic linking functions. | |
6167 (includedir): Append version. | |
6168 | |
6169 Wed Feb 14 12:20:57 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
6170 | |
6171 * octMakefile.in (snapshot-version): Don't quote version number. | |
6172 | |
6173 * aclocal.m4 (OCTAVE_FLIBS): Avoid setting FLIBS=" ". | |
6174 | |
6175 Sat Feb 10 12:59:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
6176 | |
6177 * glob/Makefile.in (install): New target. | |
6178 | |
6179 Fri Feb 9 14:00:53 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
6180 | |
6181 * configure.in: Fix help text for --enable-shared option. | |
6182 | |
6183 Thu Feb 8 10:17:55 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
6184 | |
6185 * octMakefile.in (CONF_DISTFILES): New variable. | |
6186 (DISTFILES): Use it instead of listing things twice. | |
6187 (CONF_DISTSUBDIRS): New variable. | |
6188 (conf-dist): New target. | |
6189 | |
6190 * Makefile.in (TARGETS): Add conf-dist. | |
6191 | |
6192 * configure.in (CXX_VERSION, CC_VERSION): Substitute them. | |
6193 * octMakefile.in (octave-bug): Substitute them here too. | |
6194 * octave-bug.in: Put them in the configuration message. | |
6195 | |
6196 Sat Feb 3 08:53:56 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
6197 | |
6198 * configure.in: RLD_FLAG should be empty by default, but give it a | |
9967 | 6199 value for alpha-dec-osf* systems. |
2330 | 6200 |
6201 Fri Feb 2 23:03:40 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
6202 | |
6203 * Makeconf.in: Actually do add substitutions for FPICFLAG, | |
6204 CPICFLAG, and CXXPICFLAG. | |
6205 | |
6206 Thu Feb 1 14:58:16 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
6207 | |
6208 * configure.in (%.c : %.f): Fix typo. | |
6209 | |
6210 Wed Jan 24 14:47:58 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
6211 | |
6212 * configure.in: Also configure in glob subdirectory. | |
6213 Make pattern rule say how to make .o from .f, not .f from .o. Duh. | |
6214 | |
6215 * octMakefile.in: Add glob stuff to the appropriate lists. | |
6216 * Makeconf.in: Likewise. | |
6217 | |
6218 * aclocal.m4: Add test for program_invocation_name. | |
6219 * configure.in: Use it here. | |
6220 | |
6221 * acconfig.h: Add #undef here. | |
6222 | |
6223 Mon Jan 22 17:32:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
6224 | |
6225 * configure.in: Add checks for mode_t, off_t, size_t, uid_t, | |
6226 dev_t, ino_t, and nlink_t typedefs. | |
6227 * acconfig.h: Add undefs for dev_t, ino_t, and nlink_t. | |
6228 | |
6229 Sat Jan 20 21:05:49 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
6230 | |
6231 * configure.in: For Fortran rules, use pattern rules instead of | |
6232 suffix rules. | |
6233 | |
6234 Fri Jan 19 12:38:23 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
6235 | |
6236 * configure.in: When checking for libf2c.a, add -lm and an extra lib. | |
6237 | |
6238 Wed Jan 10 16:36:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
6239 | |
6240 * configure.i: Add missing colon in .o.f pattern for f2c rules. | |
6241 | |
6242 Mon Jan 8 23:18:39 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
6243 | |
6244 * configure.in (AC_PROG_LN_S): New check. | |
6245 * Makeconf.in (LN_S): Substitute it. | |
6246 | |
6247 * configure.in (libexecdir): New variable. | |
6248 (archlibdir, octfiledir, localoctfiledir): Use it instead of libdir. | |
6249 (datadir): Default to $(prefix)/share instead of $(prefix)/lib. | |
6250 | |
6251 * Makeconf.in (libexecdir): Substitute it. | |
6252 | |
6253 * configure.in (localoctfiledir): Use $(libdir), not $(datadir). | |
6254 | |
6255 Sun Jan 7 18:40:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
6256 | |
6257 * aclocal.m4 (OCTAVE_SMART_PUTENV): New macro, extracted from | |
6258 the kpathsearch library. | |
6259 * configure.in: Call it. | |
6260 | |
6261 Fri Dec 29 22:07:52 1995 John W. Eaton <jwe@bevo.che.wisc.edu> | |
6262 | |
6263 * Makeconf.in (subdir-for-command): New definition for | |
6264 SUBDIR_FOR_COMMAND using GNU Make `foreach' instead of shell `for' | |
6265 command. | |
6266 * libcruft/Makefile.in, scripts/Makefile.in, octMakefile.in: | |
6267 Invoke new definition with `@'. | |
6268 | |
6269 Wed Dec 27 14:27:48 1995 John W. Eaton <jwe@bevo.che.wisc.edu> | |
6270 | |
6271 * octMakefile.in (SUBDIRS): Delete DLD_DIR. | |
6272 (distclean): Delete Makerules.f77. | |
6273 | |
6274 * Makeconf.in (WITH_DLD): Delete variable. | |
6275 | |
6276 * configure.in: Delete support for dynamic linking with dld. | |
6277 | |
6278 * configure.in, Makeconf.in: Use consistent names for WITH_DL, | |
6279 WITH_SHL, OCTAVE_LITE, and SHARED_LIBS | |
9967 | 6280 |
2330 | 6281 * config.h.bot: Undo previous change. |
6282 * acconfig.h: Add #undef for WITH_DYNAMIC_LINKING. | |
6283 * Makeconf.in: Substitute it here too. | |
6284 * configure.in: Set it here. | |
6285 | |
6286 Tue Dec 26 00:12:14 1995 John W. Eaton <jwe@bevo.che.wisc.edu> | |
6287 | |
6288 * configure.in (AC_CONFIG_SUBDIRS): Delete libcruft. | |
6289 (AC_OUTPUT): List libcruft files here. | |
6290 | |
6291 * configure.in, Makeconf.in: Handle Fortran compilation rules | |
6292 using an included fragment in Makeconf. | |
6293 | |
6294 Mon Dec 25 22:14:21 1995 John W. Eaton <jwe@bevo.che.wisc.edu> | |
6295 | |
6296 * configure.in (CPICFLAG, CXXPICFLAG, FPICFLAG): New variables. | |
6297 * Makeconf.in: Substitute them. | |
6298 | |
6299 * configure.in: Handle --enable-shared option. | |
6300 Handle Fortran source files differently. | |
6301 * Makeconf.in (SHARED_LIBS): Substitute shared_libs. | |
6302 (SHLEXT, RLD_FLAG, fortran_rules_flag): Substitute these too. | |
6303 (.c.o, .cc.o): Handle creating position independent code for | |
6304 shared libraries. | |
6305 | |
6306 Sun Dec 24 00:29:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> | |
6307 | |
6308 * config.h.bot: Maybe define WITH_DYNAMIC_LINKING. | |
6309 | |
6310 * Makeconf.in (WITH_DL, WITH_SHL): Substitute values. | |
6311 * acconfig.h: Add undefs for WITH_DL and WITH_SHL. | |
6312 * configure.in: Handle --enable-dl and --enable-shl. | |
6313 Check for -ldl and dlopen, dlsym, dlclose, and dlerror. | |
6314 Check for -ldld and shl_load, shl_findsym. | |
6315 (have_fortran_compiler): Quit if no suitable Fortran compiler is | |
6316 found. | |
6317 | |
6318 Fri Nov 3 03:33:42 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
6319 | |
6320 * emacs/octave-mode.el: Rename from octave.el. | |
6321 | |
6322 Wed Oct 11 19:22:12 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
6323 | |
6324 * configure.in (GNUPLOT_BINARY): When checking for multiplot, | |
6325 issue a `set term unknown' command first. | |
6326 | |
6327 Wed Oct 4 01:42:35 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
6328 | |
6329 * config.guess: Add entry for PowerPC Macs running Machten. | |
6330 | |
6331 * octMakefile.in (dist-z): Remove old .gz file before creating new one. | |
6332 | |
6333 Mon Oct 2 19:17:22 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
6334 | |
6335 * configure.in: Check to see if it looks like gnuplot supports | |
6336 multiplot. | |
6337 * acconfig.h: Add undef for GNUPLOT_HAS_MULTIPLOT. | |
6338 | |
6339 * acconfig.h: #undefs for HAVE_FINITE, HAVE_ISNAN, HAVE_ISINF, | |
6340 HAVE_TERMIOS_H, HAVE_TERMIO_H, and HAVE_SGTTY_H removed. This | |
6341 file should only have things that autoheader can't figure out. | |
6342 | |
6343 Sun Oct 1 17:08:37 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
6344 | |
6345 * octMakefile.in (clean-tar): Also omit directories called OLD and | |
6346 files beginning with =. | |
6347 | |
6348 Fri Sep 29 01:04:31 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
6349 | |
6350 * ROADMAP: New file. | |
6351 * (DISTFILES): Include it. | |
6352 | |
6353 * emacs: New subdirectory for Emacs-related stuff. | |
6354 * octMakefile.in (DISTDIRS, BINDISTSUBDIRS): Include emacs. | |
6355 (DISTFILES, BINDISTFILES): Don't include octave-mode.el. | |
6356 | |
6357 Tue Sep 26 03:56:39 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
6358 | |
6359 * configure.in: Don't add -Wno-unused to CFLAGS or CXXFLAGS. | |
6360 * config.h.bot: Remove definition of UNUSED. | |
6361 | |
6362 * config.sub: Replace with current version from FSF. | |
6363 * config.guess: Likewise. | |
6364 | |
6365 Thu Sep 21 20:29:00 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
6366 | |
6367 * configure.in (AR, ARFLAGS): Set defaults for these, but also | |
6368 allow them to come from the environment. | |
6369 * Makeconf.in (AR, ARFLAGS): New variables to substitute. | |
6370 | |
6371 Wed Sep 20 00:51:24 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
6372 | |
6373 * octMakefile.in (maintainer-clean): Also remove Makeconf, | |
6374 config.cache, config.h, and config.log. | |
6375 | |
6376 Tue Sep 19 17:20:32 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
6377 | |
6378 * sighandlers.h [HAVE_SIGACTION && HAVE_SIGPROCMASK && | |
6379 HAVE_SIGPENDING && HAVE_SIGSUSPEND]: #define HAVE_POSIX_SIGNALS. | |
6380 | |
6381 * configure.in: Check for sigaction(), sigprocmask(), | |
6382 sigpending(), and sigsuspend() functions. | |
6383 Don't do anything special about checking for termios.h, termio.h, | |
6384 and sgtty.h. | |
6385 | |
6386 Mon Sep 18 22:39:33 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
6387 | |
6388 * config.h.bot [__GNUC__]: Define NORETURN. | |
6389 | |
6390 Fri Sep 15 05:12:29 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
6391 | |
6392 * configure.in (AC_C_BIGENDIAN): Remove test. | |
6393 | |
6394 Thu Sep 14 02:07:51 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
6395 | |
6396 * configure.in (LIBPLPLOT): Disable plplot by default for now. | |
6397 Check for mkdir, rmdir, rename, and umask. | |
6398 | |
6399 * All Makefile.in files: Convert from realclean to | |
6400 maintainer-clean, for GNU coding standards. | |
6401 | |
6402 * configure.in: Call AC_FUNC_CLOSEDIR_VOID. | |
6403 | |
6404 Wed Sep 13 03:25:37 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
6405 | |
6406 * configure.in: Do check for IEEE functions on the Alpha. | |
6407 | |
6408 Mon Sep 11 19:08:47 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
6409 | |
6410 * configure.in: Call AC_STRUCT_ST_BLKSIZE, AC_STRUCT_ST_BLOCKS, | |
6411 and AC_STRUCT_ST_RDEV. | |
6412 | |
6413 Tue Sep 5 02:02:35 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
6414 | |
6415 * configure.in: Check for sys/param.h and sys/stat.h | |
6416 Use AC_HEADER_TIME, not AC_TIME_WITH_SYS_TIME. | |
6417 Use AC_HEADER_SYS_WAIT. | |
6418 | |
6419 Thu Aug 24 15:35:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
6420 | |
6421 * configure.in: Don't set or call AC_SUBST for CXXFLAGS or CFLAGS, | |
6422 and don't call AC_SUBST for LDFLAGS -- autoconf takes care of this. | |
6423 If adding -Wall, add -Wno-unused too. | |
6424 | |
6425 Tue Aug 22 01:37:02 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
6426 | |
6427 * Makefile.in (all): Update message. | |
6428 | |
6429 * config.h.bot: New file. | |
6430 * octMakefile.in (DISTFILES): Add it to the list. | |
6431 | |
6432 * acconfig.h (USE_PLPLOT): Add #undef. | |
6433 | |
6434 Mon Aug 21 19:33:33 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
6435 | |
6436 * Makefile.in (NO_DEP_TARGETS): New variable, for targets that can | |
6437 be made without updating dependency files. | |
6438 | |
6439 Sun Jun 25 18:27:49 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
6440 | |
6441 * configure.in (FFLAGS): Add -fpe1 on alpha-dec-osf1 systems. | |
6442 | |
6443 Thu May 4 22:26:34 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
6444 | |
6445 * configure.in: export CC, CXX, and F77 before calling | |
6446 AC_CONFIG_SUBDIRS. | |
6447 | |
6448 Mon May 1 14:17:07 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
6449 | |
6450 * configure.in: Handle --with-plplot. | |
6451 (AC_CONFIG_SUBDIRS): Add plplot directory if --with-plplot. | |
6452 * plplot: New subdirectory. | |
6453 * Makefile.in (plplot): New target. | |
6454 * octMakefile.in (SUBDIRS): Add @PLPLOT_DIR@. | |
6455 (DISTDIRS): Add plplot. | |
6456 | |
6457 * acconfig.h: Add #undef for GETTIMEOFDAY_NO_TZ. | |
6458 | |
6459 * configure.in: Improve check for gettimeofday. | |
6460 | |
6461 Mon May 1 12:50:03 1995 John Eaton (jwe@bullwinkle.che.utexas.edu) | |
6462 | |
6463 * acconfig.h (OCTAVE_LITE): Fix comment. | |
6464 | |
6465 Tue Apr 11 20:31:52 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
6466 | |
6467 * configure.in (INFO_DIR, READLINE_DIR): New variables. | |
6468 If $USE_GNU_INFO, AC_DEFINE it, don't AC_SUBST it. | |
6469 Likewise, for USE_READLINE. | |
6470 | |
6471 * octMakefile.in (SUBDIRS): Substitute INFO_DIR and READLINE_DIR. | |
6472 | |
6473 * aclocal.m4 (OCTAVE_F77_UPPERCASE_NAMES): New macro. | |
6474 (OCTAVE_F77_APPEND_UNDERSCORES): Require it. | |
6475 * configure.in: Use it. | |
6476 (info_subdir): If $USE_GNU_INFO, then run configure in info | |
6477 subdirectory too. | |
6478 Don't check for sys/ttold.h or sys/ptem.h. | |
6479 | |
6480 Mon Apr 10 00:17:57 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
6481 | |
6482 * configure.in (UGLY_DEFS): Delete commands to create this. | |
6483 * Makeconf.in (UGLY_DEFS): Delete substitution. | |
6484 * Makeconf.in (UGLY_ALL_CFLAGS): Delete definition. | |
6485 | |
6486 * configure.in: Add scripts and libcruft to CONFIG_SUBDIRS. | |
6487 Don't edit scripts or libcruft Makefiles here. | |
6488 Reorganize checking for the Fortran compiler. | |
6489 | |
6490 * octMakefile.in (DISTFILES): Delete f2c-compat.sh flibs.sh | |
6491 cxxlibs.sh from list. Add aclocal.m4. | |
6492 * configure.in: Use new macros defined in aclocal.m4. Don't use | |
6493 external shell scripts. Cache values. | |
6494 | |
6495 * aclocal.m4: New file. | |
6496 | |
6497 Sun Apr 9 12:47:27 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
6498 | |
6499 * configure.in: Print status message before exiting. | |
6500 Cache CXXLIBS and FLIBS. | |
6501 | |
6502 * acconfig.h: Delete #undefs for floating point format. | |
6503 * octMakefile.in (DISTFILES): Delete float-type.c from list. | |
6504 * configure.in: Don't try to determine floating point format at | |
6505 configuration time. | |
6506 | |
6507 Mon Apr 3 21:46:10 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
6508 | |
6509 * configure.in: Create scripts/time/Makefile too. | |
6510 | |
6511 * configure.in (gxx_version): Handle new gcc version message. | |
6512 (gcc_version): Likewise. | |
6513 | |
6514 Wed Mar 29 22:59:42 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
6515 | |
6516 * configure.in (AC_STRFTIME): Delete check. | |
6517 (AC_STRUCT_TIMEZONE): New check. | |
6518 | |
6519 Wed Mar 22 08:31:21 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
6520 | |
6521 * Makeconf.in (ALL_FFLAGS, FUGLY): New variables. | |
6522 | |
6523 * configure.in: Use AC_ARG_ENABLE and AC_ARG_WITH consistently. | |
6524 Handle --with-g77. Substitute new variable FUGLY. If F77 is g77, | |
6525 set it to -fugly. Substitute command for making .o from .f. | |
6526 | |
6527 Tue Mar 21 14:24:32 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
6528 | |
6529 * cxxlibs.sh: Extract -R options like -L options. | |
6530 * configure.in (FLIB_PATH, FLIB_LIST): Extract -R options along | |
6531 with -L options. | |
6532 | |
6533 Tue Mar 21 14:20:55 1995 Paul Eggert <eggert@twinsun.com> | |
6534 | |
6535 * configure.in (CXX): Export; cxxlibs.sh needs this. | |
6536 (FLIB_LIST, CXXLIB_LIST): Extract -R options along with -L options. | |
6537 | |
6538 * flibs.sh: Treat `-L foo' like `-Lfoo'. Extract -R options | |
6539 like -L options. | |
6540 | |
6541 Tue Mar 21 08:08:06 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
6542 | |
6543 * flibs.sh: Search for values-X*.o, not values-*.o. | |
6544 | |
6545 Fri Mar 10 10:32:27 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
6546 | |
6547 * Makeconf.in (SUBDIR_FOR_COMMAND): New command definition. | |
6548 * octMakefile.in: Use it. | |
6549 | |
6550 * octMakefile.in (install, uninstall, tags, TAGS, clean, | |
6551 mostlyclean, distclean, realclean): Combine actions. | |
6552 | |
6553 Tue Feb 28 21:24:35 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
6554 | |
6555 * configure.in (FC): Set to $F77 and substitute it. | |
6556 * Makeconf.in (FC): Add substitution line. | |
6557 | |
6558 Sun Feb 26 00:20:19 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
6559 | |
6560 * dointsall.sh: Create ls-R database. | |
6561 | |
6562 * configure.in: Configure kpathsea using AC_CONFIG_SUBDIRS(). | |
6563 Remove check for SMART_PUTENV. | |
6564 Remove kpathsea/c-auto.h from AC_CONFIG_HEADER(). | |
6565 | |
6566 * make: New directory, for kpathsea configuration. | |
6567 * octMakefile.in (DISTDIRS): Add it | |
6568 | |
6569 * kpathsea: Update with 2.6 distribution. | |
6570 | |
6571 * Makefile.in (TARGETS): New variable. Combine all identical targets. | |
6572 | |
6573 * configure.in (LIBINFO, LIBREADLINE): New variables to substitute. | |
6574 | |
6575 Sat Feb 25 18:47:11 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
6576 | |
6577 * acconfig.h (USE_READLINE): Add #undef. | |
6578 * configure.in: Add support for --enable-readline. | |
6579 | |
6580 * acconfig.h (USE_GNU_INFO): Add #undef. | |
6581 * configure.in: Add support for --enable-info. | |
6582 | |
6583 * acconfig.h (RUN_IN_PLACE): Delete #undef. | |
6584 | |
6585 See ChangeLog.1 for earlier changes. |