Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2007-03-09 11:10:44 -0800 (Fri, 09 Mar 2007)
Revision: 10202
Log message:

      [Bug 641] Added getpwnam, getpwuid, getpwents, getgrnam, and getgrgid built-in
     functions. Based on a patch by Erick Tryzelaar (erickt at dslextreme.com).

Changes  Path
+10 -0 omake-branches/0.9.8.x/lib/Pervasives.om
+6 -6 omake-branches/0.9.8.x/src/builtin/omake_builtin_file.ml
+2 -0 omake-branches/0.9.8.x/src/builtin/omake_builtin_object.ml
+175 -10 omake-branches/0.9.8.x/src/builtin/omake_builtin_sys.ml
+13 -0 omake-branches/0.9.8.x/src/ir/omake_symbol.ml