Opened 7 years ago
Last modified 7 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).
Note:
See TracTickets
for help on using tickets.
Working.