From owner-freebsd-hackers Tue Jan 12 03:02:21 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA02060 for freebsd-hackers-outgoing; Tue, 12 Jan 1999 03:02:21 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from peach.ocn.ne.jp (peach.ocn.ne.jp [210.145.254.87]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA02054 for ; Tue, 12 Jan 1999 03:02:17 -0800 (PST) (envelope-from dcs@newsguy.com) Received: from newsguy.com by peach.ocn.ne.jp (8.9.1a/OCN) id UAA25717; Tue, 12 Jan 1999 20:01:19 +0900 (JST) Message-ID: <369B29E8.335B11E5@newsguy.com> Date: Tue, 12 Jan 1999 19:54:32 +0900 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.5 [en] (Win98; I) X-Accept-Language: pt-BR,ja MIME-Version: 1.0 To: Andrzej Bialecki CC: Joe Abley , Mike Smith , freebsd-hackers@FreeBSD.ORG Subject: Re: FICL and setting BTX variables References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Andrzej Bialecki wrote: > > On Tue, 12 Jan 1999, Joe Abley wrote: > > > # some general early substitutions > > { > > gsub("\t", " "); # replace each tab with 4 spaces > > Mhm.. I'm not sure. One of the goals here is also to make the resulting > string as short as possible, because it directly influences the size of > /boot/loader later. The string doesn't have to be nicely formatted, it > just has to compile. So, I'd suggest gsub("\t"," "); Let me come in Joe's defense here. :-) I told him that we wanted this really stripped, but I also mentioned that when I first got to replace this script, I decided to first write a 100% compatible replacement, and *then* apply patches to it, so the 100% compatible replacement would be in the repo. -- Daniel C. Sobral (8-DCS) dcs@newsguy.com If you sell your soul to the Devil and all you get is an MCSE from it, you haven't gotten market rate. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message