From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13723 invoked by alias); 23 Jul 2009 00:45:19 -0000 Received: (qmail 13707 invoked by uid 22791); 23 Jul 2009 00:45:18 -0000 X-SWARE-Spam-Status: No, hits=-51.3 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 23 Jul 2009 00:45:13 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n6N0j90r030170; Wed, 22 Jul 2009 20:45:09 -0400 Received: from greed.delorie.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n6N0j8Io031134; Wed, 22 Jul 2009 20:45:09 -0400 Received: from greed.delorie.com (greed.delorie.com [127.0.0.1] (may be forged)) by greed.delorie.com (8.14.3/8.14.3) with ESMTP id n6N0j8P2029589; Wed, 22 Jul 2009 20:45:08 -0400 Received: (from dj@localhost) by greed.delorie.com (8.14.3/8.14.3/Submit) id n6N0j7NW029586; Wed, 22 Jul 2009 20:45:07 -0400 Date: Thu, 23 Jul 2009 01:05:00 -0000 Message-Id: <200907230045.n6N0j7NW029586@greed.delorie.com> From: DJ Delorie To: Douglas B Rupp CC: ian@airs.com, gcc-patches@gcc.gnu.org In-reply-to: <4A67B113.7010903@gnat.com> (message from Douglas B Rupp on Wed, 22 Jul 2009 17:38:43 -0700) Subject: Re: [PATCH] Libiberty for VMS - mkstemps.c don't mix case References: <4A67B113.7010903@gnat.com> X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2009-07/txt/msg01250.txt.bz2 > VMS temp files must be case insensitive. So do Windows files, but they haven't complained yet... Why is VMS different?