Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-03-08 | (savedir): Work even if directory size is | Jim Meyering | |
negative; this can happen with some screwy NFS configurations. | |||
2000-03-07 | tweak indentation | Jim Meyering | |
2000-03-06 | (get_charset_aliases): Don't try to free file_name | Jim Meyering | |
if it's NULL (because we ran out of memory). From Bruno Haible. | |||
2000-03-05 | *** empty log message *** | Jim Meyering | |
2000-03-05 | ("path-concat.h"): Include. | Jim Meyering | |
(get_charset_aliases): Use path_concat instead of ANSI string concatenation. | |||
2000-03-05 | *** empty log message *** | Jim Meyering | |
2000-03-05 | (PARAMS): Define. | Jim Meyering | |
Use it to guard prototype. | |||
2000-03-05 | . | Jim Meyering | |
2000-03-04 | . | Jim Meyering | |
2000-03-04 | (uninstall-local): Uncomment this rule so `make distcheck' works once again. | Jim Meyering | |
2000-03-04 | *** empty log message *** | Jim Meyering | |
2000-03-04 | (install-exec-local): Create $(libdir) before installing into it. | Jim Meyering | |
2000-03-04 | . | Jim Meyering | |
2000-03-04 | (<errno.h>): Include it. | Jim Meyering | |
(errno): Declare if not defined. | |||
2000-03-04 | . | Jim Meyering | |
2000-03-04 | Add Bruno's comment justifying use of volatile. | Jim Meyering | |
2000-03-04 | New version, incorporating remarks from a linux | Jim Meyering | |
i18n mailing list. From Bruno Haible. | |||
2000-03-03 | . | Jim Meyering | |
2000-03-02 | (EXTRA_DIST): Add config.charset. | Jim Meyering | |
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 | . | Jim Meyering | |
2000-03-01 | . | 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-27 | . | 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 | 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. | |||
2000-02-27 | Arrange for cpp to fail if the configure-time | Jim Meyering | |
declaration check was not run. | |||
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. | |||
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. | |||
2000-02-27 | Put cedilla on `c' in author's name. | Jim Meyering | |
2000-02-27 | *** empty log message *** | Jim Meyering | |
2000-02-27 | . | Jim Meyering | |
2000-02-27 | (parse_user_spec): If there is no `:' but there is a `.', | Jim Meyering | |
then first look up the entire `.'-containing string as a login name. | |||
2000-02-22 | Handle two-digit years with leading zeros correctly. | Jim Meyering | |
(textint): New typedef. (parser_control): Member year changed from int to textint. All uses changed. (YYSTYPE): Removed; replaced by %union with int and textint members. (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN, tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER, tYEAR_UNIT, tZONE, o_merid): Now of type <intval>. (tSNUMBER, tUNUMBER): Now of type <textintval>. (date, number, to_year): Use width of number in digits, not its value, to determine whether it's a 2-digit year, or a 2-digit time. (yylex): Store number of digits of numeric tokens. Reported by John Kendall. (parser_control): Changed from struct parser_control to typedef (for consistency). All uses changed. (tID): Removed; not used. (yylex): Return '?' for unknown identifiers, rather than (unused) tID. | |||
2000-02-15 | *** empty log message *** | Jim Meyering | |
2000-02-14 | . | Jim Meyering | |
2000-02-14 | adapted from changes to grep getpagesize.h | Jim Meyering | |
by Martin P.J. Zinser <zinser@decus.de>. |