From owner-cvs-lib Sun Oct 20 08:16:14 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA25866 for cvs-lib-outgoing; Sun, 20 Oct 1996 08:16:14 -0700 (PDT) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA25833; Sun, 20 Oct 1996 08:16:01 -0700 (PDT) Date: Sun, 20 Oct 1996 08:16:01 -0700 (PDT) From: Wolfram Schneider Message-Id: <199610201516.IAA25833@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib, cvs-include Subject: cvs commit: src/include fnmatch.h src/lib/libc/gen fnmatch.3 fnmatch.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 96/10/20 08:16:00 Modified: include fnmatch.h lib/libc/gen fnmatch.3 fnmatch.c Log: add flag FNM_ICASE for case insensitve search Reviewed by: ache Revision Changes Path 1.2 +1 -0 src/include/fnmatch.h 1.4 +5 -0 src/lib/libc/gen/fnmatch.3 1.6 +20 -1 src/lib/libc/gen/fnmatch.c From owner-cvs-lib Sun Oct 20 13:11:04 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA11572 for cvs-lib-outgoing; Sun, 20 Oct 1996 13:11:04 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA11555; Sun, 20 Oct 1996 13:10:51 -0700 (PDT) Date: Sun, 20 Oct 1996 13:10:51 -0700 (PDT) From: Bill Paul Message-Id: <199610202010.NAA11555@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/gen getgrent.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 96/10/20 13:10:50 Branch: lib/libc/gen RELENG_2_1_0 Modified: lib/libc/gen getgrent.c Log: Patch in a couple of NIS fixes from -current. This fixes some problems with parsing +group::: lines. Revision Changes Path 1.6.4.6 +47 -8 src/lib/libc/gen/getgrent.c From owner-cvs-lib Mon Oct 21 16:56:41 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA24671 for cvs-lib-outgoing; Mon, 21 Oct 1996 16:56:41 -0700 (PDT) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA24642; Mon, 21 Oct 1996 16:56:28 -0700 (PDT) Date: Mon, 21 Oct 1996 16:56:28 -0700 (PDT) From: Joerg Wunsch Message-Id: <199610212356.QAA24642@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/gen getttyent.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/10/21 16:56:28 Modified: lib/libc/gen getttyent.c Log: Fix a potential memory leak i've introduced with my recent patch. Reviewed by: bde Revision Changes Path 1.5 +2 -2 src/lib/libc/gen/getttyent.c From owner-cvs-lib Tue Oct 22 09:28:11 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA09176 for cvs-lib-outgoing; Tue, 22 Oct 1996 09:28:11 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA09126; Tue, 22 Oct 1996 09:27:52 -0700 (PDT) Date: Tue, 22 Oct 1996 09:27:52 -0700 (PDT) From: Poul-Henning Kamp Message-Id: <199610221627.JAA09126@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libmd md2c.c md4.h md4c.c md5.h md5c.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 96/10/22 09:27:50 Modified: lib/libmd md2c.c md4.h md4c.c md5.h md5c.c Log: close bin/1648 libmd not 64bit safe. if something fails to compile now, you need to add #include Partially Submitted by: Jason Thorpe Revision Changes Path 1.4 +3 -2 src/lib/libmd/md2c.c 1.5 +2 -2 src/lib/libmd/md4.h 1.4 +4 -3 src/lib/libmd/md4c.c 1.5 +2 -2 src/lib/libmd/md5.h 1.5 +4 -3 src/lib/libmd/md5c.c From owner-cvs-lib Tue Oct 22 09:29:24 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA09305 for cvs-lib-outgoing; Tue, 22 Oct 1996 09:29:24 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA09253; Tue, 22 Oct 1996 09:29:03 -0700 (PDT) Date: Tue, 22 Oct 1996 09:29:03 -0700 (PDT) From: Poul-Henning Kamp Message-Id: <199610221629.JAA09253@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libmd mdX.3 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 96/10/22 09:29:01 Modified: lib/libmd mdX.3 Log: Add #include Revision Changes Path 1.7 +2 -1 src/lib/libmd/mdX.3 From owner-cvs-lib Wed Oct 23 08:36:02 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA22502 for cvs-lib-outgoing; Wed, 23 Oct 1996 08:36:02 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA22449; Wed, 23 Oct 1996 08:35:49 -0700 (PDT) Date: Wed, 23 Oct 1996 08:35:49 -0700 (PDT) From: "Andrey A. Chernov" Message-Id: <199610231535.IAA22449@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/locale collate.c collcmp.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/10/23 08:35:48 Modified: lib/libc/locale collate.c collcmp.c Log: Simplify debug output Simplify collate_range_cmp for ASCII-compatible collate we have now Revision Changes Path 1.8 +2 -1 src/lib/libc/locale/collate.c 1.7 +12 -4 src/lib/libc/locale/collcmp.c From owner-cvs-lib Wed Oct 23 09:41:01 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA26040 for cvs-lib-outgoing; Wed, 23 Oct 1996 09:41:01 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA25959; Wed, 23 Oct 1996 09:40:38 -0700 (PDT) Date: Wed, 23 Oct 1996 09:40:38 -0700 (PDT) From: "Andrey A. Chernov" Message-Id: <199610231640.JAA25959@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/gen fnmatch.3 fnmatch.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/10/23 09:40:36 Modified: lib/libc/gen fnmatch.3 fnmatch.c Log: GNU-style changes: 1) Rename FNM_ICASE to FNM_CASEFOLD 2) Add FNM_LEADING_DIR Add proper (unsigned char) casts to tolower(). Use 'char' function argument for proper sign extension Revision Changes Path 1.5 +7 -1 src/lib/libc/gen/fnmatch.3 1.7 +14 -10 src/lib/libc/gen/fnmatch.c From owner-cvs-lib Thu Oct 24 23:48:42 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA28446 for cvs-lib-outgoing; Thu, 24 Oct 1996 23:48:42 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA28412; Thu, 24 Oct 1996 23:48:31 -0700 (PDT) Date: Thu, 24 Oct 1996 23:48:31 -0700 (PDT) From: Bruce Evans Message-Id: <199610250648.XAA28412@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib, cvs-sbin Subject: cvs commit: src/lib/libmd mdXhl.c src/sbin/md5 md5.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/10/24 23:48:31 Modified: lib/libmd mdXhl.c sbin/md5 md5.c Log: Moved #include of earlier so that this compiles when doesn't (bogusly) include . Cleaned up #includes. Revision Changes Path 1.8 +8 -7 src/lib/libmd/mdXhl.c 1.7 +6 -3 src/sbin/md5/md5.c From owner-cvs-lib Fri Oct 25 00:08:10 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA29858 for cvs-lib-outgoing; Fri, 25 Oct 1996 00:08:10 -0700 (PDT) Received: from spinner.DIALix.COM (root@spinner.DIALix.COM [192.203.228.67]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id AAA29832; Fri, 25 Oct 1996 00:07:56 -0700 (PDT) Received: from spinner.DIALix.COM (peter@localhost.DIALix.oz.au [127.0.0.1]) by spinner.DIALix.COM (8.8.2/8.8.2) with ESMTP id PAA18196; Fri, 25 Oct 1996 15:07:47 +0800 (WST) Message-Id: <199610250707.PAA18196@spinner.DIALix.COM> X-Mailer: exmh version 1.6.9 8/22/96 To: Bruce Evans cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-lib@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org Subject: Re: cvs commit: src/lib/libmd mdXhl.c src/sbin/md5 md5.c In-reply-to: Your message of "Thu, 24 Oct 1996 23:48:31 MST." <199610250648.XAA28412@freefall.freebsd.org> Date: Fri, 25 Oct 1996 15:07:47 +0800 From: Peter Wemm Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Bruce Evans wrote: > Modified: lib/libmd mdXhl.c > sbin/md5 md5.c > Log: > Moved #include of earlier so that this compiles when > doesn't (bogusly) include . Bogus it may be, but if we're even going to pretend that we are trying to conform to important standards where possible (such as Spec1170 aka the "Single Unix" spec), stdio.h and all the other major include files _must_ be self contained. POSIX may not require it, but the X/Open stuff does. Cheers, -Peter From owner-cvs-lib Fri Oct 25 01:09:57 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA01771 for cvs-lib-outgoing; Fri, 25 Oct 1996 01:09:57 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id BAA01755; Fri, 25 Oct 1996 01:09:31 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.7.6/8.6.9) id SAA11209; Fri, 25 Oct 1996 18:03:16 +1000 Date: Fri, 25 Oct 1996 18:03:16 +1000 From: Bruce Evans Message-Id: <199610250803.SAA11209@godzilla.zeta.org.au> To: bde@freefall.freebsd.org, peter@spinner.DIALix.COM Subject: Re: cvs commit: src/lib/libmd mdXhl.c src/sbin/md5 md5.c Cc: cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-lib@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> Modified: lib/libmd mdXhl.c >> sbin/md5 md5.c >> Log: >> Moved #include of earlier so that this compiles when >> doesn't (bogusly) include . > >Bogus it may be, but if we're even going to pretend that we are trying to >conform to important standards where possible (such as Spec1170 aka the >"Single Unix" spec), stdio.h and all the other major include files _must_ >be self contained. POSIX may not require it, but the X/Open stuff does. If we're going to pretend to be ANSI and POSIX conformant, then standard headers must not include massive namespace pollution from other headers. POSIX specifies that only a few names in the application namespace may be defined in : 1. dev_t, gid_t, ino_t, mode_t, nlink_t, off_t, pid_t, size_t, ssize_t, uid_t 2. all other names ending with _t (this applies all POSIX headers) (2) says that including in any POSIX header is OK provided doesn't define any junk. The FreeBSD defines a lot of junk :-(. See my list posted a few months ago. Even if _POSIX_SOURCE is defined, the junk includes everything in . Even if were clean, it isn't convenient to depend on it to define enough types in POSIX headers that are also specified ANSI, because it can't be included in the _ANSI_SOURCE case (if we pretend to be ANSI conformant) unless it has zillions of ifdefs to prevent exportation of the non-ANSI parts in the _ANSI_SOURCE case, and then it would still need to define the necessary types in the implementation namespace, but we can types in the implementation namespace just by including . The problem in is that fpos_t needs to be the same as off_t, but off_t is not allowed in the ANSI namespace. Of course headers should be self-contained. The ones defined by ANSI are specified to be self-contained, although the POSIX ones aren't. Here are my diffs for making stdio.h self contained. I've been using essentially the same version for 3 years now. Bruce diff -c2 stdio.h~ stdio.h *** stdio.h~ Wed Jul 3 17:15:02 1996 --- stdio.h Tue May 28 02:34:06 1996 *************** *** 40,50 **** #define _STDIO_H_ - #if !defined(_ANSI_SOURCE) && !defined(__STRICT_ANSI__) - #include - #endif - #include - #include #ifdef _BSD_SIZE_T_ typedef _BSD_SIZE_T_ size_t; --- 40,46 ---- #define _STDIO_H_ #include #include + #ifdef _BSD_SIZE_T_ typedef _BSD_SIZE_T_ size_t; *************** *** 68,72 **** */ #if !defined(_ANSI_SOURCE) && !defined(__STRICT_ANSI__) ! typedef off_t fpos_t; #else typedef struct __sfpos { --- 64,68 ---- */ #if !defined(_ANSI_SOURCE) && !defined(__STRICT_ANSI__) ! typedef _BSD_OFF_T_ fpos_t; #else typedef struct __sfpos { From owner-cvs-lib Fri Oct 25 18:42:43 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA14255 for cvs-lib-outgoing; Fri, 25 Oct 1996 18:42:43 -0700 (PDT) Received: (from alex@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA14238; Fri, 25 Oct 1996 18:42:35 -0700 (PDT) Date: Fri, 25 Oct 1996 18:42:35 -0700 (PDT) From: Alex Nash Message-Id: <199610260142.SAA14238@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/stdlib abort.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 96/10/25 18:42:35 Modified: lib/libc/stdlib abort.c Log: POSIX requires stdio buffers be flushed on abort. Obtained from: OpenBSD, Thorsten Lockert Revision Changes Path 1.4 +8 -0 src/lib/libc/stdlib/abort.c From owner-cvs-lib Fri Oct 25 21:01:12 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA21591 for cvs-lib-outgoing; Fri, 25 Oct 1996 21:01:12 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id VAA21580; Fri, 25 Oct 1996 21:01:04 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.7.6/8.6.9) id NAA11678; Sat, 26 Oct 1996 13:56:15 +1000 Date: Sat, 26 Oct 1996 13:56:15 +1000 From: Bruce Evans Message-Id: <199610260356.NAA11678@godzilla.zeta.org.au> To: alex@freefall.freebsd.org, cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-lib@freefall.freebsd.org Subject: Re: cvs commit: src/lib/libc/stdlib abort.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Modified: lib/libc/stdlib abort.c > Log: > POSIX requires stdio buffers be flushed on abort. Actually, it requires abort() to "have the effect of fclose() on every open stream" if abort() causes process termination, and no other effect on streams otherwise. It's not clear that flushing has the same effect in all cases. I think it does (a little later when the process exits in the process termination case). This depends on application-supplied read and write functions (if any) not doing anything extra in close() or write(). Bruce From owner-cvs-lib Sat Oct 26 01:19:24 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA07423 for cvs-lib-outgoing; Sat, 26 Oct 1996 01:19:24 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA07403; Sat, 26 Oct 1996 01:19:10 -0700 (PDT) Date: Sat, 26 Oct 1996 01:19:10 -0700 (PDT) From: Poul-Henning Kamp Message-Id: <199610260819.BAA07403@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/stdlib malloc.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 96/10/26 01:19:09 Modified: lib/libc/stdlib malloc.c Log: Various cosmetics Improve chances of troublefree 64bit operation. [imp] Noticed by: Warner Losh Revision Changes Path 1.17 +28 -48 src/lib/libc/stdlib/malloc.c From owner-cvs-lib Sat Oct 26 11:14:54 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA18344 for cvs-lib-outgoing; Sat, 26 Oct 1996 11:14:54 -0700 (PDT) Received: (from alex@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA18315; Sat, 26 Oct 1996 11:14:45 -0700 (PDT) Date: Sat, 26 Oct 1996 11:14:45 -0700 (PDT) From: Alex Nash Message-Id: <199610261814.LAA18315@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/stdlib abort.3 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 96/10/26 11:14:45 Modified: lib/libc/stdlib abort.3 Log: Note that streams are now flushed on abort. Change standards section to reflect POSIX 1003.1-1990 conformance. Revision Changes Path 1.4 +2 -2 src/lib/libc/stdlib/abort.3 From owner-cvs-lib Sat Oct 26 14:53:41 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA14900 for cvs-lib-outgoing; Sat, 26 Oct 1996 14:53:41 -0700 (PDT) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA14859; Sat, 26 Oct 1996 14:53:26 -0700 (PDT) Date: Sat, 26 Oct 1996 14:53:26 -0700 (PDT) From: Joerg Wunsch Message-Id: <199610262153.OAA14859@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/gen getvfsent.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/10/26 14:53:25 Modified: lib/libc/gen getvfsent.c Log: Fix an off-by-one error in getvfsent(). Detected by: phkmalloc :) Revision Changes Path 1.8 +1 -1 src/lib/libc/gen/getvfsent.c From owner-cvs-lib Sat Oct 26 14:57:22 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA15532 for cvs-lib-outgoing; Sat, 26 Oct 1996 14:57:22 -0700 (PDT) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA15496; Sat, 26 Oct 1996 14:57:12 -0700 (PDT) Date: Sat, 26 Oct 1996 14:57:12 -0700 (PDT) From: Joerg Wunsch Message-Id: <199610262157.OAA15496@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/gen getvfsent.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/10/26 14:57:11 Branch: lib/libc/gen RELENG_2_1_0 Modified: lib/libc/gen getvfsent.c Log: Merge the fix from rev 1.8 of getvfsent.c, fix an off-by-one error. Revision Changes Path 1.5.4.2 +1 -1 src/lib/libc/gen/getvfsent.c From owner-cvs-lib Sat Oct 26 16:38:17 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA22874 for cvs-lib-outgoing; Sat, 26 Oct 1996 16:38:17 -0700 (PDT) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA22859; Sat, 26 Oct 1996 16:38:09 -0700 (PDT) Date: Sat, 26 Oct 1996 16:38:09 -0700 (PDT) From: Wolfram Schneider Message-Id: <199610262338.QAA22859@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libtcl Makefile Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 96/10/26 16:38:09 Modified: lib/libtcl Makefile Log: Do not make symbolic links from obj directory into source tree, it may break `make reinstall'. Use cp(1). simplify makefile Revision Changes Path 1.9 +73 -233 src/lib/libtcl/Makefile From owner-cvs-lib Sat Oct 26 17:23:48 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA24770 for cvs-lib-outgoing; Sat, 26 Oct 1996 17:23:48 -0700 (PDT) Received: from spinner.DIALix.COM (root@spinner.DIALix.COM [192.203.228.67]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id RAA24764; Sat, 26 Oct 1996 17:23:40 -0700 (PDT) Received: from spinner.DIALix.COM (peter@localhost.DIALix.oz.au [127.0.0.1]) by spinner.DIALix.COM (8.8.2/8.8.2) with ESMTP id IAA07436; Sun, 27 Oct 1996 08:23:33 +0800 (WST) Message-Id: <199610270023.IAA07436@spinner.DIALix.COM> X-Mailer: exmh version 1.6.9 8/22/96 To: Wolfram Schneider cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-lib@freefall.freebsd.org Subject: Re: cvs commit: src/lib/libtcl Makefile In-reply-to: Your message of "Sat, 26 Oct 1996 16:38:09 MST." <199610262338.QAA22859@freefall.freebsd.org> Date: Sun, 27 Oct 1996 08:23:32 +0800 From: Peter Wemm Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Wolfram Schneider wrote: > wosch 96/10/26 16:38:09 > > Modified: lib/libtcl Makefile > Log: > Do not make symbolic links from obj directory into source tree, > it may break `make reinstall'. Use cp(1). > > simplify makefile > > Revision Changes Path > 1.9 +73 -233 src/lib/libtcl/Makefile Hmm, I must have missed your corresponding commit to the script that generates this file.. Cheers, -Peter