<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libc/stdlib/strtoll.c, branch release/5.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F5.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F5.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2005-01-29T03:44:54Z</updated>
<entry>
<title>MFC: fix EINVAL settings for 0x and document nonportability</title>
<updated>2005-01-29T03:44:54Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2005-01-29T03:44:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c68c60b13cb7c84640bbae41b6a1addcb81fb297'/>
<id>urn:sha1:c68c60b13cb7c84640bbae41b6a1addcb81fb297</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Style: One space between "restrict" qualifier and "*".</title>
<updated>2002-09-06T11:24:06Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-09-06T11:24:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=58d38e25205c6ee5ef0796ffa2cd8e2ca6c6e7f3'/>
<id>urn:sha1:58d38e25205c6ee5ef0796ffa2cd8e2ca6c6e7f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title> - Add the 'restrict' qualifier to the function prototypes and</title>
<updated>2002-08-15T09:25:04Z</updated>
<author>
<name>Robert Drehmel</name>
<email>robert@FreeBSD.org</email>
</author>
<published>2002-08-15T09:25:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5618f72405ba7a6b9d960d494f9db670ba994b3f'/>
<id>urn:sha1:5618f72405ba7a6b9d960d494f9db670ba994b3f</id>
<content type='text'>
   definitions of the functions that convert strings to numbers
   and are defined by IEEE Std 1003-1.2001.
 - Use ANSI-C function definitions for all of the functions
   mentioned above plus strtouq and strtoq.
 - Update the prototypes in the manual pages.
</content>
</entry>
<entry>
<title>Fix the style of the SCM ID's.</title>
<updated>2002-03-22T21:53:29Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-03-22T21:53:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=333fc21e3cd79bca0c94d7722c5a56cb5ad078d1'/>
<id>urn:sha1:333fc21e3cd79bca0c94d7722c5a56cb5ad078d1</id>
<content type='text'>
I believe have made all of libc .c's as consistent as possible.
</content>
</entry>
<entry>
<title>Return 'c' back to signed due to potential comparison problems</title>
<updated>2001-12-07T16:33:47Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2001-12-07T16:33:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f34b139cda7501c64f60f699c87a263197d3dd90'/>
<id>urn:sha1:f34b139cda7501c64f60f699c87a263197d3dd90</id>
<content type='text'>
Use simpler test for valid ranges

Submitted by:	bde
</content>
</entry>
<entry>
<title>Make it works for non ASCII compatible encodings too.</title>
<updated>2001-12-02T09:15:54Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2001-12-02T09:15:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4bd71a3c895438d9e85930dc29d6000d8ecb59b4'/>
<id>urn:sha1:4bd71a3c895438d9e85930dc29d6000d8ecb59b4</id>
<content type='text'>
The only assumption left is that 'A'..'Z' 'a'..'z' both are contiguous
</content>
</entry>
<entry>
<title>Back out national digits support, POSIX explicetely disallows it:</title>
<updated>2001-11-29T03:03:55Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2001-11-29T03:03:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2209d8a27cab0673772361c7b03ba315578e275e'/>
<id>urn:sha1:2209d8a27cab0673772361c7b03ba315578e275e</id>
<content type='text'>
The definition of character class digit requires that only ten characters
-the ones defining digits- can be specified; alternate digits (for
example, Hindi or Kanji) cannot be specified here. However, the encoding
may vary if an implementation supports more than one encoding.

The definition of character class xdigit requires that the characters
included in character class digit are included here also and allows for
different symbols for the hexadecimal digits 10 through 15.
</content>
</entry>
<entry>
<title>Don't ever assume that isdigit() is always subset of isxdigit()</title>
<updated>2001-11-28T06:06:27Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2001-11-28T06:06:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=87c25490c8e1beb3ccb5c65c5fd414c410695403'/>
<id>urn:sha1:87c25490c8e1beb3ccb5c65c5fd414c410695403</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Base 36 is allowed.</title>
<updated>2001-11-28T02:35:35Z</updated>
<author>
<name>Bill Fenner</name>
<email>fenner@FreeBSD.org</email>
</author>
<published>2001-11-28T02:35:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b9004c1158714e80157e892460d4ef9df594b43e'/>
<id>urn:sha1:b9004c1158714e80157e892460d4ef9df594b43e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Put back base &gt; 35 check. If someone dislike it, plese discuss it with</title>
<updated>2001-11-28T02:17:22Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2001-11-28T02:17:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=649ffc6d4b89aa5fcd609e520763f210eb8fce88'/>
<id>urn:sha1:649ffc6d4b89aa5fcd609e520763f210eb8fce88</id>
<content type='text'>
standards group first.
</content>
</entry>
</feed>
