summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-08-18add minus2Jim Meyering
2001-08-18(main): Handle a leading "--" option as POSIX requires.Jim Meyering
2001-08-18fix typoJim Meyering
2001-08-18*** empty log message ***Jim Meyering
2001-08-18(toarith): Don't accept plain "-" as a valid integer.Jim Meyering
2001-08-18add moreJim Meyering
2001-08-18*** empty log message ***Jim Meyering
2001-08-18*** empty log message ***Jim Meyering
2001-08-18*** empty log message ***Jim Meyering
2001-08-18Modify 'expr' so that it uses intmax_t, not int, to calculateJim Meyering
the value of integer expressions. (struct valinfo.i): Now intmax_t, not int. (docolon, int_value, str_value, isstring, nextarg, toarith, freev, tostring, trace): Remove unnecessary forward decls. (int_value, printv, tostring, toarith, arithf, arithdivf, docolon, eval6, eval4, eval3): Do integer arithmetic using intmax_t, not int. (docolon): Don't assume size_t fits in int.
2001-08-18*** empty log message ***Jim Meyering
2001-08-18Add AC_PREREQ(2.13).Jim Meyering
(jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too. (jm_AC_TYPE_INTMAX_T): New macro. (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
2001-08-18(jm_AC_TYPE_LONG_LONG): New macro.Jim Meyering
2001-08-18renamed from ulonglong.m4Jim Meyering
2001-08-18renamed to longlong.m4Jim Meyering
2001-08-18renamed from inttypes_h.m4Jim Meyering
2001-08-18renamed to inttypes.m4Jim Meyering
2001-08-18*** empty log message ***Jim Meyering
2001-08-18Revert part of last change and solve the problem a better way.Jim Meyering
(show_date) [--rfc-822]: Set LC_ALL=C just before calling strftime and restore it just afterwards. Suggestion from Ulrich Drepper.
2001-08-18*** empty log message ***Jim Meyering
2001-08-18($(v_etc_file)): Define.Jim Meyering
(copyright-check): Use the new variable. (my-distcheck): Depend on local-check so those checks are once again run by `make distcheck'.
2001-08-18Merge in changes from autoconf.Jim Meyering
2001-08-18*** empty log message ***Jim Meyering
2001-08-18(show_date) [--rfc-822]: Don't space-pad the day of the month.Jim Meyering
Set only LC_TYPE to the "C" locale. Setting LC_ALL is overkill, and would have unwanted side effects if there is an error message.
2001-08-18.Jim Meyering
2001-08-18(head_bytes): Read no more than the specified number of bytes.Jim Meyering
2001-08-18*** empty log message ***Jim Meyering
2001-08-18.Jim Meyering
2001-08-18*** empty log message ***Jim Meyering
2001-08-18*** empty log message ***Jim Meyering
2001-08-18*** empty log message ***Jim Meyering
2001-08-16*** empty log message ***Jim Meyering
2001-08-16(main): When there are too many non-option arguments,Jim Meyering
include the first offending argument in the diagnostic. Suggestion from Karl Berry.
2001-08-14fix typo: s/-quiet/--quiet/Jim Meyering
From: noon@cote-dazur.com (Fabrice Bauzac)
2001-08-14.Jim Meyering
2001-08-14.Jim Meyering
2001-08-14.Jim Meyering
2001-08-14*** empty log message ***Jim Meyering
2001-08-14.Jim Meyering
2001-08-14*** empty log message ***Jim Meyering
2001-08-14*** empty log message ***Jim Meyering
2001-08-14(xputenv): Remove parameter's const qualifier.Jim Meyering
2001-08-14(AUTHORS): Mark string for translation, since it contains the English word ↵Jim Meyering
`and'.
2001-08-14*** empty log message ***Jim Meyering
2001-08-14.Jim Meyering
2001-08-14*** empty log message ***Jim Meyering
2001-08-14(AUTHORS): Mark string for translation, since it contains the English word ↵Jim Meyering
`and'.
2001-08-13whoops. remove the backslash, too.Jim Meyering
2001-08-13*** empty log message ***Jim Meyering
2001-08-13(unlocked-io.h): Do not append "_unlocked" twice.Jim Meyering
Port to Solaris 8, where 'sed' requires a space after the 'r' command, and where sh dislikes "$/". Clean up the spacing a bit. Redirect output to $tmp just once.