Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-02 | . | Jim Meyering | |
2005-07-02 | *** empty log message *** | Jim Meyering | |
2005-07-02 | Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally. | Jim Meyering | |
2005-07-02 | *** empty log message *** | Jim Meyering | |
2005-07-02 | Update from gnulib. | Jim Meyering | |
2005-07-02 | Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally. | Jim Meyering | |
2005-07-01 | Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally, | Jim Meyering | |
and don't include <sys/file.h>). | |||
2005-07-01 | *** empty log message *** | Jim Meyering | |
2005-07-01 | * xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h> | Paul Eggert | |
declares only 'struct timespec;' (!). | |||
2005-06-30 | . | Jim Meyering | |
2005-06-30 | Add copyright. | Jim Meyering | |
Include <fcntl.h> and <unistd.h> unconditionally -- it seems to be ok to do this, these days. | |||
2005-06-30 | *** empty log message *** | Jim Meyering | |
2005-06-30 | *** empty log message *** | Jim Meyering | |
2005-06-30 | Rewritten by Paul Eggert. | Jim Meyering | |
Now, the minimum overhead is just two system calls: dup and close. | |||
2005-06-30 | New file. As yet unused. | Jim Meyering | |
2005-06-30 | *** empty log message *** | Jim Meyering | |
2005-06-30 | *** empty log message *** | Jim Meyering | |
2005-06-30 | [!VERIFY] (VERIFY): Define. | Jim Meyering | |
(ARGMATCH_VERIFY): Use it, so this macro may be used more than once in any given scope. | |||
2005-06-30 | (VERIFY_EXPR): Undef and add a comment. | Jim Meyering | |
2005-06-29 | *** empty log message *** | Jim Meyering | |
2005-06-29 | (getuser, getuidbyname, getgroup, getgidbyname): Likewise. | Jim Meyering | |
2005-06-29 | *** empty log message *** | Jim Meyering | |
2005-06-29 | (make_dir_parents): Don't apply sizeof to a hard-coded type name. | Jim Meyering | |
Use the variable name instead. | |||
2005-06-29 | *** empty log message *** | Jim Meyering | |
2005-06-29 | (VERIFY_EXPR): Define. | Jim Meyering | |
(X2REALLOC): New macro, to make using x2realloc a little safer. | |||
2005-06-27 | . | Jim Meyering | |
2005-06-27 | . | Jim Meyering | |
2005-06-26 | (libcoreutils_a_SOURCES): Remove diacrit.c and diacrit.h. | Jim Meyering | |
2005-06-25 | *** empty log message *** | Jim Meyering | |
2005-06-25 | (libcoreutils_a_SOURCES): Remove version-etc.c version-etc.h | Jim Meyering | |
and version-etc-fsf.c. | |||
2005-06-25 | (libcoreutils_a_SOURCES): Remove dev-ino.h too, now that we | Jim Meyering | |
get it via root-dev-ino.m4 | |||
2005-06-25 | Remove dev-ino.h, now that we get it via root-dev-ino.m4 | Jim Meyering | |
2005-06-25 | *** empty log message *** | Jim Meyering | |
2005-06-25 | (libcoreutils_a_SOURCES): Remove root-dev-ino.c and root-dev-ino.h. | Jim Meyering | |
2005-06-24 | (canon_host) [HAVE_GETADDRINFO]: Use `= { 0, };' to initialize local `hint'. | Paul Eggert | |
2005-06-24 | . | Jim Meyering | |
2005-06-23 | *** empty log message *** | Jim Meyering | |
2005-06-23 | (libcoreutils_a_SOURCES): Remove xstrtod.c and xstrtod.h. | Jim Meyering | |
2005-06-23 | . | Jim Meyering | |
2005-06-23 | (libcoreutils_a_SOURCES): Remove xreadlink.c and xreadlink.h. | Jim Meyering | |
2005-06-23 | *** empty log message *** | Jim Meyering | |
2005-06-23 | (backup_args): Change a `0' to NULL. | Jim Meyering | |
2005-06-22 | mktime fix to avoid a diagnostic. | Paul Eggert | |
2005-06-22 | Include <string.h> even if !DEBUG. (From glibc.) | Paul Eggert | |
(ranged_convert): Don't save conversion in a temporary struct. This causes a warning with GCC 4.0.0, and anyway in the typical case it's not worth the extra 100 bytes or so of code. (ranged_convert, __mktime_internal): When calling a function via a pointer P, use P () rather than (*P) (), as we now assume C89 or better. | |||
2005-06-22 | (desirable_utmp_entry): Fix bug where "who -b" and "who -r" | Paul Eggert | |
failed to give output. | |||
2005-06-22 | From gnulib: | Jim Meyering | |
(HAVE_GNU_CALLOC): New constant. (xcalloc): Use it to avoid needless tests. | |||
2005-06-22 | *** empty log message *** | Jim Meyering | |
2005-06-20 | . | Jim Meyering | |
2005-06-19 | *** empty log message *** | Jim Meyering | |
2005-06-19 | (libcoreutils_a_SOURCES): Remove xgetcwd.c, xgetcwd.h, xfts.c and xfts.h. | Jim Meyering | |