Changes between Version 1 and Version 2 of LibCLibPosixTODO


Ignore:
Timestamp:
2018-06-15T14:21:06Z (6 years ago)
Author:
Jiri Svoboda
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • LibCLibPosixTODO

    v1 v2  
    66 * ```fenv.h``` in libposix, but probably needs work
    77 * ```inttypes.h``` missing imaxabs, imaxdiv (wcstoimax, wcstoumax)
    8  * ```local.h``` in libposix, but might need some work
     8 * ```locale.h``` in libposix, but might need some work
    99 * ```math.h``` is in libmath
    1010 * ```signal.h``` is in libposix, but need only subset
    1111 * ```stdio.h``` missing fpos_t, FOPEN_MAX, L_tmpnam (in libposix), TMP_MAX, tmpfile+tmpnam (in libposix); fgetpos+fsetpos+perror (in libposix)  fputwc should go to wchar.h
     12 * ```stdlib.h``` missing div+ldiv+lldiv+div_t+ldiv_t+lldiv_t (in libposix), bsearch (in libposix), MB_CUR_MAX, MB_LEN_MAX (in _bits/limits.h), atof+strtof+strtod+strtold (in libposix), atexit+_Exit (in libposix, but just stub), getenv+system (in libposix), abs+labs+llabs (in libposix), mblen+mbtowc+wctomb+mbstowcs+wcstombs (!_HELENOS_SOURCE)
     13 * ```string.h``` (in libposix, !_HELENOS_SOURCE)
     14 * ```tgmath.h```
     15 * ```time.h``` probably needs cleanup
     16 * ```wchar.h``` missing all functions (!_HELENOS_SOURCE)
     17 * ```wctype.h``` (!_HELENOS_SOURCE)
     18
     19