lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]



  Last time I tried I stop on the following functions:

TIME
     times

SYSCONF
    uname
    sysconf

PROCAUTH
    setuid
    setgid
    getpwnam
    getpwuid
    getgrnam
    getgrgid
    geteid
    getgid
    getuid
    getpgrp
    getppid
    getpid

FILE
    opendir
    readir
    closedir
    pathconf
    fpathconf
    link
    chown

Because they do not have a direct map to Win32 functions, including MSVCRT.LIB.

I suggest to use Cygwin, or at least to copy their implementation and to keep poslib code intact as possible.

Regards,
scuri