about summary refs log tree commit diff
path: root/src/internal/shgetc.c
Commit message (Expand)AuthorAgeFilesLines
* fix major scanf breakage with unbuffered streams, fmemopen, etc.Rich Felker2013-06-221-0/+1
* fix buggy limiter handling in shgetcRich Felker2012-04-161-4/+3
* fix broken shgetc limiter logic (wasn't working)Rich Felker2012-04-161-1/+4
* fix incorrect initial count in shgetc when data is already bufferedRich Felker2012-04-111-1/+1
* add "scan helper getc" and rework strtod, etc. to use itRich Felker2012-04-101-0/+24