summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/bc
Commit message (Collapse)AuthorAgeFilesLines
* Remove getopt*.c, we already have getopt_long() in libcache2004-02-171-1/+1
|
* GCC 3.1's cpp no longer searches for includes using hints from #line.obrien2002-03-161-5/+4
|
* Install files via FILES.ru2001-12-171-10/+4
|
* Fixed style bugs (tab corruption) on every changed line in previous commit.bde2001-11-111-2/+2
|
* Back out switching from libreadline to libedit:ache2001-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.
* Fixed style bugs in previous commit:bde2001-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.
* Turn on the libedit support in bc. Turn off libreadline.mdodd2001-10-192-4/+6
|
* Update for bc 1.06kris2001-02-261-6/+16
|
* Update for 1.0.5a.obrien2000-01-161-1/+6
|
* install contrib/bc/Examples as /usr/share/examples/bcphantom2000-01-101-0/+10
|
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
|
* Use Byacc rather than Bison.obrien1999-08-021-2/+1
|
* Fixed races in `make -jN' using new yacc rules.bde1998-05-041-18/+5
| | | | | | Fixed slightly wrong order of -I's in CFLAGS. FIxed the usual style bugs in DPADD and LDADD.
* Add missing -DHAVE_CONFIG_Hache1998-05-011-2/+2
|
* Style:andreas1998-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.
* Add libtermcap to DPADD tooache1998-05-011-2/+2
|
* -ltermcap is required due to -lreadline else you get missing functionsscrappy1998-05-011-2/+2
| | | | like 'tputs()' et al...
* Use generated bc.hache1998-04-301-3/+9
|
* Turn on Readline supportache1998-04-301-1/+5
|
* Fix make - use -I${.CURDIR} instead of -I.ache1998-04-301-2/+2
|
* remove old bc-1.0.3 stuffandreas1998-04-2920-7089/+22
| | | | | | modify Makefile, to get bc-1.0.4 from src/contrib/bc adjust config.h PR: closes 4183
* Fix the getopt() prototype to match the system one.peter1997-03-111-1/+1
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-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.
* Change -I$(.CURDIR) to -I. in CFLAGS. As Bruce pointed outsteve1996-11-041-1/+1
| | | | | | | $(...) is bad style and without -I. this program would not compile unless ${.OBJDIR} == ${.CURDIR}. Submitted by: bde
* Get rid of bogus #ifdef's.steve1996-11-041-6/+0
|
* Cleanup -Wall warnings added with upgrade to version 1.03.steve1996-11-044-6/+8
|
* Upgrade to version 1.03.steve1996-11-0422-3134/+976
|
* delete doubled words, e.g.: "the the" -> "the"wosch1996-10-051-2/+3
|
* Remove trailing whitespace.rgrimes1995-05-3014-165/+165
|
* New manual page systemroot1993-07-021-1/+1
|
* Fixed a missing letter that causes an error when formatting the documentnate1993-06-291-1/+1
|
* Removed BINDIR= from Makefile so that bc installs in /usr/gnu/binrgrimes1993-06-211-1/+0
|
* New bc-1.02 bmake sourcespaul1993-06-1922-0/+9259
OpenPOWER on IntegriCloud