Mercurial > hg > octave-lyh
comparison 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 |
comparison
equal
deleted
inserted
replaced
2474:b8c53143581b | 2475:1d7925d6bede |
---|---|
304 fcntl -- control open file descriptors | 304 fcntl -- control open file descriptors |
305 fork -- create a copy of the current process | 305 fork -- create a copy of the current process |
306 getpgrp -- return the process group id of the current process | 306 getpgrp -- return the process group id of the current process |
307 getpid -- return the process id of the current process | 307 getpid -- return the process id of the current process |
308 getppid -- return the process id of the parent process | 308 getppid -- return the process id of the parent process |
309 geteuid -- return the effective uid of the current process | 309 getuid -- return the real user id of the current process |
310 getuid -- return the uid of the current process | 310 getgid -- return the real group id of the current process |
311 geteuid -- return the effective user id of the current process | |
312 getegid -- return the effective group id of the current process | |
311 pipe -- create an interprocess channel | 313 pipe -- create an interprocess channel |
312 | 314 |
313 * Other new functions: | 315 * Other new functions: |
314 | 316 |
315 tmpnam -- replaces octave_tmp_file_name | 317 tmpnam -- replaces octave_tmp_file_name |