summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-04-22(word32): Don't use `#error'; it runs afoul of SunOS 4.1.4 cc.Jim Meyering
1999-04-22*** empty log message ***Jim Meyering
1999-04-22Guard strong_alias and weak_alias with #ifdef _LIBC.Jim Meyering
1999-04-22Don't bother with pot-mail anymore -- Francois needs merely the URL.Jim Meyering
1999-04-21.Jim Meyering
1999-04-21.Jim Meyering
1999-04-21.Jim Meyering
1999-04-21.Jim Meyering
1999-04-21*** empty log message ***Jim Meyering
1999-04-21Remove the temporary strtoumax replacement;Jim Meyering
we now have a true replacement in strtoumax.c. (__strtol): Always define to strtoumax. (<stdlib.h>): No need to include. (PARAMS): Remove. (my_strtoumax): Move this to strtoumax.c, rename it to strtoumax, and simplify.
1999-04-21Update to glibc 2.1.1 version.Jim Meyering
1999-04-21.Jim Meyering
1999-04-21*** empty log message ***Jim Meyering
1999-04-21*** empty log message ***Jim Meyering
1999-04-21(jm_CHECK_ALL_TYPES): Require jm_AC_TYPE_UNSIGNED_LONG_LONG.Jim Meyering
1999-04-21(AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.Jim Meyering
1999-04-21*** empty log message ***Jim Meyering
1999-04-21(jm_AC_TYPE_UINTMAX_T): Move unsigned longJim Meyering
long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
1999-04-21*** empty log message ***Jim Meyering
1999-04-21Require jm_AC_TYPE_UNSIGNED_LONG_LONG.Jim Meyering
Replace xstroull if necessary.
1999-04-21*** empty log message ***Jim Meyering
1999-04-21*** empty log message ***Jim Meyering
1999-04-21update commentJim Meyering
1999-04-21<xstrtol.h>: Include this, not xstrtoul.h.Jim Meyering
<human.h>: Include. Use uintmax_t in place of unsigned long. Use human_readable to convert to strings for printing.
1999-04-21.Jim Meyering
1999-04-21.Jim Meyering
1999-04-21.Jim Meyering
1999-04-21*** empty log message ***Jim Meyering
1999-04-21Port to AIX and HP-UX. Support cross-compilation.Jim Meyering
1999-04-20<config.h>: Include first, since it can doJim Meyering
things like #define const, and this must be done before including any system headers.
1999-04-20(my_strtoumax): Fix typo in computingJim Meyering
whether overflow occurred. Improve overflow-detection to use only one conditional branch total, rather than 2N+1 conditional branches for an N-digit number.
1999-04-19*** empty log message ***Jim Meyering
1999-04-19*** empty log message ***Jim Meyering
1999-04-19(main): Restore `+' in getopt_long string. Otherwise,Jim Meyering
commands like `seq 10 -2 0' wouldn't work. From Andreas Schwab.
1999-04-19*** empty log message ***Jim Meyering
1999-04-19*** empty log message ***Jim Meyering
1999-04-19(b_host): Remove /pub suffix.Jim Meyering
1999-04-19*** empty log message ***Jim Meyering
1999-04-19(my-distcheck): Use AMTAR, not TAR.Jim Meyering
1999-04-19.Jim Meyering
1999-04-19*** empty log message ***Jim Meyering
1999-04-19.Jim Meyering
1999-04-19*** empty log message ***Jim Meyering
1999-04-19*** empty log message ***Jim Meyering
1999-04-19Require jm_AC_PREREQ_XSTRTOUMAX.Jim Meyering
1999-04-19*** empty log message ***Jim Meyering
1999-04-19.Jim Meyering
1999-04-19.Jim Meyering
1999-04-19(tempname): Wrap after 99999 only for length-impaired file systems.Jim Meyering
1999-04-19(main, longopts):Jim Meyering
Use -u instead of -R for --remove, so that we can preserve future compatibility with rm.