Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-03-02 | (EXTRA_DIST): Add config.charset. | Jim Meyering | |
2000-03-02 | wrap lines and reformat @examples a little to avoid | Jim Meyering | |
`Overfull \hbox ... too wide' warnings | |||
2000-03-02 | make example narrower to avoid `Overfull \hbox ... too wide' warning | Jim Meyering | |
2000-03-02 | *** empty log message *** | Jim Meyering | |
2000-03-02 | (printf invocation): Describe new unicode syntax. | Jim Meyering | |
From Bruno Haible. | |||
2000-03-02 | *** empty log message *** | Jim Meyering | |
2000-03-02 | Require AC_HEADER_TIME before the cache check so | Jim Meyering | |
the messages come out on separate lines. | |||
2000-03-02 | *** empty log message *** | Jim Meyering | |
2000-03-02 | . | Jim Meyering | |
2000-03-02 | (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS, rather than ↵ | Jim Meyering | |
jm_CHECK_DECLARATIONS. | |||
2000-03-02 | *** empty log message *** | Jim Meyering | |
2000-03-02 | (AC_CHECK_DECLS): Add getlogin, ttyname, and geteuid. | Jim Meyering | |
2000-03-02 | (getlogin, ttyname, geteuid): Declare them here, if needed. | Jim Meyering | |
2000-03-02 | . | Jim Meyering | |
2000-03-02 | (show_point): Ignore shortcuts based on path | Jim Meyering | |
prefixes that are loop file system mount points, since they yield undesirable output. | |||
2000-03-01 | (DEFS): Add -DLIBDIR=... | Jim Meyering | |
(libfetish_a_SOURCES): Add localcharset.c and unicodeio.c. (noinst_HEADERS): Add unicodeio.h. (all-local, install-exec-local, charset.alias): New targets. | |||
2000-03-01 | *** empty log message *** | Jim Meyering | |
2000-03-01 | *** empty log message *** | Jim Meyering | |
2000-03-01 | New file from Bruno. | Jim Meyering | |
2000-03-01 | New file from Bruno. | Jim Meyering | |
filter through cppi | |||
2000-03-01 | New file from Bruno. | Jim Meyering | |
One portability tweak: guard inclusion of stddef.h. | |||
2000-03-01 | Guard some #includes with `#if HAVE_...'. | Jim Meyering | |
2000-03-01 | new file, from Bruno | Jim Meyering | |
2000-03-01 | Describe eq-wid-2 failure conditions. | Jim Meyering | |
2000-03-01 | . | Jim Meyering | |
2000-03-01 | *** empty log message *** | Jim Meyering | |
2000-03-01 | . | Jim Meyering | |
2000-03-01 | (get_width_format): Fix portability problem with `-0' vs. `0'. | Jim Meyering | |
2000-03-01 | . | Jim Meyering | |
2000-03-01 | . | Jim Meyering | |
2000-02-29 | (decode_switches): Remove `e' from getopt_long's list of | Jim Meyering | |
option characters. Reported by John Summerfield. | |||
2000-02-29 | *** empty log message *** | Jim Meyering | |
2000-02-29 | (make_blank): Add an explicit cast to `unsigned char *' | Jim Meyering | |
to placate HPUX's C compiler. Reported by Bob Proulx. | |||
2000-02-29 | split a long line | Jim Meyering | |
2000-02-28 | *** empty log message *** | Jim Meyering | |
2000-02-28 | (ALERT_CHAR): New macro. | Jim Meyering | |
(quotearg_buffer_restyled): Use it. | |||
2000-02-28 | *** empty log message *** | Jim Meyering | |
2000-02-28 | Use ginstall, not install. | Jim Meyering | |
2000-02-27 | . | Jim Meyering | |
2000-02-27 | *** empty log message *** | Jim Meyering | |
2000-02-27 | Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'. | Jim Meyering | |
2000-02-27 | Fix typo in decl of strtoul: s/long long/long/. | Jim Meyering | |
Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'. | |||
2000-02-27 | Fix typo in decl of strtoul: s/long long/long/. | Jim Meyering | |
2000-02-27 | *** empty log message *** | Jim Meyering | |
2000-02-27 | Guard inclusion of stdlib.h with `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'. | Jim Meyering | |
Declare malloc if needed. | |||
2000-02-27 | use double quotes, not single quotes around syntax-error-evoking string | Jim Meyering | |
2000-02-27 | *** empty log message *** | Jim Meyering | |
2000-02-27 | Add getenv to the list. | Jim Meyering | |
2000-02-27 | *** empty log message *** | Jim Meyering | |
2000-02-27 | Use `#if !HAVE_DECL...' instead of `#ifndef HAVE_DECL..' | Jim Meyering | |
now that autoconf always defines the HAVE_DECL_ symbols. Arrange for cpp to fail if the configure-time declaration check was not run. |