From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20646 invoked by alias); 3 Apr 2005 01:05:38 -0000 Mailing-List: contact cygwin-announce-help@cygwin.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-announce-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Reply-To: The Cygwin Mailing List Received: (qmail 19847 invoked from network); 3 Apr 2005 01:04:09 -0000 Date: Sun, 03 Apr 2005 01:05:00 -0000 From: Christopher Faylor To: cygwin-announce@cygwin.com Subject: Updated: cygwin-1.5.14-1 Message-ID: <20050403010408.GA11369@coe.casa.cgf.cx> Reply-To: cygwin@cygwin.com Mail-Followup-To: cygwin@cygwin.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i X-SW-Source: 2005-04/txt/msg00000.txt.bz2 I've made a new version of the Cygwin DLL and associated utilities available for download. As usual, a list of what has changed is below. To update your installation, click on the "Install Cygwin now" link on the http://cygwin.com/ web page. This downloads setup.exe to your system. Then, run setup and answer all of the questions. If you have questions or comments, please send them to the Cygwin mailing list at: cygwin@cygwin.com . *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the cygwin-announce mailing list, look at the "List-Unsubscribe: " tag in the email header of this message. Send email to the address specified there. It will be in the format: cygwin-announce-unsubscribe-you=yourdomain.com@cygwin.com If you need more information on unsubscribing, start reading here: http://sources.redhat.com/lists.html#unsubscribe-simple Please read *all* of the information on unsubscribing that is available starting at this URL. Christopher Faylor TimeSys, Inc. Changes since 1.5.13-1: - corinna: Fix utimes() on non-NTFS. - cgf: Restore signals after a system() call. - cgf: Maintain floating point precision over calls to winsock. - cgf: Do more thread cleanup when a thread exits. - corinna: Export utmpxname. - cgf: Fix some clipboard problems when the clipboard contains non-text. - cgf: Fix some problems with special names in managed mode. - ptsekov: Fix inability to set /cygdrive in user-specific mode. - corinna: Implement mmap(MAP_AUTOGROW). - cgf: Right shift exit code by eight when process is not started in a cygwin environment. - cgf: Detect bad symlinks on network shares. - cgf: Reduce size of dll slightly by avoiding needless duplication brought about by auto-loaded functions. - corinna: Don't reference floppies when iterating over the mount table. - cgf: Fix problem where "." and ".." would show up more than once in a directory listing after a seekdir(). - corinna: Rework credential passing in unix domain sockets to make things faster and less racy. - cgf: Take a preliminary stab at getting the DLL to build with gcc 4.x. Not there yet, unfortunately. - cgf: Implement LD_PRELOAD handling similar to glibc. - cgf: Implement CW_HOOK functionality to allow cygwin functions to be overridden. - cgf: Export lsearch and lfind. - pierre.humblet: Implement timer_gettime. Rework getitimer, setitimer, ualarm, alarm to avoid the need for an "invisible" window. - cgf: Fix crash when "cygpath --help" was specified. - cgf: Make "kill -NNN", where NNN is a signal name, operational again. - Brian Dessent: When searching for the cygwin DLL in cygcheck, avoid reporting on the current directory. - cgf: Fix problem with setting PATH when executing a cygexec binary. - ebb: Fix incorrect setting of PATH_MAX. Implement NAME_MAX. - corinna: Re-add /proc/exename. - ebb: Add better handling for "path too long" with 'chdir'. - pechtcha: Fix false case-clash errors with check_case:strict for filenames with trailing dots/spaces. - corinna: Don't try to sync floppies on A: and B:. - corinna: Resolve IPC/Socket memory conflict in child after fork. - corinna: Fix sign bug in newlib's strtod when exponent is invalid (fixes problem with zero exponent in scanf).