aboutsummaryrefslogtreecommitdiff
path: root/src/stdio/__overflow.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-05-06fix unused variable warnings in new nextafter/nexttoward codeRich Felker5-6/+12
2012-05-06take byte order from gcc if gcc has defined itRich Felker1-0/+4
2012-05-06add isastream (obsolete STREAMS junk)Rich Felker2-1/+9
2012-05-06math: nextafter and nexttoward cleanupnsz5-291/+176
2012-05-05fix definitions of FP_ILOGB constantsRich Felker1-2/+2
2012-05-05add -frounding-math to buildRich Felker1-0/+1
2012-05-05update readme and release notes for 0.9.0 release (not yet final)Rich Felker2-16/+56
2012-05-05relicense musl under MIT licenseRich Felker2-515/+33
2012-05-05update license of njk contributed code (x86_64 asm)Rich Felker6-7/+9
2012-05-04update INSTALL file to reflect configure script usageRich Felker1-13/+23