<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/lib/human.c, branch v4.5.2</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v4.5.2</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v4.5.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2001-12-19T15:05:33Z</updated>
<entry>
<title>(suffixes): Prefer K to k for 1024.</title>
<updated>2001-12-19T15:05:33Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2001-12-19T15:05:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=44dcbba28a34cace298e88047af0c4c5cd1f5c67'/>
<id>urn:sha1:44dcbba28a34cace298e88047af0c4c5cd1f5c67</id>
<content type='text'>
(generate_suffix_backwards): New function.
(human_readable_inexact): Use it.
</content>
</entry>
<entry>
<title>(adjust_value): New function.</title>
<updated>2000-06-16T12:51:28Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2000-06-16T12:51:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=ff5aea354f38f5abbedd448750c0e9bd5edcdb08'/>
<id>urn:sha1:ff5aea354f38f5abbedd448750c0e9bd5edcdb08</id>
<content type='text'>
(human_readable_inexact): Apply rounding style even when
printing approximate values.
</content>
</entry>
<entry>
<title>(human_readable_inexact): Allow an input block</title>
<updated>2000-06-15T12:21:10Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2000-06-15T12:21:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=fbc3c192c13175da17920eaae21cd87dcacd104d'/>
<id>urn:sha1:fbc3c192c13175da17920eaae21cd87dcacd104d</id>
<content type='text'>
size that is not a multiple of the output block size, and vice versa.
</content>
</entry>
<entry>
<title>use double quotes, not single quotes around syntax-error-evoking string</title>
<updated>2000-02-27T17:54:25Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2000-02-27T17:54:25Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=4fef810c37ba226a2d0437995a3fef9c72fd124c'/>
<id>urn:sha1:4fef810c37ba226a2d0437995a3fef9c72fd124c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use `#if !HAVE_DECL...' instead of `#ifndef HAVE_DECL..'</title>
<updated>2000-02-27T17:40:24Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2000-02-27T17:40:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=8041fd530144d53b479fa50cadfb1bedf0352524'/>
<id>urn:sha1:8041fd530144d53b479fa50cadfb1bedf0352524</id>
<content type='text'>
now that autoconf always defines the HAVE_DECL_ symbols.

Arrange for cpp to fail if the configure-time
declaration check was not run.
</content>
</entry>
<entry>
<title>(default_block_size): New function.</title>
<updated>1999-11-07T21:06:02Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>1999-11-07T21:06:02Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=41c5f76c2f50b39930de1e72cee95caadc9143a0'/>
<id>urn:sha1:41c5f76c2f50b39930de1e72cee95caadc9143a0</id>
<content type='text'>
(humblock): Use it if no block size is specified.
(human_block_size): If the specified block size is zero, report an
error if report_errors is nonzero; otherwise use the default.
</content>
</entry>
<entry>
<title>(human_readable): New function.</title>
<updated>1999-07-04T08:47:28Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>1999-07-04T08:47:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=8999870c5605362d814e0b3c48830377ce8fc4d3'/>
<id>urn:sha1:8999870c5605362d814e0b3c48830377ce8fc4d3</id>
<content type='text'>
(human_readable_inexact): Renamed from human_readable, with new arg
INEXACT_STYLE.  Add support for ceiling and floor.
</content>
</entry>
<entry>
<title>(human_readable): Allow from_block_size to be zero.</title>
<updated>1999-05-17T13:03:46Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>1999-05-17T13:03:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=1ee4fffc88d88a91e817eaf2e2f741194192e15a'/>
<id>urn:sha1:1ee4fffc88d88a91e817eaf2e2f741194192e15a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Include &lt;string.h&gt; or &lt;strings.h&gt; for strlen prototype.</title>
<updated>1999-05-13T20:48:44Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>1999-05-13T20:48:44Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=c93ac403ed1e3688c4d0f2743f01b2dad494bf22'/>
<id>urn:sha1:c93ac403ed1e3688c4d0f2743f01b2dad494bf22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't include inttypes.h here.</title>
<updated>1999-04-25T19:18:55Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>1999-04-25T19:18:55Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=e3a368948ed890979bd0f14f5aac791e0b1b9035'/>
<id>urn:sha1:e3a368948ed890979bd0f14f5aac791e0b1b9035</id>
<content type='text'>
</content>
</entry>
</feed>
