summaryrefslogtreecommitdiff
path: root/readline
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2005-05-09 21:07:02 +0000
committerMark Mitchell <mark@codesourcery.com>2005-05-09 21:07:02 +0000
commit8bb932a2c83ed81ec000738328ac172f3aa52c78 (patch)
treeed5f89a4b04c56d9a10d78d9d5e9cebd24c44042 /readline
parent3c4a5d1555c52dcf1df6a5e90cba3a0909833a59 (diff)
downloadgdb-8bb932a2c83ed81ec000738328ac172f3aa52c78.tar.gz
Fix typos in ChangeLog
Diffstat (limited to 'readline')
-rw-r--r--readline/ChangeLog.gdb18
1 files changed, 9 insertions, 9 deletions
diff --git a/readline/ChangeLog.gdb b/readline/ChangeLog.gdb
index 2362c9b1b71..3c5a82021ab 100644
--- a/readline/ChangeLog.gdb
+++ b/readline/ChangeLog.gdb
@@ -1,31 +1,31 @@
2005-05-09 Mark Mitchell <mark@codesourcery.com>
- * readline/aclocal.m4: Use AC_TRY_LINK to check for mbstate_t.
- * readline/complete.c (pwd.h): Guard with HAVE_PWD_H.
+ * aclocal.m4: Use AC_TRY_LINK to check for mbstate_t.
+ * complete.c (pwd.h): Guard with HAVE_PWD_H.
(getpwent): Guard with HAVE_GETPWENT.
(rl_username_completion_function): Guard use of getpwent.
(endpwent): Likewise.
- * readline/config.h.in (HAVE_FCNTL): New macro.
+ * config.h.in (HAVE_FCNTL): New macro.
(HAVE_GETPWENT): Likewise.
(HAVE_GETPWNAM): Likewise.
(HAVE_GETPWUID): Likewise.
(HAVE_KILL): Likewise.
(HAVE_PWD_H): Likewise.
- * readline/configure: Regenerated.
- * readline/configure.in: Handle MinGW when cross compiling. Check for
+ * configure: Regenerated.
+ * configure.in: Handle MinGW when cross compiling. Check for
getpwnam, getpwent, getpwuid, kill, and pwd.h.
- * readline/display.c (rl_clear_screen): Treat Windows like DOS.
+ * display.c (rl_clear_screen): Treat Windows like DOS.
(insert_some_chars): Likewise.
(delete_chars): Likewise.
- * readline/shell.c (pwd.h): Guard with HAVE_PWD_H.
+ * shell.c (pwd.h): Guard with HAVE_PWD_H.
(getpwuid): Guard with HAVE_GETPWUID.
(sh_unset_nodelay_mode): Guard use of fnctl with HAVE_FNCTL_H.
- * readline/signals.c (rl_signal_handler): Don't use SIGALRM or
+ * signals.c (rl_signal_handler): Don't use SIGALRM or
SIGQUIT if not defined. Use "raise" if "kill" is not available.
(rl_set_signals): Don't set handlers for SIGQUIT or SIGALRM if
they are not defined.
(rl_clear_signals): Likewise.
- * readline/tilde.c (pwd.h): Guard with HAVE_PWD_H.
+ * tilde.c (pwd.h): Guard with HAVE_PWD_H.
(getpwuid): Guard declaration with HAVE_GETPWUID.
(getpwnam): Guard declaration with HAVE_GETPWNAM.
(tilde_expand_word): Guard use of getpwnam with HAVE_GETPWNAM.