Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <013a01c150b9$50df5530$0200a8c0@lifelesswks> From: "Robert Collins" To: , "Enrico Spinielli" References: Subject: Re: which UNIX spec is CygWin emulating, Was: Missing search.h in /usr/include Date: Tue, 9 Oct 2001 21:55:38 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-OriginalArrivalTime: 09 Oct 2001 12:01:47.0782 (UTC) FILETIME=[2C249A60:01C150BA] ----- Original Message ----- From: "Enrico Spinielli" To: Sent: Tuesday, October 09, 2001 9:42 PM Subject: which UNIX spec is CygWin emulating, Was: Missing search.h in /usr/include > Hi, > looking for why there was not support in CygWin for tree search > functionalities (i.e. no search.h) I wrongly said that tsearch and > related C functions where part of standard C library: they are NOT. > I found a very usefull table from the Open Group [1] > where C API calls and standards are mached. > > Now a new question comes: > does anyone know which Unix specification is CygWin > willing to adhare to? Unix 95, Unix 98, Single Unix? > Hi, We mainly use the Single Unuix Spec v2 (SUSv2) for the main part. If you are looking at implementing tsearch and related functions, if you adhere to the SUSv2 it would be good. Rob -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/