Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Feb 2010 18:17:17 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.bin/bc scan.l
Message-ID:  <201002051817.o15IHPaH070947@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
delphij     2010-02-05 18:17:17 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/bc           scan.l 
  Log:
  SVN rev 203531 on 2010-02-05 18:17:17Z by delphij
  
  Fix a bug in previous revision.
  
  The bc(1) program may need to deal with files when it's being run in
  interactive mode, so we can not blindly use interactive mode (in turn
  use libedit) but need to check if the input source is really the standard
  input.
  
  This commit should fix a regression where 'bc -l' would not parse the
  mathlib.
  
  Reported by:    trasz
  
  Revision  Changes    Path
  1.4       +1 -1      src/usr.bin/bc/scan.l



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002051817.o15IHPaH070947>