aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ntlib.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* inc/sys/stat.h (struct stat): Change the types of st_uid and st_gid to unsigned.Eli Zaretskii2009-03-211-4/+4
| | | | | | | | | | | | | | | | | | | | | | inc/pwd.h (struct passwd): Change the types of pw_uid and pw_gid to unsigned. (getpwuid): Argument is now unsigned. uid_t is now unsigned. ntlib.c (setuid): Argument is now unsigned. (getuid): Return value is now unsigned. (getpwuid): Argument is now unsigned. (fchown): UID and GID arguments are now unsigned. ntlib.h (fchown): UID and GID arguments are now unsigned. (getuid): Return value is now unsigned. (setuid): Argument is now unsigned. (getpwuid): Remove prototype (it's declared in nt/inc/pwd.h). w32.c (getpwuid): Change argument type to unsigned. (struct w32_id): Change type of `rid' member to unsigned. (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of argument ID to unsigned. All callers changed. (getuid, geteuid, getgid, getegid): Change return type to unsigned.
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-091-8/+7
|
* Include sys/types.h, sys/stat.h, and errno.h.Eli Zaretskii2008-05-091-0/+147
| | | | | (IS_DIRECTORY_SEP): New macro. (convert_time, is_exec, stat): New functions.
* Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-161-2/+2
| | | | 2001).
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+2
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+1
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* Add arch taglinesMiles Bader2003-09-011-0/+3
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-7/+7
|
* (sleep): Make argument unsigned long.Andrew Innes2000-08-221-1/+1
|
* (getppid): Look for EM_PARENT_PROCESS_ID.Geoff Voelker1998-05-301-1/+1
|
* (getpid): Delete function.Geoff Voelker1997-09-031-6/+0
|
* (getwd): Correct return type.Karl Heuer1996-07-151-1/+1
|
* Include ntlib.h.Geoff Voelker1996-05-031-2/+121
| | | | | | | (nt_sleep): Rename to sleep. (getwd): Return directory. (getlogin, cuserid, getuid, setuid, getpwuid, getpass, fchown, sys_ctime, sys_fopen): New functions.
* (getpid): New function.Geoff Voelker1996-03-191-0/+6
|
* Update FSF's address in the preamble.Erik Naggum1996-01-151-12/+13
|
* Initial revisionRichard M. Stallman1994-11-011-0/+90