From owner-cvs-lib Mon Feb 6 12:13:03 1995 Return-Path: cvs-lib-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id MAA20337 for cvs-lib-outgoing; Mon, 6 Feb 1995 12:13:03 -0800 Received: from precipice.Shockwave.COM (precipice.shockwave.com [171.69.108.33]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id MAA20309; Mon, 6 Feb 1995 12:12:56 -0800 Received: from localhost (localhost [127.0.0.1]) by precipice.Shockwave.COM (8.6.9/8.6.9) with SMTP id MAA10990; Mon, 6 Feb 1995 12:05:52 -0800 Message-Id: <199502062005.MAA10990@precipice.Shockwave.COM> To: Poul-Henning Kamp cc: joerg_wunsch@uriah.sax.de, CVS-commiters@freefall.cdrom.com, cvs-lib@freefall.cdrom.com Subject: Re: cvs commit: src/lib/libc/gen getcwd.c In-reply-to: Your message of "Mon, 06 Feb 1995 11:59:11 PST." <199502061959.LAA06469@ref.tfs.com> Date: Mon, 06 Feb 1995 12:05:51 -0800 From: Paul Traina Sender: cvs-lib-owner@freebsd.org Precedence: bulk From: Poul-Henning Kamp Subject: Re: cvs commit: src/lib/libc/gen getcwd.c go read the source OK ???? The big thing here is that we're changing an operating paradigm. No one's arguing that it isn't easy to override this, at least in a shell script, but people and scripts DON'T expect this behavior. I myself have written scripts depending on the fact that pwd is going to return me the cannonical path to a file rather than following slimelinks. I feel this change is a loser... I feel very uncomfortable changing 15 years of historical behavior for a minor performance gain... that's not the way performance gains are supposed to be eeked out.