2013-12-15 10:31:07 -06:00
..
2013-10-05 12:05:51 -06:00
2013-12-15 10:31:07 -06:00
2013-12-13 07:57:13 -06:00
2013-07-07 17:35:35 -06:00
2013-07-07 17:35:35 -06:00
2013-10-05 12:05:51 -06:00
2013-07-12 07:09:24 -06:00
scanf() fixes from kfrolov: 1) sscanf() function hangs in the following example: sscanf(2, %u,%u,%u,%u, ...), 2) sscanf() returns incorrect number of parsed numbers if some arguments can't be parsed: sscanf(=2, %u,%u,%u,%u,...)==1 instead of 0, and 3) using of char* instead of const char* in vsscanf function leads to warnings from GCC.
2013-10-21 10:41:15 -06:00
2013-12-12 20:12:33 -06:00
2013-09-28 16:50:07 -06:00