summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-11-08(fseeko): Define a stub if ! HAVE_FSEEKO.Jim Meyering
(skip): Use fseeko if available. Don't use lseek; it causes the stdio stream to become out of sync with respect to the underyling file descriptor. From Paul Eggert.
1997-11-08.Jim Meyering
1997-11-08*** empty log message ***Jim Meyering
1997-11-08(keycompare): call alloca(0) after each iterationJim Meyering
1997-11-08.Jim Meyering
1997-11-08*** empty log message ***Jim Meyering
1997-11-08Fix typo in comment.Jim Meyering
Add header check for string.h.
1997-11-08use 2 mempcpy instead of two memcpy callsJim Meyering
1997-11-08cleanupJim Meyering
use abort for framework errors
1997-11-07.Jim Meyering
1997-11-07*** empty log message ***Jim Meyering
1997-11-07.Jim Meyering
1997-11-06(getmonth): Remove HAVE_ALLOCA #ifdefs.Jim Meyering
We always have alloca. (keycompare): Don't use variable size arrays (it's a gcc-extension). Rewrite code that increments new lengths when not `ignoring'.
1997-11-03make sure autoconf tests have been runJim Meyering
1997-11-03Add insurance: tell xmalloc.c we've done the test.Jim Meyering
1997-11-03*** empty log message ***Jim Meyering
1997-11-03*** empty log message ***Jim Meyering
1997-11-03*** empty log message ***Jim Meyering
1997-11-03*** empty log message ***Jim Meyering
1997-11-03(xalloc_fail): Renamed from fixup_null_alloc.Jim Meyering
(xcalloc): #ifdef-out unused function. (xrealloc): Remove code to work around deficient versions of realloc. Now we have an autoconf-enabled replacement version. (xmalloc): Remove code to work around deficient versions of malloc. Now we have an autoconf-enabled replacement version.
1997-11-03be stricter: check for both P == 0 and N == 0.Jim Meyering
1997-11-03*** empty log message ***Jim Meyering
1997-11-03*** empty log message ***Jim Meyering
1997-11-03(main): New option, --max-line-length (-L).Jim Meyering
(wc, write_counts): Implement it. From Bruno Haible.
1997-11-03.Jim Meyering
1997-11-03*** empty log message ***Jim Meyering
1997-11-03don't use touchJim Meyering
1997-11-03revert last changeJim Meyering
1997-11-03create 100 at a timeJim Meyering
1997-11-03Put cycle-detecting code inside anJim Meyering
#ifdef ENABLE_CYCLE_CHECK, for systems lacking d_ino. [D_INO_IN_DIRENT]: Define ENABLE_CYCLE_CHECK. (ASSIGN_STRDUPA): Clean up. (right_justify): Use memcpy return value directly. Suggestions from Ulrich Drepper. (remove_cwd_entries) [! defined HAVE_WORKING_READDIR]: Impose overhead of working around non-POSIX readdir implementation only on systems that need it. (remove_cwd_entries): Temporarily save a copy of each entry name in an obstack rather than on the stack via alloca, then free it in the likely event that we don't save the entry in the hash table.
1997-11-02*** empty log message ***Jim Meyering
1997-11-02.Jim Meyering
1997-11-02*** empty log message ***Jim Meyering
1997-11-02*** empty log message ***Jim Meyering
1997-11-02.Jim Meyering
1997-11-02*** empty log message ***Jim Meyering
1997-10-28Guard cycle-detecting code inside #ifdef ENABLE_CYCLE_CHECK.Jim Meyering
[D_INO_IN_DIRENT]: Define ENABLE_CYCLE_CHECK.
1997-10-27*** empty log message ***Jim Meyering
1997-10-27*** empty log message ***Jim Meyering
1997-10-27add commentJim Meyering
1997-10-27Convert to upper case before comparing.Jim Meyering
This makes join -i work with sort -f.
1997-10-27fix typo in commentJim Meyering
1997-10-26.Jim Meyering
1997-10-26Add A, _, a tests using -f.Jim Meyering
1997-10-26.Jim Meyering
1997-10-26.Jim Meyering
1997-10-26.Jim Meyering
1997-10-26*** empty log message ***Jim Meyering
1997-10-26(NLS_STRNCMP) [!ENABLE_NLS]: s/strcmp/strncmp/Jim Meyering
1997-10-26(xalloc_fail_func): Initialize to 0, not NULL.Jim Meyering