Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Return 'c' back to signed due to potential comparison problems | Andrey A. Chernov | 2001-12-07 | 1 | -10/+12 |
* | Make it works for non ASCII compatible encodings too. | Andrey A. Chernov | 2001-12-02 | 1 | -7/+7 |
* | Back out national digits support, POSIX explicetely disallows it: | Andrey A. Chernov | 2001-11-29 | 1 | -1/+1 |
* | Don't ever assume that isdigit() is always subset of isxdigit() | Andrey A. Chernov | 2001-11-28 | 1 | -1/+1 |
* | Implement strtoimax() and strtoumax() | Bill Fenner | 2001-11-28 | 1 | -0/+120 |