summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-11-21stty doesn't support all baud rates available in current Linux kernels.Jim Meyering
When trying to set a high baud rate using stty, it says "invalid argument". When the high rate is already configured, "stty -a" returns 0 instead of the true baud rate. (struct speeds): Add support for all baud rates defined in linux-2.4.19.
2002-11-21.Jim Meyering
2002-11-21*** empty log message ***Jim Meyering
2002-11-21*** empty log message ***Jim Meyering
2002-11-21update copyright dateJim Meyering
2002-11-21*** empty log message ***Jim Meyering
2002-11-21Merge argmatch cleanups from Bison. Assume C89.Jim Meyering
Do not include <config.h> or <sys/types.h>. Include <stddef.h> instead, since it's all we need for size_t. (PARAMS): Remove. All uses removed. (ARRAY_CARDINALITY): Do not bother to #undef. (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg, ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH): Remove unnecessary parentheses. (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH): Insert necessary parentheses. (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros. (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
2002-11-21Merge argmatch cleanups from Bison. Assume C89.Jim Meyering
Include config.h here, not in argmatch.h. Include stdlib.h, for EXIT_FAILURE. Always include <string.h>, since we assume C89. (EXIT_FAILURE): Remove pre-C89 bug workaround.
2002-11-21*** empty log message ***Jim Meyering
2002-11-21(quotearg_buffer_restyled): If mbrtowc returnsJim Meyering
`(size_t) -1' (at which point it would also set errno to EILSEQ), then restore errno to its previous value. Reported by Phillip Jones via Tim Waugh as https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=76334.
2002-11-21sortJim Meyering
2002-11-21*** empty log message ***Jim Meyering
2002-11-21Update from gnulib.Jim Meyering
2002-11-21*** empty log message ***Jim Meyering
2002-11-21*** empty log message ***Jim Meyering
2002-11-19*** empty log message ***Jim Meyering
2002-11-19Export LC_ALL=C, to avoid failure when run in a UTF locale.Jim Meyering
Report and suggested fix by Bruno Haible.
2002-11-19*** empty log message ***Jim Meyering
2002-11-19Export LC_ALL=C, to avoid failure when run in a UTF locale.Jim Meyering
Report and suggested fix by Bruno Haible.
2002-11-19*** empty log message ***Jim Meyering
2002-11-19*** empty log message ***Jim Meyering
2002-11-19Require Autoconf-2.56.Jim Meyering
2002-11-19*** empty log message ***Jim Meyering
2002-11-19Avoid a link-time failure on some Linux systems.Jim Meyering
(STATIC): Define to be empty (_LIBC) or `static' (otherwise). (__mon_yday): Declare with the STATIC attribute. (__mktime_internal): Likewise. Based on a report from Greg Schafer.
2002-11-19*** empty log message ***Jim Meyering
2002-11-17.Jim Meyering
2002-11-17*** empty log message ***Jim Meyering
2002-11-17Update via autoupdate.Jim Meyering
Add `AM_GNU_GETTEXT_VERSION(0.11.5)'.
2002-11-17*** empty log message ***Jim Meyering
2002-11-17(movefile): Don't remove trailing slashes from SOURCE.Jim Meyering
2002-11-17*** empty log message ***Jim Meyering
2002-11-16*** empty log message ***Jim Meyering
2002-11-16Use AC_REQUIRE everywhere it is possible.Jim Meyering
(jm_PREREQ_CANON_HOST): Remove duplicates.
2002-11-15*** empty log message ***Jim Meyering
2002-11-15(gnu_rel_host): Define.Jim Meyering
(url_dir_list): Choose from (alpha|ftp).gnu.org depending on whether $(VERSION) looks like a major release number.
2002-11-15(mail_gpg_sign_cookie): Backslash-escape `#'.Jim Meyering
(release): Rename from `alpha'. (alpha): Depend on release.
2002-11-15*** empty log message ***Jim Meyering
2002-11-15(signatures): Define with ?=, so it's easy to override.Jim Meyering
2002-11-15.Jim Meyering
2002-11-15.Jim Meyering
2002-11-14*** empty log message ***Jim Meyering
2002-11-14Don't include libintl.h, and don't define `_' -- they're not used.Jim Meyering
2002-11-14update from master sourcesJim Meyering
2002-11-14Remove lib/long-options.c and lib/same.c.Jim Meyering
Although each defines `_', neither actually used it.
2002-11-14*** empty log message ***Jim Meyering
2002-11-14Duh. change use, too.Jim Meyering
2002-11-14(mail_gpg_sign_cookie): Rename to use _'s, not -'s.Jim Meyering
2002-11-14*** empty log message ***Jim Meyering
2002-11-14(mail-gpg-sign-cookie): Make optional.Jim Meyering
(announcement): Use the new variable.
2002-11-14*** empty log message ***Jim Meyering