Mercurial > hg > octave-nkf
diff NEWS @ 2475:1d7925d6bede
[project @ 1996-11-07 04:36:00 by jwe]
author | jwe |
---|---|
date | Thu, 07 Nov 1996 04:46:54 +0000 |
parents | bb0c213e5885 |
children | ccaffe93c32f |
line wrap: on
line diff
--- a/NEWS +++ b/NEWS @@ -306,8 +306,10 @@ getpgrp -- return the process group id of the current process getpid -- return the process id of the current process getppid -- return the process id of the parent process - geteuid -- return the effective uid of the current process - getuid -- return the uid of the current process + getuid -- return the real user id of the current process + getgid -- return the real group id of the current process + geteuid -- return the effective user id of the current process + getegid -- return the effective group id of the current process pipe -- create an interprocess channel * Other new functions: