kc3-lang/gnulib

Branch :


Log

Author Commit Date CI Message
031f1395 1999-05-09 15:04:17 .
957049c4 1999-05-07 18:52:35 .
d5907e80 1999-05-06 02:10:34 (make_dir): When reporting a mkdir failure and the target cannot be `stat'ed, use the errno from the failed mkdir call, not the one from the stat call. Before this change, running `mkdir -p /no-dir/no-dir' as an unprivileged user would wrongly elicit `No such file or directory' instead of `Permission denied'.
5ed8adaa 1999-05-05 13:34:18 (read_utmp): Use the new definitions.
65bc9985 1999-05-05 13:34:02 Add definitions to help read utmpx on systems with utmpname. (UTMP_NAME_FUNCTION): Define. (SET_UTMP_ENT): Likewise. (GET_UTMP_ENT): Likewise. (END_UTMP_ENT): Likewise.
310f220f 1999-05-05 13:21:29 (TYPE_SIGNED, TYPE_MAXIMUM, TYPE_MINIMUM): Define. (ULONG_LONG_MAX, LONG_LONG_MAX, LONG_LONG_MIN): Define if not defined. Based on a patch from Kaveh Ghazi.
90182dd6 1999-05-05 03:05:11 Include makepath.h libintl.h, not after it. Otherwise, we'd get the wrong definition of PARAMS from libintl.h. (The method of defining PARAMS in libintl.h doesn't check PROTOTYPES, which is necessary on Irix4 since cc doesn't define __STDC__.) From Kaveh Ghazi.
84237094 1999-05-04 21:13:54 *** empty log message ***
65153abc 1999-05-04 21:13:47 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS, not CPPFLAGS, so that linking works correctly in IRIX.
6712be8d 1999-05-03 02:46:54 .