Changes between Version 10 and Version 11 of LibCLibPosixTODO


Ignore:
Timestamp:
2018-07-14T09:00:28Z (6 years ago)
Author:
Jakub Jermář
Comment:

Fix Trac syntax

Legend:

Unmodified
Added
Removed
Modified
  • LibCLibPosixTODO

    v10 v11  
    33== Missing in libc ==
    44
    5  * ```float.h``` in libposix, but probably needs work
    6  * ```fenv.h``` in libposix, but probably needs work
    7  * ```inttypes.h``` missing wcstoimax, wcstoumax
    8  * ```locale.h``` in libposix, but might need some work
    9  * ```math.h``` is in libmath
    10  * ```signal.h``` is in libposix, but need only subset
    11  * ```stdio.h``` fputwc should go to wchar.h
    12  * ```stdlib.h``` atof+strtof+strtod+strtold (in libposix), mblen+mbtowc+wctomb+mbstowcs+wcstombs (!_HELENOS_SOURCE)
    13  * ```tgmath.h```
    14  * ```time.h``` probably needs cleanup
    15  * ```wchar.h``` missing all functions (!_HELENOS_SOURCE)
    16  * ```wctype.h``` (!_HELENOS_SOURCE)
     5 * `float.h` in libposix, but probably needs work
     6 * `fenv.h` in libposix, but probably needs work
     7 * `inttypes.h` missing wcstoimax, wcstoumax
     8 * `locale.h` in libposix, but might need some work
     9 * `math.h` is in libmath
     10 * `signal.h` is in libposix, but need only subset
     11 * `stdio.h` fputwc should go to wchar.h
     12 * `stdlib.h` atof+strtof+strtod+strtold (in libposix), mblen+mbtowc+wctomb+mbstowcs+wcstombs (!_HELENOS_SOURCE)
     13 * `tgmath.h`
     14 * `time.h` probably needs cleanup
     15 * `wchar.h` missing all functions (!_HELENOS_SOURCE)
     16 * `wctype.h` (!_HELENOS_SOURCE)
    1717
    1818