comparison ChangeLog @ 6915:3fb60fc8139f

[project @ 2007-09-19 16:55:31 by jwe]
author jwe
date Wed, 19 Sep 2007 16:55:31 +0000
parents f779c83d6ccf
children 3d555cd5ad0f
comparison
equal deleted inserted replaced
6914:40be41c7d098 6915:3fb60fc8139f
1 2007-07-20 Thomas Treichl <Thomas.Treichl@gmx.net> 1 2007-09-18 Thomas Treichl <Thomas.Treichl@gmx.net>
2 2
3 * aclocal.m4 (OCTAVE_CHECK_STRPTIME): New macro. 3 * aclocal.m4 (OCTAVE_CHECK_STRPTIME): New macro.
4 * configure.in: Use it. 4 * configure.in: Use it.
5 5
6 2007-09-06 John W. Eaton <jwe@octave.org> 6 2007-09-06 John W. Eaton <jwe@octave.org>
339 339
340 * configure.in: If warning message is printed, print additional 340 * configure.in: If warning message is printed, print additional
341 final note about missing libraries. 341 final note about missing libraries.
342 342
343 2006-11-13 John W. Eaton <jwe@octave.org> 343 2006-11-13 John W. Eaton <jwe@octave.org>
344
345 * octave.cc (maximum_braindamage): Disable
346 Octave:fopen-file-in-path and Octave:load-file-in-path warnings.
347 344
348 * run-octave.in: Substitute liboctinterp, liboctave, and libcruft. 345 * run-octave.in: Substitute liboctinterp, liboctave, and libcruft.
349 Use them to set LD_PRELOAD. 346 Use them to set LD_PRELOAD.
350 * Makeconf.in (do-subst-script-vals): Also substitute 347 * Makeconf.in (do-subst-script-vals): Also substitute
351 liboctinterp, liboctave, and libcruft. 348 liboctinterp, liboctave, and libcruft.
1835 2002-10-25 John W. Eaton <jwe@bevo.che.wisc.edu> 1832 2002-10-25 John W. Eaton <jwe@bevo.che.wisc.edu>
1836 1833
1837 * configure.in (ENABLE_DYNAMIC_LINKING): Rename from 1834 * configure.in (ENABLE_DYNAMIC_LINKING): Rename from
1838 WITH_DYNAMIC_LINKING. 1835 WITH_DYNAMIC_LINKING.
1839 * Makeconf.in: Likewise. 1836 * Makeconf.in: Likewise.
1840 * toplev.cc
1841 * examples/hello.cc: Likewise. Improve comments. 1837 * examples/hello.cc: Likewise. Improve comments.
1842 1838
1843 * configure.in: Revive --enable-dl to set default value for 1839 * configure.in: Revive --enable-dl to set default value for
1844 WITH_DYNAMIC_LINKING. 1840 WITH_DYNAMIC_LINKING.
1845 1841