summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-01-10*** empty log message ***Jim Meyering
2006-01-10*** empty log message ***Jim Meyering
2006-01-10*** empty log message ***Jim Meyering
2006-01-10Also include <stdio.h>, for Dragonfly.Jim Meyering
Patch by Joerg Sonnenberger.
2006-01-10*** empty log message ***Jim Meyering
2006-01-10(gobble_file): Use DTTOIF only if it's defined.Jim Meyering
This is necessary for Dragonfly. Patch by Joerg Sonnenberger.
2006-01-09fix typo in commentJim Meyering
2006-01-08*** empty log message ***Jim Meyering
2006-01-08(usage): Adjust the formatting of the entries forJim Meyering
%::z and %:::z (separate with two spaces, not one) so that help2man formats them properly. Reported by Philip Rowlands.
2006-01-07* lib-ignore.m4: New file.Paul Eggert
2006-01-07* configure.ac (gl_IGNORE_UNUSED_LIBRARIES): Add.Paul Eggert
2006-01-07(gl_IGNORE_UNUSED_LIBRARIES): Add.Paul Eggert
2006-01-07Initial version.Paul Eggert
2006-01-06*** empty log message ***Jim Meyering
2006-01-06(copyright-check): Use date +%Y in place of hard-coded 2005.Jim Meyering
2006-01-06*** empty log message ***Jim Meyering
2006-01-06(COPYRIGHT_YEAR): Update to 2006.Jim Meyering
2006-01-06*** empty log message ***Jim Meyering
2006-01-06(rm_1): Remove `static' attribute on local `status'.Jim Meyering
First off, the attribute should have been `volatile' (not static) to avoid longjmp-related risk of clobber. Secondly, now there is no longer any risk of a local variable being clobbered, so there's no need for any attribute at all.
2006-01-05*** empty log message ***Jim Meyering
2006-01-05Give a few functions the inline attribute.Jim Meyering
(AD_pop_and_chdir): Use gotos to avoid some duplication. (AD_push): Rewrite an assertion so that the entire computation goes away when assertions are turned off.
2006-01-05*** empty log message ***Jim Meyering
2006-01-05Add a FIXME comment.Jim Meyering
2006-01-05*** empty log message ***Jim Meyering
2006-01-05(ENOSYS) [!defined ENOSYS]: Don't define here.Jim Meyering
It's already defined in "system.h".
2006-01-04.Jim Meyering
2006-01-04(tzname): Don't declare if it is already #defined.Paul Eggert
2006-01-04*** empty log message ***Jim Meyering
2006-01-04.Jim Meyering
2006-01-04fix typoJim Meyering
2006-01-04*** empty log message ***Jim Meyering
2006-01-04change comment and temp file name: s/openat/fdopendir/Jim Meyering
2006-01-04change comments and temp file name: s/openat/fdopendir/Jim Meyering
2006-01-04Also allow a slightly different diagnostic -- theJim Meyering
one you get when using openat-enabled fts.c and du (coming soon).
2006-01-04*** empty log message ***Jim Meyering
2006-01-04Merge from glibc.Jim Meyering
(fts_open): Avoid function call in MAX macro use.
2006-01-03(xtime_make, xtime_nonnegative_nsec, xtime_nsec): UsePaul Eggert
long int, not int, for nanosecond counts, so that people who are used to POSIX struct timespec won't be surprised.
2006-01-03*** empty log message ***Jim Meyering
2006-01-03Also allow a slightly different diagnostic -- theJim Meyering
one you get when using openat-enabled fts.c and du (coming soon).
2006-01-03*** empty log message ***Jim Meyering
2006-01-03Also allow a slightly different diagnostic -- theJim Meyering
one you get when using openat-enabled fts.c and du (coming soon).
2006-01-03correct first-line commentJim Meyering
2006-01-03*** empty log message ***Jim Meyering
2006-01-03(O_DIRECTORY) [!defined O_DIRECTORY]: Define.Jim Meyering
2006-01-03Make sure we can change the group of inaccessible files.Paul Eggert
2006-01-03(RC_do_ordinary_chown): New enum value.Paul Eggert
(restricted_chown): Return it, if the file cannot be accessed due to EPERM, or if no uid or gid are required, or if the file is neither a directory nor a regular file. Rewrite to avoid gotos. (change_file_owner): Handle RC_do_ordinary_chown case. Rewrite to avoid gotos.
2006-01-03(General date syntax): Invalid dates are rejected.Paul Eggert
(Time of day items): Mention the possibility of leap seconds. Problem reported by Dr. David Alan Gilbert.
2006-01-03Explain date %g, %G, and %V a bit better.Paul Eggert
2006-01-03Explain date %g, %G a bit better.Paul Eggert
2006-01-03Use @acronym around "ISO" uniformly.Paul Eggert
(Date conversion specifiers): Explain %g, %G, and %V a bit better.