Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-05-17 | add FLT_TRUE_MIN, etc. macros from C11 | Rich Felker | 1 | -0/+1 | |
there was some question as to how many decimal places to use, since one decimal place is always sufficient to identify the smallest denormal uniquely. for now, I'm following the example in the C standard which is consistent with the other min/max macros we already had in place. | |||||
2012-09-29 | microblaze port | Rich Felker | 1 | -0/+16 | |
based on initial work by rdp, with heavy modifications. some features including threads are untested because qemu app-level emulation seems to be broken and I do not have a proper system image for testing. |