<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/lib/userspec.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>2002-01-16T22:38:04Z</updated>
<entry>
<title>add 2002 to Copyright line</title>
<updated>2002-01-16T22:38:04Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-01-16T22:38:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=bc3a5c4e5fa5252aeb4b4269c498e4ccd087d2d8'/>
<id>urn:sha1:bc3a5c4e5fa5252aeb4b4269c498e4ccd087d2d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(ISDIGIT): Comment fix.</title>
<updated>2002-01-16T22:36:52Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-01-16T22:36:52Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=d298aab8a280c69c26c7ed887c591e4a69d0595b'/>
<id>urn:sha1:d298aab8a280c69c26c7ed887c591e4a69d0595b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>This bug had a serious impact on chown: `chown N:M FILE' (for integer</title>
<updated>2000-12-16T13:28:13Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2000-12-16T13:28:13Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=608b34758439c89a2e0e1007565bf23abc901502'/>
<id>urn:sha1:608b34758439c89a2e0e1007565bf23abc901502</id>
<content type='text'>
N and M) would have treated it like `chown N:N FILE'.
(parse_user_spec): Fix typo: s/u/g/.
</content>
</entry>
<entry>
<title>tweak a comment</title>
<updated>2000-12-16T13:01:24Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2000-12-16T13:01:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=ad31d9b60cd3bd665ea9f88d5120252855467d98'/>
<id>urn:sha1:ad31d9b60cd3bd665ea9f88d5120252855467d98</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(parse_user_spec): Remove debugging printf I'd added.</title>
<updated>2000-09-21T05:40:28Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2000-09-21T05:40:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=7708d86636fb7fe18aa0946ff995ae25dfbba0cc'/>
<id>urn:sha1:7708d86636fb7fe18aa0946ff995ae25dfbba0cc</id>
<content type='text'>
Argh!
</content>
</entry>
<entry>
<title>Don't use atoi.</title>
<updated>2000-09-09T07:20:46Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2000-09-09T07:20:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=7d5c9847aa52c1a21f5b9532f38a2af8d304fd4f'/>
<id>urn:sha1:7d5c9847aa52c1a21f5b9532f38a2af8d304fd4f</id>
<content type='text'>
Include sys/param.h and limits.h.
Include xstrtol.h.
(CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
(UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
(parse_user_spec): Use xstrtoul, not atoi when converting numeric
UID, GID.  Check range.
</content>
</entry>
<entry>
<title>(same_name): Invoke xalloc_die instead of printing our own message.</title>
<updated>2000-08-07T16:56:29Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2000-08-07T16:56:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=cab29a570d601a5e11608939a5f58fad7ec8d109'/>
<id>urn:sha1:cab29a570d601a5e11608939a5f58fad7ec8d109</id>
<content type='text'>
(parse_user_spec):
Don't translate a message until just before returning,
to avoid unnecessary translation.
</content>
</entry>
<entry>
<title>(parse_user_spec): If there is no `:' but there is a `.',</title>
<updated>2000-02-27T11:13:16Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2000-02-27T11:13:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=f25e10f24d7a891304887ea386872cdfbcbbe529'/>
<id>urn:sha1:f25e10f24d7a891304887ea386872cdfbcbbe529</id>
<content type='text'>
then first look up the entire `.'-containing string as a login name.
</content>
</entry>
<entry>
<title>&lt;libintl.h&gt;: Include.</title>
<updated>2000-02-12T10:41:37Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2000-02-12T10:41:37Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=31ef40d60bf59f246cb0e80cc7c3437e2a056196'/>
<id>urn:sha1:31ef40d60bf59f246cb0e80cc7c3437e2a056196</id>
<content type='text'>
(_ and N_): Define.
(parse_user_spec): Mark translatable strings.
</content>
</entry>
<entry>
<title>add FIXME comments for use of atoi</title>
<updated>2000-02-12T10:11:54Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2000-02-12T10:11:54Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=66a4b0e7a3e3b92b0d9543ee681a37a8ba7309d7'/>
<id>urn:sha1:66a4b0e7a3e3b92b0d9543ee681a37a8ba7309d7</id>
<content type='text'>
</content>
</entry>
</feed>
