diff options
author | Dave Love <fx@gnu.org> | 2000-06-20 18:40:08 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-06-20 18:40:08 +0000 |
commit | 5700d2cc1262e41a9c7f12928b97cffa6541c089 (patch) | |
tree | 43c2f6fc0ecda34835b90b290614c9e037bdb9b2 /src/ChangeLog | |
parent | 4a27bdfba8ba5bbf83d24fb8276953791809693b (diff) | |
download | emacs-5700d2cc1262e41a9c7f12928b97cffa6541c089.tar.gz |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ff613665256..5b32bffc1bc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,13 @@ +2000-06-20 Dave Love <fx@gnu.org> + + * fns.c (make_hash_table, maybe_resize_hash_table): Cast arg of + next_almost_prime. + + * tparam.c [emacs]: Include lisp.h. + + * termcap.c [emacs]: Test HAVE_FCNTL_H, not USG5. Include lisp.h + and unistd.h. + 2000-06-20 Gerd Moellmann <gerd@gnu.org> * s/isc4-0.h (sigblock): Redefined to pass a pointer as second @@ -30,8 +40,7 @@ * m/stride.h, m/mips.h: Don't define HAVE_GETWD, HAVE_GETTIMEOFDAY. - * m/ibmrt-aix.h: - Don't declare HAVE_GETTIMEOFDAY, HAVE_VFORK. + * m/ibmrt-aix.h: Don't declare HAVE_GETTIMEOFDAY, HAVE_VFORK. * m/ibmrs6000.h, m/ibmps2-aix.h, m/dpx2.h: Don't declare HAVE_GETWD. |