summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/strtol (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a test that covers the recently fixed "0x" prefix handling issue.jsing2017-07-151-1/+2
* fix for regression test for strtol(). it failed (the wrong kind ofphessler2015-03-151-2/+2
* Fix on 32bit platforms where 0xdeadbeef > LONG_MAX.schwarze2014-09-191-4/+6
* Add a regress test for strtol, which currently fails.jsing2012-11-182-0/+83