Opened 6 years ago

Last modified 6 years ago

#732 accepted enhancement

Fill in gaps in ISO C standard library support

Reported by: Jiri Svoboda Owned by: Jiri Svoboda
Priority: major Milestone:
Component: helenos/unspecified Version: mainline
Keywords: Cc:
Blocker for: Depends on:
See also:

Description

HelenOS libc has some gaps with regard to what ISO C requires from the standard library. These need to be filled in. Some functionality is present in libposix instead and needs moving and potentially significant rework.

Detailed progress is tracked in Libc / libposix TO DO list

Not all functionality needs to be made available to native HelenOS code (-D_HELENOS_SOURCE) if we prefer using an alternative API (e.g. string.h). Some APIs may have lower priority since they are not widely used or very useful (e.g. wchar.h/wctype.h).

Change History (1)

comment:1 by Jiri Svoboda, 6 years ago

Owner: set to Jiri Svoboda
Status: newaccepted

Working.

Note: See TracTickets for help on using tickets.