From owner-cvs-include Sun Oct 27 10:13:51 1996 Return-Path: owner-cvs-include Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA05202 for cvs-include-outgoing; Sun, 27 Oct 1996 10:13:51 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA05184; Sun, 27 Oct 1996 10:13:38 -0800 (PST) Date: Sun, 27 Oct 1996 10:13:38 -0800 (PST) From: Wolfram Schneider Message-Id: <199610271813.KAA05184@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-include Subject: cvs commit: src/include stdio.h utmp.h Sender: owner-cvs-include@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 96/10/27 10:13:37 Modified: include stdio.h utmp.h Log: improve comments for UT_NAMESIZE Revision Changes Path 1.8 +5 -2 src/include/stdio.h 1.2 +2 -1 src/include/utmp.h From owner-cvs-include Sun Oct 27 15:18:09 1996 Return-Path: owner-cvs-include Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA24255 for cvs-include-outgoing; Sun, 27 Oct 1996 15:18:09 -0800 (PST) Received: from mail.cs.tu-berlin.de (root@mail.cs.tu-berlin.de [130.149.17.13]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id PAA24099; Sun, 27 Oct 1996 15:15:48 -0800 (PST) Received: from campa.panke.de (anonymous215.ppp.cs.tu-berlin.de [130.149.17.215]) by mail.cs.tu-berlin.de (8.6.13/8.6.12) with ESMTP id XAA24316; Sun, 27 Oct 1996 23:55:31 +0100 Received: (from wosch@localhost) by campa.panke.de (8.6.12/8.6.12) id XAA08448; Sun, 27 Oct 1996 23:29:44 +0100 Date: Sun, 27 Oct 1996 23:29:44 +0100 From: Wolfram Schneider Message-Id: <199610272229.XAA08448@campa.panke.de> To: "Andrey A. Chernov" Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-include@freefall.freebsd.org Subject: cvs commit: src/include fnmatch.h In-Reply-To: <199610231642.JAA26161@freefall.freebsd.org> References: <199610231642.JAA26161@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-cvs-include@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Andrey A. Chernov writes: >ache 96/10/23 09:42:38 > > Modified: include fnmatch.h > Log: > GNU-style changes: > 1) Rename FNM_ICASE to FNM_CASEFOLD BTW, SunOS 5.5 use the name FNM_IGNORECASE. Should we define an alias for compatibility? E.g. #define FNM_IGNORECASE FNM_CASEFOLD /* compatibility for SunOS 5.5 */ Wolfram /usr/include/fnmatch.h: /* * Copyright (c) 1994 by Sun Microsystems, Inc. * Copyright 1985, 1994 by Mortice Kern Systems Inc. All rights reserved. */ #define FNM_IGNORECASE 0x08 /* Ignore case when making comparisons */ From owner-cvs-include Sun Oct 27 16:57:23 1996 Return-Path: owner-cvs-include Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA00694 for cvs-include-outgoing; Sun, 27 Oct 1996 16:57:23 -0800 (PST) Received: from sovcom.kiae.su (sovcom.kiae.su [193.125.152.1]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id QAA00679; Sun, 27 Oct 1996 16:57:12 -0800 (PST) Received: by sovcom.kiae.su id AA22726 (5.65.kiae-1 ); Mon, 28 Oct 1996 03:56:06 +0300 Received: by sovcom.KIAE.su (UUMAIL/2.0); Mon, 28 Oct 96 03:56:05 +0300 Received: (from ache@localhost) by nagual.ru (8.8.2/8.8.2) id DAA00423; Mon, 28 Oct 1996 03:50:01 +0300 (MSK) Message-Id: <199610280050.DAA00423@nagual.ru> Subject: Re: cvs commit: src/include fnmatch.h In-Reply-To: <199610272229.XAA08448@campa.panke.de> from "Wolfram Schneider" at "Oct 27, 96 11:29:44 pm" To: wosch@cs.tu-berlin.de (Wolfram Schneider) Date: Mon, 28 Oct 1996 03:50:01 +0300 (MSK) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-include@freefall.freebsd.org From: "=?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?=" (Andrey A. Chernov) Organization: self X-Class: Fast X-Mailer: ELM [version 2.4ME+ PL28 (25)] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-include@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk [Charset ISO-8859-1 unsupported, filtering to ASCII...] > Andrey A. Chernov writes: > >ache 96/10/23 09:42:38 > > > > Modified: include fnmatch.h > > Log: > > GNU-style changes: > > 1) Rename FNM_ICASE to FNM_CASEFOLD > > BTW, SunOS 5.5 use the name FNM_IGNORECASE. Should we > define an alias for compatibility? E.g. > > #define FNM_IGNORECASE FNM_CASEFOLD /* compatibility for SunOS 5.5 */ Maybe, or maybe not. My primary goal was keeping compatibility with GNU utilities which we have a lot. And we don't have any SunOS 5.5 utility yet. -- Andrey A. Chernov http://www.nagual.ru/~ache/ From owner-cvs-include Thu Oct 31 06:41:42 1996 Return-Path: owner-cvs-include Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA11366 for cvs-include-outgoing; Thu, 31 Oct 1996 06:41:42 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA11328; Thu, 31 Oct 1996 06:41:33 -0800 (PST) Date: Thu, 31 Oct 1996 06:41:33 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199610311441.GAA11328@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-include Subject: cvs commit: src/include locale.h Sender: owner-cvs-include@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/10/31 06:41:32 Modified: include locale.h Log: Remove collate_range_cmp Revision Changes Path 1.4 +0 -3 src/include/locale.h