summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-07-02.Jim Meyering
2005-07-02*** empty log message ***Jim Meyering
2005-07-02(EXTRA_DIST): Add .x-sc_obsolete_symbols.Jim Meyering
2005-07-02(sc_obsolete_symbols): New rule.Jim Meyering
(syntax-check-rules): Add it to the list.
2005-07-02*** empty log message ***Jim Meyering
2005-07-02*** empty log message ***Jim Meyering
2005-07-02Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.Jim Meyering
2005-07-02*** empty log message ***Jim Meyering
2005-07-02Update from gnulib.Jim Meyering
2005-07-02Assume HAVE_UNISTD_H, i.e., that <unistd.h> works.Jim Meyering
2005-07-02*** empty log message ***Jim Meyering
2005-07-02Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.Jim Meyering
2005-07-01*** empty log message ***Jim Meyering
2005-07-01Assume HAVE_UNISTD_H.Jim Meyering
2005-07-01.Jim Meyering
2005-07-01Don't check for fcntl.h anymore. Now we assume it exists and is usable.Jim Meyering
2005-07-01*** empty log message ***Jim Meyering
2005-07-01*** empty log message ***Jim Meyering
2005-07-01Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,Jim Meyering
and don't check for fcntl.h).
2005-07-01Assume 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*** empty log message ***Jim Meyering
2005-07-01Assume HAVE_FCNTL_H (i.e., include <fcntl.h>Jim Meyering
unconditionally, and don't include <sys/file.h>).
2005-07-01*** empty log message ***Jim Meyering
2005-07-01update from gnulibJim Meyering
2005-07-01* xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>Paul Eggert
declares only 'struct timespec;' (!).
2005-06-30*** empty log message ***Jim Meyering
2005-06-30.Jim Meyering
2005-06-30Require gl_STDOPEN.Jim Meyering
2005-06-30(gl_STDOPEN): New file/macro.Jim Meyering
2005-06-30Add 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-30Rewritten by Paul Eggert.Jim Meyering
Now, the minimum overhead is just two system calls: dup and close.
2005-06-30New file. As yet unused.Jim Meyering
2005-06-30*** empty log message ***Jim Meyering
2005-06-30Add uses of ARGMATCH_VERIFY to ensure thatJim Meyering
corresponding option string and value arrays are consistent.
2005-06-30Add uses of ARGMATCH_VERIFY to ensure thatJim Meyering
corresponding option string and value arrays are consistent. Remove a harmless trailing `, 0' from a value list.
2005-06-30Add uses of ARGMATCH_VERIFY to ensure thatJim Meyering
corresponding option string and value arrays are consistent. Remove a harmless trailing `, 0' from a value list.
2005-06-30*** empty log message ***Jim Meyering
2005-06-30(VERIFY): Guard definition with #ifndef.Jim Meyering
(VERIFY_EXPR): Undef before defining.
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