<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/gnu/usr.bin/bc, branch release/4.1.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F4.1.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F4.1.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2000-07-26T21:12:35Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2000-07-26T21:12:35Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2000-07-26T21:12:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7f1bf9342879a7ee2dd88e11a33ae7509eab55b0'/>
<id>urn:sha1:7f1bf9342879a7ee2dd88e11a33ae7509eab55b0</id>
<content type='text'>
'RELENG_4_1_0_RELEASE'.

This commit was manufactured to restore the state of the 4.1-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>Update for 1.0.5a.</title>
<updated>2000-01-16T10:21:28Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2000-01-16T10:21:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6986f365d4e342d388ca25302b795461d62789e3'/>
<id>urn:sha1:6986f365d4e342d388ca25302b795461d62789e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>install contrib/bc/Examples as /usr/share/examples/bc</title>
<updated>2000-01-10T08:55:02Z</updated>
<author>
<name>Alexey Zelkin</name>
<email>phantom@FreeBSD.org</email>
</author>
<published>2000-01-10T08:55:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0b59cdbe842dc0279c3a5ba555e549f530575722'/>
<id>urn:sha1:0b59cdbe842dc0279c3a5ba555e549f530575722</id>
<content type='text'>
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-27T23:37:10Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-27T23:37:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9b7a44a60e11baaf94f68f81c4b30d26f31643b7'/>
<id>urn:sha1:9b7a44a60e11baaf94f68f81c4b30d26f31643b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use Byacc rather than Bison.</title>
<updated>1999-08-02T10:02:07Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>1999-08-02T10:02:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b7ade9cbfd6ce33e964a74a9b623e13fd4030f6b'/>
<id>urn:sha1:b7ade9cbfd6ce33e964a74a9b623e13fd4030f6b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed races in `make -jN' using new yacc rules.</title>
<updated>1998-05-04T16:22:30Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1998-05-04T16:22:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=badaccf0f269a2b990c5534f316e478de8bb736d'/>
<id>urn:sha1:badaccf0f269a2b990c5534f316e478de8bb736d</id>
<content type='text'>
Fixed slightly wrong order of -I's in CFLAGS.

FIxed the usual style bugs in DPADD and LDADD.
</content>
</entry>
<entry>
<title>Add missing -DHAVE_CONFIG_H</title>
<updated>1998-05-01T19:13:41Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1998-05-01T19:13:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ec8ce75e891f817cb32fee4928749c71aa2efb01'/>
<id>urn:sha1:ec8ce75e891f817cb32fee4928749c71aa2efb01</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Style:</title>
<updated>1998-05-01T10:01:02Z</updated>
<author>
<name>Andreas Klemm</name>
<email>andreas@FreeBSD.org</email>
</author>
<published>1998-05-01T10:01:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4072bad05c7817fcdc849cd8d00f6d71841b45f1'/>
<id>urn:sha1:4072bad05c7817fcdc849cd8d00f6d71841b45f1</id>
<content type='text'>
$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.
</content>
</entry>
<entry>
<title>Add libtermcap to DPADD too</title>
<updated>1998-05-01T04:42:53Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1998-05-01T04:42:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=da732b00aa1d95ca406de47299919ef85c2630ff'/>
<id>urn:sha1:da732b00aa1d95ca406de47299919ef85c2630ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>-ltermcap is required due to -lreadline else you get missing functions</title>
<updated>1998-05-01T02:49:40Z</updated>
<author>
<name>Marc G. Fournier</name>
<email>scrappy@FreeBSD.org</email>
</author>
<published>1998-05-01T02:49:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6d9a59f558bfbd878e1ea171a48a45c4595ff7e0'/>
<id>urn:sha1:6d9a59f558bfbd878e1ea171a48a45c4595ff7e0</id>
<content type='text'>
like 'tputs()' et al...
</content>
</entry>
</feed>
