Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update for bc 1.06 | kris | 2001-02-26 | 1 | -6/+16 |
| | |||||
* | Update for 1.0.5a. | obrien | 2000-01-16 | 1 | -1/+6 |
| | |||||
* | install contrib/bc/Examples as /usr/share/examples/bc | phantom | 2000-01-10 | 1 | -0/+10 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-27 | 1 | -1/+1 |
| | |||||
* | Use Byacc rather than Bison. | obrien | 1999-08-02 | 1 | -2/+1 |
| | |||||
* | Fixed races in `make -jN' using new yacc rules. | bde | 1998-05-04 | 1 | -18/+5 |
| | | | | | | Fixed slightly wrong order of -I's in CFLAGS. FIxed the usual style bugs in DPADD and LDADD. | ||||
* | Add missing -DHAVE_CONFIG_H | ache | 1998-05-01 | 1 | -2/+2 |
| | |||||
* | Style: | andreas | 1998-05-01 | 2 | -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 too | ache | 1998-05-01 | 1 | -2/+2 |
| | |||||
* | -ltermcap is required due to -lreadline else you get missing functions | scrappy | 1998-05-01 | 1 | -2/+2 |
| | | | | like 'tputs()' et al... | ||||
* | Use generated bc.h | ache | 1998-04-30 | 1 | -3/+9 |
| | |||||
* | Turn on Readline support | ache | 1998-04-30 | 1 | -1/+5 |
| | |||||
* | Fix make - use -I${.CURDIR} instead of -I. | ache | 1998-04-30 | 1 | -2/+2 |
| | |||||
* | remove old bc-1.0.3 stuff | andreas | 1998-04-29 | 20 | -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. | peter | 1997-03-11 | 1 | -1/+1 |
| | |||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -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 out | steve | 1996-11-04 | 1 | -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. | steve | 1996-11-04 | 1 | -6/+0 |
| | |||||
* | Cleanup -Wall warnings added with upgrade to version 1.03. | steve | 1996-11-04 | 4 | -6/+8 |
| | |||||
* | Upgrade to version 1.03. | steve | 1996-11-04 | 22 | -3134/+976 |
| | |||||
* | delete doubled words, e.g.: "the the" -> "the" | wosch | 1996-10-05 | 1 | -2/+3 |
| | |||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 14 | -165/+165 |
| | |||||
* | New manual page system | root | 1993-07-02 | 1 | -1/+1 |
| | |||||
* | Fixed a missing letter that causes an error when formatting the document | nate | 1993-06-29 | 1 | -1/+1 |
| | |||||
* | Removed BINDIR= from Makefile so that bc installs in /usr/gnu/bin | rgrimes | 1993-06-21 | 1 | -1/+0 |
| | |||||
* | New bc-1.02 bmake sources | paul | 1993-06-19 | 22 | -0/+9259 |