Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Feb 2010 18:43:05 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.bin/bc Makefile bc.y extern.h scan.l
Message-ID:  <201002041843.o14IhFeI092057@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

delphij     2010-02-04 18:43:05 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/bc           Makefile bc.y extern.h scan.l 
  Log:
  SVN rev 203498 on 2010-02-04 18:43:05Z by delphij
  
  Use libedit when interacting with tty, which provided history
  functionality, etc. as did by GNU bc.
  
  This also fixes an issue where BSDL bc can not handle very long
  line.
  
  Reported by:    imp
  Reviewed by:    imp
  
  Revision  Changes    Path
  1.5       +3 -0      src/usr.bin/bc/Makefile
  1.4       +18 -0     src/usr.bin/bc/bc.y
  1.2       +5 -1      src/usr.bin/bc/extern.h
  1.3       +39 -0     src/usr.bin/bc/scan.l



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