<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>d0b2dbfa - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/dc/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/usr.bin/dc/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>95639a80 - dc(1): fix input of non-decimal fractional numbers</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/dc/Makefile#95639a80</link>
        <description>dc(1): fix input of non-decimal fractional numbersInputting fractional non-decimal numbers has never worked correctly in ourOpenBSD-derived dc(1). It truncates the input to a number of decimal placesequal to the number of hexadecimal (or whatever base) places given on theinput. That&apos;s unacceptable, because many numbers require more precision torepresent in base 10 than in their original bases.Fix this bug by using as many decimal places as needed to represent theinput, up to the maximum of the global scale factor.This has one mildly surprising side effect: the scale of a number entered innon-decimal mode will no longer necessarily equal the number of hexadecimal(or whatever base) places given on the input. I think that&apos;s an acceptablebehavior change, given that inputting fractional non-decimal numbers neverworked in the first place, and the man page doesn&apos;t specify whether trailingzeros on the input should affect a number&apos;s scale.PR:		206230Reported by:	nibbana@gmx.usReviewed by:	pfgDifferential Revision:	https://reviews.freebsd.org/D13336

            List of files:
            /freebsd-14.2/usr.bin/dc/Makefile</description>
        <pubDate>Tue, 05 Dec 2017 04:22:35 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3e11bd9e - Convert to usr.bin/ to LIBADD</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/dc/Makefile#3e11bd9e</link>
        <description>Convert to usr.bin/ to LIBADDReduce overlinking

            List of files:
            /freebsd-14.2/usr.bin/dc/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 14:29:10 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0c66031a - Remove unneeded CFLAGS.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/dc/Makefile#0c66031a</link>
        <description>Remove unneeded CFLAGS.Such optimisations should not be performed in this Makefile. Also, uqs@suggested they have no effect, because the checksum of the resultingbinary is unchanged.Discussed with:	gabor, uqs

            List of files:
            /freebsd-14.2/usr.bin/dc/Makefile</description>
        <pubDate>Mon, 07 Nov 2011 09:42:22 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>12360c49 - - style.Makefile(5)</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/dc/Makefile#12360c49</link>
        <description>- style.Makefile(5)Submitted by:	uqsApproved by:	delphij (mentor)

            List of files:
            /freebsd-14.2/usr.bin/dc/Makefile</description>
        <pubDate>Wed, 03 Feb 2010 19:12:27 +0000</pubDate>
        <dc:creator>Gabor Kovesdan &lt;gabor@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7ffc8ae5 - Move USD documents from /usr/share/doc/papers to to /usr/share/doc/usd.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/dc/Makefile#7ffc8ae5</link>
        <description>Move USD documents from /usr/share/doc/papers to to /usr/share/doc/usd.Reviewed by:	gabor

            List of files:
            /freebsd-14.2/usr.bin/dc/Makefile</description>
        <pubDate>Fri, 22 Jan 2010 23:19:48 +0000</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>097d0425 - Makefile cleanups:</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/dc/Makefile#097d0425</link>
        <description>Makefile cleanups: o Enable building of USD o Remove commented out targets o Remove WARNS?=6 lines since it&apos;s the defaultReviewed by:	gabor

            List of files:
            /freebsd-14.2/usr.bin/dc/Makefile</description>
        <pubDate>Thu, 21 Jan 2010 17:46:14 +0000</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fdf1f88b - Replace GNU bc/dc with BSDL versions ported from OpenBSD. They have a good</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/dc/Makefile#fdf1f88b</link>
        <description>Replace GNU bc/dc with BSDL versions ported from OpenBSD. They have a goodcompatibility level with the GNU counterparts and have shown to be matureenough. For now, the GNU versions aren&apos;t removed from the tree, just detachedfrom the build.Sponsored by:		Google Summer of Code 2008Portbuild run by:	erwinApproved by:		delphij

            List of files:
            /freebsd-14.2/usr.bin/dc/Makefile</description>
        <pubDate>Wed, 20 Jan 2010 21:30:52 +0000</pubDate>
        <dc:creator>Gabor Kovesdan &lt;gabor@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
