From owner-cvs-all Tue Nov 15 09:35:51 1994 Return-Path: cvs-all-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.8/8.6.6) id JAA09552 for cvs-all-outgoing; Tue, 15 Nov 1994 09:35:51 -0800 Received: from kithrup.com (kithrup.com [140.174.23.40]) by freefall.cdrom.com (8.6.8/8.6.6) with ESMTP id JAA09546 for ; Tue, 15 Nov 1994 09:35:49 -0800 Received: (from sef@localhost) by kithrup.com (8.6.8/8.6.6) id JAA25818; Tue, 15 Nov 1994 09:31:50 -0800 Date: Tue, 15 Nov 1994 09:31:50 -0800 From: Sean Eric Fagan Message-Id: <199411151731.JAA25818@kithrup.com> To: pst@shockwave.com Subject: Re: cvs commit: src/include malloc.h Makefile Newsgroups: kithrup.freebsd.cvs-all In-Reply-To: <199411151717.JAA02754.kithrup.freebsd.cvs-all@precipice.Shockwave.COM> References: Your message of "Tue, 15 Nov 1994 10:10:15 MST." <199411151710.KAA09414@bsd.coe.montana.edu> Organization: Kithrup Enterprises, Ltd. Cc: cvs-all@freebsd.org Sender: cvs-all-owner@freebsd.org Precedence: bulk In article <199411151717.JAA02754.kithrup.freebsd.cvs-all@precipice.Shockwave.COM> you write: >Yes, indeed. However, the idea as I understand here is that we're including a >/usr/include/malloc.h for SystemV compatibility. should only be included by programs that intend to use the various SysVr3 and later libmalloc routines. In particular, there is the mallinfo struct and mallinfo(). People who intend to just get a declaration for malloc and company should include in most cases, and in very, very, very few cases (!defined(__POSIX_SOURCE) && !defined(__STDC__) || !defined(__GNUC__), for example). Include is going to bite you, because there are programs out there that, when seeing it, will expect ALL of the functionality to be there. It is much easier, in the long run, to just not have it, and include it in the FAQ, or even in a manual page. From owner-cvs-all Fri Nov 18 14:37:50 1994 Return-Path: cvs-all-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.8/8.6.6) id OAA12592 for cvs-all-outgoing; Fri, 18 Nov 1994 14:37:50 -0800 Received: (from jkh@localhost) by freefall.cdrom.com (8.6.8/8.6.6) id OAA12579; Fri, 18 Nov 1994 14:37:47 -0800 Date: Fri, 18 Nov 1994 14:37:47 -0800 From: "Jordan K. Hubbard" Message-Id: <199411182237.OAA12579@freefall.cdrom.com> To: ache Subject: Ok, so maybe you *didn't* do it wrong.. Cc: cvs-all Sender: cvs-all-owner@FreeBSD.org Precedence: bulk Since when does line_edit() take an extra parameter? I notice that both width and max_width are in there now.. But even if you did it right, PLEASE - coordinate with us before touching sysinstall! You'd have saved me editing time that I could have very nicely used doing something else! Jordan