Opened 16 years ago
Closed 15 years ago
#2702 closed bug (fixed)
unimplemented functions part 2
Reported by: | kaliber | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | System/libroot.so | Version: | R1/pre-alpha1 |
Keywords: | Cc: | haiku@… | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
It's continuation of ticket #2696
math.h infnanf lroundl roundl matherr search.h insque lfind lsearch ctype.h isascii isblank isfinite dirent.h seekdir string.h strtcopy
Change History (7)
comment:1 by , 16 years ago
Component: | - General → System/libroot.so |
---|
comment:2 by , 16 years ago
follow-up: 4 comment:3 by , 16 years ago
strtocopy(), and infnanf() are definitely not POSIX, at least, so they aren't really missing.
comment:4 by , 16 years ago
Replying to axeld:
strtocopy(), and infnanf() are definitely not POSIX, at least, so they aren't really missing.
As I got it, these functions are declared in some headers, so maybe they should be removed from there, if they are not implemented.
comment:6 by , 16 years ago
Cc: | added |
---|
comment:7 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
The remaining functions are tracked in #2696 now again.
Note:
See TracTickets
for help on using tickets.
added matherr, lroundl and roundl in hrev27338.
couldn't find infnanf, strtcopy.