Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2019-03-14 | fix crash/out-of-bound read in sscanf | Rich Felker | -1/+1 |
2018-09-15 | fix undefined behavior in strto* via FILE buffer pointer abuse | Rich Felker | -2/+25 |
2018-09-12 | apply hidden visibility to various remaining internal interfaces | Rich Felker | -2/+2 |
2012-04-16 | fix broken shgetc limiter logic (wasn't working) | Rich Felker | -1/+1 |
2012-04-13 | use macros instead of inline functions in shgetc.h | Rich Felker | -20/+4 |
2012-04-10 | add "scan helper getc" and rework strtod, etc. to use it | Rich Felker | -0/+25 |