<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/lib/readutmp.c, branch v6.0</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v6.0</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v6.0'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2005-09-22T06:05:39Z</updated>
<entry>
<title>Sync from gnulib.</title>
<updated>2005-09-22T06:05:39Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-09-22T06:05:39Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=2d0c5eefd05ebe38eaf003940b4fd0feaa3e7b2f'/>
<id>urn:sha1:2d0c5eefd05ebe38eaf003940b4fd0feaa3e7b2f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(desirable_utmp_entry): Fix bug where "who -b" and "who -r"</title>
<updated>2005-06-22T18:26:22Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-06-22T18:26:22Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=956daabfc622916858b9e11e6b724c5fc5c07d62'/>
<id>urn:sha1:956daabfc622916858b9e11e6b724c5fc5c07d62</id>
<content type='text'>
failed to give output.
</content>
</entry>
<entry>
<title>Don't use "path" or "filename" to mean "file name"</title>
<updated>2005-06-02T05:05:29Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-06-02T05:05:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=ab2edb9e3307a172487bb16edcaf79600bf9ebea'/>
<id>urn:sha1:ab2edb9e3307a172487bb16edcaf79600bf9ebea</id>
<content type='text'>
in comments or local variable names.
</content>
</entry>
<entry>
<title>Update FSF postal mail address.</title>
<updated>2005-05-14T07:58:06Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-05-14T07:58:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=116e6fb2443d140959ea042865cd67b95aab3c47'/>
<id>urn:sha1:116e6fb2443d140959ea042865cd67b95aab3c47</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(read_utmp) [!defied UTMP_NAME_FUNCTION]: Add support for options.</title>
<updated>2005-03-30T07:39:33Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-03-30T07:39:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=c315ff58b3b0a1039073ff37cfbefff721830113'/>
<id>urn:sha1:c315ff58b3b0a1039073ff37cfbefff721830113</id>
<content type='text'>
Don't assume the file is a regular file.
</content>
</entry>
<entry>
<title>(read_utmp): New arg OPTIONS.  All uses changed.</title>
<updated>2005-03-30T05:18:37Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-03-30T05:18:37Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=196fb1bc5cec0b39eb3049de88561cc63b040aa3'/>
<id>urn:sha1:196fb1bc5cec0b39eb3049de88561cc63b040aa3</id>
<content type='text'>
Include signal.h, stdbool.h.
(desirable_utmp_entry): New function.
(read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
using x2nrealloc, to simplify logic.
(read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
size calculation.
</content>
</entry>
<entry>
<title>Include readutmp.h first.</title>
<updated>2004-11-30T21:39:26Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2004-11-30T21:39:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=8f7cca3d72c535282c8bb3f929c73968713298a9'/>
<id>urn:sha1:8f7cca3d72c535282c8bb3f929c73968713298a9</id>
<content type='text'>
Include &lt;errno.h&gt;, since readutmp.h no longer does that.
</content>
</entry>
<entry>
<title>Sync from gnulib, to remove dependencies of other modules on unlocked-io.</title>
<updated>2004-10-04T20:18:43Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2004-10-04T20:18:43Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=1cc46fbf537a89aa60128e84b5973a831221220d'/>
<id>urn:sha1:1cc46fbf537a89aa60128e84b5973a831221220d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(read_utmp): Don't assume that the number of users is less than INT_MAX.</title>
<updated>2004-08-02T20:55:14Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2004-08-02T20:55:14Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=838af3f6180712c6c80eefe5d7d415da118d8d67'/>
<id>urn:sha1:838af3f6180712c6c80eefe5d7d415da118d8d67</id>
<content type='text'>
Check for integer overflow in size calculations.
Return -1 (not 1) on failure, since we set errno in that case.
</content>
</entry>
<entry>
<title>(extract_trimmed_name): Don't apply strchr to a</title>
<updated>2004-06-12T08:07:30Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2004-06-12T08:07:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=33c1c51c49a08e1640805c3de31759846010b54b'/>
<id>urn:sha1:33c1c51c49a08e1640805c3de31759846010b54b</id>
<content type='text'>
non-string; this leads to undefined behavior.
</content>
</entry>
</feed>
