File: TODO

package info (click to toggle)
ocaml-extunix 0.0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 628 kB
  • sloc: ml: 6,536; ansic: 2,119; makefile: 36
file content (17 lines) | stat: -rw-r--r-- 748 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
* comments: mark "emulated" (windows) functions
* unsetenv winapi? see http://old.nabble.com/-patch--(msvc)-use-more-modern-facilities-for-setenv()-unsetenv()-td15877005.html

* INRIA request for extended UNIX:
  http://caml.inria.fr/mantis/view.php?id=5063 (DONE)
  http://caml.inria.fr/mantis/view.php?id=2533 (DONE)
  http://caml.inria.fr/mantis/view.php?id=3851 (DONE)
  http://caml.inria.fr/mantis/view.php?id=480 (DONE)

* investigate F_FULLFSYNC fcntl and fsync on Mac OS

Wanted functions:
* sysconf: get system configuration constants. In particular, PAGESIZE,
  _SC_PHYS_PAGES, _SC_AVPHYS_PAGES, _SC_NPROCESSORS_CONF, _SC_NPROCESSORS_ONLN 
  (see Jane Street Core)
* sysinfo (see Jane Street Core)
* mkdtemp (see Jane Street Core) (DONE)