aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/dc
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-292-2/+2
| | | | Notes: svn path=/stable/3/; revision=50569
* Do not store the same config.h twice - use one from bc directoryAndrey A. Chernov1998-05-012-71/+2
| | | | Notes: svn path=/head/; revision=35602
* Added missing -DHAVE_CONFIG_H to CFLAGS. It happens to be a no-op hereBruce Evans1998-05-011-5/+5
| | | | | | | | | | only because dc doesn't use anything in the gnu library that has a significant dependency on config.h. Simplified paths. Notes: svn path=/head/; revision=35579
* Style:Andreas Klemm1998-05-012-23/+76
| | | | | | | | | | | | | | | | | | - Makefiles shouldn't have copyrights. - $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. - Don't use += to initialize SUBDIR. - use the config.h generated by `configure' and don't use a huge CFLAGS statement. I think the other Makefiles under src/gnu needs some polishing as well ;-) Thanks to Bruce, everythig looks smarter now. Obtained from: Bruce Evans <bde@zeta.org.au> Notes: svn path=/head/; revision=35576
* fix make - use -I${.CURDIR} instead -I.Andrey A. Chernov1998-04-301-2/+2
| | | | Notes: svn path=/head/; revision=35531
* update dc utility as wellAndreas Klemm1998-04-2916-3318/+35
| | | | | | | | after importing the new bc-1.0.4 sources, which contain the latest DNU dc version Notes: svn path=/head/; revision=35522
* Make makewhatis(1) happy.Wolfram Schneider1997-03-211-4/+2
| | | | Notes: svn path=/head/; revision=24095
* Same thing.Joshua Peck Macdonald1997-01-111-0/+2
| | | | Notes: svn path=/head/; revision=21515
* Upgrade to dc version 1.0 which comes bundled withSteve Price1996-11-0419-2688/+2648
| | | | | | | bc version 1.03. Notes: svn path=/head/; revision=19382
* Ok, instead of covering up the problem, let's fix it.Steve Price1996-11-031-16/+26
| | | | | | | | | | | Reinstate the ability to use directories as input files and make dc print an error message when trying to lookup/set the value of an invalid register. Suggested by: bde Notes: svn path=/head/; revision=19366
* Don't allow filenames specified on the commandlineSteve Price1996-11-031-1/+8
| | | | | | | to be directories. Notes: svn path=/head/; revision=19345
* [HISTORY] command appeared in Version 1 AT&T UNIXWolfram Schneider1996-08-291-0/+6
| | | | | | | Obtained from: A Quarter Century of UNIX, Peter H. Salus, page 41 Notes: svn path=/head/; revision=17891
* This commit was generated by cvs2svn to compensate for changes in r13122,Peter Wemm1995-12-302-711/+0
| | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=13123
* Remove trailing whitespace.Rodney W. Grimes1995-05-303-14/+14
| | | | Notes: svn path=/head/; revision=8858
* Add doc to SUBDIRAndrey A. Chernov1995-01-161-0/+1
| | | | Notes: svn path=/head/; revision=5658
* Infopage installationAndrey A. Chernov1995-01-122-0/+384
| | | | Notes: svn path=/head/; revision=5528
* Throw out the abort call, the reasoning seems to be false :-).Andreas Schulz1994-12-032-4/+4
| | | | | | | | | | Change a round to a truncate. Problem reported from Christoph Kukulies: 9.8 2 / p did an IOT trap. There is one remaining problem.: 9.8 2 % p shows on other machines 1.8 but does here in the moment 1. Notes: svn path=/head/; revision=4933
* Remove redundant (and conflicting) definition of sys_errlist.Jordan K. Hubbard1994-08-091-1/+0
| | | | | | | Submitted by: jkh Notes: svn path=/head/; revision=1976
* Added man page - it looks a little odd in places (the 'i' and 'o'Jordan K. Hubbard1993-08-042-1/+278
| | | | | | | | commands), but this is the way it looked in the texinfo docs so I stayed faithful to RMS's original presentation. Notes: svn path=/head/; revision=239
* dc has no man page, so add NOMAN to MakefileNate Williams1993-08-031-1/+2
| | | | Notes: svn path=/head/; revision=237
* adding GNU dc ("desk calculator")Andrew Moore1993-07-3110-0/+3391
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=220