summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
1997-10-26.Jim Meyering
1997-10-26(EXTRA_DIST): Add malloc.c.Jim Meyering
1997-10-26.Jim Meyering
1997-10-26(EXTRA_DIST): Add malloc.m4.Jim Meyering
1997-10-26.Jim Meyering
1997-10-26(EXTRA_DIST): Add realloc.c.Jim Meyering
1997-10-26.Jim Meyering
1997-10-26.Jim Meyering
1997-10-26.Jim Meyering
1997-10-26.Jim Meyering
1997-10-26(noinst_HEADERS): Add xalloc.h.Jim Meyering
1997-10-25.Jim Meyering
1997-10-25Remove old-style xmalloc and xrealloc decls.Jim Meyering
1997-10-25Remove old-style xmalloc and xrealloc decls.Jim Meyering
1997-10-25Include xalloc.h.Jim Meyering
Remove dcls of xmalloc, xcalloc and xrealloc.
1997-10-25.Jim Meyering
1997-10-25s/xmalloc_exit_failure/xalloc_exit_failureJim Meyering
1997-10-25Include xalloc.h.Jim Meyering
Change VOID to void. (xalloc_exit_failure): Renamed extern. (xalloc_msg_memory_exhausted): New extern. (xalloc_fail_func): New extern. (fixup_null_alloc): Use new variables.
1997-10-25.Jim Meyering
1997-10-25.Jim Meyering