From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8161 invoked by alias); 28 Mar 2005 19:34:25 -0000 Mailing-List: contact src-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: src-cvs-owner@sources.redhat.com Received: (qmail 8147 invoked by uid 9008); 28 Mar 2005 19:34:24 -0000 Date: Mon, 28 Mar 2005 19:34:00 -0000 Message-ID: <20050328193424.8144.qmail@sourceware.org> From: mmitchel@sourceware.org To: src-cvs@sources.redhat.com Subject: src ChangeLog.csl X-SW-Source: 2005-q1/txt/msg00067.txt.bz2 List-Id: CVSROOT: /cvs/src Module name: src Branch: csl-arm-20050325-branch Changes by: mmitchel@sourceware.org 2005-03-28 19:34:24 Modified files: . : ChangeLog.csl Log message: * readline/Makefile.in (RLTTYOBJ): New variable. (OBJECTS): Use RLTTYOBJ. * readline/aclocal.m4: Use AC_RTY_LINK to check for mbstate_t. * readline/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. (HAVE_GETPWENT): Likewise. (HAVE_GETPWNAM): Likewise. (HAVE_GETPWUID): Likewise. (HAVE_PWD_H): Likewise. * readline/configure: Regenerated. * readline/configure.in: Handle MinGW when cross compiling. Check for getpwnam, getpwent, getpwuid, and pwd.h. Set RLTTYOBJ. * readline/display.c (rl_clear_screen): Treat Windows like DOS. (insert_some_chars): Likewise. (delete_chars): Likewise. * readline/rldefs.h (NEW_TTY_DRIVER): Do not define for Windows. * readline/rlnotty.c: New file. * readline/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 SIGQUIT if not defined. Use "raise" rather than "kill". (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. (getpwuid): Guard declaration with HAVE_GETPWUID. (getpwnam): Guard declaration with HAVE_GETPWNAM. (tilde_expand_word): Guard use of getpwnam with HAVE_GETPWNAM. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.csl.diff?cvsroot=src&only_with_tag=csl-arm-20050325-branch&r1=1.1.2.13&r2=1.1.2.14