aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/bc/config.h
Commit message (Collapse)AuthorAgeFilesLines
* - Remove GNU bc/dc bits. There has not been any regressions seen afterGabor Kovesdan2010-02-211-84/+0
| | | | | | | | | | BSD bc/dc import. It has been tested with make universe that this code is not used by anything any more. Approved by: delphij (mentor) Notes: svn path=/head/; revision=204171
* Back out switching from libreadline to libedit:Andrey A. Chernov2001-11-091-2/+2
| | | | | | | | 1) It is capabilities degradation: f.e. libedit can't process ~/.inputrc files 2) It have no sense to try to un-GNU GNU program. Notes: svn path=/head/; revision=86215
* Turn on the libedit support in bc. Turn off libreadline.Matthew N. Dodd2001-10-191-2/+2
| | | | Notes: svn path=/head/; revision=85121
* Update for bc 1.06Kris Kennaway2001-02-261-6/+16
| | | | Notes: svn path=/head/; revision=73069
* Update for 1.0.5a.David E. O'Brien2000-01-161-1/+6
| | | | Notes: svn path=/head/; revision=56106
* Style:Andreas Klemm1998-05-011-4/+68
| | | | | | | | | | | | | $Id$ should be preceded by a tab Don't include ../Makefile.inc when it is not used explicitly Use the normal amount of horizontal and vertical whitspace (1 tab/none) Don't override the (correct) default for MAN1 Use the correct order for -I paths Use config.h generated by `configure', don't use a huge CFLAGS statement Enable useage of libreadline in config.h, configure didn't enable it itself. Notes: svn path=/head/; revision=35577
* remove old bc-1.0.3 stuffAndreas Klemm1998-04-291-0/+1
| | | | | | | | | modify Makefile, to get bc-1.0.4 from src/contrib/bc adjust config.h PR: closes 4183 Notes: svn path=/head/; revision=35521
* New bc-1.02 bmake sourcesPaul Richards1993-06-191-0/+4
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=28