Ticket #2702 (closed bug: fixed)

Opened 19 months ago

Last modified 10 months ago

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: Platform: All
Blocking:

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

  Changed 19 months ago by anevilyak

  • component changed from - General to System/libroot.so

  Changed 19 months ago by korli

added matherr, lroundl and roundl in r27338.

couldn't find infnanf, strtcopy.

follow-up: ↓ 4   Changed 18 months ago by axeld

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

in reply to: ↑ 3   Changed 18 months ago by jackburton

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.

  Changed 18 months ago by korli

added insque in r27422

  Changed 18 months ago by scottmc

  • cc haiku@… added

  Changed 10 months ago by axeld

  • status changed from new to closed
  • resolution set to fixed

The remaining functions are tracked in #2696 now again.

Note: See TracTickets for help on using tickets.