summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-01-26split a long lineJim Meyering
2002-01-26.Jim Meyering
2002-01-26(jm_MACROS): Require autoconf-2.52g.Jim Meyering
2002-01-26.Jim Meyering
2002-01-26*** empty log message ***Jim Meyering
2002-01-26(getdate$U.o): Depend on unlocked-io.h.Jim Meyering
2002-01-24*** empty log message ***Jim Meyering
2002-01-24(START-INFO-DIR-ENTRY): Remove a few entriesJim Meyering
and clean up a few others based on suggestions from Bob Proulx.
2002-01-22*** empty log message ***Jim Meyering
2002-01-22(skip): Remove redundant check for overflow.Jim Meyering
fseeko's seek argument is already known to be in range, since it is less than the file size.
2002-01-22(save_stdin): Report proper errno value afterJim Meyering
fwrite failures. Do not bother to rewind the temp file, as it'll be read backwards anyway.
2002-01-22.Jim Meyering
2002-01-22*** empty log message ***Jim Meyering
2002-01-22(Makefile): Don't depend on $(BUILT_SOURCES).Jim Meyering
Otherwise, some versions of automake would omit the rule that makes Makefile from Makefile.in.
2002-01-22.Jim Meyering
2002-01-22header-check: fix it yet againJim Meyering
2002-01-22(header-check): Add `&& :'.Jim Meyering
2002-01-22*** empty log message ***Jim Meyering
2002-01-22*** empty log message ***Jim Meyering
2002-01-22.Jim Meyering
2002-01-22update copyright yearJim Meyering
2002-01-22(swallow_file_in_memory): Work even if `open' returns 0.Jim Meyering
Check for `close' error.
2002-01-22remove the parens I just added to Paul's patchJim Meyering
2002-01-22(EOVERFLOW, fseeko): New macros.Jim Meyering
2002-01-22(skip): Use fseeko rather than lseek.Jim Meyering
(Also, check for overflow when converting uintmax_t to off_t.)
2002-01-22*** empty log message ***Jim Meyering
2002-01-22(jm_MACROS): Require AC_FUNC_FSEEKO.Jim Meyering
2002-01-22.Jim Meyering
2002-01-22.Jim Meyering
2002-01-22*** empty log message ***Jim Meyering
2002-01-22Include xmemcoll.h, not memcoll.h.Jim Meyering
Use xmemcoll instead of memcoll. (die): Do not invoke cleanup; atexit does this now. (main): Use atexit to invoke cleanup on exit. Set xmemcoll_exit_failure to SORT_FAILURE.
2002-01-22Include xmemcoll.h, not memcoll.h.Jim Meyering
Use xmemcoll instead of memcoll.
2002-01-22*** empty log message ***Jim Meyering
2002-01-22(libfetish_a_SOURCES): Add them.Jim Meyering
2002-01-22*** empty log message ***Jim Meyering
2002-01-22(quotearg_n_style_mem): New function.Jim Meyering
2002-01-22(quotearg_buffer_restyled):Jim Meyering
Fix bug with quoting buffers containing NUL when backslashing escapes. This bug was exposed by the other changes in this patch. (quotearg_n_options): New arg ARGSIZE. All callers changed. (quoting_options_from_style): New function. (quotearg_n_style): Use it. (quotearg_n_style_mem): New function.
2002-01-22Include errno.h, and declare errno if not defined.Jim Meyering
(memcoll): Set errno to zero if there is no error.
2002-01-21*** empty log message ***Jim Meyering
2002-01-21*** empty log message ***Jim Meyering
2002-01-21(CMP_WITH_IGNORE): Don't assume that the differenceJim Meyering
between two size_t values can be stored in an int; this doesn't work, for example, on 64-bit Solaris.
2002-01-21(keycmp): Don't assume that the difference between two size_t values can beJim Meyering
stored in an int; this doesn't work, for example, on 64-bit Solaris. Also, fix the type of two locals to be size_t instead of int.
2002-01-21(compare_files): Don't assume that the differenceJim Meyering
between two size_t values can be stored in an int; this doesn't work, for example, on 64-bit Solaris.
2002-01-21*** empty log message ***Jim Meyering
2002-01-21(header-check): New rule.Jim Meyering
(local-check): Add header-check.
2002-01-21(strftime-check): New rule.Jim Meyering
(local-check): Convert this target to a list. Update uses. Mark them as .PHONY.
2002-01-21*** empty log message ***Jim Meyering
2002-01-21Don't include "xalloc.h", as system.h already does that via sys2.h.Jim Meyering
2002-01-21*** empty log message ***Jim Meyering
2002-01-21Don't include "xalloc.h", as system.h already does that via sys2.h.Jim Meyering