source: trunk/doc/Todo.os2@ 2281

Last change on this file since 2281 was 2099, checked in by bird, 20 years ago

LIBC v0.6b5

  • Property cvs2svn:cvs-rev set to 1.3
  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 4.1 KB
RevLine 
[854]1$Id: Todo.os2 2099 2005-06-28 13:05:20Z bird $
2
3This file contains some very rough lists of things to look into.
4Contributions are very much wanted on these topics.
5
6
7List of things to implement:
8 o vfork().
9 o pthread.
[1273]10 o Make fast string functions in assembly, in particular: strncpy
11 o stpncpy()
12 o getrusage()
[854]13
14List of things to investigate (picked from configure runs):
15 o checking whether declaration is required for errno... no
16 o checking for POSIXized ISC... no
17 o checking for values.h... (cached) no
18 o checking for direct.h... no
19 o checking for mktemp... no
20 o checking for thread.h... no
21 o checking for pthread.h... no
22 o checking for atoq... no
23 o checking whether getrlimit is declared... no
24 o checking whether setrlimit is declared... no
25 o checking whether getrusage is declared... no
26 o checking for nl_types.h... (cached) no
27 o checking if gcc.exe static flag works... (cached) no
28 o checking for working mmap... (cached) no
29 o checking for madvise... no
30 o checking for mprotect... no
31 o checking for ISO C99 support in <math.h>... no
32 o checking for ISO C99 support in <stdlib.h>... no
33 o checking for additional ISO C99 support in <wchar.h>... no
34 o checking for enabled ISO C99 support... no
35 o checking for endian.h... no
36 o checking for __builtin_sqrtf linkage... no
37 o checking for __builtin_cosf linkage... no
38 o checking for __builtin_sinf linkage... no
39 o checking for isinf declaration... no
40 o checking for _isinf declaration... no
41 o checking for finite declaration... no
42 o checking for _finite declaration... no
43 o checking for sincos declaration... no
44 o checking for _sincos declaration... no
45 o checking for fpclass declaration... no
46 o checking for _fpclass declaration... no
47 o checking for qfpclass declaration... no
48 o checking for _qfpclass declaration... no
49 o checking for float trig functions... no
50 o checking for float round functions... no