diff options
author | Stu Grossman <grossman@cygnus> | 1991-11-21 22:48:11 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1991-11-21 22:48:11 +0000 |
commit | e19c9d493286f8980d2232029203a66defad3634 (patch) | |
tree | 42d435eb4adf87e39e54b7fcbfdae22a76b6252e /readline | |
parent | 9b309d06afa449002d4235078072b968a325fcdf (diff) | |
download | gdb-e19c9d493286f8980d2232029203a66defad3634.zip gdb-e19c9d493286f8980d2232029203a66defad3634.tar.gz gdb-e19c9d493286f8980d2232029203a66defad3634.tar.bz2 |
* 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.
Diffstat (limited to 'readline')
-rw-r--r-- | readline/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/readline/ChangeLog b/readline/ChangeLog index 340f8de..92a0d12 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. |