Jonas 'Sortie' Termansen
|
8c0252300e
|
Fix strtol isspace calls.
|
2015-05-15 16:18:41 +02:00 |
|
Jonas 'Sortie' Termansen
|
60f85af7c4
|
Fix strtol multiplication overflow check.
|
2015-02-11 17:35:28 +01:00 |
|
Jonas 'Sortie' Termansen
|
513c5f242d
|
Fix strtol(3) quality.
|
2014-09-25 17:27:54 +02:00 |
|
Jonas 'Sortie' Termansen
|
0adfceef87
|
Fix strtol("0xz", &s, 16) handling.
Found by musl's libc-test.
|
2014-08-23 21:47:04 +02:00 |
|
Jonas 'Sortie' Termansen
|
1b3f4b36d8
|
Fix strtol(3) handling negative numbers incorrectly.
|
2014-03-17 17:00:00 +01:00 |
|
Jonas 'Sortie' Termansen
|
8018a85a30
|
Fix wrong base parsing in strtol(3).
|
2013-12-17 14:30:45 +01:00 |
|
Jonas 'Sortie' Termansen
|
8d674a43e1
|
Add wcsto{l,ll,ul,ull,imax,umax}(3).
|
2013-12-17 14:30:40 +01:00 |
|
Jonas 'Sortie' Termansen
|
5a127a429c
|
Add overflow support to strtol and clean up the code.
|
2013-12-17 14:30:40 +01:00 |
|
Jonas 'Sortie' Termansen
|
1df749498a
|
Refactor strtol functions.
|
2013-12-17 14:30:40 +01:00 |
|