comparison ChangeLog @ 3233:98d0ee053ba4

[project @ 1999-01-27 20:23:40 by jwe]
author jwe
date Wed, 27 Jan 1999 20:23:46 +0000
parents 7aae2c3636a7
children be8e0ba13644
comparison
equal deleted inserted replaced
3232:3f6ae91e86b0 3233:98d0ee053ba4
1 Wed Jan 20 12:56:02 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * configure.in: Don't put -O in FFLAGS for powerpc-apple-machten*.
4
5 Wed Dec 9 14:02:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
6
7 * Makeconf.in (RDYNAMIC_FLAG): Substitute RDYNAMIC_FLAG here.
8 * configure.in: Check for G++ compiler flag -rdynamic if setting
9 up to support dynamic linking, and substitute RDYNAMIC_FLAG if
10 -rdynamic is accepted.
11 * aclocal.m4 (OCTAVE_CC_FLAG, OCTAVE_CXX_FLAG): Clarify usage comment.
12
13 Mon Dec 7 19:49:26 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
14
15 * configure.in: Check for -lm just after compiler tests.
16 Remove -lm from other macro calls. Don't check for -lm on NeXT
17 systems. Eric Norum <eric@skatter.usask.ca> says /lib/libsys_s.a
18 has all the routines that are traditionally in libc.a and libm.a
19 on *NIX systems. NeXT also supplies a libm.a, but it seems to be
20 horribly buggy.
21
22 Sat Dec 5 10:48:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
23
24 * mkoctfile.in: Correctly handle -?.
25
1 Fri Dec 4 18:05:51 1998 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> 26 Fri Dec 4 18:05:51 1998 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
2 27
3 * emacs/octave-mod.el (octave-abbrev-start): Use the correct name 28 * emacs/octave-mod.el (octave-abbrev-start): Use the correct name
4 of the abbrev table, and provide support for XEmacs. 29 of the abbrev table, and provide support for XEmacs.
5 (octave-xemacs-p): New variable. 30 (octave-xemacs-p): New variable.