From owner-cvs-all@FreeBSD.ORG Thu Jul 17 23:45:53 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A18137B404; Thu, 17 Jul 2003 23:45:53 -0700 (PDT) Received: from phk.freebsd.dk (phk.freebsd.dk [212.242.86.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F5C143FAF; Thu, 17 Jul 2003 23:45:51 -0700 (PDT) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (port757.uc1-esp.isdn-lan.cybercity.dk [212.242.98.245]) by phk.freebsd.dk (8.12.8/8.12.8) with ESMTP id h6I6jgV3020456; Fri, 18 Jul 2003 06:45:42 GMT (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.9/8.12.9) with ESMTP id h6I6jdhr003980; Fri, 18 Jul 2003 08:45:40 +0200 (CEST) (envelope-from phk@phk.freebsd.dk) To: "David Xu" From: "Poul-Henning Kamp" In-Reply-To: Your message of "Fri, 18 Jul 2003 11:19:06 +0800." <007101c34cdb$5b2fbd70$f001a8c0@davidw2k> Date: Fri, 18 Jul 2003 08:45:39 +0200 Message-ID: <3979.1058510739@critter.freebsd.dk> cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Julian Elischer cc: obrien@FreeBSD.org Subject: Re: cvs commit: src/lib/libpthread Makefile src/lib/libpthread/test sigsuspend_d.c src/lib/libpthread/thread thr_cancel.c thr_concurrency.c thr_create.c thr_find_thread.c thr_init.c thr_kern.c thr_nanosleep.c thr_private.h thr_sig.c thr_sigmask.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jul 2003 06:45:53 -0000 In message <007101c34cdb$5b2fbd70$f001a8c0@davidw2k>, "David Xu" writes: > >----- Original Message ----- >From: "David O'Brien" >To: "Julian Elischer" >Cc: "David Xu" ; ; ; >Sent: Friday, July 18, 2003 9:03 AM >Subject: Re: cvs commit: src/lib/libpthread Makefile src/lib/libpthread/test sigsuspend_d.c src/lib/libpthread/thread thr_cancel.c thr_concurrency.c thr_create.c thr_find_thread.c thr_init.c thr_kern.c thr_nanosleep.c thr_private.h thr_sig.c thr_sigmask.c ... > > >> On Thu, Jul 17, 2003 at 04:15:19PM -0700, Julian Elischer wrote: >> > We'll probably make a libpthread-1:1.so and a libpthread-m:n.so. >> >> I like the names -- makes it very clear what is going on. > >It is better to not use ':' in name, AFAIK, >':' is a shell PATH separator, we'd avoid this. Seconded, we have had problems with : in filenames before, mostly Makefile problems. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.