annotate ChangeLog @ 9259:75c502937d2c

Fix typo for termios.h Thanks to Petr Salinger <Petr.Salinger at seznam.cz>
author Thomas Weber <thomas.weber.mail at gmail.com>
date Tue, 17 Mar 2009 20:36:01 +0100
parents fbb43bc17a4d
children 1d3b91166b9c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9259
75c502937d2c Fix typo for termios.h
Thomas Weber <thomas.weber.mail at gmail.com>
parents: 9254
diff changeset
1 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
2
75c502937d2c Fix typo for termios.h
Thomas Weber <thomas.weber.mail at gmail.com>
parents: 9254
diff changeset
3 * configure.in: fix typo with regards to termios.h
75c502937d2c Fix typo for termios.h
Thomas Weber <thomas.weber.mail at gmail.com>
parents: 9254
diff changeset
4
9254
fbb43bc17a4d add missing Makefile in examples/@FIRfilter
Jaroslav Hajek <highegg@gmail.com>
parents: 9252
diff changeset
5 2009-05-25 Jaroslav Hajek <highegg@gmail.com>
fbb43bc17a4d add missing Makefile in examples/@FIRfilter
Jaroslav Hajek <highegg@gmail.com>
parents: 9252
diff changeset
6
fbb43bc17a4d add missing Makefile in examples/@FIRfilter
Jaroslav Hajek <highegg@gmail.com>
parents: 9252
diff changeset
7 * examples/@FIRfilter/Makefile.in: New file.
fbb43bc17a4d add missing Makefile in examples/@FIRfilter
Jaroslav Hajek <highegg@gmail.com>
parents: 9252
diff changeset
8 * examples/Makefile.in: Include it.
fbb43bc17a4d add missing Makefile in examples/@FIRfilter
Jaroslav Hajek <highegg@gmail.com>
parents: 9252
diff changeset
9 * configure.in: Ditto.
fbb43bc17a4d add missing Makefile in examples/@FIRfilter
Jaroslav Hajek <highegg@gmail.com>
parents: 9252
diff changeset
10
9252
a1d20052517a support for mkoctfile.exe and octave-config.exe on mingw platform
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents: 9251
diff changeset
11 2009-05-24 Benjamin Lindner <lindnerb@users.sourceforge.net>
a1d20052517a support for mkoctfile.exe and octave-config.exe on mingw platform
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents: 9251
diff changeset
12
a1d20052517a support for mkoctfile.exe and octave-config.exe on mingw platform
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents: 9251
diff changeset
13 * configure.in: (SCRIPTS_EXE_SUFFIX) Define to ".exe" for
a1d20052517a support for mkoctfile.exe and octave-config.exe on mingw platform
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents: 9251
diff changeset
14 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
15
9251
f8b8ab529913 improve OOP documentation
Robert T. Short <octave@phaselockedsystems.com>
parents: 9242
diff changeset
16 2009-05-24 Robert T. Short <octave@phaselockedsystems.com>
f8b8ab529913 improve OOP documentation
Robert T. Short <octave@phaselockedsystems.com>
parents: 9242
diff changeset
17
f8b8ab529913 improve OOP documentation
Robert T. Short <octave@phaselockedsystems.com>
parents: 9242
diff changeset
18 * examples/@FIRfilter: added FIRfilter class example.
f8b8ab529913 improve OOP documentation
Robert T. Short <octave@phaselockedsystems.com>
parents: 9242
diff changeset
19
9242
82ff1163a8d4 Removed CYGWIN_init
Marco Atzeri <marco_atzeri@yahoo.it>
parents: 9241
diff changeset
20 2009-05-22 Marco Atzeri <marco_atzeri@yahoo.it>
82ff1163a8d4 Removed CYGWIN_init
Marco Atzeri <marco_atzeri@yahoo.it>
parents: 9241
diff changeset
21
82ff1163a8d4 Removed CYGWIN_init
Marco Atzeri <marco_atzeri@yahoo.it>
parents: 9241
diff changeset
22 * src/sysdep.cc: Removed CYGWIN_init
82ff1163a8d4 Removed CYGWIN_init
Marco Atzeri <marco_atzeri@yahoo.it>
parents: 9241
diff changeset
23
9241
60bbc66bb0e2 Correct my previous mistake for cygwin SHLBIN and SHLBINPRE
Marco Atzeri <marco_atzeri@yahoo.it>
parents: 9231
diff changeset
24 2009-05-21 Marco Atzeri <marco_atzeri@yahoo.it>
60bbc66bb0e2 Correct my previous mistake for cygwin SHLBIN and SHLBINPRE
Marco Atzeri <marco_atzeri@yahoo.it>
parents: 9231
diff changeset
25 * configure.in: Correct my mistake in cygwin SHLBINPRE SHLBIN
60bbc66bb0e2 Correct my previous mistake for cygwin SHLBIN and SHLBINPRE
Marco Atzeri <marco_atzeri@yahoo.it>
parents: 9231
diff changeset
26
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
27 2008-05-21 Michael Goffioul <michael.goffioul@gmail.com>
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
28
9231
8a5a04b6c46b Fixes confgure script for QHULL detection and add dependency on user32 [Win32]
Michael Goffioul <michael.goffioul@gmail.com>
parents: 9230
diff changeset
29 * 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
30 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
31 * 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
32
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
33 * 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
34 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
35 * 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
36 (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
37 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
38 (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
39 (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
40 (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
41 (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
42 (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
43 (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
44 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
45 (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
46 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
47
9226
50c7d87ecfa1 Remove non-existent mirrors from README.mirrors prior to 3.2 release.
Rik <rdrider0-list@yahoo.com>
parents: 9187
diff changeset
48 2009-05-07 Rik <rdrider0-list@yahoo.com>
50c7d87ecfa1 Remove non-existent mirrors from README.mirrors prior to 3.2 release.
Rik <rdrider0-list@yahoo.com>
parents: 9187
diff changeset
49
50c7d87ecfa1 Remove non-existent mirrors from README.mirrors prior to 3.2 release.
Rik <rdrider0-list@yahoo.com>
parents: 9187
diff changeset
50 * 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
51
9187
a3237ae32c0d eliminate last remnants of F2C variables
John W. Eaton <jwe@octave.org>
parents: 9186
diff changeset
52 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
53
a3237ae32c0d eliminate last remnants of F2C variables
John W. Eaton <jwe@octave.org>
parents: 9186
diff changeset
54 * 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
55 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
56
9186
49a0c58a7dcf Added SHLPRE for SHLEXT instead of SHLLIBPRE
marco_atzeri@yahoo.it
parents: 9178
diff changeset
57 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
58
49a0c58a7dcf Added SHLPRE for SHLEXT instead of SHLLIBPRE
marco_atzeri@yahoo.it
parents: 9178
diff changeset
59 * configure.in, Makeconf.in: (SHLPRE): Rename from SHLLIBPRE.
49a0c58a7dcf Added SHLPRE for SHLEXT instead of SHLLIBPRE
marco_atzeri@yahoo.it
parents: 9178
diff changeset
60
9178
a6375c37dad4 update config stuff to gripe with g++-3.x
Jaroslav Hajek <highegg@gmail.com>
parents: 9176
diff changeset
61 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
62
a6375c37dad4 update config stuff to gripe with g++-3.x
Jaroslav Hajek <highegg@gmail.com>
parents: 9176
diff changeset
63 * 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
64 * 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
65
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
66 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
67
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
68 * 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
69 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
70
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
71 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
72
9173
224634b2e6e3 configure.in, aclocal.m4: check for c99 vsnprintf
Peter O'Gorman <pogma@thewrittenword.com>
parents: 9172
diff changeset
73 * 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
74 * configure.in: Use it.
224634b2e6e3 configure.in, aclocal.m4: check for c99 vsnprintf
Peter O'Gorman <pogma@thewrittenword.com>
parents: 9172
diff changeset
75
9172
cd68431b395a configure.in: shared library fixes for AIX and HPUX
Peter O'Gorman <pogma@thewrittenword.com>
parents: 9171
diff changeset
76 * 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
77 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
78 (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
79 (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
80
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
81 * 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
82 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
83
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
84 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
85
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
86 * 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
87
9090
298b57a4fec2 configure.in: tweak warning flags
John W. Eaton <jwe@octave.org>
parents: 9078
diff changeset
88 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
89
9091
45c832e9976d configure.in: require autoconf 2.60; eliminate some obsolete macros
John W. Eaton <jwe@octave.org>
parents: 9090
diff changeset
90 * 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
91 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
92 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
93
9090
298b57a4fec2 configure.in: tweak warning flags
John W. Eaton <jwe@octave.org>
parents: 9078
diff changeset
94 * 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
95 -Wconversion to strict warning flags.
298b57a4fec2 configure.in: tweak warning flags
John W. Eaton <jwe@octave.org>
parents: 9078
diff changeset
96
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
97 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
98
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
99 * 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
100 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
101
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
102 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
103
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
104 * 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
105 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
106
9054
0735e427c6c0 configure fixes for cygwin
Marco Atzeri <marco_atzeri@yahoo.it>
parents: 9049
diff changeset
107 2009-03-28 Marco Atzeri <marco_atzeri@yahoo.it>
0735e427c6c0 configure fixes for cygwin
Marco Atzeri <marco_atzeri@yahoo.it>
parents: 9049
diff changeset
108
0735e427c6c0 configure fixes for cygwin
Marco Atzeri <marco_atzeri@yahoo.it>
parents: 9049
diff changeset
109 * 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
110 CXXPICFLAG, and FPICFLAG.
0735e427c6c0 configure fixes for cygwin
Marco Atzeri <marco_atzeri@yahoo.it>
parents: 9049
diff changeset
111
9049
56018fcd28b0 configure fixes
Jaroslav Hajek <highegg@gmail.com>
parents: 9006
diff changeset
112 2009-03-27 Jaroslav Hajek <highegg@gmail.com>
56018fcd28b0 configure fixes
Jaroslav Hajek <highegg@gmail.com>
parents: 9006
diff changeset
113
56018fcd28b0 configure fixes
Jaroslav Hajek <highegg@gmail.com>
parents: 9006
diff changeset
114 * aclocal.m4 (OCTAVE_CMATH_FUNC): Add missing AC_LANG_POP.
56018fcd28b0 configure fixes
Jaroslav Hajek <highegg@gmail.com>
parents: 9006
diff changeset
115 * configure.in: Enclose string in quotes.
56018fcd28b0 configure fixes
Jaroslav Hajek <highegg@gmail.com>
parents: 9006
diff changeset
116
9006
979d0492ff40 more NEWS updates
Jaroslav Hajek <highegg@gmail.com>
parents: 8998
diff changeset
117 2009-03-23 Jaroslav Hajek <highegg@gmail.com>
979d0492ff40 more NEWS updates
Jaroslav Hajek <highegg@gmail.com>
parents: 8998
diff changeset
118
979d0492ff40 more NEWS updates
Jaroslav Hajek <highegg@gmail.com>
parents: 8998
diff changeset
119 * NEWS: More updates.
979d0492ff40 more NEWS updates
Jaroslav Hajek <highegg@gmail.com>
parents: 8998
diff changeset
120
8998
a48fba01e4ac optimize isnan/isinf/isfinite mappers
Jaroslav Hajek <highegg@gmail.com>
parents: 8984
diff changeset
121 2009-03-20 Jaroslav Hajek <highegg@gmail.com>
a48fba01e4ac optimize isnan/isinf/isfinite mappers
Jaroslav Hajek <highegg@gmail.com>
parents: 8984
diff changeset
122
a48fba01e4ac optimize isnan/isinf/isfinite mappers
Jaroslav Hajek <highegg@gmail.com>
parents: 8984
diff changeset
123 * aclocal.m4 (OCTAVE_CMATH_FUNC): New macro.
a48fba01e4ac optimize isnan/isinf/isfinite mappers
Jaroslav Hajek <highegg@gmail.com>
parents: 8984
diff changeset
124 * configure.in: Use it.
a48fba01e4ac optimize isnan/isinf/isfinite mappers
Jaroslav Hajek <highegg@gmail.com>
parents: 8984
diff changeset
125
8938
35e18344fae8 configure.in: options for compiler warning flags
John W. Eaton <jwe@octave.org>
parents: 8932
diff changeset
126 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
127
8940
6994961bf1f4 use doc-cache instead of DOC for doc cache file name
John W. Eaton <jwe@octave.org>
parents: 8938
diff changeset
128 * 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
129 * 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
130
8938
35e18344fae8 configure.in: options for compiler warning flags
John W. Eaton <jwe@octave.org>
parents: 8932
diff changeset
131 * 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
132 control extra compiler warning flags.
35e18344fae8 configure.in: options for compiler warning flags
John W. Eaton <jwe@octave.org>
parents: 8932
diff changeset
133 (--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
134 (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
135
8932
2d0f8692a82e Add the 'histc' function
Soren Hauberg <hauberg@gmail.com>
parents: 8919
diff changeset
136 2009-03-08 S�ren Hauberg <hauberg@gmail.com>
2d0f8692a82e Add the 'histc' function
Soren Hauberg <hauberg@gmail.com>
parents: 8919
diff changeset
137
2d0f8692a82e Add the 'histc' function
Soren Hauberg <hauberg@gmail.com>
parents: 8919
diff changeset
138 * NEWS: Mention 'histc'.
2d0f8692a82e Add the 'histc' function
Soren Hauberg <hauberg@gmail.com>
parents: 8919
diff changeset
139
8919
79474f16215c config.sub, config.guess: update from FSF sources
John W. Eaton <jwe@octave.org>
parents: 8865
diff changeset
140 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
141
79474f16215c config.sub, config.guess: update from FSF sources
John W. Eaton <jwe@octave.org>
parents: 8865
diff changeset
142 * 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
143
8865
eace5649a8b5 set default value for doc_cache_file variable
John W. Eaton <jwe@octave.org>
parents: 8861
diff changeset
144 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
145
eace5649a8b5 set default value for doc_cache_file variable
John W. Eaton <jwe@octave.org>
parents: 8861
diff changeset
146 * 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
147 * 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
148
8850
538184c540a9 Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8849
diff changeset
149 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
150
8861
31f864877246 doc and lookfor fixes
John W. Eaton <jwe@octave.org>
parents: 8850
diff changeset
151 * run-octave.in (DOCFILE): New variable. Pass --doc-cache-file
31f864877246 doc and lookfor fixes
John W. Eaton <jwe@octave.org>
parents: 8850
diff changeset
152 option to Octave.
31f864877246 doc and lookfor fixes
John W. Eaton <jwe@octave.org>
parents: 8850
diff changeset
153
8850
538184c540a9 Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8849
diff changeset
154 * 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
155 in srcdir.
538184c540a9 Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8849
diff changeset
156
8849
8b7e448d989c Do not autogenerate Makefile from Makefile.in.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8792
diff changeset
157 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
158
8850
538184c540a9 Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8849
diff changeset
159 * 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
160 * 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
161 * 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
162 * 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
163 config.status and configure.
538184c540a9 Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8849
diff changeset
164
8849
8b7e448d989c Do not autogenerate Makefile from Makefile.in.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8792
diff changeset
165 * Makefile.in: Rename to Makefile.
8b7e448d989c Do not autogenerate Makefile from Makefile.in.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8792
diff changeset
166 * 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
167 configuration files.
8b7e448d989c Do not autogenerate Makefile from Makefile.in.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8792
diff changeset
168 * 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
169 to list of CONF_DISTFILES.
8b7e448d989c Do not autogenerate Makefile from Makefile.in.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8792
diff changeset
170 * 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
171
8792
bbb3fa6778f3 use mkstemps as replacement for mkstemp on mingw32
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents: 8779
diff changeset
172 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
173
bbb3fa6778f3 use mkstemps as replacement for mkstemp on mingw32
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents: 8779
diff changeset
174 * 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
175 (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
176
8779
949708f930d0 NEWS update
Jaroslav Hajek <highegg@gmail.com>
parents: 8775
diff changeset
177 2009-02-17 Jaroslav Hajek <highegg@gmail.com>
949708f930d0 NEWS update
Jaroslav Hajek <highegg@gmail.com>
parents: 8775
diff changeset
178
949708f930d0 NEWS update
Jaroslav Hajek <highegg@gmail.com>
parents: 8775
diff changeset
179 * NEWS: Mention cummin and cummax
949708f930d0 NEWS update
Jaroslav Hajek <highegg@gmail.com>
parents: 8775
diff changeset
180
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
181 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
182
8775
a2a9dc5e8565 octave.gperf: eliminate whitespace to allow gperf 2.7.2 to work
John W. Eaton <jwe@octave.org>
parents: 8772
diff changeset
183 * 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
184
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
185 * 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
186 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
187
8770
af676d09da08 Fix test for X11 if "--without-x" is given.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents: 8755
diff changeset
188 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
189
8771
d3382daaf4d2 Use CARBON_LIBS instead of LIBS for framework Carbon.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents: 8770
diff changeset
190 * 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
191 * 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
192
8770
af676d09da08 Fix test for X11 if "--without-x" is given.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents: 8755
diff changeset
193 * 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
194
8755
59c0fde890a0 more NEWS updates
Jaroslav Hajek <highegg@gmail.com>
parents: 8747
diff changeset
195 2009-02-16 Jaroslav Hajek <highegg@gmail.com>
59c0fde890a0 more NEWS updates
Jaroslav Hajek <highegg@gmail.com>
parents: 8747
diff changeset
196
59c0fde890a0 more NEWS updates
Jaroslav Hajek <highegg@gmail.com>
parents: 8747
diff changeset
197 * NEWS: Yet more updates.
59c0fde890a0 more NEWS updates
Jaroslav Hajek <highegg@gmail.com>
parents: 8747
diff changeset
198
8747
86cfcf133a19 NEWS update
John W. Eaton <jwe@octave.org>
parents: 8737
diff changeset
199 2009-02-16 John W. Eaton <jwe@octave.org>
86cfcf133a19 NEWS update
John W. Eaton <jwe@octave.org>
parents: 8737
diff changeset
200
86cfcf133a19 NEWS update
John W. Eaton <jwe@octave.org>
parents: 8737
diff changeset
201 * NEWS: Mention command-style parsing changes. More updates.
86cfcf133a19 NEWS update
John W. Eaton <jwe@octave.org>
parents: 8737
diff changeset
202
8737
ae51dc447bab NEWS: update for release
John W. Eaton <jwe@octave.org>
parents: 8724
diff changeset
203 2009-02-13 John W. Eaton <jwe@octave.org>
ae51dc447bab NEWS: update for release
John W. Eaton <jwe@octave.org>
parents: 8724
diff changeset
204
ae51dc447bab NEWS: update for release
John W. Eaton <jwe@octave.org>
parents: 8724
diff changeset
205 * NEWS: Update for release.
ae51dc447bab NEWS: update for release
John W. Eaton <jwe@octave.org>
parents: 8724
diff changeset
206
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
207 2009-02-11 Thomas Treichl <Thomas.Treichl@gmx.net>
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
208
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
209 * 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
210 (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
211
8723
0899370cce9f Include FTGLTextureFont.h when FTGL_UPPER_CASE is not defined.
Ben Abbott <bpabbott@mac.com>
parents: 8722
diff changeset
212 2009-02-11 Ben Abbott <bpabbott@mac.com>
0899370cce9f Include FTGLTextureFont.h when FTGL_UPPER_CASE is not defined.
Ben Abbott <bpabbott@mac.com>
parents: 8722
diff changeset
213
0899370cce9f Include FTGLTextureFont.h when FTGL_UPPER_CASE is not defined.
Ben Abbott <bpabbott@mac.com>
parents: 8722
diff changeset
214 * 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
215 not defined.
0899370cce9f Include FTGLTextureFont.h when FTGL_UPPER_CASE is not defined.
Ben Abbott <bpabbott@mac.com>
parents: 8722
diff changeset
216
8719
679c270b7584 install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents: 8718
diff changeset
217 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
218
679c270b7584 install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents: 8718
diff changeset
219 * configure.in (octetcdir): New default value.
679c270b7584 install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents: 8718
diff changeset
220 * Makeconf.in (octetcdir): New variable.
679c270b7584 install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents: 8718
diff changeset
221 (do-subst-default-vals): Substitute octetcdir.
679c270b7584 install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents: 8718
diff changeset
222 * 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
223 (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
224
8718
c74c9692add7 Run some clean targets on sub-directory @polynomial
Rafael Laboissiere <rafael@debian.org>
parents: 8708
diff changeset
225 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
226
c74c9692add7 Run some clean targets on sub-directory @polynomial
Rafael Laboissiere <rafael@debian.org>
parents: 8708
diff changeset
227 * 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
228 @polynomial.
c74c9692add7 Run some clean targets on sub-directory @polynomial
Rafael Laboissiere <rafael@debian.org>
parents: 8708
diff changeset
229
8705
ccdab7f029a3 examples/Makefile.in: delete unused variable, don't reset SUBDIRS and DISTSUBDIRS
John W. Eaton <jwe@octave.org>
parents: 8698
diff changeset
230 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
231
8708
7faf87906ca3 examples/Makefile.in (dist): create subdirs of examples, not dist
John W. Eaton <jwe@octave.org>
parents: 8707
diff changeset
232 * 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
233
8707
e356a54586c3 examples/@polynomial/Makefile.in (do-mkpkgadd): special definition for this directory
John W. Eaton <jwe@octave.org>
parents: 8705
diff changeset
234 * 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
235 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
236
8705
ccdab7f029a3 examples/Makefile.in: delete unused variable, don't reset SUBDIRS and DISTSUBDIRS
John W. Eaton <jwe@octave.org>
parents: 8698
diff changeset
237 * 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
238 (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
239
8698
39666c970996 miscellaneous cleanups
John W. Eaton <jwe@octave.org>
parents: 8696
diff changeset
240 2009-02-08 John W. Eaton <jwe@octave.org>
39666c970996 miscellaneous cleanups
John W. Eaton <jwe@octave.org>
parents: 8696
diff changeset
241
39666c970996 miscellaneous cleanups
John W. Eaton <jwe@octave.org>
parents: 8696
diff changeset
242 * install-octave.in: Delete.
39666c970996 miscellaneous cleanups
John W. Eaton <jwe@octave.org>
parents: 8696
diff changeset
243 * configure.in: Delete AC_CONFIG_COMMANDS macro that was used to
39666c970996 miscellaneous cleanups
John W. Eaton <jwe@octave.org>
parents: 8696
diff changeset
244 make install-octave executable.
39666c970996 miscellaneous cleanups
John W. Eaton <jwe@octave.org>
parents: 8696
diff changeset
245
8696
87cb8b2e4f14 octMakefile.in (all): display $(prefix) in summary message
John W. Eaton <jwe@octave.org>
parents: 8676
diff changeset
246 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
247
87cb8b2e4f14 octMakefile.in (all): display $(prefix) in summary message
John W. Eaton <jwe@octave.org>
parents: 8676
diff changeset
248 * 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
249
8676
22462fd58e66 require HDF5 v1.6 API
John W. Eaton <jwe@octave.org>
parents: 8675
diff changeset
250 2009-02-05 John W. Eaton <jwe@octave.org>
22462fd58e66 require HDF5 v1.6 API
John W. Eaton <jwe@octave.org>
parents: 8675
diff changeset
251
22462fd58e66 require HDF5 v1.6 API
John W. Eaton <jwe@octave.org>
parents: 8675
diff changeset
252 * aclocal.m4 (OCTAVE_HDF5_HAS_REQUIRED_API): New macro.
22462fd58e66 require HDF5 v1.6 API
John W. Eaton <jwe@octave.org>
parents: 8675
diff changeset
253 * configure.in: Use it in HDF5 check.
22462fd58e66 require HDF5 v1.6 API
John W. Eaton <jwe@octave.org>
parents: 8675
diff changeset
254
8675
43c6012bd4c2 configure.in: separate cases for cygwin and mingw
Benjamin Lindner <lindnerben@gmx.net>
parents: 8659
diff changeset
255 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
256
43c6012bd4c2 configure.in: separate cases for cygwin and mingw
Benjamin Lindner <lindnerben@gmx.net>
parents: 8659
diff changeset
257 * 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
258 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
259
8659
9792c26bffc7 configure: check whether qhull works
Jaroslav Hajek <highegg@gmail.com>
parents: 8649
diff changeset
260 2009-02-03 Jaroslav Hajek <highegg@gmail.com>
9792c26bffc7 configure: check whether qhull works
Jaroslav Hajek <highegg@gmail.com>
parents: 8649
diff changeset
261
9792c26bffc7 configure: check whether qhull works
Jaroslav Hajek <highegg@gmail.com>
parents: 8649
diff changeset
262 * 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
263 Petr Mikulik <mikulik@physics.muni.cz>.
9792c26bffc7 configure: check whether qhull works
Jaroslav Hajek <highegg@gmail.com>
parents: 8649
diff changeset
264 * configure.in: Call it.
9792c26bffc7 configure: check whether qhull works
Jaroslav Hajek <highegg@gmail.com>
parents: 8649
diff changeset
265
8649
e50b44b75891 Remove printing of cvs motd in autogen.sh
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8644
diff changeset
266 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
267
e50b44b75891 Remove printing of cvs motd in autogen.sh
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8644
diff changeset
268 * 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
269
8644
fac8c78b4fb9 configure.in: fix shared library definitions for Cygwin and MinGW
Marco Atzeri <marco_atzeri@yahoo.it>
parents: 8641
diff changeset
270 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
271
fac8c78b4fb9 configure.in: fix shared library definitions for Cygwin and MinGW
Marco Atzeri <marco_atzeri@yahoo.it>
parents: 8641
diff changeset
272 * 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
273 (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
274 and MinGW.
fac8c78b4fb9 configure.in: fix shared library definitions for Cygwin and MinGW
Marco Atzeri <marco_atzeri@yahoo.it>
parents: 8641
diff changeset
275
8641
2264092e9f39 add -lgdi32 to LIBS on windows target
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents: 8635
diff changeset
276 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
277
2264092e9f39 add -lgdi32 to LIBS on windows target
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents: 8635
diff changeset
278 * 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
279 *-*-mingw* systems.
2264092e9f39 add -lgdi32 to LIBS on windows target
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents: 8635
diff changeset
280
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
281 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
282
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
283 * aclocal.m4 (OCTAVE_HAVE_FRAMEWORK): Add support for
bef8f001032f Further improvements for OCTAVE_HAVE_FRAMEWORK and the test for the MacOSX Carbon framework.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents: 8623
diff changeset
284 --with-framework-<name> and replace "$ac_safe" by "$1".
bef8f001032f Further improvements for OCTAVE_HAVE_FRAMEWORK and the test for the MacOSX Carbon framework.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents: 8623
diff changeset
285 * configure.in: Change "have_carbon" with
bef8f001032f Further improvements for OCTAVE_HAVE_FRAMEWORK and the test for the MacOSX Carbon framework.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents: 8623
diff changeset
286 "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
287
8618
f8b3ece45bda use separate prefix for shllib and shlbin files
John W. Eaton <jwe@octave.org>
parents: 8607
diff changeset
288 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
289
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
290 * 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
291 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
292
8618
f8b3ece45bda use separate prefix for shllib and shlbin files
John W. Eaton <jwe@octave.org>
parents: 8607
diff changeset
293 * 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
294 (*-*-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
295 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
296 (*-*-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
297 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
298
8618
f8b3ece45bda use separate prefix for shllib and shlbin files
John W. Eaton <jwe@octave.org>
parents: 8607
diff changeset
299 * 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
300 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
301
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
302 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
303
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
304 * 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
305
8595
dee5d60257e4 Use Carbon framework to determine ScreenSize on Mac.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents: 8577
diff changeset
306 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
307
dee5d60257e4 Use Carbon framework to determine ScreenSize on Mac.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents: 8577
diff changeset
308 * 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
309 * configure.in: Use it.
dee5d60257e4 Use Carbon framework to determine ScreenSize on Mac.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents: 8577
diff changeset
310
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
311 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
312
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
313 * 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
314 __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
315
8562
a6edd5c23cb5 use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents: 8560
diff changeset
316 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
317
a6edd5c23cb5 use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents: 8560
diff changeset
318 * configure.in: Fix qrupdate warning message.
a6edd5c23cb5 use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents: 8560
diff changeset
319
8559
07c93dae3fdb THANKS, Announce: remove obsolete files
John W. Eaton <jwe@octave.org>
parents: 8549
diff changeset
320 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
321
8560
5cc594679cdc get display characteristics from system
John W. Eaton <jwe@octave.org>
parents: 8559
diff changeset
322 * Makeconf.in: Substitute X11_INCFLAGS and X11_LIBS.
5cc594679cdc get display characteristics from system
John W. Eaton <jwe@octave.org>
parents: 8559
diff changeset
323 * 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
324 libraries.
5cc594679cdc get display characteristics from system
John W. Eaton <jwe@octave.org>
parents: 8559
diff changeset
325
8559
07c93dae3fdb THANKS, Announce: remove obsolete files
John W. Eaton <jwe@octave.org>
parents: 8549
diff changeset
326 * THANKS, Announce: Remove obsolete files.
07c93dae3fdb THANKS, Announce: remove obsolete files
John W. Eaton <jwe@octave.org>
parents: 8549
diff changeset
327 * octMakefile.in (DISTFILES): Remove THANKS from the list.
07c93dae3fdb THANKS, Announce: remove obsolete files
John W. Eaton <jwe@octave.org>
parents: 8549
diff changeset
328
8549
424ba638d8f1 [mq]: fstat
file-io.cc (Ffstat): new function
parents: 8444
diff changeset
329 2009-01-20 John W. Eaton <jwe@octave.org>
424ba638d8f1 [mq]: fstat
file-io.cc (Ffstat): new function
parents: 8444
diff changeset
330
424ba638d8f1 [mq]: fstat
file-io.cc (Ffstat): new function
parents: 8444
diff changeset
331 * configure.in: Check for fstat.
424ba638d8f1 [mq]: fstat
file-io.cc (Ffstat): new function
parents: 8444
diff changeset
332
8417
654bcfb937bf Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents: 8377
diff changeset
333 2008-12-23 David Bateman <dbateman@free.fr>
654bcfb937bf Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents: 8377
diff changeset
334
654bcfb937bf Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents: 8377
diff changeset
335 * configure.in: Add configuration test for ARPACK.
654bcfb937bf Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents: 8377
diff changeset
336 * 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
337 library.
654bcfb937bf Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents: 8377
diff changeset
338 * 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
339
8377
25bc2d31e1bf improve OCTAVE_LOCAL_BUFFER
Jaroslav Hajek <highegg@gmail.com>
parents: 8370
diff changeset
340 2008-10-29 Jaroslav Hajek <highegg@gmail.com>
25bc2d31e1bf improve OCTAVE_LOCAL_BUFFER
Jaroslav Hajek <highegg@gmail.com>
parents: 8370
diff changeset
341
25bc2d31e1bf improve OCTAVE_LOCAL_BUFFER
Jaroslav Hajek <highegg@gmail.com>
parents: 8370
diff changeset
342 * configure.in: Remove the OCTAVE_LOCAL_BUFFER stuff (moved to
25bc2d31e1bf improve OCTAVE_LOCAL_BUFFER
Jaroslav Hajek <highegg@gmail.com>
parents: 8370
diff changeset
343 liboctave).
25bc2d31e1bf improve OCTAVE_LOCAL_BUFFER
Jaroslav Hajek <highegg@gmail.com>
parents: 8370
diff changeset
344
8370
34960ba08a81 document more new features in the NEWS file
Jaroslav Hajek <highegg@gmail.com>
parents: 8364
diff changeset
345 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
346
34960ba08a81 document more new features in the NEWS file
Jaroslav Hajek <highegg@gmail.com>
parents: 8364
diff changeset
347 * NEWS: Document more new features.
34960ba08a81 document more new features in the NEWS file
Jaroslav Hajek <highegg@gmail.com>
parents: 8364
diff changeset
348
8363
be07fdf798cf update config.guess and config.sub
John W. Eaton <jwe@octave.org>
parents: 8359
diff changeset
349 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
350
be07fdf798cf update config.guess and config.sub
John W. Eaton <jwe@octave.org>
parents: 8359
diff changeset
351 * 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
352
8332
34fde4755a0f style fixes
John W. Eaton <jwe@octave.org>
parents: 8292
diff changeset
353 2008-11-18 John W. Eaton <jwe@octave.org>
34fde4755a0f style fixes
John W. Eaton <jwe@octave.org>
parents: 8292
diff changeset
354
34fde4755a0f style fixes
John W. Eaton <jwe@octave.org>
parents: 8292
diff changeset
355 * mkoctfile.cc.in, octave-bug.cc.in: Style fixes.
34fde4755a0f style fixes
John W. Eaton <jwe@octave.org>
parents: 8292
diff changeset
356
8355
a8019b9644ca graphics.h.in: Add props screensize & screenpixelsperinch.
Ben Abbott <bpabbott@mac.com>
parents: 8332
diff changeset
357 2008-11-13 Ben Abbott <bpabbott@mac.com>
a8019b9644ca graphics.h.in: Add props screensize & screenpixelsperinch.
Ben Abbott <bpabbott@mac.com>
parents: 8332
diff changeset
358
a8019b9644ca graphics.h.in: Add props screensize & screenpixelsperinch.
Ben Abbott <bpabbott@mac.com>
parents: 8332
diff changeset
359 * 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
360
8444
c3ac9f2772cd do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8417
diff changeset
361 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
362
c3ac9f2772cd do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8417
diff changeset
363 * Makeconf.in: export PERL variable for use in scripts/mkdoc
c3ac9f2772cd do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8417
diff changeset
364
8292
242756f065f0 Minor NEWS/FAQ update
David Bateman <dbateman@free.fr>
parents: 8269
diff changeset
365 2008-10-30 David Bateman <dbateman@free.fr>
242756f065f0 Minor NEWS/FAQ update
David Bateman <dbateman@free.fr>
parents: 8269
diff changeset
366
242756f065f0 Minor NEWS/FAQ update
David Bateman <dbateman@free.fr>
parents: 8269
diff changeset
367 * NEWS: Minor update to document improved indexing code.
242756f065f0 Minor NEWS/FAQ update
David Bateman <dbateman@free.fr>
parents: 8269
diff changeset
368
8269
37afdd1d1bf8 Use FT2_CFLAGS when checking for FTGL headers.
Jason Riedy <jason@acm.org>
parents: 8256
diff changeset
369 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
370
37afdd1d1bf8 Use FT2_CFLAGS when checking for FTGL headers.
Jason Riedy <jason@acm.org>
parents: 8256
diff changeset
371 * 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
372 for FTGL headers.
37afdd1d1bf8 Use FT2_CFLAGS when checking for FTGL headers.
Jason Riedy <jason@acm.org>
parents: 8256
diff changeset
373
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 8225
diff changeset
374 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
375
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 8225
diff changeset
376 * 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
377 * 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
378 * 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
379 * 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
380 in AC_CONFIG_FILES.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 8225
diff changeset
381
8225
53202d60086f Minor update to the NEWS file
David Bateman <dbateman@free.fr>
parents: 8221
diff changeset
382 2008-10-16 David Bateman <dbateman@free.fr>
53202d60086f Minor update to the NEWS file
David Bateman <dbateman@free.fr>
parents: 8221
diff changeset
383
53202d60086f Minor update to the NEWS file
David Bateman <dbateman@free.fr>
parents: 8221
diff changeset
384 * NEWS: Minor update.
53202d60086f Minor update to the NEWS file
David Bateman <dbateman@free.fr>
parents: 8221
diff changeset
385
8221
06094fa570a3 Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents: 8185
diff changeset
386 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
387
06094fa570a3 Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents: 8185
diff changeset
388 * 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
389 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
390 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
391 examples/polynomial/polynomial.m,
06094fa570a3 Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents: 8185
diff changeset
392 examples/polynomial/polynomial_superiorto.m,
06094fa570a3 Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents: 8185
diff changeset
393 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
394 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
395 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
396 * 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
397 directory
06094fa570a3 Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents: 8185
diff changeset
398 * 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
399 * configure.in: Add the new makefile to AC_CONFIG_FILES.
06094fa570a3 Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents: 8185
diff changeset
400
8185
69c5cce38c29 implement 64-bit arithmetics
Jaroslav Hajek <highegg@gmail.com>
parents: 8169
diff changeset
401 2008-10-01 Jaroslav Hajek <highegg@gmail.com>
69c5cce38c29 implement 64-bit arithmetics
Jaroslav Hajek <highegg@gmail.com>
parents: 8169
diff changeset
402
69c5cce38c29 implement 64-bit arithmetics
Jaroslav Hajek <highegg@gmail.com>
parents: 8169
diff changeset
403 * configure.in: Check for sizeof (long double) and randl.
69c5cce38c29 implement 64-bit arithmetics
Jaroslav Hajek <highegg@gmail.com>
parents: 8169
diff changeset
404
8169
66bc6f9b4f72 rewrite integer arithmetics and conversions
Jaroslav Hajek <highegg@gmail.com>
parents: 8092
diff changeset
405 2008-09-30 Jaroslav Hajek <highegg@gmail.com>
66bc6f9b4f72 rewrite integer arithmetics and conversions
Jaroslav Hajek <highegg@gmail.com>
parents: 8092
diff changeset
406
66bc6f9b4f72 rewrite integer arithmetics and conversions
Jaroslav Hajek <highegg@gmail.com>
parents: 8092
diff changeset
407 * aclocal.m4 (OCTAVE_FAST_INT_OPS): New macro.
66bc6f9b4f72 rewrite integer arithmetics and conversions
Jaroslav Hajek <highegg@gmail.com>
parents: 8092
diff changeset
408 * configure.in: Call OCTAVE_FAST_INT_OPS
66bc6f9b4f72 rewrite integer arithmetics and conversions
Jaroslav Hajek <highegg@gmail.com>
parents: 8092
diff changeset
409
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
410 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
411
6a292b0fa88c mkoctfile.cc.in, octave-config.cc.in, octave-bug.cc.in: style fixes
John W. Eaton <jwe@octave.org>
parents: 8091
diff changeset
412 * 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
413
8091
4e7527a7b3f9 mkoctfile.cc.in, octave-config.cc.in, octave-bug.cc.in: new files
Michael Goffioul
parents: 8070
diff changeset
414 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
415
4e7527a7b3f9 mkoctfile.cc.in, octave-config.cc.in, octave-bug.cc.in: new files
Michael Goffioul
parents: 8070
diff changeset
416 * 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
417
8070
3b53b25e2550 Add data sources and line series
David Bateman <dbateman@free.fr>
parents: 8027
diff changeset
418 2008-08-28 David Bateman <dbateman@free.fr>
3b53b25e2550 Add data sources and line series
David Bateman <dbateman@free.fr>
parents: 8027
diff changeset
419
3b53b25e2550 Add data sources and line series
David Bateman <dbateman@free.fr>
parents: 8027
diff changeset
420 * NEWS: Update for some of the graphics changes
3b53b25e2550 Add data sources and line series
David Bateman <dbateman@free.fr>
parents: 8027
diff changeset
421
8027
fd13f9f7dbac update macros from cryp.to auoconf archive
Jaroslav Hajek <highegg@gmail.com>
parents: 8019
diff changeset
422 2008-08-11 Jaroslav Hajek <highegg@gmail.com>
fd13f9f7dbac update macros from cryp.to auoconf archive
Jaroslav Hajek <highegg@gmail.com>
parents: 8019
diff changeset
423
fd13f9f7dbac update macros from cryp.to auoconf archive
Jaroslav Hajek <highegg@gmail.com>
parents: 8019
diff changeset
424 * 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
425 <http://autoconf-archive.cryp.to/>.
fd13f9f7dbac update macros from cryp.to auoconf archive
Jaroslav Hajek <highegg@gmail.com>
parents: 8019
diff changeset
426
8019
0ef13e15319b replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents: 8005
diff changeset
427 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
428
0ef13e15319b replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents: 8005
diff changeset
429 * aclocal.m4 (OCTAVE_STRING_NPOS): Delete.
0ef13e15319b replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents: 8005
diff changeset
430 * configure.in (OCTAVE_STRING_NPOS): Delete use.
0ef13e15319b replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents: 8005
diff changeset
431
8003
997d4384cec4 Makefile.in (header-msg): Mention GNU Make; update GCC version info
John W. Eaton <jwe@octave.org>
parents: 8000
diff changeset
432 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
433
8005
c0d7eb662384 run-octave.in: use sed to append : to path elements
John W. Eaton <jwe@octave.org>
parents: 8004
diff changeset
434 * 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
435 * 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
436 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
437 Substitute SED here.
c0d7eb662384 run-octave.in: use sed to append : to path elements
John W. Eaton <jwe@octave.org>
parents: 8004
diff changeset
438
8004
4363bc94171a aclocal.m4 (OCTAVE_PROG_SED): fail if no usable sed is found
John W. Eaton <jwe@octave.org>
parents: 8003
diff changeset
439 * 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
440
8003
997d4384cec4 Makefile.in (header-msg): Mention GNU Make; update GCC version info
John W. Eaton <jwe@octave.org>
parents: 8000
diff changeset
441 * 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
442 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
443
8000
ea3cd9791703 octMakefile.in (DISTFILES): add "missing" to the list
John W. Eaton <jwe@octave.org>
parents: 7996
diff changeset
444 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
445
ea3cd9791703 octMakefile.in (DISTFILES): add "missing" to the list
John W. Eaton <jwe@octave.org>
parents: 7996
diff changeset
446 * 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
447
7996
6a7db240b3a3 configure.in: eliminate CXX_ABI and OCTAVE_CXX_PREPEND_UNDERSCORE
John W. Eaton <jwe@octave.org>
parents: 7993
diff changeset
448 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
449
6a7db240b3a3 configure.in: eliminate CXX_ABI and OCTAVE_CXX_PREPEND_UNDERSCORE
John W. Eaton <jwe@octave.org>
parents: 7993
diff changeset
450 * 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
451 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
452 * 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
453
7993
80a715c4824d aclocal.m4 (OCTAVE_OPENGL): Handle MinGW the same as MSVC
Tatsuro MATSUOKA
parents: 7990
diff changeset
454 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
455
80a715c4824d aclocal.m4 (OCTAVE_OPENGL): Handle MinGW the same as MSVC
Tatsuro MATSUOKA
parents: 7990
diff changeset
456 * 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
457
7990
86dae6e5b83c Initial update of NEWS for 3.2 release
David Bateman <dbateman@free.fr>
parents: 7958
diff changeset
458 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
459
86dae6e5b83c Initial update of NEWS for 3.2 release
David Bateman <dbateman@free.fr>
parents: 7958
diff changeset
460 * NEWS.3: Copy from NEWS.
86dae6e5b83c Initial update of NEWS for 3.2 release
David Bateman <dbateman@free.fr>
parents: 7958
diff changeset
461 * 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
462
7958
9939bb6332a3 FTGL configure test fix
John W. Eaton <jwe@octave.org>
parents: 7956
diff changeset
463 2008-07-21 John W. Eaton <jwe@octave.org>
9939bb6332a3 FTGL configure test fix
John W. Eaton <jwe@octave.org>
parents: 7956
diff changeset
464
9939bb6332a3 FTGL configure test fix
John W. Eaton <jwe@octave.org>
parents: 7956
diff changeset
465 * configure.in: If FTGL.h is found, then also include
9939bb6332a3 FTGL configure test fix
John W. Eaton <jwe@octave.org>
parents: 7956
diff changeset
466 FTGLTextureFont.h in test code.
9939bb6332a3 FTGL configure test fix
John W. Eaton <jwe@octave.org>
parents: 7956
diff changeset
467
7956
0da8455b31c1 Remove unneeded substituted variable
John W. Eaton <jwe@octave.org>
parents: 7954
diff changeset
468 2008-07-21 Michael Goffioul <michael.goffioul@gmail.com>
0da8455b31c1 Remove unneeded substituted variable
John W. Eaton <jwe@octave.org>
parents: 7954
diff changeset
469
0da8455b31c1 Remove unneeded substituted variable
John W. Eaton <jwe@octave.org>
parents: 7954
diff changeset
470 * configure.in: Remove GRAPHICS_OPENGL variable.
0da8455b31c1 Remove unneeded substituted variable
John W. Eaton <jwe@octave.org>
parents: 7954
diff changeset
471
7954
3ffc34caec65 configure fixes
John W. Eaton <jwe@octave.org>
parents: 7953
diff changeset
472 2008-07-21 John W. Eaton <jwe@octave.org>
3ffc34caec65 configure fixes
John W. Eaton <jwe@octave.org>
parents: 7953
diff changeset
473
3ffc34caec65 configure fixes
John W. Eaton <jwe@octave.org>
parents: 7953
diff changeset
474 * aclocal.m4 (OCTAVE_OPENGL): Fix shell syntax problems.
3ffc34caec65 configure fixes
John W. Eaton <jwe@octave.org>
parents: 7953
diff changeset
475 Handle HAVE_GL_GL_H and HAVE_OPENGL_GL_H in link test.
3ffc34caec65 configure fixes
John W. Eaton <jwe@octave.org>
parents: 7953
diff changeset
476
3ffc34caec65 configure fixes
John W. Eaton <jwe@octave.org>
parents: 7953
diff changeset
477 * configure.in: Don't define and substitute FLTK_BACKEND_SRC or
3ffc34caec65 configure fixes
John W. Eaton <jwe@octave.org>
parents: 7953
diff changeset
478 GL_RENDER_SRC.
3ffc34caec65 configure fixes
John W. Eaton <jwe@octave.org>
parents: 7953
diff changeset
479 (HAVE_FLTK): AC_DEFINE if FLTK is available.
3ffc34caec65 configure fixes
John W. Eaton <jwe@octave.org>
parents: 7953
diff changeset
480 (HAVE_OPENGL): AC_DEFINE if OpenGL is available.
3ffc34caec65 configure fixes
John W. Eaton <jwe@octave.org>
parents: 7953
diff changeset
481
7953
efabe34cce70 make configure compatible with FTGL ver <= 2.1.2
Jaroslav Hajek <highegg@gmail.com>
parents: 7951
diff changeset
482 2008-07-21 Jaroslav Hajek <highegg@gmail.com>
efabe34cce70 make configure compatible with FTGL ver <= 2.1.2
Jaroslav Hajek <highegg@gmail.com>
parents: 7951
diff changeset
483
efabe34cce70 make configure compatible with FTGL ver <= 2.1.2
Jaroslav Hajek <highegg@gmail.com>
parents: 7951
diff changeset
484 * 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
485 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
486
7951
9d102940bdc7 Include acx_blas_f77_func.m4 in the distribution tarball
Rafael Laboissiere <rafael@debian.org>
parents: 7945
diff changeset
487 2008-07-19 Rafael Laboissiere <rafael@debia8n.org>
9d102940bdc7 Include acx_blas_f77_func.m4 in the distribution tarball
Rafael Laboissiere <rafael@debian.org>
parents: 7945
diff changeset
488
9d102940bdc7 Include acx_blas_f77_func.m4 in the distribution tarball
Rafael Laboissiere <rafael@debian.org>
parents: 7945
diff changeset
489 * 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
490 the list.
9d102940bdc7 Include acx_blas_f77_func.m4 in the distribution tarball
Rafael Laboissiere <rafael@debian.org>
parents: 7945
diff changeset
491
7945
456578a22388 check for OpenGL/gl[u].h
carlo@guglielmo.local
parents: 7944
diff changeset
492 2008-07-18 Carlo de Falco <carlo.defalco@gmail.com>
456578a22388 check for OpenGL/gl[u].h
carlo@guglielmo.local
parents: 7944
diff changeset
493
456578a22388 check for OpenGL/gl[u].h
carlo@guglielmo.local
parents: 7944
diff changeset
494 * aclocal.m4: Search for gl.h and glu.h in OpenGL/ as well as in GL/.
456578a22388 check for OpenGL/gl[u].h
carlo@guglielmo.local
parents: 7944
diff changeset
495
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
496 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
497
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
498 * 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
499 (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
500 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
501
7937
6661387827d6 Allow build without GraphicsMagick installed
David Bateman <dbateman@free.fr>
parents: 7934
diff changeset
502 2008-07-17 David Bateman <dbateman@free.fr>
6661387827d6 Allow build without GraphicsMagick installed
David Bateman <dbateman@free.fr>
parents: 7934
diff changeset
503
6661387827d6 Allow build without GraphicsMagick installed
David Bateman <dbateman@free.fr>
parents: 7934
diff changeset
504 * configure.in (HAVE_MAGICK): New define for presence of
6661387827d6 Allow build without GraphicsMagick installed
David Bateman <dbateman@free.fr>
parents: 7934
diff changeset
505 GraphicsMagick.
6661387827d6 Allow build without GraphicsMagick installed
David Bateman <dbateman@free.fr>
parents: 7934
diff changeset
506
7934
5a156ab94dd2 Add octave_mutex class
John W. Eaton <jwe@octave.org>
parents: 7926
diff changeset
507 2008-07-16 Michael Goffioul <michael.goffioul@gmail.com>
5a156ab94dd2 Add octave_mutex class
John W. Eaton <jwe@octave.org>
parents: 7926
diff changeset
508
5a156ab94dd2 Add octave_mutex class
John W. Eaton <jwe@octave.org>
parents: 7926
diff changeset
509 * configure.in: Add check for pthread.h.
5a156ab94dd2 Add octave_mutex class
John W. Eaton <jwe@octave.org>
parents: 7926
diff changeset
510
7926
d74f996e005d __magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents: 7916
diff changeset
511 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
512
d74f996e005d __magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents: 7916
diff changeset
513 * Makeconf.in (MAGICK_CONFIG): Substitute here.
d74f996e005d __magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents: 7916
diff changeset
514 (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
515 config script.
d74f996e005d __magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents: 7916
diff changeset
516 (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
517 list of substitutions.
d74f996e005d __magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents: 7916
diff changeset
518 * 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
519
7915
d74e515cb535 configure.in: check for ftgl.h instead of FTGL.h
John W. Eaton <jwe@octave.org>
parents: 7914
diff changeset
520 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
521
7916
f805e026c481 octMakefile.in (DIRS_TO_MAKE): update list
John W. Eaton <jwe@octave.org>
parents: 7915
diff changeset
522 * 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
523 $(localoctfilepath) from the list. Include $(datadir)
f805e026c481 octMakefile.in (DIRS_TO_MAKE): update list
John W. Eaton <jwe@octave.org>
parents: 7915
diff changeset
524 $(localfcnfiledir) $(localapifcnfiledir) $(localverfcnfiledir)
f805e026c481 octMakefile.in (DIRS_TO_MAKE): update list
John W. Eaton <jwe@octave.org>
parents: 7915
diff changeset
525 $(localoctfiledir) $(localapioctfiledir) $(localveroctfiledir)
f805e026c481 octMakefile.in (DIRS_TO_MAKE): update list
John W. Eaton <jwe@octave.org>
parents: 7915
diff changeset
526 $(imagedir) and $(localapiarchlibdir) in the list.
f805e026c481 octMakefile.in (DIRS_TO_MAKE): update list
John W. Eaton <jwe@octave.org>
parents: 7915
diff changeset
527
7915
d74e515cb535 configure.in: check for ftgl.h instead of FTGL.h
John W. Eaton <jwe@octave.org>
parents: 7914
diff changeset
528 * 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
529 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
530
7914
e998e81224b5 Various compilation fixes for MSVC.
John W. Eaton <jwe@octave.org>
parents: 7905
diff changeset
531 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
532
bcacdcc726f7 Allow octave compilation without FLTK/OpenGL
John W. Eaton <jwe@octave.org>
parents: 7887
diff changeset
533 * 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
534 FLTK_BACKEND_SRC.
bcacdcc726f7 Allow octave compilation without FLTK/OpenGL
John W. Eaton <jwe@octave.org>
parents: 7887
diff changeset
535
7914
e998e81224b5 Various compilation fixes for MSVC.
John W. Eaton <jwe@octave.org>
parents: 7905
diff changeset
536 2008-06-20 Michael Goffioul <michael.goffioul@gmail.com>
e998e81224b5 Various compilation fixes for MSVC.
John W. Eaton <jwe@octave.org>
parents: 7905
diff changeset
537
e998e81224b5 Various compilation fixes for MSVC.
John W. Eaton <jwe@octave.org>
parents: 7905
diff changeset
538 * Makeconf.in: Add GRAPHICS_CFLAGS substitution.
e998e81224b5 Various compilation fixes for MSVC.
John W. Eaton <jwe@octave.org>
parents: 7905
diff changeset
539 * configure.in: Add checks for hypotf and _hypotf.
e998e81224b5 Various compilation fixes for MSVC.
John W. Eaton <jwe@octave.org>
parents: 7905
diff changeset
540
7887
627b10572d82 configure.in: fix invalid placement of variables restoration statements
Jaroslav Hajek <highegg@gmail.com>
parents: 7874
diff changeset
541 2008-06-12 Jaroslav Hajek <highegg@gmail.com>
627b10572d82 configure.in: fix invalid placement of variables restoration statements
Jaroslav Hajek <highegg@gmail.com>
parents: 7874
diff changeset
542
627b10572d82 configure.in: fix invalid placement of variables restoration statements
Jaroslav Hajek <highegg@gmail.com>
parents: 7874
diff changeset
543 * 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
544 the proper block.
627b10572d82 configure.in: fix invalid placement of variables restoration statements
Jaroslav Hajek <highegg@gmail.com>
parents: 7874
diff changeset
545
7874
e3a502930e2a eliminate src/graphics subdirectory
John W. Eaton <jwe@octave.org>
parents: 7863
diff changeset
546 2008-06-05 John W. Eaton <jwe@octave.org>
e3a502930e2a eliminate src/graphics subdirectory
John W. Eaton <jwe@octave.org>
parents: 7863
diff changeset
547
e3a502930e2a eliminate src/graphics subdirectory
John W. Eaton <jwe@octave.org>
parents: 7863
diff changeset
548 * 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
549 Don't add FT2_LIBS to LIBS.
e3a502930e2a eliminate src/graphics subdirectory
John W. Eaton <jwe@octave.org>
parents: 7863
diff changeset
550 Don't generate src/graphics/Makefile, src/graphics/Makerules,
e3a502930e2a eliminate src/graphics subdirectory
John W. Eaton <jwe@octave.org>
parents: 7863
diff changeset
551 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
552
e3a502930e2a eliminate src/graphics subdirectory
John W. Eaton <jwe@octave.org>
parents: 7863
diff changeset
553 * Makeconf.in (FT2_LIBS, GRAPHICS_LIBS): Substitute here.
e3a502930e2a eliminate src/graphics subdirectory
John W. Eaton <jwe@octave.org>
parents: 7863
diff changeset
554
7834
caab78e7e377 added checks for fltk & freetype in configure script
Shai Ayal <shaiay@sourceforge.net>
parents: 7825
diff changeset
555 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
556
7863
2a62d45fa21d added check for FTGL library
Shai Ayal <shaiay@users.sourceforge.net>
parents: 7834
diff changeset
557 * 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
558 Include FT_CFLAGS in CXXFLAGS.
2a62d45fa21d added check for FTGL library
Shai Ayal <shaiay@users.sourceforge.net>
parents: 7834
diff changeset
559
2a62d45fa21d added check for FTGL library
Shai Ayal <shaiay@users.sourceforge.net>
parents: 7834
diff changeset
560 * aclocal.m4 (OCTAVE_OPENGL): Note FIXME for apple.
2a62d45fa21d added check for FTGL library
Shai Ayal <shaiay@users.sourceforge.net>
parents: 7834
diff changeset
561
2a62d45fa21d added check for FTGL library
Shai Ayal <shaiay@users.sourceforge.net>
parents: 7834
diff changeset
562 * configure.in: Check for FTGL library.
2a62d45fa21d added check for FTGL library
Shai Ayal <shaiay@users.sourceforge.net>
parents: 7834
diff changeset
563
7834
caab78e7e377 added checks for fltk & freetype in configure script
Shai Ayal <shaiay@sourceforge.net>
parents: 7825
diff changeset
564 * 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
565
caab78e7e377 added checks for fltk & freetype in configure script
Shai Ayal <shaiay@sourceforge.net>
parents: 7825
diff changeset
566 * 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
567
caab78e7e377 added checks for fltk & freetype in configure script
Shai Ayal <shaiay@sourceforge.net>
parents: 7825
diff changeset
568 * 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
569
7823
feaaf725c54f Ignore build directories.
Michael Goffioul <michael.goffioul@gmail.com>
parents: 7806
diff changeset
570 2008-06-04 Michael Goffioul <michael.goffioul@gmail.com>
feaaf725c54f Ignore build directories.
Michael Goffioul <michael.goffioul@gmail.com>
parents: 7806
diff changeset
571
7834
caab78e7e377 added checks for fltk & freetype in configure script
Shai Ayal <shaiay@sourceforge.net>
parents: 7825
diff changeset
572 * 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
573
7825
13871b7de124 Import sources for OpenGL-based renderer.
Michael Goffioul <michael.goffioul@gmail.com>
parents: 7823
diff changeset
574 * 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
575 headers and libraries.
13871b7de124 Import sources for OpenGL-based renderer.
Michael Goffioul <michael.goffioul@gmail.com>
parents: 7823
diff changeset
576 * configure.in (OCTAVE_OPENGL): Use it.
13871b7de124 Import sources for OpenGL-based renderer.
Michael Goffioul <michael.goffioul@gmail.com>
parents: 7823
diff changeset
577 (OCTGRAPHICS_DLL_DEFS): New define to build
13871b7de124 Import sources for OpenGL-based renderer.
Michael Goffioul <michael.goffioul@gmail.com>
parents: 7823
diff changeset
578 graphics-related DLL.
13871b7de124 Import sources for OpenGL-based renderer.
Michael Goffioul <michael.goffioul@gmail.com>
parents: 7823
diff changeset
579 (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
580 related libraries.
13871b7de124 Import sources for OpenGL-based renderer.
Michael Goffioul <michael.goffioul@gmail.com>
parents: 7823
diff changeset
581 * Makeconf.in (OPENGL_LIBS): New variable.
13871b7de124 Import sources for OpenGL-based renderer.
Michael Goffioul <michael.goffioul@gmail.com>
parents: 7823
diff changeset
582
7823
feaaf725c54f Ignore build directories.
Michael Goffioul <michael.goffioul@gmail.com>
parents: 7806
diff changeset
583 * .hgignore: Also ignore build-.*, configure, and autom4te.cache.
feaaf725c54f Ignore build directories.
Michael Goffioul <michael.goffioul@gmail.com>
parents: 7806
diff changeset
584
7806
edc25a3fb2bc handle floats in mk-opts.pl
Jaroslav Hajek <highegg@gmail.com>
parents: 7789
diff changeset
585 2008-05-22 Jaroslav Hajek <highegg@gmail.com>
edc25a3fb2bc handle floats in mk-opts.pl
Jaroslav Hajek <highegg@gmail.com>
parents: 7789
diff changeset
586
edc25a3fb2bc handle floats in mk-opts.pl
Jaroslav Hajek <highegg@gmail.com>
parents: 7789
diff changeset
587 * 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
588 emit_show_function): Support float type.
edc25a3fb2bc handle floats in mk-opts.pl
Jaroslav Hajek <highegg@gmail.com>
parents: 7789
diff changeset
589
7789
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7702
diff changeset
590 2008-05-20 David Bateman <dbateman@free.fr>
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7702
diff changeset
591
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7702
diff changeset
592 * 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
593 log1pf and tgammaf. Also check for libfftw3f.
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7702
diff changeset
594
7702
80b78635eefe Drop the Encoding key
Rafael Laboissiere <rafael@debian.org>
parents: 7698
diff changeset
595 2008-04-09 Rafael Laboissiere <rafael@debian.org>
80b78635eefe Drop the Encoding key
Rafael Laboissiere <rafael@debian.org>
parents: 7698
diff changeset
596
80b78635eefe Drop the Encoding key
Rafael Laboissiere <rafael@debian.org>
parents: 7698
diff changeset
597 * example/octave.desktop.in: Drop the Encoding key, which is
80b78635eefe Drop the Encoding key
Rafael Laboissiere <rafael@debian.org>
parents: 7698
diff changeset
598 deprecated by the FreeDesktop standard.
80b78635eefe Drop the Encoding key
Rafael Laboissiere <rafael@debian.org>
parents: 7698
diff changeset
599
7698
4584feed3ec4 check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents: 7694
diff changeset
600 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
601
4584feed3ec4 check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents: 7694
diff changeset
602 * 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
603
7694
79462337c892 update README.Cygwin
Tatsuro Matsuoka
parents: 7683
diff changeset
604 2008-04-03 Tatsuro MATSUOKA <tmacchant@yahoo.co.jp>
79462337c892 update README.Cygwin
Tatsuro Matsuoka
parents: 7683
diff changeset
605
79462337c892 update README.Cygwin
Tatsuro Matsuoka
parents: 7683
diff changeset
606 * README.Cygwin: Update.
79462337c892 update README.Cygwin
Tatsuro Matsuoka
parents: 7683
diff changeset
607
7683
8136cb19fb7a implement BLAS-F77 call compatibility check
Jaroslav Hajek <highegg@gmail.com>
parents: 7638
diff changeset
608 2008-04-02 Jaroslav Hajek <highegg@gmail.com>
8136cb19fb7a implement BLAS-F77 call compatibility check
Jaroslav Hajek <highegg@gmail.com>
parents: 7638
diff changeset
609
8136cb19fb7a implement BLAS-F77 call compatibility check
Jaroslav Hajek <highegg@gmail.com>
parents: 7638
diff changeset
610 * acx_blas_f77_func.m4: New file.
8136cb19fb7a implement BLAS-F77 call compatibility check
Jaroslav Hajek <highegg@gmail.com>
parents: 7638
diff changeset
611 * 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
612 Supply a warning for incompatible Fortran/BLAS configuration.
8136cb19fb7a implement BLAS-F77 call compatibility check
Jaroslav Hajek <highegg@gmail.com>
parents: 7638
diff changeset
613
7638
2df457529cfa implement expm1 and log1p functions
Jaroslav Hajek <highegg@gmail.com>
parents: 7636
diff changeset
614 2008-03-25 Jaroslav Hajek <highegg@gmail.com>
2df457529cfa implement expm1 and log1p functions
Jaroslav Hajek <highegg@gmail.com>
parents: 7636
diff changeset
615
2df457529cfa implement expm1 and log1p functions
Jaroslav Hajek <highegg@gmail.com>
parents: 7636
diff changeset
616 * configure.in: Check for expm1 and log1p functions.
2df457529cfa implement expm1 and log1p functions
Jaroslav Hajek <highegg@gmail.com>
parents: 7636
diff changeset
617
7636
99c410f7f0b0 implement mapper function for banker's rounding
Jaroslav Hajek <highegg@gmail.com>
parents: 7619
diff changeset
618 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
619
99c410f7f0b0 implement mapper function for banker's rounding
Jaroslav Hajek <highegg@gmail.com>
parents: 7619
diff changeset
620 * configure.in: Check for trunc.
99c410f7f0b0 implement mapper function for banker's rounding
Jaroslav Hajek <highegg@gmail.com>
parents: 7619
diff changeset
621
7619
56012914972a Add the amd function
David Bateman <dbateman@free.fr>
parents: 7601
diff changeset
622 2008-03-21 David Bateman <dbateman@free.fr>
56012914972a Add the amd function
David Bateman <dbateman@free.fr>
parents: 7601
diff changeset
623
56012914972a Add the amd function
David Bateman <dbateman@free.fr>
parents: 7601
diff changeset
624 * configure.in (HAVE_AMD): Complete test for presence of amd.
56012914972a Add the amd function
David Bateman <dbateman@free.fr>
parents: 7601
diff changeset
625
7601
8a939b217863 Treat negative values to lgamma and beta correctly
David Bateman <dbateman@free.fr>
parents: 7579
diff changeset
626 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
627
8a939b217863 Treat negative values to lgamma and beta correctly
David Bateman <dbateman@free.fr>
parents: 7579
diff changeset
628 * 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
629
7579
a74f9679535f run-octave.in: fix typo
David Bateman <dbateman@free.fr>
parents: 7512
diff changeset
630 2008-03-11 David Bateman <dbateman@free.fr>
a74f9679535f run-octave.in: fix typo
David Bateman <dbateman@free.fr>
parents: 7512
diff changeset
631
a74f9679535f run-octave.in: fix typo
David Bateman <dbateman@free.fr>
parents: 7512
diff changeset
632 * run-octave.in: Fix typo.
a74f9679535f run-octave.in: fix typo
David Bateman <dbateman@free.fr>
parents: 7512
diff changeset
633
7512
59bee17bc192 ignore errors installing octave.desktop file
John W. Eaton <jwe@octave.org>
parents: 7483
diff changeset
634 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
635
59bee17bc192 ignore errors installing octave.desktop file
John W. Eaton <jwe@octave.org>
parents: 7483
diff changeset
636 * 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
637 installing octave.desktop file.
59bee17bc192 ignore errors installing octave.desktop file
John W. Eaton <jwe@octave.org>
parents: 7483
diff changeset
638
7483
fb66330b2608 don't special case SH_LD for FreeBSD and OpenBSD
John W. Eaton <jwe@octave.org>
parents: 7482
diff changeset
639 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
640
fb66330b2608 don't special case SH_LD for FreeBSD and OpenBSD
John W. Eaton <jwe@octave.org>
parents: 7482
diff changeset
641 * 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
642
7482
29980c6b8604 don't check f77_exception_encountered
John W. Eaton <jwe@octave.org>
parents: 7449
diff changeset
643 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
644
29980c6b8604 don't check f77_exception_encountered
John W. Eaton <jwe@octave.org>
parents: 7449
diff changeset
645 * 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
646
7449
3184b36b03de [project @ 2008-02-06 08:27:00 by jwe]
jwe
parents: 7448
diff changeset
647 2008-02-06 John W. Eaton <jwe@octave.org>
3184b36b03de [project @ 2008-02-06 08:27:00 by jwe]
jwe
parents: 7448
diff changeset
648
3184b36b03de [project @ 2008-02-06 08:27:00 by jwe]
jwe
parents: 7448
diff changeset
649 * examples/Makefile.in (octave.desktop):
3184b36b03de [project @ 2008-02-06 08:27:00 by jwe]
jwe
parents: 7448
diff changeset
650 Use mv instead of move-if-change.
3184b36b03de [project @ 2008-02-06 08:27:00 by jwe]
jwe
parents: 7448
diff changeset
651
7448
d21150a19f80 [project @ 2008-02-05 23:11:19 by jwe]
jwe
parents: 7361
diff changeset
652 2008-02-05 John W. Eaton <jwe@octave.org>
d21150a19f80 [project @ 2008-02-05 23:11:19 by jwe]
jwe
parents: 7361
diff changeset
653
d21150a19f80 [project @ 2008-02-05 23:11:19 by jwe]
jwe
parents: 7361
diff changeset
654 * dlfcn/Makefile.in: Unconditionally include $(MAKEDEPS).
d21150a19f80 [project @ 2008-02-05 23:11:19 by jwe]
jwe
parents: 7361
diff changeset
655 Mark $(MAKEDEPS) as .PHONY targets if omit_deps is true.
d21150a19f80 [project @ 2008-02-05 23:11:19 by jwe]
jwe
parents: 7361
diff changeset
656
7361
a2870fd8ac58 [project @ 2008-01-12 07:50:54 by jwe]
jwe
parents: 7334
diff changeset
657 2008-01-12 John W. Eaton <jwe@octave.org>
a2870fd8ac58 [project @ 2008-01-12 07:50:54 by jwe]
jwe
parents: 7334
diff changeset
658
a2870fd8ac58 [project @ 2008-01-12 07:50:54 by jwe]
jwe
parents: 7334
diff changeset
659 * aclocal.m4: Call AC_SUBST instead of AC_DEFINE_UNQOTED for
a2870fd8ac58 [project @ 2008-01-12 07:50:54 by jwe]
jwe
parents: 7334
diff changeset
660 GNUPLOT_BINARY.
a2870fd8ac58 [project @ 2008-01-12 07:50:54 by jwe]
jwe
parents: 7334
diff changeset
661 * aclocal.m4, configure.in: Use GNUPLOT instead of GNUPLOT_BINARY
a2870fd8ac58 [project @ 2008-01-12 07:50:54 by jwe]
jwe
parents: 7334
diff changeset
662 as variable name.
a2870fd8ac58 [project @ 2008-01-12 07:50:54 by jwe]
jwe
parents: 7334
diff changeset
663 * Makeconf.in (GNUPLOT): Substitute.
a2870fd8ac58 [project @ 2008-01-12 07:50:54 by jwe]
jwe
parents: 7334
diff changeset
664 (do-subst-config-vals): Substitute GNUPLOT.
a2870fd8ac58 [project @ 2008-01-12 07:50:54 by jwe]
jwe
parents: 7334
diff changeset
665
7334
274d9642ac10 [project @ 2007-12-22 01:42:45 by jwe]
jwe
parents: 7315
diff changeset
666 2007-12-21 John W. Eaton <jwe@octave.org>
274d9642ac10 [project @ 2007-12-22 01:42:45 by jwe]
jwe
parents: 7315
diff changeset
667
274d9642ac10 [project @ 2007-12-22 01:42:45 by jwe]
jwe
parents: 7315
diff changeset
668 Version 3.0.0 released.
274d9642ac10 [project @ 2007-12-22 01:42:45 by jwe]
jwe
parents: 7315
diff changeset
669
7315
3ceb12c499e9 [project @ 2007-12-13 21:35:36 by jwe]
jwe
parents: 7273
diff changeset
670 2007-12-13 John W. Eaton <jwe@octave.org>
3ceb12c499e9 [project @ 2007-12-13 21:35:36 by jwe]
jwe
parents: 7273
diff changeset
671
3ceb12c499e9 [project @ 2007-12-13 21:35:36 by jwe]
jwe
parents: 7273
diff changeset
672 * octMakefile.in (octave-bug, octave-config, mkoctfile):
3ceb12c499e9 [project @ 2007-12-13 21:35:36 by jwe]
jwe
parents: 7273
diff changeset
673 Also depend on $(top_srcdir)/src/version.h.
3ceb12c499e9 [project @ 2007-12-13 21:35:36 by jwe]
jwe
parents: 7273
diff changeset
674
7273
7e58655dbe23 [project @ 2007-12-10 07:33:20 by jwe]
jwe
parents: 7266
diff changeset
675 2007-12-10 John W. Eaton <jwe@octave.org>
7e58655dbe23 [project @ 2007-12-10 07:33:20 by jwe]
jwe
parents: 7266
diff changeset
676
7e58655dbe23 [project @ 2007-12-10 07:33:20 by jwe]
jwe
parents: 7266
diff changeset
677 * acx_blas.m4: Use -lsunperf, not -xlic_lib=sunperf.
7e58655dbe23 [project @ 2007-12-10 07:33:20 by jwe]
jwe
parents: 7266
diff changeset
678 From Jim Langston <Jim.Langston@Sun.COM>.
7e58655dbe23 [project @ 2007-12-10 07:33:20 by jwe]
jwe
parents: 7266
diff changeset
679
7266
b42f8f3527a5 [project @ 2007-12-06 22:05:23 by jwe]
jwe
parents: 7253
diff changeset
680 2007-12-06 John W. Eaton <jwe@octave.org>
b42f8f3527a5 [project @ 2007-12-06 22:05:23 by jwe]
jwe
parents: 7253
diff changeset
681
b42f8f3527a5 [project @ 2007-12-06 22:05:23 by jwe]
jwe
parents: 7253
diff changeset
682 * configure.in (*-*-darwin*): Only set CPICFLAG, CXXPICFLAG, and
b42f8f3527a5 [project @ 2007-12-06 22:05:23 by jwe]
jwe
parents: 7253
diff changeset
683 FPICFLAG to "" on powerpc systems.
b42f8f3527a5 [project @ 2007-12-06 22:05:23 by jwe]
jwe
parents: 7253
diff changeset
684
7253
c5a024013d2d [project @ 2007-12-04 20:51:24 by jwe]
jwe
parents: 7244
diff changeset
685 2007-12-04 John W. Eaton <jwe@octave.org>
c5a024013d2d [project @ 2007-12-04 20:51:24 by jwe]
jwe
parents: 7244
diff changeset
686
c5a024013d2d [project @ 2007-12-04 20:51:24 by jwe]
jwe
parents: 7244
diff changeset
687 * octave-bug.in (LIBDLFCN): Delete variable and all uses.
c5a024013d2d [project @ 2007-12-04 20:51:24 by jwe]
jwe
parents: 7244
diff changeset
688 * Makeconf.in (LIBDLFCN, DLFCN_INCFLAGS): Likewise.
c5a024013d2d [project @ 2007-12-04 20:51:24 by jwe]
jwe
parents: 7244
diff changeset
689 * configure.in (DLFCN_DIR, LIBDLFCN, DLFCN_INCFLAGS): Likewise.
c5a024013d2d [project @ 2007-12-04 20:51:24 by jwe]
jwe
parents: 7244
diff changeset
690 Don't generate dlfcn/Makefile.
c5a024013d2d [project @ 2007-12-04 20:51:24 by jwe]
jwe
parents: 7244
diff changeset
691 * octMakefile.in (DISTSUBDIRS): Delete dlfcn from the list.
c5a024013d2d [project @ 2007-12-04 20:51:24 by jwe]
jwe
parents: 7244
diff changeset
692 (SUBDIRS): Don't substitute DLFCN_DIR here.
c5a024013d2d [project @ 2007-12-04 20:51:24 by jwe]
jwe
parents: 7244
diff changeset
693
7244
5a9561046b89 [project @ 2007-12-04 02:27:27 by jwe]
jwe
parents: 7237
diff changeset
694 2007-12-03 Moritz Borgmann <octave@moriborg.de>
5a9561046b89 [project @ 2007-12-04 02:27:27 by jwe]
jwe
parents: 7237
diff changeset
695
5a9561046b89 [project @ 2007-12-04 02:27:27 by jwe]
jwe
parents: 7237
diff changeset
696 * Makeconf.in, aclocal.m4, configure.in: Check for find program,
5a9561046b89 [project @ 2007-12-04 02:27:27 by jwe]
jwe
parents: 7237
diff changeset
697 preferably gfind (on non-GNU systems). Need a sane find for
5a9561046b89 [project @ 2007-12-04 02:27:27 by jwe]
jwe
parents: 7237
diff changeset
698 run-octave script.
5a9561046b89 [project @ 2007-12-04 02:27:27 by jwe]
jwe
parents: 7237
diff changeset
699 * run-octave.in: Use FIND and AWK as determined by configure.
5a9561046b89 [project @ 2007-12-04 02:27:27 by jwe]
jwe
parents: 7237
diff changeset
700
7237
7e248dd1e6d5 [project @ 2007-12-03 19:52:47 by jwe]
jwe
parents: 7231
diff changeset
701 2007-12-03 John W. Eaton <jwe@octave.org>
7e248dd1e6d5 [project @ 2007-12-03 19:52:47 by jwe]
jwe
parents: 7231
diff changeset
702
7e248dd1e6d5 [project @ 2007-12-03 19:52:47 by jwe]
jwe
parents: 7231
diff changeset
703 * configure.in: If available, include <sys/types.h> in test for
7e248dd1e6d5 [project @ 2007-12-03 19:52:47 by jwe]
jwe
parents: 7231
diff changeset
704 sigset_t and sig_atomic_t.
7e248dd1e6d5 [project @ 2007-12-03 19:52:47 by jwe]
jwe
parents: 7231
diff changeset
705
7231
2eb392d058bb [project @ 2007-11-30 18:53:29 by jwe]
jwe
parents: 7189
diff changeset
706 2007-11-30 Moritz Borgmann <octave@moriborg.de>
2eb392d058bb [project @ 2007-11-30 18:53:29 by jwe]
jwe
parents: 7189
diff changeset
707
2eb392d058bb [project @ 2007-11-30 18:53:29 by jwe]
jwe
parents: 7189
diff changeset
708 * configure.in: Also check for sunmath.h.
2eb392d058bb [project @ 2007-11-30 18:53:29 by jwe]
jwe
parents: 7189
diff changeset
709
7189
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7177
diff changeset
710 2007-11-26 David Bateman <dbateman@free.fr>
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7177
diff changeset
711
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7177
diff changeset
712 * PROJECTS: condest now implemented.
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7177
diff changeset
713
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7177
diff changeset
714 * NEWS: Document the TeX interpreter mode and its limitations with
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7177
diff changeset
715 gnuplot 4.0.
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7177
diff changeset
716
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7177
diff changeset
717 * NEWS: Document the use of "colormap gmap40" to workaround some
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7177
diff changeset
718 gnuplot 4.0 colormap issues.
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7177
diff changeset
719
7177
57d2546ad8d5 [project @ 2007-11-14 22:21:35 by jwe]
jwe
parents: 7173
diff changeset
720 2007-11-14 John W. Eaton <jwe@octave.org>
57d2546ad8d5 [project @ 2007-11-14 22:21:35 by jwe]
jwe
parents: 7173
diff changeset
721
57d2546ad8d5 [project @ 2007-11-14 22:21:35 by jwe]
jwe
parents: 7173
diff changeset
722 * configure.in: Don't create Makefrag.bsd.
57d2546ad8d5 [project @ 2007-11-14 22:21:35 by jwe]
jwe
parents: 7173
diff changeset
723
7173
ff2ff2c09865 [project @ 2007-11-14 18:20:49 by jwe]
jwe
parents: 7171
diff changeset
724 2007-11-14 Joseph P. Skudlarek <Jskud@Jskud.com>
ff2ff2c09865 [project @ 2007-11-14 18:20:49 by jwe]
jwe
parents: 7171
diff changeset
725
ff2ff2c09865 [project @ 2007-11-14 18:20:49 by jwe]
jwe
parents: 7171
diff changeset
726 * configure.in: Rework pcre.h tests to work with autoconf 2.59,
ff2ff2c09865 [project @ 2007-11-14 18:20:49 by jwe]
jwe
parents: 7171
diff changeset
727 and avoid explicit pcre/pcre.h check by using pcre-config.
ff2ff2c09865 [project @ 2007-11-14 18:20:49 by jwe]
jwe
parents: 7171
diff changeset
728
7171
9bc096bc59d4 [project @ 2007-11-13 18:02:51 by jwe]
jwe
parents: 7169
diff changeset
729 2007-11-13 Joseph P. Skudlarek <Jskud@Jskud.com>
9bc096bc59d4 [project @ 2007-11-13 18:02:51 by jwe]
jwe
parents: 7169
diff changeset
730
9bc096bc59d4 [project @ 2007-11-13 18:02:51 by jwe]
jwe
parents: 7169
diff changeset
731 * octave-bug.in: Try mailx, then Mail, then /usr/ucb/mail, then
9bc096bc59d4 [project @ 2007-11-13 18:02:51 by jwe]
jwe
parents: 7169
diff changeset
732 /bin/mail.
9bc096bc59d4 [project @ 2007-11-13 18:02:51 by jwe]
jwe
parents: 7169
diff changeset
733
7169
f83b2ca41b05 [project @ 2007-11-13 17:17:38 by jwe]
jwe
parents: 7155
diff changeset
734 2007-11-13 John W. Eaton <jwe@octave.org>
f83b2ca41b05 [project @ 2007-11-13 17:17:38 by jwe]
jwe
parents: 7155
diff changeset
735
f83b2ca41b05 [project @ 2007-11-13 17:17:38 by jwe]
jwe
parents: 7155
diff changeset
736 * configure.in: Only define HAVE_PCRE_H if <pcre.h> has the
f83b2ca41b05 [project @ 2007-11-13 17:17:38 by jwe]
jwe
parents: 7155
diff changeset
737 definitions we need. Likewise for <pcre/pcre.h>.
f83b2ca41b05 [project @ 2007-11-13 17:17:38 by jwe]
jwe
parents: 7155
diff changeset
738
7155
6ca57492b26e [project @ 2007-11-10 05:14:23 by jwe]
jwe
parents: 7117
diff changeset
739 2007-11-10 John W. Eaton <jwe@octave.org>
6ca57492b26e [project @ 2007-11-10 05:14:23 by jwe]
jwe
parents: 7117
diff changeset
740
6ca57492b26e [project @ 2007-11-10 05:14:23 by jwe]
jwe
parents: 7117
diff changeset
741 * configure.in: Delete AC_SUBST_FILE(f77_rules_frag).
6ca57492b26e [project @ 2007-11-10 05:14:23 by jwe]
jwe
parents: 7117
diff changeset
742
7117
373c39904877 [project @ 2007-11-07 18:48:00 by jwe]
jwe
parents: 7095
diff changeset
743 2007-11-07 John W. Eaton <jwe@octave.org>
373c39904877 [project @ 2007-11-07 18:48:00 by jwe]
jwe
parents: 7095
diff changeset
744
373c39904877 [project @ 2007-11-07 18:48:00 by jwe]
jwe
parents: 7095
diff changeset
745 * configure.in: Also check for pcre/pcre.h.
373c39904877 [project @ 2007-11-07 18:48:00 by jwe]
jwe
parents: 7095
diff changeset
746
7095
efd16513ff8f [project @ 2007-11-01 17:37:21 by jwe]
jwe
parents: 7088
diff changeset
747 2007-11-01 John W. Eaton <jwe@octave.org>
efd16513ff8f [project @ 2007-11-01 17:37:21 by jwe]
jwe
parents: 7088
diff changeset
748
efd16513ff8f [project @ 2007-11-01 17:37:21 by jwe]
jwe
parents: 7088
diff changeset
749 * configure.in: Delete BLAS library calling convention
efd16513ff8f [project @ 2007-11-01 17:37:21 by jwe]
jwe
parents: 7088
diff changeset
750 compatibility check.
efd16513ff8f [project @ 2007-11-01 17:37:21 by jwe]
jwe
parents: 7088
diff changeset
751
7088
5eb3db6e4042 [project @ 2007-10-31 20:35:10 by jwe]
jwe
parents: 7081
diff changeset
752 2007-10-31 John W. Eaton <jwe@octave.org>
5eb3db6e4042 [project @ 2007-10-31 20:35:10 by jwe]
jwe
parents: 7081
diff changeset
753
5eb3db6e4042 [project @ 2007-10-31 20:35:10 by jwe]
jwe
parents: 7081
diff changeset
754 * README.binary-dist: Delete.
5eb3db6e4042 [project @ 2007-10-31 20:35:10 by jwe]
jwe
parents: 7081
diff changeset
755
5eb3db6e4042 [project @ 2007-10-31 20:35:10 by jwe]
jwe
parents: 7081
diff changeset
756 * README.MachTen: Delete.
5eb3db6e4042 [project @ 2007-10-31 20:35:10 by jwe]
jwe
parents: 7081
diff changeset
757 * octMakefile.in (DISTFILES): Remove it from the list.
5eb3db6e4042 [project @ 2007-10-31 20:35:10 by jwe]
jwe
parents: 7081
diff changeset
758
7081
503001863427 [project @ 2007-10-31 01:08:14 by jwe]
jwe
parents: 7075
diff changeset
759 2007-10-30 David Bateman <dbateman@free.fr>
503001863427 [project @ 2007-10-31 01:08:14 by jwe]
jwe
parents: 7075
diff changeset
760
503001863427 [project @ 2007-10-31 01:08:14 by jwe]
jwe
parents: 7075
diff changeset
761 * examples/addtwomatrices.cc, examples/celldemo.cc,
503001863427 [project @ 2007-10-31 01:08:14 by jwe]
jwe
parents: 7075
diff changeset
762 examples/firstmexdemo.c, examples/fortdemo.cc, examples/fortsub.f,
503001863427 [project @ 2007-10-31 01:08:14 by jwe]
jwe
parents: 7075
diff changeset
763 examples/funcdemo.cc, examples/globaldemo.cc,
503001863427 [project @ 2007-10-31 01:08:14 by jwe]
jwe
parents: 7075
diff changeset
764 examples/helloworld.cc, examples/mycell.c, examples/myfeval.c,
503001863427 [project @ 2007-10-31 01:08:14 by jwe]
jwe
parents: 7075
diff changeset
765 examples/myfunc.c, examples/mypow2.c, examples/mysparse.c,
503001863427 [project @ 2007-10-31 01:08:14 by jwe]
jwe
parents: 7075
diff changeset
766 examples/mystring.c, examples/mystruct.c, examples/paramdemo.cc,
503001863427 [project @ 2007-10-31 01:08:14 by jwe]
jwe
parents: 7075
diff changeset
767 examples/stringdemo.cc, examples/structdemo.cc,
503001863427 [project @ 2007-10-31 01:08:14 by jwe]
jwe
parents: 7075
diff changeset
768 examples/unwinddemo.cc: Doc fixes for small book format.
503001863427 [project @ 2007-10-31 01:08:14 by jwe]
jwe
parents: 7075
diff changeset
769
7075
1558d3dab722 [project @ 2007-10-26 18:22:04 by jwe]
jwe
parents: 7067
diff changeset
770 2007-10-26 Michael Goffioul <michael.goffioul@gmail.com>
1558d3dab722 [project @ 2007-10-26 18:22:04 by jwe]
jwe
parents: 7067
diff changeset
771
1558d3dab722 [project @ 2007-10-26 18:22:04 by jwe]
jwe
parents: 7067
diff changeset
772 * Makeconf.in: Remove UNSETCOMSPEC trick.
1558d3dab722 [project @ 2007-10-26 18:22:04 by jwe]
jwe
parents: 7067
diff changeset
773
7067
88417316c1b0 [project @ 2007-10-25 06:57:16 by jwe]
jwe
parents: 7063
diff changeset
774 2007-10-25 John W. Eaton <jwe@octave.org>
88417316c1b0 [project @ 2007-10-25 06:57:16 by jwe]
jwe
parents: 7063
diff changeset
775
88417316c1b0 [project @ 2007-10-25 06:57:16 by jwe]
jwe
parents: 7063
diff changeset
776 * configure.in (AH_BOTTOM): Define OCTAVE_EMPTY_CPP_ARG here.
88417316c1b0 [project @ 2007-10-25 06:57:16 by jwe]
jwe
parents: 7063
diff changeset
777
7058
ad2aaf824128 [project @ 2007-10-24 06:15:39 by jwe]
jwe
parents: 7054
diff changeset
778 2007-10-24 John W. Eaton <jwe@octave.org>
ad2aaf824128 [project @ 2007-10-24 06:15:39 by jwe]
jwe
parents: 7054
diff changeset
779
7063
58102cc15ddf [project @ 2007-10-24 20:35:19 by jwe]
jwe
parents: 7062
diff changeset
780 * octMakefile.in (maintainer-clean distclean): No need to delete
58102cc15ddf [project @ 2007-10-24 20:35:19 by jwe]
jwe
parents: 7062
diff changeset
781 Makefrag.f77 and Makerules.f77.
58102cc15ddf [project @ 2007-10-24 20:35:19 by jwe]
jwe
parents: 7062
diff changeset
782 * Makeconf.in: Include rules for making .o files from .f files
58102cc15ddf [project @ 2007-10-24 20:35:19 by jwe]
jwe
parents: 7062
diff changeset
783 instead of substituting @f77_rules_frag@.
58102cc15ddf [project @ 2007-10-24 20:35:19 by jwe]
jwe
parents: 7062
diff changeset
784 * configure.in): Delete handling of --with-f2c and --with-f77
58102cc15ddf [project @ 2007-10-24 20:35:19 by jwe]
jwe
parents: 7062
diff changeset
785 options. No need to call OCTAVE_CHECK_EXCLUSIVE_WITH_OPTIONS.
58102cc15ddf [project @ 2007-10-24 20:35:19 by jwe]
jwe
parents: 7062
diff changeset
786 Delete all special cases for f2c.
58102cc15ddf [project @ 2007-10-24 20:35:19 by jwe]
jwe
parents: 7062
diff changeset
787 * aclocal.m4 (OCTAVE_CHECK_EXCLUSIVE_WITH_OPTIONS): Delete macro.
58102cc15ddf [project @ 2007-10-24 20:35:19 by jwe]
jwe
parents: 7062
diff changeset
788
7062
1eb94c1da37d [project @ 2007-10-24 19:57:57 by jwe]
jwe
parents: 7061
diff changeset
789 * FLEX.patch: Delete obsolete file.
1eb94c1da37d [project @ 2007-10-24 19:57:57 by jwe]
jwe
parents: 7061
diff changeset
790 * octMakefile.in (DISTFILES): Remove it from the list.
1eb94c1da37d [project @ 2007-10-24 19:57:57 by jwe]
jwe
parents: 7061
diff changeset
791
1eb94c1da37d [project @ 2007-10-24 19:57:57 by jwe]
jwe
parents: 7061
diff changeset
792 * acx_blas.m4: Use "-Wl,-framework -Wl,vecLib" instead of
1eb94c1da37d [project @ 2007-10-24 19:57:57 by jwe]
jwe
parents: 7061
diff changeset
793 just "-framework vecLib" in test for Mac OS X test.
1eb94c1da37d [project @ 2007-10-24 19:57:57 by jwe]
jwe
parents: 7061
diff changeset
794
7061
005c785b8d81 [project @ 2007-10-24 19:00:12 by jwe]
jwe
parents: 7058
diff changeset
795 * configure.in, aclocal.m4: Avoid AC_TRY_EVAL.
005c785b8d81 [project @ 2007-10-24 19:00:12 by jwe]
jwe
parents: 7058
diff changeset
796
7058
ad2aaf824128 [project @ 2007-10-24 06:15:39 by jwe]
jwe
parents: 7054
diff changeset
797 * aclocal.m4 (OCTAVE_STRPTIME_BROKEN): New macro.
ad2aaf824128 [project @ 2007-10-24 06:15:39 by jwe]
jwe
parents: 7054
diff changeset
798 * configure.in: Use it.
ad2aaf824128 [project @ 2007-10-24 06:15:39 by jwe]
jwe
parents: 7054
diff changeset
799
7054
1c5b2b5b58ba [project @ 2007-10-23 23:22:16 by jwe]
jwe
parents: 7036
diff changeset
800 2007-10-23 John W. Eaton <jwe@octave.org>
1c5b2b5b58ba [project @ 2007-10-23 23:22:16 by jwe]
jwe
parents: 7036
diff changeset
801
1c5b2b5b58ba [project @ 2007-10-23 23:22:16 by jwe]
jwe
parents: 7036
diff changeset
802 * configure.in: When checking for -lf2c, set F2CLIBS instad of
1c5b2b5b58ba [project @ 2007-10-23 23:22:16 by jwe]
jwe
parents: 7036
diff changeset
803 FLIBS, then set FLIBS to $F2CLIBS just before printing the summary.
1c5b2b5b58ba [project @ 2007-10-23 23:22:16 by jwe]
jwe
parents: 7036
diff changeset
804 Check for BLAS library calling convention compatibility.
1c5b2b5b58ba [project @ 2007-10-23 23:22:16 by jwe]
jwe
parents: 7036
diff changeset
805
7036
daff886a8e2a [project @ 2007-10-17 19:02:10 by jwe]
jwe
parents: 7017
diff changeset
806 2007-10-17 John W. Eaton <jwe@octave.org>
daff886a8e2a [project @ 2007-10-17 19:02:10 by jwe]
jwe
parents: 7017
diff changeset
807
daff886a8e2a [project @ 2007-10-17 19:02:10 by jwe]
jwe
parents: 7017
diff changeset
808 * configure.in: Delete checks for METIS.
daff886a8e2a [project @ 2007-10-17 19:02:10 by jwe]
jwe
parents: 7017
diff changeset
809
7016
93c65f2a5668 [project @ 2007-10-12 06:40:56 by jwe]
jwe
parents: 7014
diff changeset
810 2007-10-12 John W. Eaton <jwe@octave.org>
93c65f2a5668 [project @ 2007-10-12 06:40:56 by jwe]
jwe
parents: 7014
diff changeset
811
7017
a1dbe9d80eee [project @ 2007-10-12 21:27:11 by jwe]
jwe
parents: 7016
diff changeset
812 * mk-opts.pl (parse_input): Allow comment lines beginning with #.
a1dbe9d80eee [project @ 2007-10-12 21:27:11 by jwe]
jwe
parents: 7016
diff changeset
813
7016
93c65f2a5668 [project @ 2007-10-12 06:40:56 by jwe]
jwe
parents: 7014
diff changeset
814 * Change copyright notices in all files that are part of Octave to
93c65f2a5668 [project @ 2007-10-12 06:40:56 by jwe]
jwe
parents: 7014
diff changeset
815 GPLv3 or any later version.
93c65f2a5668 [project @ 2007-10-12 06:40:56 by jwe]
jwe
parents: 7014
diff changeset
816
93c65f2a5668 [project @ 2007-10-12 06:40:56 by jwe]
jwe
parents: 7014
diff changeset
817 * COPYING: Update to GPLv3.
93c65f2a5668 [project @ 2007-10-12 06:40:56 by jwe]
jwe
parents: 7014
diff changeset
818
93c65f2a5668 [project @ 2007-10-12 06:40:56 by jwe]
jwe
parents: 7014
diff changeset
819 * run-octave.in: List args explicitly in exec command.
93c65f2a5668 [project @ 2007-10-12 06:40:56 by jwe]
jwe
parents: 7014
diff changeset
820
7014
4389f6bc1ae0 [project @ 2007-10-11 22:36:07 by jwe]
jwe
parents: 7001
diff changeset
821 2007-10-11 John W. Eaton <jwe@octave.org>
4389f6bc1ae0 [project @ 2007-10-11 22:36:07 by jwe]
jwe
parents: 7001
diff changeset
822
4389f6bc1ae0 [project @ 2007-10-11 22:36:07 by jwe]
jwe
parents: 7001
diff changeset
823 * config.guess, config.sub: Update from FSF sources.
4389f6bc1ae0 [project @ 2007-10-11 22:36:07 by jwe]
jwe
parents: 7001
diff changeset
824
7001
8b0cfeb06365 [project @ 2007-10-10 18:02:59 by jwe]
jwe
parents: 6987
diff changeset
825 2007-10-10 Kim Hansen <kimhanse@gmail.com>
8b0cfeb06365 [project @ 2007-10-10 18:02:59 by jwe]
jwe
parents: 6987
diff changeset
826
8b0cfeb06365 [project @ 2007-10-10 18:02:59 by jwe]
jwe
parents: 6987
diff changeset
827 * run-octave.in: Use $args. Eliminate "if [ -n "$args" ]" conditional.
8b0cfeb06365 [project @ 2007-10-10 18:02:59 by jwe]
jwe
parents: 6987
diff changeset
828
6987
deb175b6e4a1 [project @ 2007-10-09 18:39:15 by jwe]
jwe
parents: 6980
diff changeset
829 2007-10-09 John W. Eaton <jwe@octave.org>
deb175b6e4a1 [project @ 2007-10-09 18:39:15 by jwe]
jwe
parents: 6980
diff changeset
830
deb175b6e4a1 [project @ 2007-10-09 18:39:15 by jwe]
jwe
parents: 6980
diff changeset
831 * gdbinit.in: Delete.
deb175b6e4a1 [project @ 2007-10-09 18:39:15 by jwe]
jwe
parents: 6980
diff changeset
832 * octMakefile.in (DISTFILES): Remove it from the list.
deb175b6e4a1 [project @ 2007-10-09 18:39:15 by jwe]
jwe
parents: 6980
diff changeset
833 (.gdbinit): Delete rule.
deb175b6e4a1 [project @ 2007-10-09 18:39:15 by jwe]
jwe
parents: 6980
diff changeset
834 (maintainer-clean, distclean): No need to delete .gdbinit.
deb175b6e4a1 [project @ 2007-10-09 18:39:15 by jwe]
jwe
parents: 6980
diff changeset
835
deb175b6e4a1 [project @ 2007-10-09 18:39:15 by jwe]
jwe
parents: 6980
diff changeset
836 2007-10-09 Kim Hansen <kimhanse@gmail.com>
deb175b6e4a1 [project @ 2007-10-09 18:39:15 by jwe]
jwe
parents: 6980
diff changeset
837
deb175b6e4a1 [project @ 2007-10-09 18:39:15 by jwe]
jwe
parents: 6980
diff changeset
838 * run-octave.in: Use gdb with --args, not .gdbinit.
deb175b6e4a1 [project @ 2007-10-09 18:39:15 by jwe]
jwe
parents: 6980
diff changeset
839
6980
e5d51f9fa1c9 [project @ 2007-10-08 21:52:04 by jwe]
jwe
parents: 6969
diff changeset
840 2007-10-08 John W. Eaton <jwe@octave.org>
e5d51f9fa1c9 [project @ 2007-10-08 21:52:04 by jwe]
jwe
parents: 6969
diff changeset
841
e5d51f9fa1c9 [project @ 2007-10-08 21:52:04 by jwe]
jwe
parents: 6969
diff changeset
842 * emacs/octave-hlp.el, emacs/octave-inf.el, emacs/octave-mod.el:
e5d51f9fa1c9 [project @ 2007-10-08 21:52:04 by jwe]
jwe
parents: 6969
diff changeset
843 Sync with GNU Emacs versions.
e5d51f9fa1c9 [project @ 2007-10-08 21:52:04 by jwe]
jwe
parents: 6969
diff changeset
844 * emacs/octave-mod.el: Delete last two args from calls to
e5d51f9fa1c9 [project @ 2007-10-08 21:52:04 by jwe]
jwe
parents: 6969
diff changeset
845 define-abbrev.
e5d51f9fa1c9 [project @ 2007-10-08 21:52:04 by jwe]
jwe
parents: 6969
diff changeset
846
6969
0a64abe792f4 [project @ 2007-10-06 14:15:19 by jwe]
jwe
parents: 6957
diff changeset
847 2007-10-06 John W. Eaton <jwe@octave.org>
0a64abe792f4 [project @ 2007-10-06 14:15:19 by jwe]
jwe
parents: 6957
diff changeset
848
0a64abe792f4 [project @ 2007-10-06 14:15:19 by jwe]
jwe
parents: 6957
diff changeset
849 * configure.in: Check for lgamma and tgamma.
0a64abe792f4 [project @ 2007-10-06 14:15:19 by jwe]
jwe
parents: 6957
diff changeset
850
6957
768a19157591 [project @ 2007-10-04 17:58:36 by jwe]
jwe
parents: 6955
diff changeset
851 2007-10-04 John W. Eaton <jwe@octave.org>
768a19157591 [project @ 2007-10-04 17:58:36 by jwe]
jwe
parents: 6955
diff changeset
852
768a19157591 [project @ 2007-10-04 17:58:36 by jwe]
jwe
parents: 6955
diff changeset
853 * configure.in (UGLY_DEFS): Delete special case for darwin.
768a19157591 [project @ 2007-10-04 17:58:36 by jwe]
jwe
parents: 6955
diff changeset
854
6955
4aef2ca14cf9 [project @ 2007-10-04 16:38:11 by jwe]
jwe
parents: 6941
diff changeset
855 2007-10-03 John W. Eaton <jwe@octave.org>
4aef2ca14cf9 [project @ 2007-10-04 16:38:11 by jwe]
jwe
parents: 6941
diff changeset
856
4aef2ca14cf9 [project @ 2007-10-04 16:38:11 by jwe]
jwe
parents: 6941
diff changeset
857 * aclocal.m4 (OCTAVE_PROG_SED): Also check for \(X\|Y\) style
4aef2ca14cf9 [project @ 2007-10-04 16:38:11 by jwe]
jwe
parents: 6941
diff changeset
858 regular expression alternation.
4aef2ca14cf9 [project @ 2007-10-04 16:38:11 by jwe]
jwe
parents: 6941
diff changeset
859
6941
3d555cd5ad0f [project @ 2007-10-01 18:58:29 by jwe]
jwe
parents: 6915
diff changeset
860 2007-10-01 John W. Eaton <jwe@octave.org>
3d555cd5ad0f [project @ 2007-10-01 18:58:29 by jwe]
jwe
parents: 6915
diff changeset
861
3d555cd5ad0f [project @ 2007-10-01 18:58:29 by jwe]
jwe
parents: 6915
diff changeset
862 * aclocal.m4 (OCTAVE_CHECK_STRPTIME): Delete.
3d555cd5ad0f [project @ 2007-10-01 18:58:29 by jwe]
jwe
parents: 6915
diff changeset
863 * configure.in: Don't use OCTAVE_CHECK_STRPTIME, simply check for
3d555cd5ad0f [project @ 2007-10-01 18:58:29 by jwe]
jwe
parents: 6915
diff changeset
864 strptime.
3d555cd5ad0f [project @ 2007-10-01 18:58:29 by jwe]
jwe
parents: 6915
diff changeset
865
6915
3fb60fc8139f [project @ 2007-09-19 16:55:31 by jwe]
jwe
parents: 6913
diff changeset
866 2007-09-18 Thomas Treichl <Thomas.Treichl@gmx.net>
6913
f779c83d6ccf [project @ 2007-09-18 18:58:12 by jwe]
jwe
parents: 6870
diff changeset
867
f779c83d6ccf [project @ 2007-09-18 18:58:12 by jwe]
jwe
parents: 6870
diff changeset
868 * aclocal.m4 (OCTAVE_CHECK_STRPTIME): New macro.
f779c83d6ccf [project @ 2007-09-18 18:58:12 by jwe]
jwe
parents: 6870
diff changeset
869 * configure.in: Use it.
f779c83d6ccf [project @ 2007-09-18 18:58:12 by jwe]
jwe
parents: 6870
diff changeset
870
6870
e2e5425905ac [project @ 2007-09-06 20:18:20 by jwe]
jwe
parents: 6855
diff changeset
871 2007-09-06 John W. Eaton <jwe@octave.org>
e2e5425905ac [project @ 2007-09-06 20:18:20 by jwe]
jwe
parents: 6855
diff changeset
872
e2e5425905ac [project @ 2007-09-06 20:18:20 by jwe]
jwe
parents: 6855
diff changeset
873 * configure.in: Avoid broken strptime function on Cygwin systems.
e2e5425905ac [project @ 2007-09-06 20:18:20 by jwe]
jwe
parents: 6855
diff changeset
874
6855
a052825889a0 [project @ 2007-09-01 00:08:16 by dbateman]
dbateman
parents: 6829
diff changeset
875 2007-09-01 David Bateman <dbateman@free.fr>
a052825889a0 [project @ 2007-09-01 00:08:16 by dbateman]
dbateman
parents: 6829
diff changeset
876
a052825889a0 [project @ 2007-09-01 00:08:16 by dbateman]
dbateman
parents: 6829
diff changeset
877 * configure.in: AC_SUBST and check the variable TEXINFO_QHULL.
a052825889a0 [project @ 2007-09-01 00:08:16 by dbateman]
dbateman
parents: 6829
diff changeset
878 * Makeconf.in: Use it.
a052825889a0 [project @ 2007-09-01 00:08:16 by dbateman]
dbateman
parents: 6829
diff changeset
879
6829
6c85f7d37e61 [project @ 2007-08-24 20:23:21 by dbateman]
dbateman
parents: 6827
diff changeset
880 2007-08-24 David Bateman <dbateman@free.fr>
6c85f7d37e61 [project @ 2007-08-24 20:23:21 by dbateman]
dbateman
parents: 6827
diff changeset
881
6c85f7d37e61 [project @ 2007-08-24 20:23:21 by dbateman]
dbateman
parents: 6827
diff changeset
882 * configure.in: Extra Qhull bits.
6c85f7d37e61 [project @ 2007-08-24 20:23:21 by dbateman]
dbateman
parents: 6827
diff changeset
883
6827
647cad232070 [project @ 2007-08-24 16:38:05 by jwe]
jwe
parents: 6823
diff changeset
884 2007-08-24 Kim Hansen <kimhanse@gmail.com>
647cad232070 [project @ 2007-08-24 16:38:05 by jwe]
jwe
parents: 6823
diff changeset
885
647cad232070 [project @ 2007-08-24 16:38:05 by jwe]
jwe
parents: 6823
diff changeset
886 * run-octave.in: Use `command` instead of $(command) to accomodate
647cad232070 [project @ 2007-08-24 16:38:05 by jwe]
jwe
parents: 6823
diff changeset
887 brain-dead shells.
647cad232070 [project @ 2007-08-24 16:38:05 by jwe]
jwe
parents: 6823
diff changeset
888
6823
9fddcc586065 [project @ 2007-08-24 08:27:27 by dbateman]
dbateman
parents: 6822
diff changeset
889 2007-08-24 David Bateman <dbateman@free.fr>
9fddcc586065 [project @ 2007-08-24 08:27:27 by dbateman]
dbateman
parents: 6822
diff changeset
890
9fddcc586065 [project @ 2007-08-24 08:27:27 by dbateman]
dbateman
parents: 6822
diff changeset
891 * configure.in: Probe for the use of Qhull.
9fddcc586065 [project @ 2007-08-24 08:27:27 by dbateman]
dbateman
parents: 6822
diff changeset
892 * aclocal.m4 (AC_CHECK_QHULL_VERSION): Macro to check whether
9fddcc586065 [project @ 2007-08-24 08:27:27 by dbateman]
dbateman
parents: 6822
diff changeset
893 Qhull needs a version number.
9fddcc586065 [project @ 2007-08-24 08:27:27 by dbateman]
dbateman
parents: 6822
diff changeset
894 * Makeconf.in: Add QHULL_LIBS.
9fddcc586065 [project @ 2007-08-24 08:27:27 by dbateman]
dbateman
parents: 6822
diff changeset
895
6822
5c4702203cc4 [project @ 2007-08-23 19:43:07 by jwe]
jwe
parents: 6821
diff changeset
896 2007-08-23 John W. Eaton <jwe@octave.org>
5c4702203cc4 [project @ 2007-08-23 19:43:07 by jwe]
jwe
parents: 6821
diff changeset
897
5c4702203cc4 [project @ 2007-08-23 19:43:07 by jwe]
jwe
parents: 6821
diff changeset
898 * aclocal.m4 (OCTAVE_PROG_SED): Don't clobber value from environment.
5c4702203cc4 [project @ 2007-08-23 19:43:07 by jwe]
jwe
parents: 6821
diff changeset
899 From: Christian Cornelssen <ccorn@cs.tu-berlin.de>.
5c4702203cc4 [project @ 2007-08-23 19:43:07 by jwe]
jwe
parents: 6821
diff changeset
900
6821
b5d4d61d6bad [project @ 2007-08-23 17:32:49 by jwe]
jwe
parents: 6812
diff changeset
901 2007-08-23 Thomas Weber <thomas.weber.mail@gmail.com>
b5d4d61d6bad [project @ 2007-08-23 17:32:49 by jwe]
jwe
parents: 6812
diff changeset
902
b5d4d61d6bad [project @ 2007-08-23 17:32:49 by jwe]
jwe
parents: 6812
diff changeset
903 * aclocal.m4 (OCTAVE_PROG_GNUPLOT): Drop check for multiple plot
b5d4d61d6bad [project @ 2007-08-23 17:32:49 by jwe]
jwe
parents: 6812
diff changeset
904 windows.
b5d4d61d6bad [project @ 2007-08-23 17:32:49 by jwe]
jwe
parents: 6812
diff changeset
905
6812
da3d4bb32f35 [project @ 2007-08-10 20:14:19 by jwe]
jwe
parents: 6804
diff changeset
906 2007-08-10 S�ren Hauberg <hauberg@gmail.com>
da3d4bb32f35 [project @ 2007-08-10 20:14:19 by jwe]
jwe
parents: 6804
diff changeset
907
da3d4bb32f35 [project @ 2007-08-10 20:14:19 by jwe]
jwe
parents: 6804
diff changeset
908 * ROADMAP: Update for current sources.
da3d4bb32f35 [project @ 2007-08-10 20:14:19 by jwe]
jwe
parents: 6804
diff changeset
909
6804
4d3fa8841006 [project @ 2007-07-26 18:44:06 by jwe]
jwe
parents: 6796
diff changeset
910 2007-07-26 John W. Eaton <jwe@octave.org>
4d3fa8841006 [project @ 2007-07-26 18:44:06 by jwe]
jwe
parents: 6796
diff changeset
911
4d3fa8841006 [project @ 2007-07-26 18:44:06 by jwe]
jwe
parents: 6796
diff changeset
912 * configure.in: Also look for glpk/glpk.h.
4d3fa8841006 [project @ 2007-07-26 18:44:06 by jwe]
jwe
parents: 6796
diff changeset
913
6796
59c0c3637633 [project @ 2007-07-25 15:45:04 by jwe]
jwe
parents: 6794
diff changeset
914 2007-07-25 David Bateman <dbateman@free.fr>
59c0c3637633 [project @ 2007-07-25 15:45:04 by jwe]
jwe
parents: 6794
diff changeset
915
59c0c3637633 [project @ 2007-07-25 15:45:04 by jwe]
jwe
parents: 6794
diff changeset
916 * octMakefile.in, dlfcn/Makefile.in, emacs/Makefile.in,
59c0c3637633 [project @ 2007-07-25 15:45:04 by jwe]
jwe
parents: 6794
diff changeset
917 examples/Makefile.in, test/Makefile.in: Adjust DISTFILES to allow
59c0c3637633 [project @ 2007-07-25 15:45:04 by jwe]
jwe
parents: 6794
diff changeset
918 out of tree "make dist" to work.
59c0c3637633 [project @ 2007-07-25 15:45:04 by jwe]
jwe
parents: 6794
diff changeset
919
6794
5e4ae36ffdb2 [project @ 2007-07-24 22:53:53 by jwe]
jwe
parents: 6789
diff changeset
920 2007-07-24 Michael Goffioul <michael.goffioul@swing.be>
5e4ae36ffdb2 [project @ 2007-07-24 22:53:53 by jwe]
jwe
parents: 6789
diff changeset
921
5e4ae36ffdb2 [project @ 2007-07-24 22:53:53 by jwe]
jwe
parents: 6789
diff changeset
922 * configure.in (*-*-msdosmsvc): Only add -g to DL_LDFLAGS and
5e4ae36ffdb2 [project @ 2007-07-24 22:53:53 by jwe]
jwe
parents: 6789
diff changeset
923 SH_LDFLAGS if either CFLAGS or CXXFLAGS contains -g.
5e4ae36ffdb2 [project @ 2007-07-24 22:53:53 by jwe]
jwe
parents: 6789
diff changeset
924
6789
166f388b5173 [project @ 2007-07-24 16:38:46 by jwe]
jwe
parents: 6782
diff changeset
925 2007-07-24 Rafael Laboissiere <rafael@debian.org>
166f388b5173 [project @ 2007-07-24 16:38:46 by jwe]
jwe
parents: 6782
diff changeset
926
166f388b5173 [project @ 2007-07-24 16:38:46 by jwe]
jwe
parents: 6782
diff changeset
927 * Makeconf.in (RUNTEST): Delete variable substitution.
166f388b5173 [project @ 2007-07-24 16:38:46 by jwe]
jwe
parents: 6782
diff changeset
928 (do-subst-config-vals): Don't substitute %OCTAVE_CONF_RUNTEST%.
166f388b5173 [project @ 2007-07-24 16:38:46 by jwe]
jwe
parents: 6782
diff changeset
929
6782
e3f06290847c [project @ 2007-07-20 16:08:21 by jwe]
jwe
parents: 6755
diff changeset
930 2007-07-20 Thomas Treichl <Thomas.Treichl@gmx.net>
e3f06290847c [project @ 2007-07-20 16:08:21 by jwe]
jwe
parents: 6755
diff changeset
931
e3f06290847c [project @ 2007-07-20 16:08:21 by jwe]
jwe
parents: 6755
diff changeset
932 * mkoctfile.in: Fix typo.
e3f06290847c [project @ 2007-07-20 16:08:21 by jwe]
jwe
parents: 6755
diff changeset
933
6755
55411ecc8d8b [project @ 2007-06-25 18:16:58 by jwe]
jwe
parents: 6742
diff changeset
934 2007-06-25 John W. Eaton <jwe@octave.org>
55411ecc8d8b [project @ 2007-06-25 18:16:58 by jwe]
jwe
parents: 6742
diff changeset
935
55411ecc8d8b [project @ 2007-06-25 18:16:58 by jwe]
jwe
parents: 6742
diff changeset
936 * mk-opts.pl (emit_print_function): Make generated function print
55411ecc8d8b [project @ 2007-06-25 18:16:58 by jwe]
jwe
parents: 6742
diff changeset
937 to ostream (passed as arg) instead of local buffer. Don't call
55411ecc8d8b [project @ 2007-06-25 18:16:58 by jwe]
jwe
parents: 6742
diff changeset
938 print_usage in generated function.
55411ecc8d8b [project @ 2007-06-25 18:16:58 by jwe]
jwe
parents: 6742
diff changeset
939 (emit_options_function): Fix call to print_${class_name} in
55411ecc8d8b [project @ 2007-06-25 18:16:58 by jwe]
jwe
parents: 6742
diff changeset
940 generated to pass octave_stdout as arg.
55411ecc8d8b [project @ 2007-06-25 18:16:58 by jwe]
jwe
parents: 6742
diff changeset
941
6742
ebf96cc00ee9 [project @ 2007-06-18 16:27:52 by jwe]
jwe
parents: 6732
diff changeset
942 2007-06-18 John W. Eaton <jwe@octave.org>
ebf96cc00ee9 [project @ 2007-06-18 16:27:52 by jwe]
jwe
parents: 6732
diff changeset
943
ebf96cc00ee9 [project @ 2007-06-18 16:27:52 by jwe]
jwe
parents: 6732
diff changeset
944 * emacs/octave-inf.el (inferior-octave-prompt): Match "octave.bin"
ebf96cc00ee9 [project @ 2007-06-18 16:27:52 by jwe]
jwe
parents: 6732
diff changeset
945 and "octave.exe" in addition to "octave".
ebf96cc00ee9 [project @ 2007-06-18 16:27:52 by jwe]
jwe
parents: 6732
diff changeset
946
6732
4ba39e63b005 [project @ 2007-06-15 18:07:29 by jwe]
jwe
parents: 6724
diff changeset
947 2007-06-15 John W. Eaton <jwe@octave.org>
4ba39e63b005 [project @ 2007-06-15 18:07:29 by jwe]
jwe
parents: 6724
diff changeset
948
4ba39e63b005 [project @ 2007-06-15 18:07:29 by jwe]
jwe
parents: 6724
diff changeset
949 * run-octave.in: Use simple string concatenation instead of
4ba39e63b005 [project @ 2007-06-15 18:07:29 by jwe]
jwe
parents: 6724
diff changeset
950 sprintf in AWK program.
4ba39e63b005 [project @ 2007-06-15 18:07:29 by jwe]
jwe
parents: 6724
diff changeset
951
6710
95ecf87531ca [project @ 2007-06-13 06:57:27 by jwe]
jwe
parents: 6704
diff changeset
952 2007-06-13 Michael Goffioul <michael.goffioul@swing.be>
95ecf87531ca [project @ 2007-06-13 06:57:27 by jwe]
jwe
parents: 6704
diff changeset
953
6724
388747e3d96b [project @ 2007-06-14 17:04:52 by jwe]
jwe
parents: 6719
diff changeset
954 * configure.in: Set NO_OCT_FILE_STRIP=true for msdosmsvc.
388747e3d96b [project @ 2007-06-14 17:04:52 by jwe]
jwe
parents: 6719
diff changeset
955
388747e3d96b [project @ 2007-06-14 17:04:52 by jwe]
jwe
parents: 6719
diff changeset
956 * aclocal.m4 (OCTAVE_HDF5_DLL): Include return statements in
388747e3d96b [project @ 2007-06-14 17:04:52 by jwe]
jwe
parents: 6719
diff changeset
957 function body used for test.
388747e3d96b [project @ 2007-06-14 17:04:52 by jwe]
jwe
parents: 6719
diff changeset
958
6719
30e1320bb0ee [project @ 2007-06-13 22:22:51 by dbateman]
dbateman
parents: 6710
diff changeset
959 * configure.in: Check for CXSparse with C++.
6724
388747e3d96b [project @ 2007-06-14 17:04:52 by jwe]
jwe
parents: 6719
diff changeset
960
6710
95ecf87531ca [project @ 2007-06-13 06:57:27 by jwe]
jwe
parents: 6704
diff changeset
961 * Makeconf.in (do-subst-config-vals): Also substitute ${libdir} as
95ecf87531ca [project @ 2007-06-13 06:57:27 by jwe]
jwe
parents: 6704
diff changeset
962 OCTAVE_CONF_LIBDIR.
95ecf87531ca [project @ 2007-06-13 06:57:27 by jwe]
jwe
parents: 6704
diff changeset
963 * mkoctfile.in: Set DEFAULT_LIBDIR and substitute OCTAVE_HOME.
95ecf87531ca [project @ 2007-06-13 06:57:27 by jwe]
jwe
parents: 6704
diff changeset
964 Define LIBDIR. Use LIBDIR to set DEFAULT_LFLAGS.
95ecf87531ca [project @ 2007-06-13 06:57:27 by jwe]
jwe
parents: 6704
diff changeset
965
6704
781777998927 [project @ 2007-06-13 05:23:56 by jwe]
jwe
parents: 6694
diff changeset
966 2007-06-12 Benjamin Lindner <lindnerben@gmx.net>
781777998927 [project @ 2007-06-13 05:23:56 by jwe]
jwe
parents: 6694
diff changeset
967
781777998927 [project @ 2007-06-13 05:23:56 by jwe]
jwe
parents: 6694
diff changeset
968 * configure.in: For mingw, add -lws2_32 -lkernel32 to LIBS and set
781777998927 [project @ 2007-06-13 05:23:56 by jwe]
jwe
parents: 6694
diff changeset
969 _USE_MATH_DEFINES same as for msvc.
781777998927 [project @ 2007-06-13 05:23:56 by jwe]
jwe
parents: 6694
diff changeset
970
6694
3d913ba36b75 [project @ 2007-06-06 06:08:25 by jwe]
jwe
parents: 6686
diff changeset
971 2007-06-06 Michael Goffioul <michael.goffioul@swing.be>
3d913ba36b75 [project @ 2007-06-06 06:08:25 by jwe]
jwe
parents: 6686
diff changeset
972
3d913ba36b75 [project @ 2007-06-06 06:08:25 by jwe]
jwe
parents: 6686
diff changeset
973 * configure.in: Check for utime.h and sys/utime.h headers.
3d913ba36b75 [project @ 2007-06-06 06:08:25 by jwe]
jwe
parents: 6686
diff changeset
974 Check for utime, _chmod, _utime, and _utime32 functions.
3d913ba36b75 [project @ 2007-06-06 06:08:25 by jwe]
jwe
parents: 6686
diff changeset
975
6686
2aad75fcc93a [project @ 2007-06-03 20:58:28 by dbateman]
dbateman
parents: 6682
diff changeset
976 2007-06-03 David Bateman <dbateman@free.fr>
2aad75fcc93a [project @ 2007-06-03 20:58:28 by dbateman]
dbateman
parents: 6682
diff changeset
977
2aad75fcc93a [project @ 2007-06-03 20:58:28 by dbateman]
dbateman
parents: 6682
diff changeset
978 * configure.in (AC_CONFIG_FILES): Add src/mxarray.h
2aad75fcc93a [project @ 2007-06-03 20:58:28 by dbateman]
dbateman
parents: 6682
diff changeset
979 * examples/mycell.c, examples/mypow2.c, examples/mysparse.c,
2aad75fcc93a [project @ 2007-06-03 20:58:28 by dbateman]
dbateman
parents: 6682
diff changeset
980 examples/mystring.c, examples/mystruct.c: Use mwSize and mwIndex,
2aad75fcc93a [project @ 2007-06-03 20:58:28 by dbateman]
dbateman
parents: 6682
diff changeset
981 rather than int for indexing to conform to new mex API.
2aad75fcc93a [project @ 2007-06-03 20:58:28 by dbateman]
dbateman
parents: 6682
diff changeset
982
6682
1e440ccda1ca [project @ 2007-06-01 19:34:56 by jwe]
jwe
parents: 6668
diff changeset
983 2007-06-01 John W. Eaton <jwe@octave.org>
1e440ccda1ca [project @ 2007-06-01 19:34:56 by jwe]
jwe
parents: 6668
diff changeset
984
1e440ccda1ca [project @ 2007-06-01 19:34:56 by jwe]
jwe
parents: 6668
diff changeset
985 * configure.in (*-*-darwin*): Fix quoting and construction of
1e440ccda1ca [project @ 2007-06-01 19:34:56 by jwe]
jwe
parents: 6668
diff changeset
986 MKOCTFILE_DL_LDFLAGS.
1e440ccda1ca [project @ 2007-06-01 19:34:56 by jwe]
jwe
parents: 6668
diff changeset
987 * mkoctfile.in (DEFAULT_BINDIR, EXEEXT): New substitutions.
1e440ccda1ca [project @ 2007-06-01 19:34:56 by jwe]
jwe
parents: 6668
diff changeset
988 * Makeconf.in (MKOCTFILE_DL_LDFLAGS): Delete.
1e440ccda1ca [project @ 2007-06-01 19:34:56 by jwe]
jwe
parents: 6668
diff changeset
989 (do-subst-config-vals): Do configure substitution of
1e440ccda1ca [project @ 2007-06-01 19:34:56 by jwe]
jwe
parents: 6668
diff changeset
990 MKOCTFILE_DL_LDFLAGS directly here instead of using intermediate
1e440ccda1ca [project @ 2007-06-01 19:34:56 by jwe]
jwe
parents: 6668
diff changeset
991 variable. Quote this sed substitution with ' instead of ".
1e440ccda1ca [project @ 2007-06-01 19:34:56 by jwe]
jwe
parents: 6668
diff changeset
992
6668
69197bd681f6 [project @ 2007-05-29 07:57:19 by jwe]
jwe
parents: 6654
diff changeset
993 2007-05-29 Steven Mestdagh <steven.mestdagh@esat.kuleuven.be>
69197bd681f6 [project @ 2007-05-29 07:57:19 by jwe]
jwe
parents: 6654
diff changeset
994
69197bd681f6 [project @ 2007-05-29 07:57:19 by jwe]
jwe
parents: 6654
diff changeset
995 * configure.in: Delete spurious "break" in fftw3 check.
69197bd681f6 [project @ 2007-05-29 07:57:19 by jwe]
jwe
parents: 6654
diff changeset
996 Use separate case for SH_LD and SH_LDFLAGS on openbsd.
69197bd681f6 [project @ 2007-05-29 07:57:19 by jwe]
jwe
parents: 6654
diff changeset
997
6654
3390577e4e70 [project @ 2007-05-22 16:33:05 by jwe]
jwe
parents: 6653
diff changeset
998 2007-05-22 John W. Eaton <jwe@octave.org>
3390577e4e70 [project @ 2007-05-22 16:33:05 by jwe]
jwe
parents: 6653
diff changeset
999
3390577e4e70 [project @ 2007-05-22 16:33:05 by jwe]
jwe
parents: 6653
diff changeset
1000 * Makeconf.in (do-script-uninstall): Also remove directory.
3390577e4e70 [project @ 2007-05-22 16:33:05 by jwe]
jwe
parents: 6653
diff changeset
1001
6653
673686daec87 [project @ 2007-05-22 15:36:09 by jwe]
jwe
parents: 6628
diff changeset
1002 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com>
673686daec87 [project @ 2007-05-22 15:36:09 by jwe]
jwe
parents: 6628
diff changeset
1003
673686daec87 [project @ 2007-05-22 15:36:09 by jwe]
jwe
parents: 6628
diff changeset
1004 * NEWS.2, README.MSVC, WWW/NEWS-2.html: Fix typos.
673686daec87 [project @ 2007-05-22 15:36:09 by jwe]
jwe
parents: 6628
diff changeset
1005
6628
d88d66f8cab6 [project @ 2007-05-16 15:11:14 by jwe]
jwe
parents: 6595
diff changeset
1006 2007-05-16 David Bateman <dbateman@free.fr>
d88d66f8cab6 [project @ 2007-05-16 15:11:14 by jwe]
jwe
parents: 6595
diff changeset
1007
d88d66f8cab6 [project @ 2007-05-16 15:11:14 by jwe]
jwe
parents: 6595
diff changeset
1008 * PROJECTS: Update.
d88d66f8cab6 [project @ 2007-05-16 15:11:14 by jwe]
jwe
parents: 6595
diff changeset
1009
6594
5843c11b4006 [project @ 2007-04-27 14:59:58 by jwe]
jwe
parents: 6593
diff changeset
1010 2007-04-27 John W. Eaton <jwe@octave.org>
5843c11b4006 [project @ 2007-04-27 14:59:58 by jwe]
jwe
parents: 6593
diff changeset
1011
5843c11b4006 [project @ 2007-04-27 14:59:58 by jwe]
jwe
parents: 6593
diff changeset
1012 * examples/Makefile.in (SOURCES): Add all example files to the list.
5843c11b4006 [project @ 2007-04-27 14:59:58 by jwe]
jwe
parents: 6593
diff changeset
1013
5843c11b4006 [project @ 2007-04-27 14:59:58 by jwe]
jwe
parents: 6593
diff changeset
1014 * octave-config.in: Don't set PREFIX to OCTAVE_HOME if OCTAVE_HOME
5843c11b4006 [project @ 2007-04-27 14:59:58 by jwe]
jwe
parents: 6593
diff changeset
1015 is empty.
5843c11b4006 [project @ 2007-04-27 14:59:58 by jwe]
jwe
parents: 6593
diff changeset
1016
6593
3da1f4a41455 [project @ 2007-04-27 08:08:19 by dbateman]
dbateman
parents: 6585
diff changeset
1017 2007-04-27 David Bateman <dbateman@free.fr>
3da1f4a41455 [project @ 2007-04-27 08:08:19 by dbateman]
dbateman
parents: 6585
diff changeset
1018
6595
55586d763de1 [project @ 2007-04-27 15:31:10 by dbateman]
dbateman
parents: 6594
diff changeset
1019 * examples/mycell.c, examples/mypow2.c, examples/mystring.c,
55586d763de1 [project @ 2007-04-27 15:31:10 by dbateman]
dbateman
parents: 6594
diff changeset
1020 examples/myprop.c: New example mex files.
6593
3da1f4a41455 [project @ 2007-04-27 08:08:19 by dbateman]
dbateman
parents: 6585
diff changeset
1021
6585
4862205146fd [project @ 2007-04-26 19:00:48 by jwe]
jwe
parents: 6583
diff changeset
1022 2007-04-26 Alex Zvoleff <azvoleff@sbcglobal.net>
4862205146fd [project @ 2007-04-26 19:00:48 by jwe]
jwe
parents: 6583
diff changeset
1023
4862205146fd [project @ 2007-04-26 19:00:48 by jwe]
jwe
parents: 6583
diff changeset
1024 * configure.in: Don't report ARPACK libraries in summary.
4862205146fd [project @ 2007-04-26 19:00:48 by jwe]
jwe
parents: 6583
diff changeset
1025
6580
d2bb3b8a8d20 [project @ 2007-04-25 22:19:03 by dbateman]
dbateman
parents: 6577
diff changeset
1026 2007-04-25 David Bateman <dbateman@free.fr>
d2bb3b8a8d20 [project @ 2007-04-25 22:19:03 by dbateman]
dbateman
parents: 6577
diff changeset
1027
6583
e4ef75fe0bf2 [project @ 2007-04-26 04:01:08 by jwe]
jwe
parents: 6580
diff changeset
1028 * Makeconf.in (do-subst-texinfo-vals): Also substitute abs_top_srcdir.
e4ef75fe0bf2 [project @ 2007-04-26 04:01:08 by jwe]
jwe
parents: 6580
diff changeset
1029
6580
d2bb3b8a8d20 [project @ 2007-04-25 22:19:03 by dbateman]
dbateman
parents: 6577
diff changeset
1030 * examples/myfunc.c, exampples/paramdemo.cc: New files
d2bb3b8a8d20 [project @ 2007-04-25 22:19:03 by dbateman]
dbateman
parents: 6577
diff changeset
1031 * examples/mystruct.c, examples/mysparse.c, fortdemo.cc: Fix a few
d2bb3b8a8d20 [project @ 2007-04-25 22:19:03 by dbateman]
dbateman
parents: 6577
diff changeset
1032 formatting issues when included in texinfo files.
d2bb3b8a8d20 [project @ 2007-04-25 22:19:03 by dbateman]
dbateman
parents: 6577
diff changeset
1033
6573
9180be9d3d08 [project @ 2007-04-25 04:27:16 by jwe]
jwe
parents: 6552
diff changeset
1034 2007-04-25 John W. Eaton <jwe@octave.org>
9180be9d3d08 [project @ 2007-04-25 04:27:16 by jwe]
jwe
parents: 6552
diff changeset
1035
6577
f72d6d4b735a [project @ 2007-04-25 15:54:59 by jwe]
jwe
parents: 6573
diff changeset
1036 * Makeconf.in (do-subst-texinfo-vals): Also substitute top_srcdir.
f72d6d4b735a [project @ 2007-04-25 15:54:59 by jwe]
jwe
parents: 6573
diff changeset
1037
6573
9180be9d3d08 [project @ 2007-04-25 04:27:16 by jwe]
jwe
parents: 6552
diff changeset
1038 * examples/addtwomatrices.cc, examples/celldemo.cc,
9180be9d3d08 [project @ 2007-04-25 04:27:16 by jwe]
jwe
parents: 6552
diff changeset
1039 examples/fortdemo.cc, examples/funcdemo.cc,
9180be9d3d08 [project @ 2007-04-25 04:27:16 by jwe]
jwe
parents: 6552
diff changeset
1040 examples/globaldemo.cc, examples/helloworld.cc,
9180be9d3d08 [project @ 2007-04-25 04:27:16 by jwe]
jwe
parents: 6552
diff changeset
1041 examples/stringdemo.cc, examples/structdemo.cc,
6577
f72d6d4b735a [project @ 2007-04-25 15:54:59 by jwe]
jwe
parents: 6573
diff changeset
1042 examples/unwinddemo.cc, examples/fortsub.f,
f72d6d4b735a [project @ 2007-04-25 15:54:59 by jwe]
jwe
parents: 6573
diff changeset
1043 examples/firstmexdemo.c: New files.
6573
9180be9d3d08 [project @ 2007-04-25 04:27:16 by jwe]
jwe
parents: 6552
diff changeset
1044 * examples/Makefile.in (SOURCES): Add them to the list.
9180be9d3d08 [project @ 2007-04-25 04:27:16 by jwe]
jwe
parents: 6552
diff changeset
1045
6552
d933e1615bb1 [project @ 2007-04-20 14:43:21 by jwe]
jwe
parents: 6477
diff changeset
1046 2007-04-20 John W. Eaton <jwe@octave.org>
d933e1615bb1 [project @ 2007-04-20 14:43:21 by jwe]
jwe
parents: 6477
diff changeset
1047
d933e1615bb1 [project @ 2007-04-20 14:43:21 by jwe]
jwe
parents: 6477
diff changeset
1048 * configure.in: Don't check for ARPACK.
d933e1615bb1 [project @ 2007-04-20 14:43:21 by jwe]
jwe
parents: 6477
diff changeset
1049
6475
5e881924e645 [project @ 2007-03-29 13:28:03 by jwe]
jwe
parents: 6467
diff changeset
1050 2007-03-29 Rafael Laboissiere <rafael@debian.org>
5e881924e645 [project @ 2007-03-29 13:28:03 by jwe]
jwe
parents: 6467
diff changeset
1051
6477
a441d6681364 [project @ 2007-03-29 13:44:44 by jwe]
jwe
parents: 6475
diff changeset
1052 * emacs/octave-mod.el: Drop LOADPATH, INFO_FILE, and
a441d6681364 [project @ 2007-03-29 13:44:44 by jwe]
jwe
parents: 6475
diff changeset
1053 INFO_PROGRAM from octave-variables.
a441d6681364 [project @ 2007-03-29 13:44:44 by jwe]
jwe
parents: 6475
diff changeset
1054
6475
5e881924e645 [project @ 2007-03-29 13:28:03 by jwe]
jwe
parents: 6467
diff changeset
1055 * examples/info-emacs-octave-help, examples/info-emacs-info:
5e881924e645 [project @ 2007-03-29 13:28:03 by jwe]
jwe
parents: 6467
diff changeset
1056 Use gnuclient, not gnudoit.
5e881924e645 [project @ 2007-03-29 13:28:03 by jwe]
jwe
parents: 6467
diff changeset
1057
6466
ed0ea8badbff [project @ 2007-03-27 14:39:18 by jwe]
jwe
parents: 6445
diff changeset
1058 2007-03-27 John W. Eaton <jwe@octave.org>
ed0ea8badbff [project @ 2007-03-27 14:39:18 by jwe]
jwe
parents: 6445
diff changeset
1059
6467
a84de7048629 [project @ 2007-03-27 16:05:15 by jwe]
jwe
parents: 6466
diff changeset
1060 * octMakefile.in (dist, conf-dist): Use ln, not $(LN_S).
a84de7048629 [project @ 2007-03-27 16:05:15 by jwe]
jwe
parents: 6466
diff changeset
1061 * emacs/Makefile.in (dist): Likewise.
a84de7048629 [project @ 2007-03-27 16:05:15 by jwe]
jwe
parents: 6466
diff changeset
1062 * examples/Makefile.in (dist): Likewise.
a84de7048629 [project @ 2007-03-27 16:05:15 by jwe]
jwe
parents: 6466
diff changeset
1063 * dlfcn/Makefile.in (conf-dist): Likewise.
a84de7048629 [project @ 2007-03-27 16:05:15 by jwe]
jwe
parents: 6466
diff changeset
1064
6466
ed0ea8badbff [project @ 2007-03-27 14:39:18 by jwe]
jwe
parents: 6445
diff changeset
1065 * config.guess, config.sub: Update from FSF sources.
ed0ea8badbff [project @ 2007-03-27 14:39:18 by jwe]
jwe
parents: 6445
diff changeset
1066
6445
407c08a8e5b7 [project @ 2007-03-23 19:20:12 by jwe]
jwe
parents: 6428
diff changeset
1067 2007-03-23 John W. Eaton <jwe@octave.org>
407c08a8e5b7 [project @ 2007-03-23 19:20:12 by jwe]
jwe
parents: 6428
diff changeset
1068
407c08a8e5b7 [project @ 2007-03-23 19:20:12 by jwe]
jwe
parents: 6428
diff changeset
1069 * examples/make_int.cc (octave_integer::clone): Return type is
407c08a8e5b7 [project @ 2007-03-23 19:20:12 by jwe]
jwe
parents: 6428
diff changeset
1070 pointer to octave_base_value, not octave_value.
407c08a8e5b7 [project @ 2007-03-23 19:20:12 by jwe]
jwe
parents: 6428
diff changeset
1071 (Fdoit): Rep is reference to octave_base_value, not octave_value.
407c08a8e5b7 [project @ 2007-03-23 19:20:12 by jwe]
jwe
parents: 6428
diff changeset
1072
6428
1a59ba7d32f0 [project @ 2007-03-21 18:57:07 by jwe]
jwe
parents: 6381
diff changeset
1073 2007-03-21 Paul Kienzle <pkienzle@users.sf.net>
1a59ba7d32f0 [project @ 2007-03-21 18:57:07 by jwe]
jwe
parents: 6381
diff changeset
1074
1a59ba7d32f0 [project @ 2007-03-21 18:57:07 by jwe]
jwe
parents: 6381
diff changeset
1075 * octMakefile.in (all): Print message after successful build.
1a59ba7d32f0 [project @ 2007-03-21 18:57:07 by jwe]
jwe
parents: 6381
diff changeset
1076
6381
8a844b3d10b1 [project @ 2007-03-05 18:41:56 by jwe]
jwe
parents: 6366
diff changeset
1077 2007-03-05 John W. Eaton <jwe@octave.org>
8a844b3d10b1 [project @ 2007-03-05 18:41:56 by jwe]
jwe
parents: 6366
diff changeset
1078
8a844b3d10b1 [project @ 2007-03-05 18:41:56 by jwe]
jwe
parents: 6366
diff changeset
1079 * configure.in (GLPK_PRE_4_14): Rename from GLPK_PRE_4_15.
8a844b3d10b1 [project @ 2007-03-05 18:41:56 by jwe]
jwe
parents: 6366
diff changeset
1080
6365
ccdb8ffbb994 [project @ 2007-02-27 19:43:35 by jwe]
jwe
parents: 6358
diff changeset
1081 2007-02-27 John W. Eaton <jwe@octave.org>
ccdb8ffbb994 [project @ 2007-02-27 19:43:35 by jwe]
jwe
parents: 6358
diff changeset
1082
6366
06f26e174fc9 [project @ 2007-02-28 19:16:49 by jwe]
jwe
parents: 6365
diff changeset
1083 * Makeconf.in (do-script-uninstall): Remove PKG_ADD.
06f26e174fc9 [project @ 2007-02-28 19:16:49 by jwe]
jwe
parents: 6365
diff changeset
1084 * examples/Makefile.in (uninstall): Don't remove files listed in
06f26e174fc9 [project @ 2007-02-28 19:16:49 by jwe]
jwe
parents: 6365
diff changeset
1085 $(SCRIPTS) from $(srcdir).
06f26e174fc9 [project @ 2007-02-28 19:16:49 by jwe]
jwe
parents: 6365
diff changeset
1086 Remove www.octave.org-octave.desktop, not octave.desktop.
06f26e174fc9 [project @ 2007-02-28 19:16:49 by jwe]
jwe
parents: 6365
diff changeset
1087
6365
ccdb8ffbb994 [project @ 2007-02-27 19:43:35 by jwe]
jwe
parents: 6358
diff changeset
1088 * run-octave.in (run-octave.in): Use --no-initial-path.
ccdb8ffbb994 [project @ 2007-02-27 19:43:35 by jwe]
jwe
parents: 6358
diff changeset
1089 Rename to qargs to args. Use $args not "$args" when invoking Octave.
ccdb8ffbb994 [project @ 2007-02-27 19:43:35 by jwe]
jwe
parents: 6358
diff changeset
1090 Try harder to get quoting right when passing args to Octave.
ccdb8ffbb994 [project @ 2007-02-27 19:43:35 by jwe]
jwe
parents: 6358
diff changeset
1091
6358
61091f4af6e4 [project @ 2007-02-26 20:46:22 by jwe]
jwe
parents: 6335
diff changeset
1092 2007-02-26 John W. Eaton <jwe@octave.org>
61091f4af6e4 [project @ 2007-02-26 20:46:22 by jwe]
jwe
parents: 6335
diff changeset
1093
61091f4af6e4 [project @ 2007-02-26 20:46:22 by jwe]
jwe
parents: 6335
diff changeset
1094 * octMakefile.in (DISTDIRS): Eliminate variable.
61091f4af6e4 [project @ 2007-02-26 20:46:22 by jwe]
jwe
parents: 6335
diff changeset
1095
6694
3d913ba36b75 [project @ 2007-06-06 06:08:25 by jwe]
jwe
parents: 6686
diff changeset
1096 2007-02-26 Michael Goffioul <michael.goffioul@swing.be>
6358
61091f4af6e4 [project @ 2007-02-26 20:46:22 by jwe]
jwe
parents: 6335
diff changeset
1097
61091f4af6e4 [project @ 2007-02-26 20:46:22 by jwe]
jwe
parents: 6335
diff changeset
1098 * octMakefile.in, dlfcn/Makefile.in, emacs/Makefile.in:
61091f4af6e4 [project @ 2007-02-26 20:46:22 by jwe]
jwe
parents: 6335
diff changeset
1099 Use $(LN_S) instead of ln or ln -s.
61091f4af6e4 [project @ 2007-02-26 20:46:22 by jwe]
jwe
parents: 6335
diff changeset
1100
61091f4af6e4 [project @ 2007-02-26 20:46:22 by jwe]
jwe
parents: 6335
diff changeset
1101 * octMakefile.in (dist): Use -9 instead of --best with gzip/bzip2.
61091f4af6e4 [project @ 2007-02-26 20:46:22 by jwe]
jwe
parents: 6335
diff changeset
1102
6335
de4ae354c831 [project @ 2007-02-21 18:19:07 by jwe]
jwe
parents: 6333
diff changeset
1103 2007-02-21 John W. Eaton <jwe@octave.org>
de4ae354c831 [project @ 2007-02-21 18:19:07 by jwe]
jwe
parents: 6333
diff changeset
1104
de4ae354c831 [project @ 2007-02-21 18:19:07 by jwe]
jwe
parents: 6333
diff changeset
1105 * configure.in: Also warn about missing functionality for
de4ae354c831 [project @ 2007-02-21 18:19:07 by jwe]
jwe
parents: 6333
diff changeset
1106 --without-glpk or --without-curl options. Print curl library
de4ae354c831 [project @ 2007-02-21 18:19:07 by jwe]
jwe
parents: 6333
diff changeset
1107 warning in summary.
de4ae354c831 [project @ 2007-02-21 18:19:07 by jwe]
jwe
parents: 6333
diff changeset
1108
6333
4e81fe3bceff [project @ 2007-02-20 21:05:10 by jwe]
jwe
parents: 6319
diff changeset
1109 2007-02-20 Rafael Laboissiere <rafael@debian.org>
4e81fe3bceff [project @ 2007-02-20 21:05:10 by jwe]
jwe
parents: 6319
diff changeset
1110
4e81fe3bceff [project @ 2007-02-20 21:05:10 by jwe]
jwe
parents: 6319
diff changeset
1111 * configure.in: Check for versions of GLPK prior to 4.15 and set
4e81fe3bceff [project @ 2007-02-20 21:05:10 by jwe]
jwe
parents: 6319
diff changeset
1112 the GLPK_PRE_4_15 macro accordingly.
4e81fe3bceff [project @ 2007-02-20 21:05:10 by jwe]
jwe
parents: 6319
diff changeset
1113
6319
e7e7c338bf99 [project @ 2007-02-16 11:14:44 by jwe]
jwe
parents: 6311
diff changeset
1114 2007-02-16 John W. Eaton <jwe@octave.org>
e7e7c338bf99 [project @ 2007-02-16 11:14:44 by jwe]
jwe
parents: 6311
diff changeset
1115
e7e7c338bf99 [project @ 2007-02-16 11:14:44 by jwe]
jwe
parents: 6311
diff changeset
1116 * mkoctfile.in: Use OCTAVE_PREFIX, not OCTAVE_CONF_PREFIX, in sed
e7e7c338bf99 [project @ 2007-02-16 11:14:44 by jwe]
jwe
parents: 6311
diff changeset
1117 substitutions.
e7e7c338bf99 [project @ 2007-02-16 11:14:44 by jwe]
jwe
parents: 6311
diff changeset
1118 * octave-conf.in: Define DATAROOTDIR, not DATADIR, from
e7e7c338bf99 [project @ 2007-02-16 11:14:44 by jwe]
jwe
parents: 6311
diff changeset
1119 OCTAVE_DATAROOTDIR.
e7e7c338bf99 [project @ 2007-02-16 11:14:44 by jwe]
jwe
parents: 6311
diff changeset
1120 From Michael Goffioul <michael.goffioul@swing.be>.
e7e7c338bf99 [project @ 2007-02-16 11:14:44 by jwe]
jwe
parents: 6311
diff changeset
1121
6311
e2a1aca62551 [project @ 2007-02-15 21:18:34 by jwe]
jwe
parents: 6295
diff changeset
1122 2007-02-15 John W. Eaton <jwe@octave.org>
e2a1aca62551 [project @ 2007-02-15 21:18:34 by jwe]
jwe
parents: 6295
diff changeset
1123
e2a1aca62551 [project @ 2007-02-15 21:18:34 by jwe]
jwe
parents: 6295
diff changeset
1124 * octave-config.in (DATAROOTDIR): Include in list of vars.
e2a1aca62551 [project @ 2007-02-15 21:18:34 by jwe]
jwe
parents: 6295
diff changeset
1125 Substitute OCTAVE_HOME.
e2a1aca62551 [project @ 2007-02-15 21:18:34 by jwe]
jwe
parents: 6295
diff changeset
1126
e2a1aca62551 [project @ 2007-02-15 21:18:34 by jwe]
jwe
parents: 6295
diff changeset
1127 * Makeconf.in (MKOCTFILE_INCFLAGS, MKOCTFILE_LFLAGS): Delete vars.
e2a1aca62551 [project @ 2007-02-15 21:18:34 by jwe]
jwe
parents: 6295
diff changeset
1128 (do-subst-config-vals): Don't substitute them.
e2a1aca62551 [project @ 2007-02-15 21:18:34 by jwe]
jwe
parents: 6295
diff changeset
1129 Also substitute OCTAVE_CONF_INCLUDEDIR, OCTAVE_CONF_OCTINCLUDEDIR,
e2a1aca62551 [project @ 2007-02-15 21:18:34 by jwe]
jwe
parents: 6295
diff changeset
1130 OCTAVE_CONF_OCTLIBDIR, and OCTAVE_CONF_PREFIX here.
e2a1aca62551 [project @ 2007-02-15 21:18:34 by jwe]
jwe
parents: 6295
diff changeset
1131 * mkoctfile.in (OCTAVE_CONF_OCTINCLUDEDIR, OCTAVE_CONF_INCLUDEDIR,
e2a1aca62551 [project @ 2007-02-15 21:18:34 by jwe]
jwe
parents: 6295
diff changeset
1132 OCTAVE_CONF_OCTLIBDIR): Substitute values and perform OCTAVE_HOME
e2a1aca62551 [project @ 2007-02-15 21:18:34 by jwe]
jwe
parents: 6295
diff changeset
1133 substitution here.
e2a1aca62551 [project @ 2007-02-15 21:18:34 by jwe]
jwe
parents: 6295
diff changeset
1134 (DEFAULT_INCFLAGS, DEFAULT_LFLAGS): New variables. Use them to
e2a1aca62551 [project @ 2007-02-15 21:18:34 by jwe]
jwe
parents: 6295
diff changeset
1135 set default values for INCFLAGS and LFLAGS.
e2a1aca62551 [project @ 2007-02-15 21:18:34 by jwe]
jwe
parents: 6295
diff changeset
1136
6295
0fcce0872e02 [project @ 2007-02-10 02:10:21 by jwe]
jwe
parents: 6290
diff changeset
1137 2007-02-09 John W. Eaton <jwe@octave.org>
0fcce0872e02 [project @ 2007-02-10 02:10:21 by jwe]
jwe
parents: 6290
diff changeset
1138
0fcce0872e02 [project @ 2007-02-10 02:10:21 by jwe]
jwe
parents: 6290
diff changeset
1139 * mkoctfile.in: Handle .a files.
0fcce0872e02 [project @ 2007-02-10 02:10:21 by jwe]
jwe
parents: 6290
diff changeset
1140
6286
c6a7b0453f9a [project @ 2007-02-08 19:04:38 by jwe]
jwe
parents: 6279
diff changeset
1141 2007-02-08 John W. Eaton <jwe@octave.org>
c6a7b0453f9a [project @ 2007-02-08 19:04:38 by jwe]
jwe
parents: 6279
diff changeset
1142
6290
750b40fe7b02 [project @ 2007-02-08 20:58:46 by jwe]
jwe
parents: 6289
diff changeset
1143 * octMakefile.in (all): Depend on dist-info-files.
750b40fe7b02 [project @ 2007-02-08 20:58:46 by jwe]
jwe
parents: 6289
diff changeset
1144 (dist): Delete dist-info-files dependency.
750b40fe7b02 [project @ 2007-02-08 20:58:46 by jwe]
jwe
parents: 6289
diff changeset
1145
6286
c6a7b0453f9a [project @ 2007-02-08 19:04:38 by jwe]
jwe
parents: 6279
diff changeset
1146 * configure.in: Rewrite if !( X ) ... fi as if X; true; else ... fi.
6289
e8c4edcfe43d [project @ 2007-02-08 20:06:54 by jwe]
jwe
parents: 6286
diff changeset
1147 Also check for _glp_lpx_simplex.
6286
c6a7b0453f9a [project @ 2007-02-08 19:04:38 by jwe]
jwe
parents: 6279
diff changeset
1148
6279
195382e92d51 [project @ 2007-02-08 03:47:19 by jwe]
jwe
parents: 6276
diff changeset
1149 2007-02-07 John W. Eaton <jwe@octave.org>
195382e92d51 [project @ 2007-02-08 03:47:19 by jwe]
jwe
parents: 6276
diff changeset
1150
195382e92d51 [project @ 2007-02-08 03:47:19 by jwe]
jwe
parents: 6276
diff changeset
1151 * Makeconf.in (do-script-install): Use $(FCN_FILES) for list of
195382e92d51 [project @ 2007-02-08 03:47:19 by jwe]
jwe
parents: 6276
diff changeset
1152 files instead of $(FCN_FILES_NO_DIR). Use basename to get
195382e92d51 [project @ 2007-02-08 03:47:19 by jwe]
jwe
parents: 6276
diff changeset
1153 filename with no directory part.
195382e92d51 [project @ 2007-02-08 03:47:19 by jwe]
jwe
parents: 6276
diff changeset
1154
6276
d26c558691cd [project @ 2007-02-07 09:01:24 by jwe]
jwe
parents: 6271
diff changeset
1155 2007-02-07 Michael Goffioul <michael.goffioul@swing.be>
d26c558691cd [project @ 2007-02-07 09:01:24 by jwe]
jwe
parents: 6271
diff changeset
1156
d26c558691cd [project @ 2007-02-07 09:01:24 by jwe]
jwe
parents: 6271
diff changeset
1157 * aclocal.m4 (OCTAVE_HDF5_DLL): New macro.
d26c558691cd [project @ 2007-02-07 09:01:24 by jwe]
jwe
parents: 6271
diff changeset
1158 * configure.in: Use it.
d26c558691cd [project @ 2007-02-07 09:01:24 by jwe]
jwe
parents: 6271
diff changeset
1159
6270
c8d25f552230 [project @ 2007-02-05 21:41:26 by jwe]
jwe
parents: 6255
diff changeset
1160 2007-02-05 John W. Eaton <jwe@octave.org>
c8d25f552230 [project @ 2007-02-05 21:41:26 by jwe]
jwe
parents: 6255
diff changeset
1161
6271
6fab59e81b4e [project @ 2007-02-06 01:36:46 by jwe]
jwe
parents: 6270
diff changeset
1162 * configure.in: Check for realpath function.
6fab59e81b4e [project @ 2007-02-06 01:36:46 by jwe]
jwe
parents: 6270
diff changeset
1163
6270
c8d25f552230 [project @ 2007-02-05 21:41:26 by jwe]
jwe
parents: 6255
diff changeset
1164 * demo.m: Delete obsolete file.
c8d25f552230 [project @ 2007-02-05 21:41:26 by jwe]
jwe
parents: 6255
diff changeset
1165
6255
c97a1cdea9e7 [project @ 2007-01-29 21:15:28 by jwe]
jwe
parents: 6253
diff changeset
1166 2007-01-29 Michael Goffioul <michael.goffioul@swing.be>
c97a1cdea9e7 [project @ 2007-01-29 21:15:28 by jwe]
jwe
parents: 6253
diff changeset
1167
c97a1cdea9e7 [project @ 2007-01-29 21:15:28 by jwe]
jwe
parents: 6253
diff changeset
1168 * configure.in (*-*-msdosmsvc): Set NO_OCT_FILE_STRIP to true.
c97a1cdea9e7 [project @ 2007-01-29 21:15:28 by jwe]
jwe
parents: 6253
diff changeset
1169
6253
f1676652d808 [project @ 2007-01-24 20:43:36 by jwe]
jwe
parents: 6231
diff changeset
1170 2007-01-24 John W. Eaton <jwe@octave.org>
f1676652d808 [project @ 2007-01-24 20:43:36 by jwe]
jwe
parents: 6231
diff changeset
1171
f1676652d808 [project @ 2007-01-24 20:43:36 by jwe]
jwe
parents: 6231
diff changeset
1172 * octMakefile.in (install): Install NEWS file.
f1676652d808 [project @ 2007-01-24 20:43:36 by jwe]
jwe
parents: 6231
diff changeset
1173 (uninstall): Remove it.
f1676652d808 [project @ 2007-01-24 20:43:36 by jwe]
jwe
parents: 6231
diff changeset
1174
6231
82021cf7e53a [project @ 2007-01-08 19:53:35 by dbateman]
dbateman
parents: 6208
diff changeset
1175 2007-01-08 David Bateman <dbateman@free.fr>
82021cf7e53a [project @ 2007-01-08 19:53:35 by dbateman]
dbateman
parents: 6208
diff changeset
1176
82021cf7e53a [project @ 2007-01-08 19:53:35 by dbateman]
dbateman
parents: 6208
diff changeset
1177 * configure.in: Replace sparsesuite with suitesparse to match
82021cf7e53a [project @ 2007-01-08 19:53:35 by dbateman]
dbateman
parents: 6208
diff changeset
1178 upstream name.
82021cf7e53a [project @ 2007-01-08 19:53:35 by dbateman]
dbateman
parents: 6208
diff changeset
1179
6208
323be5eeed1f [project @ 2006-12-06 20:23:18 by jwe]
jwe
parents: 6201
diff changeset
1180 2006-12-06 Michael Goffioul <michael.goffioul@swing.be>
323be5eeed1f [project @ 2006-12-06 20:23:18 by jwe]
jwe
parents: 6201
diff changeset
1181
323be5eeed1f [project @ 2006-12-06 20:23:18 by jwe]
jwe
parents: 6201
diff changeset
1182 * acx_blas.m4, acx_lapack.m4: Handle f2c calling convention.
323be5eeed1f [project @ 2006-12-06 20:23:18 by jwe]
jwe
parents: 6201
diff changeset
1183
6201
42efaffa4f08 [project @ 2006-12-05 19:45:58 by jwe]
jwe
parents: 6187
diff changeset
1184 2006-12-05 John W. Eaton <jwe@octave.org>
42efaffa4f08 [project @ 2006-12-05 19:45:58 by jwe]
jwe
parents: 6187
diff changeset
1185
42efaffa4f08 [project @ 2006-12-05 19:45:58 by jwe]
jwe
parents: 6187
diff changeset
1186 * configure.in: Don't check for strptime on *-apple-darwin* systems.
42efaffa4f08 [project @ 2006-12-05 19:45:58 by jwe]
jwe
parents: 6187
diff changeset
1187
6187
2a8922007c12 [project @ 2006-11-29 01:59:59 by jwe]
jwe
parents: 6186
diff changeset
1188 2006-11-28 John W. Eaton <jwe@octave.org>
2a8922007c12 [project @ 2006-11-29 01:59:59 by jwe]
jwe
parents: 6186
diff changeset
1189
2a8922007c12 [project @ 2006-11-29 01:59:59 by jwe]
jwe
parents: 6186
diff changeset
1190 * mkoctfile.in: Construct default output file from basename of
2a8922007c12 [project @ 2006-11-29 01:59:59 by jwe]
jwe
parents: 6186
diff changeset
1191 input file name.
2a8922007c12 [project @ 2006-11-29 01:59:59 by jwe]
jwe
parents: 6186
diff changeset
1192
2a8922007c12 [project @ 2006-11-29 01:59:59 by jwe]
jwe
parents: 6186
diff changeset
1193 2006-11-28 David Bateman <dbateman@free.fr>
6186
237a7f535bbc [project @ 2006-11-28 20:13:39 by dbateman]
dbateman
parents: 6170
diff changeset
1194
237a7f535bbc [project @ 2006-11-28 20:13:39 by dbateman]
dbateman
parents: 6170
diff changeset
1195 * configure.in: Check for sparse header files in the sparsesuite
237a7f535bbc [project @ 2006-11-28 20:13:39 by dbateman]
dbateman
parents: 6170
diff changeset
1196 sub-directory. In the cholmod tests, include the camd libraries, as
237a7f535bbc [project @ 2006-11-28 20:13:39 by dbateman]
dbateman
parents: 6170
diff changeset
1197 this might be a dependency for cholmod.
237a7f535bbc [project @ 2006-11-28 20:13:39 by dbateman]
dbateman
parents: 6170
diff changeset
1198
6170
033b9fd8012a [project @ 2006-11-15 18:00:27 by jwe]
jwe
parents: 6161
diff changeset
1199 2006-11-15 John W. Eaton <jwe@octave.org>
033b9fd8012a [project @ 2006-11-15 18:00:27 by jwe]
jwe
parents: 6161
diff changeset
1200
033b9fd8012a [project @ 2006-11-15 18:00:27 by jwe]
jwe
parents: 6161
diff changeset
1201 * run-octave.in: Don't forget LD_PRELOAD if there are args.
033b9fd8012a [project @ 2006-11-15 18:00:27 by jwe]
jwe
parents: 6161
diff changeset
1202
6161
4d90ee4061ef [project @ 2006-11-14 15:12:04 by jwe]
jwe
parents: 6159
diff changeset
1203 2006-11-14 John W. Eaton <jwe@octave.org>
4d90ee4061ef [project @ 2006-11-14 15:12:04 by jwe]
jwe
parents: 6159
diff changeset
1204
4d90ee4061ef [project @ 2006-11-14 15:12:04 by jwe]
jwe
parents: 6159
diff changeset
1205 * configure.in: If warning message is printed, print additional
4d90ee4061ef [project @ 2006-11-14 15:12:04 by jwe]
jwe
parents: 6159
diff changeset
1206 final note about missing libraries.
4d90ee4061ef [project @ 2006-11-14 15:12:04 by jwe]
jwe
parents: 6159
diff changeset
1207
6155
ab5008998876 [project @ 2006-11-13 18:49:52 by jwe]
jwe
parents: 6153
diff changeset
1208 2006-11-13 John W. Eaton <jwe@octave.org>
ab5008998876 [project @ 2006-11-13 18:49:52 by jwe]
jwe
parents: 6153
diff changeset
1209
ab5008998876 [project @ 2006-11-13 18:49:52 by jwe]
jwe
parents: 6153
diff changeset
1210 * run-octave.in: Substitute liboctinterp, liboctave, and libcruft.
ab5008998876 [project @ 2006-11-13 18:49:52 by jwe]
jwe
parents: 6153
diff changeset
1211 Use them to set LD_PRELOAD.
ab5008998876 [project @ 2006-11-13 18:49:52 by jwe]
jwe
parents: 6153
diff changeset
1212 * Makeconf.in (do-subst-script-vals): Also substitute
ab5008998876 [project @ 2006-11-13 18:49:52 by jwe]
jwe
parents: 6153
diff changeset
1213 liboctinterp, liboctave, and libcruft.
ab5008998876 [project @ 2006-11-13 18:49:52 by jwe]
jwe
parents: 6153
diff changeset
1214
6153
e60688a1ea07 [project @ 2006-11-13 17:30:54 by jwe]
jwe
parents: 6152
diff changeset
1215 2006-11-13 Rafael Laboissiere <rafael@debian.org>
e60688a1ea07 [project @ 2006-11-13 17:30:54 by jwe]
jwe
parents: 6152
diff changeset
1216
e60688a1ea07 [project @ 2006-11-13 17:30:54 by jwe]
jwe
parents: 6152
diff changeset
1217 * mkoctfile.in: Add -Wl,... options to ldflags, not pass_on_flags.
e60688a1ea07 [project @ 2006-11-13 17:30:54 by jwe]
jwe
parents: 6152
diff changeset
1218
6152
2eb0723b4fad [project @ 2006-11-11 19:07:17 by jwe]
jwe
parents: 6150
diff changeset
1219 2006-11-11 John W. Eaton <jwe@octave.org>
2eb0723b4fad [project @ 2006-11-11 19:07:17 by jwe]
jwe
parents: 6150
diff changeset
1220
2eb0723b4fad [project @ 2006-11-11 19:07:17 by jwe]
jwe
parents: 6150
diff changeset
1221 * examples/Makefile.in (octave.desktop):
2eb0723b4fad [project @ 2006-11-11 19:07:17 by jwe]
jwe
parents: 6150
diff changeset
1222 Use $(simple-move-if-change-rule) here.
2eb0723b4fad [project @ 2006-11-11 19:07:17 by jwe]
jwe
parents: 6150
diff changeset
1223
2eb0723b4fad [project @ 2006-11-11 19:07:17 by jwe]
jwe
parents: 6150
diff changeset
1224 * Makeconf.in (simple-move-if-change-rule,
2eb0723b4fad [project @ 2006-11-11 19:07:17 by jwe]
jwe
parents: 6150
diff changeset
1225 (builddir-move-if-change-rule): New macros.
2eb0723b4fad [project @ 2006-11-11 19:07:17 by jwe]
jwe
parents: 6150
diff changeset
1226
6812
da3d4bb32f35 [project @ 2007-08-10 20:14:19 by jwe]
jwe
parents: 6804
diff changeset
1227 2006-11-11 S�ren Hauberg <hauberg@gmail.com>
6152
2eb0723b4fad [project @ 2006-11-11 19:07:17 by jwe]
jwe
parents: 6150
diff changeset
1228
2eb0723b4fad [project @ 2006-11-11 19:07:17 by jwe]
jwe
parents: 6150
diff changeset
1229 * examples/Makefile.in (uninstall): Add missing semicolon.
2eb0723b4fad [project @ 2006-11-11 19:07:17 by jwe]
jwe
parents: 6150
diff changeset
1230
6150
2ad8962722cc [project @ 2006-11-10 00:05:05 by jwe]
jwe
parents: 6149
diff changeset
1231 2006-11-09 John W. Eaton <jwe@octave.org>
2ad8962722cc [project @ 2006-11-10 00:05:05 by jwe]
jwe
parents: 6149
diff changeset
1232
2ad8962722cc [project @ 2006-11-10 00:05:05 by jwe]
jwe
parents: 6149
diff changeset
1233 * examples/Makefile.in (uninstall): New target.
2ad8962722cc [project @ 2006-11-10 00:05:05 by jwe]
jwe
parents: 6149
diff changeset
1234
6149
3a68a2dc6eb1 [project @ 2006-11-09 18:26:56 by jwe]
jwe
parents: 6141
diff changeset
1235 2006-11-09 Michael Goffioul <michael.goffioul@swing.be>
3a68a2dc6eb1 [project @ 2006-11-09 18:26:56 by jwe]
jwe
parents: 6141
diff changeset
1236
3a68a2dc6eb1 [project @ 2006-11-09 18:26:56 by jwe]
jwe
parents: 6141
diff changeset
1237 * configure.in (OCTAVE_LOCAL_BUFFER): Don't access first element
3a68a2dc6eb1 [project @ 2006-11-09 18:26:56 by jwe]
jwe
parents: 6141
diff changeset
1238 if size is 0.
3a68a2dc6eb1 [project @ 2006-11-09 18:26:56 by jwe]
jwe
parents: 6141
diff changeset
1239
6141
f6c2d9276572 [project @ 2006-11-06 17:52:51 by jwe]
jwe
parents: 6137
diff changeset
1240 2006-11-06 Michael Goffioul <michael.goffioul@swing.be>
f6c2d9276572 [project @ 2006-11-06 17:52:51 by jwe]
jwe
parents: 6137
diff changeset
1241
f6c2d9276572 [project @ 2006-11-06 17:52:51 by jwe]
jwe
parents: 6137
diff changeset
1242 * configure.in (CRUFT_DLL_DEFS, OCTAVE_DLL_DEFS, OCTINTERP_DLL_DEFS):
f6c2d9276572 [project @ 2006-11-06 17:52:51 by jwe]
jwe
parents: 6137
diff changeset
1243 Also rename in AC_SUBST calls.
f6c2d9276572 [project @ 2006-11-06 17:52:51 by jwe]
jwe
parents: 6137
diff changeset
1244 * Makeconf.in (ALL_CFLAGS): Use DLL_CDEFS instead of XTRA_CDEFS.
f6c2d9276572 [project @ 2006-11-06 17:52:51 by jwe]
jwe
parents: 6137
diff changeset
1245 (ALL_CXXFLAGS): Use DLL_CDEFS instead of XTRA_CXXDEFS.
f6c2d9276572 [project @ 2006-11-06 17:52:51 by jwe]
jwe
parents: 6137
diff changeset
1246
6137
4fb3f3e3d6bb [project @ 2006-11-03 18:19:10 by jwe]
jwe
parents: 6136
diff changeset
1247 2006-11-03 John W. Eaton <jwe@octave.org>
4fb3f3e3d6bb [project @ 2006-11-03 18:19:10 by jwe]
jwe
parents: 6136
diff changeset
1248
4fb3f3e3d6bb [project @ 2006-11-03 18:19:10 by jwe]
jwe
parents: 6136
diff changeset
1249 * configure.in (CRUFT_DLL_DEFS): Rename from XTRA_CRUFT_DEFS.
4fb3f3e3d6bb [project @ 2006-11-03 18:19:10 by jwe]
jwe
parents: 6136
diff changeset
1250 (OCTAVE_DLL_DEFS): Rename from XTRA_OCTAVE_DEFS.
4fb3f3e3d6bb [project @ 2006-11-03 18:19:10 by jwe]
jwe
parents: 6136
diff changeset
1251 (OCTINTERP_DLL_DEFS): Rename from XTRA_OCTINTERP_DEFS.
4fb3f3e3d6bb [project @ 2006-11-03 18:19:10 by jwe]
jwe
parents: 6136
diff changeset
1252 (XTRA_CRUFT_LINK_FLAGS): Rename from XTRA_CRUFT_LINK_DEPS.
4fb3f3e3d6bb [project @ 2006-11-03 18:19:10 by jwe]
jwe
parents: 6136
diff changeset
1253
6136
bbbe04bacea2 [project @ 2006-11-02 16:54:27 by jwe]
jwe
parents: 6133
diff changeset
1254 2006-11-02 John W. Eaton <jwe@octave.org>
bbbe04bacea2 [project @ 2006-11-02 16:54:27 by jwe]
jwe
parents: 6133
diff changeset
1255
bbbe04bacea2 [project @ 2006-11-02 16:54:27 by jwe]
jwe
parents: 6133
diff changeset
1256 * README.Cygwin: Rename from README.Windows.
bbbe04bacea2 [project @ 2006-11-02 16:54:27 by jwe]
jwe
parents: 6133
diff changeset
1257 * README.MSVC: New file.
bbbe04bacea2 [project @ 2006-11-02 16:54:27 by jwe]
jwe
parents: 6133
diff changeset
1258 * README.Windows: Point to the README.Cygwin and README.MSVC files.
bbbe04bacea2 [project @ 2006-11-02 16:54:27 by jwe]
jwe
parents: 6133
diff changeset
1259
6129
0c6ac2882e10 [project @ 2006-11-01 07:00:48 by jwe]
jwe
parents: 6125
diff changeset
1260 2006-11-01 John W. Eaton <jwe@octave.org>
0c6ac2882e10 [project @ 2006-11-01 07:00:48 by jwe]
jwe
parents: 6125
diff changeset
1261
6133
e0065af38cf4 [project @ 2006-11-02 03:33:50 by jwe]
jwe
parents: 6131
diff changeset
1262 * configure.in: Check for PCRE macros we use. Warn if regex
e0065af38cf4 [project @ 2006-11-02 03:33:50 by jwe]
jwe
parents: 6131
diff changeset
1263 library is not found. Print hdf5, zlib, umfpack, colamd, ccolamd,
e0065af38cf4 [project @ 2006-11-02 03:33:50 by jwe]
jwe
parents: 6131
diff changeset
1264 cholmod, and cxsparse warnings when we detect the problems.
e0065af38cf4 [project @ 2006-11-02 03:33:50 by jwe]
jwe
parents: 6131
diff changeset
1265
6131
9a6e5cae5275 [project @ 2006-11-01 18:25:54 by jwe]
jwe
parents: 6129
diff changeset
1266 * run-octave.in: Handle quoted args properly in exec call?
6129
0c6ac2882e10 [project @ 2006-11-01 07:00:48 by jwe]
jwe
parents: 6125
diff changeset
1267
6125
a1754033bc6c [project @ 2006-10-29 17:05:53 by jwe]
jwe
parents: 6123
diff changeset
1268 2006-10-29 John W. Eaton <jwe@octave.org>
a1754033bc6c [project @ 2006-10-29 17:05:53 by jwe]
jwe
parents: 6123
diff changeset
1269
a1754033bc6c [project @ 2006-10-29 17:05:53 by jwe]
jwe
parents: 6123
diff changeset
1270 * run-octave.in: Handle spaces in directory names.
a1754033bc6c [project @ 2006-10-29 17:05:53 by jwe]
jwe
parents: 6123
diff changeset
1271
6123
8d285942fc3c [project @ 2006-10-28 14:09:20 by jwe]
jwe
parents: 6122
diff changeset
1272 2006-10-28 Michael Goffioul <michael.goffioul@swing.be>
6122
f3322fd3c9bb [project @ 2006-10-28 13:56:55 by jwe]
jwe
parents: 6121
diff changeset
1273
f3322fd3c9bb [project @ 2006-10-28 13:56:55 by jwe]
jwe
parents: 6121
diff changeset
1274 * configure.in (AH_BOTTOM): If using MSVC, define __WIN32__ before
f3322fd3c9bb [project @ 2006-10-28 13:56:55 by jwe]
jwe
parents: 6121
diff changeset
1275 other #ifdefs that use it.
f3322fd3c9bb [project @ 2006-10-28 13:56:55 by jwe]
jwe
parents: 6121
diff changeset
1276
6116
b64fb24bf4a0 [project @ 2006-10-27 18:04:49 by jwe]
jwe
parents: 6110
diff changeset
1277 2006-10-27 John W. Eaton <jwe@octave.org>
b64fb24bf4a0 [project @ 2006-10-27 18:04:49 by jwe]
jwe
parents: 6110
diff changeset
1278
6121
483176585b84 [project @ 2006-10-28 03:06:32 by jwe]
jwe
parents: 6119
diff changeset
1279 * configure.in (AH_BOTTOM): Move DLL defs to
483176585b84 [project @ 2006-10-28 03:06:32 by jwe]
jwe
parents: 6119
diff changeset
1280 libcruft/misc/oct-dlldefs.h and include it here.
483176585b84 [project @ 2006-10-28 03:06:32 by jwe]
jwe
parents: 6119
diff changeset
1281
6116
b64fb24bf4a0 [project @ 2006-10-27 18:04:49 by jwe]
jwe
parents: 6110
diff changeset
1282 * aclocal.m4 (OCTAVE_PROG_TEXI2PDF): Require OCTAVE_PROG_TEXI2DVI.
b64fb24bf4a0 [project @ 2006-10-27 18:04:49 by jwe]
jwe
parents: 6110
diff changeset
1283 If texi2pdf is not found but texi2dvi is available, set TEXI2PDF
b64fb24bf4a0 [project @ 2006-10-27 18:04:49 by jwe]
jwe
parents: 6110
diff changeset
1284 to "$TEXI2DVI --pdf".
b64fb24bf4a0 [project @ 2006-10-27 18:04:49 by jwe]
jwe
parents: 6110
diff changeset
1285 (OCTAVE_PROG_GHOSTSCRIPT): Also check for gswin32 on Windows systems.
6119
fabb1be5fd84 [project @ 2006-10-28 00:13:58 by jwe]
jwe
parents: 6116
diff changeset
1286
6116
b64fb24bf4a0 [project @ 2006-10-27 18:04:49 by jwe]
jwe
parents: 6110
diff changeset
1287 * Makeconf.in (UNSETCOMSPEC): Define if COMSPEC is defined.
b64fb24bf4a0 [project @ 2006-10-27 18:04:49 by jwe]
jwe
parents: 6110
diff changeset
1288 From Michael Goffioul <michael.goffioul@swing.be>.
b64fb24bf4a0 [project @ 2006-10-27 18:04:49 by jwe]
jwe
parents: 6110
diff changeset
1289
6110
8e5edd73e504 [project @ 2006-10-27 02:23:35 by jwe]
jwe
parents: 6104
diff changeset
1290 2006-10-26 John W. Eaton <jwe@octave.org>
8e5edd73e504 [project @ 2006-10-27 02:23:35 by jwe]
jwe
parents: 6104
diff changeset
1291
8e5edd73e504 [project @ 2006-10-27 02:23:35 by jwe]
jwe
parents: 6104
diff changeset
1292 * configure.in (OCTAVE_EXPORT, OCTAVE_IMPORT): New macros
8e5edd73e504 [project @ 2006-10-27 02:23:35 by jwe]
jwe
parents: 6104
diff changeset
1293 (CRUFT_API, OCTAVE_API, OCTINTERP_API): Define using OCTAVE_EXPORT
8e5edd73e504 [project @ 2006-10-27 02:23:35 by jwe]
jwe
parents: 6104
diff changeset
1294 and OCTAVE_IMPORT.
8e5edd73e504 [project @ 2006-10-27 02:23:35 by jwe]
jwe
parents: 6104
diff changeset
1295
6100
8137e2bbd1dd [project @ 2006-10-26 16:01:45 by jwe]
jwe
parents: 6098
diff changeset
1296 2006-10-26 Michael Goffioul <michael.goffioul@swing.be>
8137e2bbd1dd [project @ 2006-10-26 16:01:45 by jwe]
jwe
parents: 6098
diff changeset
1297
8137e2bbd1dd [project @ 2006-10-26 16:01:45 by jwe]
jwe
parents: 6098
diff changeset
1298 * configure.in (*-*-msdosmsvc): Set library_path_var.
6103
a2fdc87184cf [project @ 2006-10-26 21:32:17 by jwe]
jwe
parents: 6102
diff changeset
1299 Check for _WIN32_WINNT >= 0x0403. Define _USE_MATH_DEFINES if it
a2fdc87184cf [project @ 2006-10-26 21:32:17 by jwe]
jwe
parents: 6102
diff changeset
1300 is needed.
6102
ef9569e10d8b [project @ 2006-10-26 20:50:04 by jwe]
jwe
parents: 6100
diff changeset
1301 (XTRA_CRUFT_LINK_DEPS): New variable. Substitute it.
6104
a334206512b9 [project @ 2006-10-26 21:41:39 by jwe]
jwe
parents: 6103
diff changeset
1302
a334206512b9 [project @ 2006-10-26 21:41:39 by jwe]
jwe
parents: 6103
diff changeset
1303 * aclocal.m4 (OCTAVE_MKDIR_TAKES_ONE_ARG): Perform check with C++
a334206512b9 [project @ 2006-10-26 21:41:39 by jwe]
jwe
parents: 6103
diff changeset
1304 compiler.
a334206512b9 [project @ 2006-10-26 21:41:39 by jwe]
jwe
parents: 6103
diff changeset
1305
6098
70158d7ab8ef [project @ 2006-10-26 14:51:36 by jwe]
jwe
parents: 6094
diff changeset
1306 2006-10-26 John W. Eaton <jwe@octave.org>
70158d7ab8ef [project @ 2006-10-26 14:51:36 by jwe]
jwe
parents: 6094
diff changeset
1307
6103
a2fdc87184cf [project @ 2006-10-26 21:32:17 by jwe]
jwe
parents: 6102
diff changeset
1308 * aclocal.m4 (OCTAVE_PROG_PAGER): Also check for more.com for
a2fdc87184cf [project @ 2006-10-26 21:32:17 by jwe]
jwe
parents: 6102
diff changeset
1309 *-*-mingw* and *-*-msdosmsvc systems.
a2fdc87184cf [project @ 2006-10-26 21:32:17 by jwe]
jwe
parents: 6102
diff changeset
1310
6102
ef9569e10d8b [project @ 2006-10-26 20:50:04 by jwe]
jwe
parents: 6100
diff changeset
1311 * configure.in (F77_TOLOWER, F77_APPEND_UNDERSCORE,
ef9569e10d8b [project @ 2006-10-26 20:50:04 by jwe]
jwe
parents: 6100
diff changeset
1312 F77_APPEND_EXTRA_UNDERSCORE): New variables. Substitute them.
ef9569e10d8b [project @ 2006-10-26 20:50:04 by jwe]
jwe
parents: 6100
diff changeset
1313 * Makeconf.in (F77_TOLOWER, F77_APPEND_UNDERSCORE,
ef9569e10d8b [project @ 2006-10-26 20:50:04 by jwe]
jwe
parents: 6100
diff changeset
1314 F77_APPEND_EXTRA_UNDERSCORE): Substitute here.
ef9569e10d8b [project @ 2006-10-26 20:50:04 by jwe]
jwe
parents: 6100
diff changeset
1315 (do-subst-f77-mangling): New macro.
ef9569e10d8b [project @ 2006-10-26 20:50:04 by jwe]
jwe
parents: 6100
diff changeset
1316
6098
70158d7ab8ef [project @ 2006-10-26 14:51:36 by jwe]
jwe
parents: 6094
diff changeset
1317 * emacs/octave-inf.el (inferior-octave-has-built-in-variables):
70158d7ab8ef [project @ 2006-10-26 14:51:36 by jwe]
jwe
parents: 6094
diff changeset
1318 New defvar.
70158d7ab8ef [project @ 2006-10-26 14:51:36 by jwe]
jwe
parents: 6094
diff changeset
1319 (inferior-octave-resync-dirs): Check to see whether Octave has
70158d7ab8ef [project @ 2006-10-26 14:51:36 by jwe]
jwe
parents: 6094
diff changeset
1320 built-in variables and set inferior-octave-has-built-in-variables.
70158d7ab8ef [project @ 2006-10-26 14:51:36 by jwe]
jwe
parents: 6094
diff changeset
1321 Check inferior-octave-has-built-in-variables to decide whether to
70158d7ab8ef [project @ 2006-10-26 14:51:36 by jwe]
jwe
parents: 6094
diff changeset
1322 send commands that set built-in variables or call functions to
70158d7ab8ef [project @ 2006-10-26 14:51:36 by jwe]
jwe
parents: 6094
diff changeset
1323 change Octave's behavior.
70158d7ab8ef [project @ 2006-10-26 14:51:36 by jwe]
jwe
parents: 6094
diff changeset
1324 Send "disp (pwd ())" to Octave instead of just "pwd".
70158d7ab8ef [project @ 2006-10-26 14:51:36 by jwe]
jwe
parents: 6094
diff changeset
1325 (inferior-octave-startup): Send "more off" to Octave instead of
70158d7ab8ef [project @ 2006-10-26 14:51:36 by jwe]
jwe
parents: 6094
diff changeset
1326 "page_screen_output = 0".
70158d7ab8ef [project @ 2006-10-26 14:51:36 by jwe]
jwe
parents: 6094
diff changeset
1327
6087
700e121edb94 [project @ 2006-10-25 19:03:12 by jwe]
jwe
parents: 6086
diff changeset
1328 2006-10-25 John W. Eaton <jwe@octave.org>
700e121edb94 [project @ 2006-10-25 19:03:12 by jwe]
jwe
parents: 6086
diff changeset
1329
6098
70158d7ab8ef [project @ 2006-10-26 14:51:36 by jwe]
jwe
parents: 6094
diff changeset
1330 * configure.in (RETSIGTYPE_IS_VOID): Define if
70158d7ab8ef [project @ 2006-10-26 14:51:36 by jwe]
jwe
parents: 6094
diff changeset
1331 "$ac_cv_type_signal" = "void".
70158d7ab8ef [project @ 2006-10-26 14:51:36 by jwe]
jwe
parents: 6094
diff changeset
1332
6094
86ee3cc8d8d2 [project @ 2006-10-26 01:18:33 by jwe]
jwe
parents: 6091
diff changeset
1333 * configure.in (*-*-msdosmsvc): Don't check for strftime.
86ee3cc8d8d2 [project @ 2006-10-26 01:18:33 by jwe]
jwe
parents: 6091
diff changeset
1334
6087
700e121edb94 [project @ 2006-10-25 19:03:12 by jwe]
jwe
parents: 6086
diff changeset
1335 * configure.in (INCLUDE_DEPS): Set and substitute.
700e121edb94 [project @ 2006-10-25 19:03:12 by jwe]
jwe
parents: 6086
diff changeset
1336 (DEPEND_FLAGS, DEPEND_EXTRA_SED_PATTERN): Rearrange way these are set.
6089
9f9313969599 [project @ 2006-10-25 21:00:07 by jwe]
jwe
parents: 6087
diff changeset
1337
6087
700e121edb94 [project @ 2006-10-25 19:03:12 by jwe]
jwe
parents: 6086
diff changeset
1338 * Makeconf.in (INCLUDE_DEPS): Substitute here, and use to set default
700e121edb94 [project @ 2006-10-25 19:03:12 by jwe]
jwe
parents: 6086
diff changeset
1339 value for omit_deps.
700e121edb94 [project @ 2006-10-25 19:03:12 by jwe]
jwe
parents: 6086
diff changeset
1340
700e121edb94 [project @ 2006-10-25 19:03:12 by jwe]
jwe
parents: 6086
diff changeset
1341 2006-10-25 Michael Goffioul <michael.goffioul@swing.be>
700e121edb94 [project @ 2006-10-25 19:03:12 by jwe]
jwe
parents: 6086
diff changeset
1342
700e121edb94 [project @ 2006-10-25 19:03:12 by jwe]
jwe
parents: 6086
diff changeset
1343 * Makeconf.in (ALL_CFLAGS): Include $(XTRA_CDEFS) in the list.
700e121edb94 [project @ 2006-10-25 19:03:12 by jwe]
jwe
parents: 6086
diff changeset
1344 (ALL_CXXFLAGS): Include $(XTRA_CXXDEFS) in the list.
700e121edb94 [project @ 2006-10-25 19:03:12 by jwe]
jwe
parents: 6086
diff changeset
1345
700e121edb94 [project @ 2006-10-25 19:03:12 by jwe]
jwe
parents: 6086
diff changeset
1346 * configure.in (XTRA_CRUFT_DEFS, XTRA_OCTAVE_DEFS,
700e121edb94 [project @ 2006-10-25 19:03:12 by jwe]
jwe
parents: 6086
diff changeset
1347 XTRA_OCTINTERP_DEFS): Define and substitute.
700e121edb94 [project @ 2006-10-25 19:03:12 by jwe]
jwe
parents: 6086
diff changeset
1348 (AH_BOTTOM) [_MSC_VER]: include definitions for CRUFT_API,
700e121edb94 [project @ 2006-10-25 19:03:12 by jwe]
jwe
parents: 6086
diff changeset
1349 OCTAVE_API, and OCTINTERP_API.
700e121edb94 [project @ 2006-10-25 19:03:12 by jwe]
jwe
parents: 6086
diff changeset
1350
6089
9f9313969599 [project @ 2006-10-25 21:00:07 by jwe]
jwe
parents: 6087
diff changeset
1351 * configure.in (*-*-msdosmsvc): Add "-EHs -MD" to CXXFLAGS.
9f9313969599 [project @ 2006-10-25 21:00:07 by jwe]
jwe
parents: 6087
diff changeset
1352 Add "-MD" to CFLAGS. Add "-MD" to CONFLIB_ARG when checking for
9f9313969599 [project @ 2006-10-25 21:00:07 by jwe]
jwe
parents: 6087
diff changeset
1353 libf2c.
9f9313969599 [project @ 2006-10-25 21:00:07 by jwe]
jwe
parents: 6087
diff changeset
1354
6090
ee50f74d1dd7 [project @ 2006-10-25 21:08:53 by jwe]
jwe
parents: 6089
diff changeset
1355 * configure.in (*-*-msdosmsvc): Generate replacement unistd.h.
ee50f74d1dd7 [project @ 2006-10-25 21:08:53 by jwe]
jwe
parents: 6089
diff changeset
1356 * octMakefile.in (maintainer-clean, distclean): Also remove unistd.h.
ee50f74d1dd7 [project @ 2006-10-25 21:08:53 by jwe]
jwe
parents: 6089
diff changeset
1357
ee50f74d1dd7 [project @ 2006-10-25 21:08:53 by jwe]
jwe
parents: 6089
diff changeset
1358 * configure.in (*-*-msdosmsvc): Default sepchar is ';'.
6091
96a11041f52b [project @ 2006-10-25 21:25:04 by jwe]
jwe
parents: 6090
diff changeset
1359 Define default LIBS (link against kernel32 and ws2_32).
96a11041f52b [project @ 2006-10-25 21:25:04 by jwe]
jwe
parents: 6090
diff changeset
1360 Force having LoadLibrary API.
96a11041f52b [project @ 2006-10-25 21:25:04 by jwe]
jwe
parents: 6090
diff changeset
1361
96a11041f52b [project @ 2006-10-25 21:25:04 by jwe]
jwe
parents: 6090
diff changeset
1362 * configure.in (AH_BOTTOM) [_MSC_VER]: Define __WIN32__.
6090
ee50f74d1dd7 [project @ 2006-10-25 21:08:53 by jwe]
jwe
parents: 6089
diff changeset
1363
6086
4278b170b9f9 [project @ 2006-10-25 15:11:40 by jwe]
jwe
parents: 6073
diff changeset
1364 2006-10-25 John W. Eaton <jwe@octave.org>
4278b170b9f9 [project @ 2006-10-25 15:11:40 by jwe]
jwe
parents: 6073
diff changeset
1365
4278b170b9f9 [project @ 2006-10-25 15:11:40 by jwe]
jwe
parents: 6073
diff changeset
1366 * mkoctfile.in (OCTAVE_VERSION): No need to quote replacement here.
4278b170b9f9 [project @ 2006-10-25 15:11:40 by jwe]
jwe
parents: 6073
diff changeset
1367
6073
934146a33e83 [project @ 2006-10-24 13:52:30 by jwe]
jwe
parents: 6071
diff changeset
1368 2006-10-24 John W. Eaton <jwe@octave.org>
934146a33e83 [project @ 2006-10-24 13:52:30 by jwe]
jwe
parents: 6071
diff changeset
1369
934146a33e83 [project @ 2006-10-24 13:52:30 by jwe]
jwe
parents: 6071
diff changeset
1370 * run-octave.in: Only modify .gdbinit if -g option is given.
934146a33e83 [project @ 2006-10-24 13:52:30 by jwe]
jwe
parents: 6071
diff changeset
1371 Use $(/bin/pwd) instead of $(pwd).
934146a33e83 [project @ 2006-10-24 13:52:30 by jwe]
jwe
parents: 6071
diff changeset
1372
6071
950d8cb39617 [project @ 2006-10-23 19:30:28 by jwe]
jwe
parents: 6061
diff changeset
1373 2006-10-23 John W. Eaton <jwe@octave.org>
950d8cb39617 [project @ 2006-10-23 19:30:28 by jwe]
jwe
parents: 6061
diff changeset
1374
950d8cb39617 [project @ 2006-10-23 19:30:28 by jwe]
jwe
parents: 6061
diff changeset
1375 * emacs/Makefile.in (SOURCES, DISTFILES, install, install-strip,
950d8cb39617 [project @ 2006-10-23 19:30:28 by jwe]
jwe
parents: 6061
diff changeset
1376 uninstall): Handle otags name change.
950d8cb39617 [project @ 2006-10-23 19:30:28 by jwe]
jwe
parents: 6061
diff changeset
1377 * emacs/octave-tags, emacs/octave-tags.1: Rename from otags.
950d8cb39617 [project @ 2006-10-23 19:30:28 by jwe]
jwe
parents: 6061
diff changeset
1378
6061
c968f4198067 [project @ 2006-10-18 20:57:04 by jwe]
jwe
parents: 6057
diff changeset
1379 2006-10-17 John W. Eaton <jwe@octave.org>
c968f4198067 [project @ 2006-10-18 20:57:04 by jwe]