From e19c9d493286f8980d2232029203a66defad3634 Mon Sep 17 00:00:00 2001 From: Stu Grossman Date: Thu, 21 Nov 1991 22:48:11 +0000 Subject: [PATCH] * readline.c: Move config stuff to sysdep.h, use typedef dirent consistently, remove refs to d_namlen (& D_NAMLEN) to improve portability. Also, update copyright notice. readline.h: remove config stuff that I added erroneously in the first place. --- readline/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readline/ChangeLog b/readline/ChangeLog index 340f8de7303..92a0d12fcbc 100644 --- a/readline/ChangeLog +++ b/readline/ChangeLog @@ -1,5 +1,11 @@ Thu Nov 21 14:40:29 1991 Stu Grossman (grossman at cygnus.com) + * readline.c: Move config stuff to sysdep.h, use typedef dirent + consistently, remove refs to d_namlen (& D_NAMLEN) to improve + portability. Also, update copyright notice. + readline.h: remove config stuff that I added erroneously in the + first place. + * emacs_keymap.c, funmap.c, history.c, keymaps.c, vi_keymap.c, vi_mode.c: move config stuff to sysdep.h, update copyright notices. -- 2.30.2