1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-13 09:32:47 +00:00
emacs/lib-src
Eli Zaretskii 22749e9acb inc/sys/stat.h (struct stat): Change the types of st_uid and st_gid to unsigned.
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.
2009-03-21 11:31:50 +00:00
..
.arch-inventory Update some .arch-inventory files 2007-07-30 05:36:46 +00:00
.gitignore Add arch tagline 2009-03-04 06:02:06 +00:00
b2m.c
b2m.pl Add 2009 to copyright years. 2009-01-08 03:38:51 +00:00
ChangeLog inc/sys/stat.h (struct stat): Change the types of st_uid and st_gid to unsigned. 2009-03-21 11:31:50 +00:00
COPYING Change to GPLv3. 2007-07-25 07:00:38 +00:00
cvtmail.c Comments (minor fixes of some header conventions). 2009-01-10 21:50:40 +00:00
digest-doc.c Add 2009 to copyright years. 2009-01-08 03:38:51 +00:00
ebrowse.c (matching_regexp): Fix OB1 error. 2009-01-14 13:41:12 +00:00
emacsclient.c * emacsclient.c (main): Revert part of last change, 2009-03-11 00:57:03 +00:00
etags.c (print_version): Update copyright for 2009. 2009-01-05 00:52:30 +00:00
fakemail.c Comment (add an author based on ack.texi). 2009-01-10 21:56:18 +00:00
getopt1.c Switch license to GPLv3 or later. 2007-07-25 05:08:27 +00:00
getopt_.h Switch license to GPLv3 or later. 2007-07-25 05:08:27 +00:00
getopt_int.h Switch license to GPLv3 or later. 2007-07-25 05:08:27 +00:00
getopt.c Switch license to GPLv3 or later. 2007-07-25 05:08:27 +00:00
gettext.h Switch license to GPLv3 or later. 2007-07-25 05:08:27 +00:00
grep-changelog Add 2009 to copyright years. 2009-01-08 03:38:51 +00:00
hexl.c Comment (add Author:, based on authors.el). 2009-01-10 23:01:48 +00:00
mac-fix-env.m Add 2009 to copyright years. 2009-01-08 03:38:51 +00:00
make-docfile.c Add 2009 to copyright years. 2009-01-08 03:38:51 +00:00
Makefile.in Add 2009 to copyright years. 2009-01-08 03:38:51 +00:00
makefile.w32-in Bump version to 23.0.91. 2009-02-26 01:06:51 +00:00
movemail.c (main) [MAIL_USE_POP]: Add -r to usage message. 2009-03-04 04:16:39 +00:00
ntlib.c inc/sys/stat.h (struct stat): Change the types of st_uid and st_gid to unsigned. 2009-03-21 11:31:50 +00:00
ntlib.h inc/sys/stat.h (struct stat): Change the types of st_uid and st_gid to unsigned. 2009-03-21 11:31:50 +00:00
pop.c Add 2009 to copyright years. 2009-01-08 03:38:51 +00:00
pop.h Add 2009 to copyright years. 2009-01-08 03:38:51 +00:00
profile.c Add 2009 to copyright years. 2009-01-08 03:38:51 +00:00
rcs2log Comment (add Author: header). 2009-01-10 23:00:30 +00:00
rcs-checkin Add 2009 to copyright years. 2009-01-08 03:38:51 +00:00
README
sorted-doc.c Add 2009 to copyright years. 2009-01-08 03:38:51 +00:00
test-distrib.c Add 2009 to copyright years. 2009-01-08 03:38:51 +00:00
testfile
update-game-score.c Add 2009 to copyright years. 2009-01-08 03:38:51 +00:00
vcdiff Comment (add Author:, based on authors.el). 2009-01-10 23:01:48 +00:00

This directory contains the source code for the architecture-dependent
files that go in ${archlibdir}.  At present, these are mostly utility
programs used by GNU Emacs.