Age | Commit 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 iteration | Jim Meyering | |
1997-11-08 | . | Jim Meyering | |
1997-11-08 | *** empty log message *** | Jim Meyering | |
1997-11-08 | Fix typo in comment. | Jim Meyering | |
Add header check for string.h. | |||
1997-11-08 | use 2 mempcpy instead of two memcpy calls | Jim Meyering | |
1997-11-08 | cleanup | Jim 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-03 | make sure autoconf tests have been run | Jim Meyering | |
1997-11-03 | Add 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-03 | be 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-03 | don't use touch | Jim Meyering | |
1997-11-03 | revert last change | Jim Meyering | |
1997-11-03 | create 100 at a time | Jim Meyering | |
1997-11-03 | Put cycle-detecting code inside an | Jim 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-28 | Guard 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-27 | add comment | Jim Meyering | |
1997-10-27 | Convert to upper case before comparing. | Jim Meyering | |
This makes join -i work with sort -f. | |||
1997-10-27 | fix typo in comment | Jim Meyering | |
1997-10-26 | . | Jim Meyering | |
1997-10-26 | Add 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 | |