summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2005-06-29Use one fewer helper macro.Jim Meyering
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-29*** empty log message ***Jim Meyering
2005-06-29(main): Use X2REALLOC rather than x2realloc.Jim Meyering
2005-06-29(fillbuf): Use X2REALLOC rather than x2realloc.Jim Meyering
2005-06-29(show_date): Use X2REALLOC rather than x2realloc.Jim Meyering
2005-06-29(main, store_char): Use X2REALLOC rather than x2realloc.Jim Meyering
2005-06-29Update sole use of VERIFY.Jim Meyering
Use X2REALLOC, rather than x2realloc.
2005-06-29(VERIFY): Rewrite to use string-concatenationJim Meyering
and __LINE__ so as not to require a struct name parameter. (GL_CONCAT, GL_CONCAT2, GL_LINE_CONCAT): Define helper macros.
2005-06-29*** empty log message ***Jim Meyering
2005-06-29*** empty log message ***Jim Meyering
2005-06-29(gobble_file): Use stat.st_author, not stat.st_uidJim Meyering
when computing the --author column width. This bug might have resulted in misaligned columns when using the --author option on the Hurd. Spotted by Arnold Robbins. The bug was introduced on 2003-12-03.
2005-06-28split long line in copyright commentJim Meyering
2005-06-28*** empty log message ***Jim Meyering
2005-06-28(fillbuf): Use x2realloc on 1-byte base types, not x2nrealloc.Jim Meyering
2005-06-28(dump_strings): Use x2realloc on 1-byte base types, not x2nrealloc.Jim Meyering
2005-06-28(show_date): Use x2realloc on 1-byte base types, not x2nrealloc.Jim Meyering
2005-06-28*** empty log message ***Jim Meyering
2005-06-28(main, store_char): Use x2realloc on 1-byte base types, not x2nrealloc.Jim Meyering
2005-06-27.Jim Meyering
2005-06-27.Jim Meyering
2005-06-26*** empty log message ***Jim Meyering
2005-06-26Require gl_DIACRIT.Jim Meyering
2005-06-26(libcoreutils_a_SOURCES): Remove diacrit.c and diacrit.h.Jim Meyering
2005-06-25Whoops. Add this, too:Jim Meyering
AC_LIBOBJ([version-etc-fsf])
2005-06-25*** empty log message ***Jim Meyering
2005-06-25(libcoreutils_a_SOURCES): Remove version-etc.c version-etc.hJim Meyering
and version-etc-fsf.c.