Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-18 | add minus2 | Jim Meyering | |
2001-08-18 | (main): Handle a leading "--" option as POSIX requires. | Jim Meyering | |
2001-08-18 | fix typo | Jim 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-18 | add more | 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-18 | Modify 'expr' so that it uses intmax_t, not int, to calculate | Jim 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-18 | Add 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-18 | renamed from ulonglong.m4 | Jim Meyering | |
2001-08-18 | renamed to longlong.m4 | Jim Meyering | |
2001-08-18 | renamed from inttypes_h.m4 | Jim Meyering | |
2001-08-18 | renamed to inttypes.m4 | Jim Meyering | |
2001-08-18 | *** empty log message *** | Jim Meyering | |
2001-08-18 | Revert 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-18 | Merge 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-14 | fix 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-13 | whoops. 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. |