# $NetBSD: Makefile,v 1.9 2002/09/19 03:09:35 lukem Exp $ .include DIST= ${NETBSDSRCDIR}/gnu/dist PROG= dc SRCS= array.c dc.c eval.c misc.c numeric.c stack.c string.c \ number.c CPPFLAGS+= -D_POSIX_SOURCE -I. -I${NETBSDSRCDIR}/gnu/usr.bin/bc \ -I${DIST}/bc/dc -I${DIST}/bc/h TEXINFO= dc.texi .PATH: ${DIST}/bc/dc ${DIST}/bc/lib ${DIST}/bc/doc .include .include a href='/'>index : netbsd
NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-10Remove many HAVE_GCC || HAVE_PCC conditionals as the options also applyjoerg
2012-06-03Switch device database to cdb(5). Rework ttyname(3) and ttyname_r(3) tojoerg
2012-03-05Remove dead xrefs to obsolete kvm_mkdb(8).njoly
2011-08-30static openinfo. dead, not unused usage.joerg
2009-04-15Fix -Wsign-compare issuelukem
2009-03-09Fix preamble to match order set out by mdoc(7). Discussed with wiz.joerg
2008-12-28fix suseconds_t format.christos
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2007-12-15convert __attribute__s to applicable cdefs.h macrosperry
2005-11-18The latest fts fix that removes double-slashes from paths exposed a bugchristos
2005-10-24Don't assume that fts(3) will add a slash to the name. From Steve Woodford.christos
2005-03-16Kill __P(), use ANSI function declarations; WARNS=3xtraeme
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-05-17use strlcpy. don't hardcode sizes, use sizeof.itojun
2002-12-15Set explicit database layout. Default is filesystem block sizehannken
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2002-01-19Whitespace nits.wiz
2001-07-15Removed two debug messages commited by mistake. Sorry about this.manu
2001-07-14errno is not tested any more if dbopen succeeds (to quote errno(2), "Itmanu
2001-07-13Moved the errno=0 in the loop for opening the temp file. The problem was thatmanu
2001-07-12FIxed a problem with string length (a leading / was appearing in w, who and o...manu
2001-07-08We use rename() to produce the dev.db file, and rename() is not able to movemanu
2001-07-05- Moved the temp file to /tmp instead of /var/tmpmanu
2001-07-05Added a missing .Elmanu
2001-07-04Added flags to choose the location of the input device directory and themanu
2001-04-10Descent into subdirs so that pstat -v prints files on fdescfs symbolically.enami
2001-04-10- Cosmetic changes like:enami
1997-10-18deprecate register, use memset/memmove instead of bzero/bcopylukem
1997-10-17WARNSify, getopt returns -1 not EOFlukem
1997-10-17WARNSify, getopt returns -1 not EOFlukem
1997-03-08RCSid policemikel
1995-01-30Merge with 4.4-Lite, and use libc err(3) and warn(3).mycroft
1994-12-22specify man pages the new way.cgd