comparison NEWS @ 2484:ccaffe93c32f

[project @ 1996-11-07 23:24:46 by jwe]
author jwe
date Thu, 07 Nov 1996 23:25:37 +0000
parents 1d7925d6bede
children 9823f8bfd1a5
comparison
equal deleted inserted replaced
2483:33404d96ddb7 2484:ccaffe93c32f
327 getpwuid -- search for password entry with matching user ID 327 getpwuid -- search for password entry with matching user ID
328 getpwnam -- search for password entry with matching username 328 getpwnam -- search for password entry with matching username
329 setpwent -- rewind the password-file stream 329 setpwent -- rewind the password-file stream
330 endpwent -- close the password-file stream 330 endpwent -- close the password-file stream
331 331
332 * Functions for getting info from the group database on Unix systems:
333
334 getgrent -- read entry from group-file stream, opening if necessary
335 getgrgid -- search for group entry with matching group ID
336 getgrnam -- search for group entry with matching group name
337 setgrent -- rewind the pgroup-file stream
338 endgrent -- close the group-file stream
339
332 * The New function octave_config_info returns a structure containing 340 * The New function octave_config_info returns a structure containing
333 information about how Octave was configured and compiled. 341 information about how Octave was configured and compiled.
334 342
335 * New function getrusage returns a structure containing system 343 * New function getrusage returns a structure containing system
336 resource usage statistics. The `cputime' function is now defined 344 resource usage statistics. The `cputime' function is now defined