diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-11-17 14:12:19 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-11-17 14:12:19 +0000 |
commit | 1c577bff7d22cb1bd8df4185724c621badb85293 (patch) | |
tree | da24d7d23bf001a74cc5dd0806a93937a9578fee | |
parent | 257dd591c271a80b2b003cd042aabcce83a69de4 (diff) |
Another todo item
-rw-r--r-- | TODO | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -23,6 +23,11 @@ Add in shadow support (include/shadow.h and such) Right now, getopt has different behavior when dynamically vs when statically linked, violating the principle of least surprise. +Split the math library, such that by default we only build C89 + math functions, i.e.: acos asin atan atan2 ceil cos cosh exp + fabs floor fmod frexp ldexp log log10 modf pow sin sinh sqrt + tan tanh + ----------------------------------------------------------------------------- Manuel's unsorted todo: |