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 anevilyak, 16 years ago

Component: - GeneralSystem/libroot.so

comment:2 by korli, 16 years ago

added matherr, lroundl and roundl in hrev27338.

couldn't find infnanf, strtcopy.

comment:3 by axeld, 16 years ago

strtocopy(), and infnanf() are definitely not POSIX, at least, so they aren't really missing.

in reply to:  3 comment:4 by jackburton, 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:5 by korli, 16 years ago

added insque in hrev27422

comment:6 by scottmc, 16 years ago

Cc: haiku@… added

comment:7 by axeld, 15 years ago

Resolution: fixed
Status: newclosed

The remaining functions are tracked in #2696 now again.

Note: See TracTickets for help on using tickets.