From owner-cvs-include Sun Apr 12 13:30:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA27179 for cvs-include-outgoing; Sun, 12 Apr 1998 13:30:12 -0700 (PDT) (envelope-from owner-cvs-include) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA27025; Sun, 12 Apr 1998 13:29:50 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA06804; Sun, 12 Apr 1998 13:29:25 -0700 (PDT) Date: Sun, 12 Apr 1998 13:29:25 -0700 (PDT) Message-Id: <199804122029.NAA06804@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-include@FreeBSD.ORG Subject: cvs commit: src/include stdio.h Sender: owner-cvs-include@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/04/12 13:29:25 PDT Modified files: include stdio.h Log: Format changes in an attempt to address some of Bruce's comments about spaces and tabs. The externs in the static inline functions remain 'cause (a) they're required; and (b) I can't find any gcc -W* cases where they generate warnings. Revision Changes Path 1.16 +26 -18 src/include/stdio.h From owner-cvs-include Tue Apr 14 00:15:52 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA11936 for cvs-include-outgoing; Tue, 14 Apr 1998 00:15:52 -0700 (PDT) (envelope-from owner-cvs-include) Received: from ghpc8.ihf.rwth-aachen.de (ghpc8.ihf.RWTH-Aachen.DE [134.130.90.8]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA11926; Tue, 14 Apr 1998 07:15:36 GMT (envelope-from tg@ghpc8.ihf.rwth-aachen.de) Received: from ghpc6.ihf.rwth-aachen.de (ghpc6.ihf.rwth-aachen.de [134.130.90.6]) by ghpc8.ihf.rwth-aachen.de (8.8.7/8.8.6) with ESMTP id JAA11759; Tue, 14 Apr 1998 09:15:25 +0200 (CEST) Received: (from tg@localhost) by ghpc6.ihf.rwth-aachen.de (8.8.8/8.8.5) id JAA25753; Tue, 14 Apr 1998 09:15:24 +0200 (CEST) To: John Birrell Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-include@FreeBSD.ORG Subject: Re: cvs commit: src/include pthread_np.h References: <199804110251.TAA29194@freefall.freebsd.org> From: Thomas Gellekum Date: 14 Apr 1998 09:15:23 +0200 In-Reply-To: John Birrell's message of "Fri, 10 Apr 1998 19:51:01 -0700 (PDT)" Message-ID: <87vhscan78.fsf@ghpc6.ihf.rwth-aachen.de> Lines: 14 X-Mailer: Gnus v5.5/XEmacs 20.4 - "Emerald" Sender: owner-cvs-include@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk John Birrell writes: > jb 1998/04/10 19:51:00 PDT > > Modified files: > include pthread_np.h > Log: > Add a function prototype to set the name of a thread for debugging > purposes. Which reminds me: can your latest changes to libc_r be merged into 2.2.6-STABLE? tg From owner-cvs-include Tue Apr 14 00:21:29 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA12982 for cvs-include-outgoing; Tue, 14 Apr 1998 00:21:29 -0700 (PDT) (envelope-from owner-cvs-include) Received: from cimlogic.com.au (cimlogic.com.au [203.36.2.25]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA12971; Tue, 14 Apr 1998 07:21:17 GMT (envelope-from jb@cimlogic.com.au) Received: (from jb@localhost) by cimlogic.com.au (8.8.5/8.8.7) id RAA03810; Tue, 14 Apr 1998 17:18:59 +1000 (EST) (envelope-from jb) From: John Birrell Message-Id: <199804140718.RAA03810@cimlogic.com.au> Subject: Re: cvs commit: src/include pthread_np.h In-Reply-To: <87vhscan78.fsf@ghpc6.ihf.rwth-aachen.de> from Thomas Gellekum at "Apr 14, 98 09:15:23 am" To: tg@ihf.rwth-aachen.de (Thomas Gellekum) Date: Tue, 14 Apr 1998 17:18:43 +1000 (EST) Cc: jb@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-include@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (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 Thomas Gellekum wrote: > Which reminds me: can your latest changes to libc_r be merged into > 2.2.6-STABLE? I don't have a 2.2.6-STABLE system to test them on. Apart from that, there's nothing specific to 3.0 that would prevent the code from working on 2.2.x. You might check that the gcc LIB_SPEC has -lc_r in it. -- John Birrell - jb@cimlogic.com.au; jb@freebsd.org http://www.cimlogic.com.au/ CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137 From owner-cvs-include Sat Apr 18 23:49:27 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA25751 for cvs-include-outgoing; Sat, 18 Apr 1998 23:49:27 -0700 (PDT) (envelope-from owner-cvs-include) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA25608; Sun, 19 Apr 1998 06:47:54 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA21493; Sat, 18 Apr 1998 23:47:28 -0700 (PDT) Date: Sat, 18 Apr 1998 23:47:28 -0700 (PDT) Message-Id: <199804190647.XAA21493@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-include@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/include time.h src/lib/libc/stdtime asctime.c localtime.c Sender: owner-cvs-include@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1998/04/18 23:47:28 PDT Modified files: include time.h lib/libc/stdtime asctime.c localtime.c Log: ctime_r and asctime_r are not implemented. prototypes in time.h do not match POSIX. PR: 6345 Reviewed by: phk Submitted by: Dmitry Khrustalev Revision Changes Path 1.12 +2 -2 src/include/time.h 1.5 +12 -3 src/lib/libc/stdtime/asctime.c 1.18 +9 -0 src/lib/libc/stdtime/localtime.c