Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 1 | -1/+1 |
* | Style: One space between "restrict" qualifier and "*". | tjr | 2002-09-06 | 1 | -1/+1 |
* | - Add the 'restrict' qualifier to the function prototypes and | robert | 2002-08-15 | 1 | -4/+1 |
* | Fix the style of the SCM ID's. | obrien | 2002-03-22 | 1 | -2/+2 |
* | Return 'c' back to signed due to potential comparison problems | ache | 2001-12-07 | 1 | -10/+12 |
* | Make it works for non ASCII compatible encodings too. | ache | 2001-12-02 | 1 | -7/+7 |
* | Back out national digits support, POSIX explicetely disallows it: | ache | 2001-11-29 | 1 | -1/+1 |
* | Don't ever assume that isdigit() is always subset of isxdigit() | ache | 2001-11-28 | 1 | -1/+1 |
* | Implement strtoimax() and strtoumax() | fenner | 2001-11-28 | 1 | -0/+142 |