From owner-cvs-lib Mon Oct 28 20:36:45 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA24389 for cvs-lib-outgoing; Mon, 28 Oct 1996 20:36:45 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA24365; Mon, 28 Oct 1996 20:36:31 -0800 (PST) Date: Mon, 28 Oct 1996 20:36:31 -0800 (PST) From: Peter Wemm Message-Id: <199610290436.UAA24365@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libtcl Makefile tclConfig.sh Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/10/28 20:36:30 Modified: lib/libtcl Makefile tclConfig.sh Log: Regenerated.. Use new minor number for both installed names, not just one of them. Revision Changes Path 1.10 +3 -3 src/lib/libtcl/Makefile 1.4 +2 -2 src/lib/libtcl/tclConfig.sh From owner-cvs-lib Tue Oct 29 12:35:47 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA21976 for cvs-lib-outgoing; Tue, 29 Oct 1996 12:35:47 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA21956; Tue, 29 Oct 1996 12:35:40 -0800 (PST) Date: Tue, 29 Oct 1996 12:35:40 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199610292035.MAA21956@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/29 12:35:40 Modified: lib/libc/stdlib malloc.c Log: If you run with option Z and malloc fails, memset gets called with a NULL pointer (archie) Explain that minsize is also the smallest alignment. Submitted by: Archie Cobbs Revision Changes Path 1.18 +6 -4 src/lib/libc/stdlib/malloc.c From owner-cvs-lib Wed Oct 30 00:49:43 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA17897 for cvs-lib-outgoing; Wed, 30 Oct 1996 00:49:43 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA17873; Wed, 30 Oct 1996 00:49:35 -0800 (PST) Date: Wed, 30 Oct 1996 00:49:35 -0800 (PST) From: Peter Wemm Message-Id: <199610300849.AAA17873@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libtcl Makefile tclConfig.sh Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/10/30 00:49:34 Modified: lib/libtcl Makefile tclConfig.sh Log: Regenerate. No changes other than "instructions" for what other tools that use this .. "interesting" .. system should name their shared libraries. This was broken for some tools (eg: expect-5.21) even for the native tcl build (ie, it would end up using libexpect521.so, not libexpect521.so.1.0) Revision Changes Path 1.11 +2 -2 src/lib/libtcl/Makefile 1.5 +2 -2 src/lib/libtcl/tclConfig.sh From owner-cvs-lib Wed Oct 30 20:27:00 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA24446 for cvs-lib-outgoing; Wed, 30 Oct 1996 20:27:00 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA24383; Wed, 30 Oct 1996 20:25:19 -0800 (PST) Date: Wed, 30 Oct 1996 20:25:19 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199610310425.UAA24383@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/locale collate.h collcmp.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/10/30 20:25:16 Modified: lib/libc/locale collate.h collcmp.c Log: Rename collate_range_cmp to __collate_range_cmp for internal usage inside libc. Add collate_range_cmp as alias to __collate_range_cmp for temp. backward compatibility. collate_range_cmp will be replaced with direct code for each external program for compatibility with the rest of world Revision Changes Path 1.5 +2 -1 src/lib/libc/locale/collate.h 1.8 +12 -4 src/lib/libc/locale/collcmp.c From owner-cvs-lib Wed Oct 30 20:35:38 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA25048 for cvs-lib-outgoing; Wed, 30 Oct 1996 20:35:38 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA24886; Wed, 30 Oct 1996 20:32:32 -0800 (PST) Date: Wed, 30 Oct 1996 20:32:32 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199610310432.UAA24886@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/gen fnmatch.c glob.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/10/30 20:32:31 Modified: lib/libc/gen fnmatch.c glob.c Log: collate_range_cmp -> __collate_range_cmp Revision Changes Path 1.8 +4 -3 src/lib/libc/gen/fnmatch.c 1.6 +4 -3 src/lib/libc/gen/glob.c From owner-cvs-lib Wed Oct 30 20:41:23 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA25446 for cvs-lib-outgoing; Wed, 30 Oct 1996 20:41:23 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA25243; Wed, 30 Oct 1996 20:38:26 -0800 (PST) Date: Wed, 30 Oct 1996 20:38:26 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199610310438.UAA25243@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/regex regcomp.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/10/30 20:38:24 Modified: lib/libc/regex regcomp.c Log: collate_range_cmp -> __collate_range_cmp Revision Changes Path 1.10 +5 -4 src/lib/libc/regex/regcomp.c From owner-cvs-lib Wed Oct 30 20:58:50 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA26141 for cvs-lib-outgoing; Wed, 30 Oct 1996 20:58:50 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA26078; Wed, 30 Oct 1996 20:55:52 -0800 (PST) Date: Wed, 30 Oct 1996 20:55:52 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199610310455.UAA26078@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libcompat/regexp regexp.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/10/30 20:55:51 Modified: lib/libcompat/regexp regexp.c Log: Replace collate_range_cmp call with its code Revision Changes Path 1.5 +18 -1 src/lib/libcompat/regexp/regexp.c From owner-cvs-lib Thu Oct 31 08:09:27 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA17300 for cvs-lib-outgoing; Thu, 31 Oct 1996 08:09:27 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA17257; Thu, 31 Oct 1996 08:09:09 -0800 (PST) Date: Thu, 31 Oct 1996 08:09:09 -0800 (PST) From: Peter Wemm Message-Id: <199610311609.IAA17257@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libtcl Makefile tclConfig.sh Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/10/31 08:09:08 Modified: lib/libtcl Makefile tclConfig.sh Log: Regenerate. This backs out my previous change to TCL_SHLIB_SUFFIX, since it has side effects elsewhere. Revision Changes Path 1.12 +2 -2 src/lib/libtcl/Makefile 1.6 +1 -1 src/lib/libtcl/tclConfig.sh From owner-cvs-lib Thu Oct 31 09:51:06 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA24024 for cvs-lib-outgoing; Thu, 31 Oct 1996 09:51:06 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA24003; Thu, 31 Oct 1996 09:50:50 -0800 (PST) Date: Thu, 31 Oct 1996 09:50:50 -0800 (PST) From: John Dyson Message-Id: <199610311750.JAA24003@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/i386 SYS.h Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 96/10/31 09:50:49 Modified: lib/libc/i386 SYS.h Log: Correct a "spelling" error in a comment. Revision Changes Path 1.7 +2 -2 src/lib/libc/i386/SYS.h From owner-cvs-lib Thu Oct 31 22:25:54 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA22169 for cvs-lib-outgoing; Thu, 31 Oct 1996 22:25:54 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA22153; Thu, 31 Oct 1996 22:25:45 -0800 (PST) Date: Thu, 31 Oct 1996 22:25:45 -0800 (PST) From: Peter Wemm Message-Id: <199611010625.WAA22153@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/net gethostbydns.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/10/31 22:25:45 Modified: lib/libc/net gethostbydns.c Log: Add an "officially undocumented" tweak for squid so that it can see the TTL of DNS records that it looks up for it's resolver cache. Obtained from: Endre Balint Nagy , via squid-1.1.x source. Revision Changes Path 1.12 +7 -2 src/lib/libc/net/gethostbydns.c From owner-cvs-lib Thu Oct 31 22:29:08 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA22393 for cvs-lib-outgoing; Thu, 31 Oct 1996 22:29:08 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA22363; Thu, 31 Oct 1996 22:29:02 -0800 (PST) Date: Thu, 31 Oct 1996 22:29:02 -0800 (PST) From: Peter Wemm Message-Id: <199611010629.WAA22363@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/net Makefile.inc gethostbyname.3 getnetent.3 resolver.3 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/10/31 22:29:02 Modified: lib/libc/net Makefile.inc gethostbyname.3 getnetent.3 resolver.3 Log: Doc updates and cleanups made with the bind-4.9.4 update some time ago. I thought I had committed these, but it seems not. Revision Changes Path 1.20 +1 -1 src/lib/libc/net/Makefile.inc 1.6 +63 -11 src/lib/libc/net/gethostbyname.3 1.5 +7 -3 src/lib/libc/net/getnetent.3 1.5 +31 -9 src/lib/libc/net/resolver.3 From owner-cvs-lib Sat Nov 2 21:29:54 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA24428 for cvs-lib-outgoing; Sat, 2 Nov 1996 21:29:54 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA24302; Sat, 2 Nov 1996 21:28:21 -0800 (PST) Date: Sat, 2 Nov 1996 21:28:21 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199611030528.VAA24302@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/stdio printf.3 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/11/02 21:28:20 Branch: lib/libc/stdio RELENG_2_1_0 Modified: lib/libc/stdio printf.3 Log: Sync up vasprintf() support with -current. Revision Changes Path 1.2.4.4 +48 -34 src/lib/libc/stdio/printf.3