<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/gl/lib/tempname.c.diff, branch v8.22</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v8.22</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v8.22'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2012-07-27T10:15:32Z</updated>
<entry>
<title>maint: refresh stale local gnulib patch files</title>
<updated>2012-07-27T10:15:32Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2012-07-27T10:15:32Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=74a1c058753faa79caff061407925463375ba5f3'/>
<id>urn:sha1:74a1c058753faa79caff061407925463375ba5f3</id>
<content type='text'>
We carry local adjustments for a few gnulib modules via the
patches in gl/.  Nearly all of those patches had become stale
due to evolution of the originals in gnulib.

To refresh them, first make sure you have no local changes in gl/
or in the gnulib submodule, then run "make refresh-gnulib-patches".
</content>
</entry>
<entry>
<title>build: update gnulib to latest; correct comment grammar</title>
<updated>2012-06-10T20:02:26Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2012-05-24T10:32:41Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=f378f1c51cf4784ec0b0f0e7233319924e1283b2'/>
<id>urn:sha1:f378f1c51cf4784ec0b0f0e7233319924e1283b2</id>
<content type='text'>
* tests/misc/help-version: Fix comment grammar:
s/all these/all of these/
* gl/lib/tempname.c.diff: Likewise.
</content>
</entry>
<entry>
<title>mktemp: stir in enough entropy (Bug#6683)</title>
<updated>2011-08-08T07:30:55Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2011-08-08T07:29:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=8e2767a3f0c279d355f067e53be2c63173959eb1'/>
<id>urn:sha1:8e2767a3f0c279d355f067e53be2c63173959eb1</id>
<content type='text'>
* gl/lib/tempname.c.diff (gen_tempname_len):
Use x_suffix_len bytes' worth of entropy, not 8 bytes.
</content>
</entry>
<entry>
<title>maint: use "const" and "pure" function attributes where possible</title>
<updated>2011-07-02T10:35:06Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2011-04-24T17:06:39Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=84d048002e423dc85ae99bbb3372cd48dc1bfe72'/>
<id>urn:sha1:84d048002e423dc85ae99bbb3372cd48dc1bfe72</id>
<content type='text'>
* configure.ac (WARN_CFLAGS): Add -Wsuggest-attribute=const,
-Wsuggest-attribute=pure and -Wsuggest-attribute=noreturn.
(GNULIB_WARN_CFLAGS): But do not add them here... yet.
* src/chown-core.h (chopt_free, uid_to_name): Add function attribute(s).
* src/copy.c (is_ancestor, valid_options): Likewise.
* src/copy.h (chown_failure_ok): Likewise.
* src/dd.c (operand_matches, operand_is): Likewise.
* src/df.c (selected_fstype, excluded_fstype): Likewise.
* src/expr.c (null looks_like_integer): Likewise.
* src/md5sum.c (hex_digits): Likewise.
* src/od.c (get_lcm): Likewise.
* src/pathchk.c (component_start, component_len): Likewise.
* src/pinky.c (count_ampersands): Likewise.
* src/pr.c (cols_ready_to_print): Likewise.
* src/ptx.c (search_table): Likewise.
* src/sort.c (find_unit_order): Likewise.
* src/stty.c (mode_type_flag, string_to_baud, baud_to_value): Likewise.
* src/system.h (gcd, lcm): Likewise.
* src/tr.c (is_char_class_member, look_up_char_class): Likewise.
(star_digits_closebracket): Likewise.
* src/uniq.c (find_field): Likewise.
* src/wc.c (compute_number_width): Likewise.
* lib/xfts.h (cycle_warning_required): Likewise.
* gl/lib/randint.h (randint_get_source): Likewise.
* gl/lib/randperm.c (ceil_lg): Likewise.
* gl/lib/randperm.h (randperm_bound): Likewise.
* lib/strnumcmp.h (strintcmp): Likewise.
</content>
</entry>
<entry>
<title>build: update gnulib submodule to latest; adapt a patch</title>
<updated>2009-12-11T18:30:59Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-12-11T18:18:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=5a514de955684edeb8b8fc27c9338204dd640109'/>
<id>urn:sha1:5a514de955684edeb8b8fc27c9338204dd640109</id>
<content type='text'>
* gl/lib/tempname.c.diff: Adjust patch to apply to gnulib, now that
most TABs in indentation have been converted to spaces by running
this command: f=tempname.c.diff; patch-xform $f &gt; k &amp;&amp; mv k $f
</content>
</entry>
<entry>
<title>build: reflect gnulib changes to tempname</title>
<updated>2009-11-05T14:00:52Z</updated>
<author>
<name>Eric Blake</name>
<email>ebb9@byu.net</email>
</author>
<published>2009-11-03T15:51:31Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=d431c61873753673ad9fcbac90db6db04185e307'/>
<id>urn:sha1:d431c61873753673ad9fcbac90db6db04185e307</id>
<content type='text'>
In glibc 2.11 and gnulib, gen_tempname added a parameter
suffixlen (unfortunately, it is typed as int rather than
size_t, for historical compatibility to a poor choice by BSD).

* gnulib: Import latest changes.
* gl/lib/tempname.h.diff: Accommodate new suffixlen parameter.
* gl/lib/tempname.c.diff (check_x_suffix): Allow for X in suffix
beyond x_suffix_len.
(gen_tempname_len): Add suffixlen parameter.
(__gen_tempname): Update caller.
* src/mktemp.c (mkstemp_len, mkdtemp_len): Update callers.
</content>
</entry>
<entry>
<title>build: override gnulib tempname via diff</title>
<updated>2009-11-05T13:59:21Z</updated>
<author>
<name>Eric Blake</name>
<email>ebb9@byu.net</email>
</author>
<published>2009-11-05T02:25:47Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=5f29d118df9ad888f7c56de153966c16139c8f25'/>
<id>urn:sha1:5f29d118df9ad888f7c56de153966c16139c8f25</id>
<content type='text'>
Diffs are more robust than wholesale replacement, because bootstrap
will inform us of any incompatible changes made in upstream gnulib.

* gl/lib/tempname.h: Change...
* gl/lib/tempname.h.diff: ...to diff.
* gl/lib/tempname.c: Change...
* gl/lib/tempname.c.diff: ...to diff.
</content>
</entry>
</feed>
