aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/bc
Commit message (Collapse)AuthorAgeFilesLines
* - Remove GNU bc/dc bits. There has not been any regressions seen afterGabor Kovesdan2010-02-212-105/+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
* Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov2006-03-171-1/+3
| | | | | | | | | | | http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html The src.conf(5) manpage is to follow in a few days. Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine) Notes: svn path=/head/; revision=156813
* Respect NO_EXAMPLESPoul-Henning Kamp2005-08-051-0/+2
| | | | Notes: svn path=/head/; revision=148739
* Remove getopt*.c, we already have getopt_long() in libcAndrey A. Chernov2004-02-171-1/+1
| | | | Notes: svn path=/head/; revision=125905
* GCC 3.1's cpp no longer searches for includes using hints from #line.David E. O'Brien2002-03-161-5/+4
| | | | Notes: svn path=/head/; revision=92448
* Install files via FILES.Ruslan Ermilov2001-12-171-10/+4
| | | | Notes: svn path=/head/; revision=88067
* Fixed style bugs (tab corruption) on every changed line in previous commit.Bruce Evans2001-11-111-2/+2
| | | | Notes: svn path=/head/; revision=86249
* Back out switching from libreadline to libedit:Andrey A. Chernov2001-11-092-4/+4
| | | | | | | | 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
* Fixed style bugs in previous commit:Bruce Evans2001-10-191-4/+2
| | | | | | | | - don't comment out the old version; just modify it. - don't 2 sets of 3 style bugs that weren't present in the old version. Notes: svn path=/head/; revision=85157
* Turn on the libedit support in bc. Turn off libreadline.Matthew N. Dodd2001-10-192-4/+6
| | | | 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
* install contrib/bc/Examples as /usr/share/examples/bcAlexey Zelkin2000-01-101-0/+10
| | | | Notes: svn path=/head/; revision=55734
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=50472
* Use Byacc rather than Bison.David E. O'Brien1999-08-021-2/+1
| | | | Notes: svn path=/head/; revision=49368
* Fixed races in `make -jN' using new yacc rules.Bruce Evans1998-05-041-18/+5
| | | | | | | | | Fixed slightly wrong order of -I's in CFLAGS. FIxed the usual style bugs in DPADD and LDADD. Notes: svn path=/head/; revision=35691
* Add missing -DHAVE_CONFIG_HAndrey A. Chernov1998-05-011-2/+2
| | | | Notes: svn path=/head/; revision=35600
* Style:Andreas Klemm1998-05-012-19/+76
| | | | | | | | | | | | | $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
* Add libtermcap to DPADD tooAndrey A. Chernov1998-05-011-2/+2
| | | | Notes: svn path=/head/; revision=35573
* -ltermcap is required due to -lreadline else you get missing functionsMarc G. Fournier1998-05-011-2/+2
| | | | | | | like 'tputs()' et al... Notes: svn path=/head/; revision=35572
* Use generated bc.hAndrey A. Chernov1998-04-301-3/+9
| | | | Notes: svn path=/head/; revision=35553
* Turn on Readline supportAndrey A. Chernov1998-04-301-1/+5
| | | | Notes: svn path=/head/; revision=35536
* Fix make - use -I${.CURDIR} instead of -I.Andrey A. Chernov1998-04-301-2/+2
| | | | Notes: svn path=/head/; revision=35530
* remove old bc-1.0.3 stuffAndreas Klemm1998-04-2920-7089/+22
| | | | | | | | | modify Makefile, to get bc-1.0.4 from src/contrib/bc adjust config.h PR: closes 4183 Notes: svn path=/head/; revision=35521
* Fix the getopt() prototype to match the system one.Peter Wemm1997-03-111-1/+1
| | | | Notes: svn path=/head/; revision=23725
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22996
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Change -I$(.CURDIR) to -I. in CFLAGS. As Bruce pointed outSteve Price1996-11-041-1/+1
| | | | | | | | | | $(...) is bad style and without -I. this program would not compile unless ${.OBJDIR} == ${.CURDIR}. Submitted by: bde Notes: svn path=/head/; revision=19389
* Get rid of bogus #ifdef's.Steve Price1996-11-041-6/+0
| | | | Notes: svn path=/head/; revision=19383
* Cleanup -Wall warnings added with upgrade to version 1.03.Steve Price1996-11-044-6/+8
| | | | Notes: svn path=/head/; revision=19381
* Upgrade to version 1.03.Steve Price1996-11-0422-3134/+976
| | | | Notes: svn path=/head/; revision=19380
* delete doubled words, e.g.: "the the" -> "the"Wolfram Schneider1996-10-051-2/+3
| | | | Notes: svn path=/head/; revision=18718
* Remove trailing whitespace.Rodney W. Grimes1995-05-3014-165/+165
| | | | Notes: svn path=/head/; revision=8858
* New manual page systemCharlie Root1993-07-021-1/+1
| | | | Notes: svn path=/head/; revision=84
* Fixed a missing letter that causes an error when formatting the documentNate Williams1993-06-291-1/+1
| | | | Notes: svn path=/head/; revision=78
* Removed BINDIR= from Makefile so that bc installs in /usr/gnu/binRodney W. Grimes1993-06-211-1/+0
| | | | Notes: svn path=/head/; revision=40
* New bc-1.02 bmake sourcesPaul Richards1993-06-1922-0/+9259
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=28