From owner-cvs-bin Thu May 4 23:34:22 1995 Return-Path: cvs-bin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA14327 for cvs-bin-outgoing; Thu, 4 May 1995 23:34:22 -0700 Received: (from davidg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA14314 ; Thu, 4 May 1995 23:34:15 -0700 Date: Thu, 4 May 1995 23:34:15 -0700 From: David Greenman Message-Id: <199505050634.XAA14314@freefall.cdrom.com> To: cvs-bin, CVS-commiters Subject: cvs commit: src/bin/sh histedit.c Sender: cvs-bin-owner@freebsd.org Precedence: bulk davidg 95/05/04 23:34:15 Modified: bin/sh histedit.c Log: From "Philippe Charnier" : There is a bug in sh: the built in command "fc -l" generates a core dump (*NULL in not_fcnumber). According to the sh manual page (fc -l [-nr] [first [last]]), fc -l is a correct sequence (in that case, values are defaulted to -16 and -1) but fails when first is not given.