<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/lib/human.c, branch v5.2.0</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v5.2.0</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v5.2.0'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2003-10-15T07:26:01Z</updated>
<entry>
<title>Sync with gnulib.</title>
<updated>2003-10-15T07:26:01Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-10-15T07:26:01Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=7edceab01c96c3847b7f22f70357ab8418c2e8dc'/>
<id>urn:sha1:7edceab01c96c3847b7f22f70357ab8418c2e8dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Include &lt;stdlib.h&gt;, &lt;string.h&gt; unconditionally.</title>
<updated>2003-09-10T08:49:12Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-09-10T08:49:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=890fdbf0c4fe6fc0edea84d4b45f8576a36bf2c9'/>
<id>urn:sha1:890fdbf0c4fe6fc0edea84d4b45f8576a36bf2c9</id>
<content type='text'>
(getenv): Do not declare.
</content>
</entry>
<entry>
<title>(human_readable): Fix bug that rounded 10501 to 10k.</title>
<updated>2003-09-03T20:30:25Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-09-03T20:30:25Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=a42a4b7bd3b01df26d3ce260f741ccf87a8ce5f3'/>
<id>urn:sha1:a42a4b7bd3b01df26d3ce260f741ccf87a8ce5f3</id>
<content type='text'>
Bug reported by Lute Kamstra in
&lt;http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html&gt;.
</content>
</entry>
<entry>
<title>Include &lt;stdio.h&gt;, once again, for declaration of sprintf.</title>
<updated>2003-06-06T22:37:23Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-06-06T22:37:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=61185901300c497552e6699702f66086d96d0ea0'/>
<id>urn:sha1:61185901300c497552e6699702f66086d96d0ea0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge from gnulib.</title>
<updated>2003-06-06T19:15:40Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-06-06T19:15:40Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=47158d0de8aa97855a1a891884a5de2f95509221'/>
<id>urn:sha1:47158d0de8aa97855a1a891884a5de2f95509221</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(human_readable): Revamp to avoid warning about unused</title>
<updated>2002-11-09T21:46:45Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-11-09T21:46:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=f559a4c800ab7150ed959f6c0e3919b20e042c04'/>
<id>urn:sha1:f559a4c800ab7150ed959f6c0e3919b20e042c04</id>
<content type='text'>
variable 'amt'.  Unfortunately this means using some gotos.
</content>
</entry>
<entry>
<title>(human_readable): Avoid warnings from gcc -Wshadow.</title>
<updated>2002-11-08T15:33:30Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-11-08T15:33:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=554ecec785bbef215d9f5ce2cb2052490bb1b14a'/>
<id>urn:sha1:554ecec785bbef215d9f5ce2cb2052490bb1b14a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rewrite to support locale-specific</title>
<updated>2002-10-19T13:48:04Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-10-19T13:48:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=dce67bd2619d8df59a622ae6c1570e68d46b2930'/>
<id>urn:sha1:dce67bd2619d8df59a622ae6c1570e68d46b2930</id>
<content type='text'>
notations like thousands separators.
Specify what includer of include.h must include beforehand.
(human_group_digits, human_suppress_point_zero, human_autoscale,
human_base_1024, human_SI, human_B): New enum values.
(human_readable): Rename from human_readable_inexact; put the
options before the sizes.  All uses changed.  The old human_readable
function has been removed; use inttostr.h instead.
(human_options): Renamed from human_block_size, with new signature
that allows block sizes up to UINTMAX_MAX.  All callers changed.
</content>
</entry>
<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>
</feed>
