summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-05-13*** empty log message ***Jim Meyering
1996-05-12.Jim Meyering
1996-05-12Sat May 11 13:30:53 1996 enami tsugutomo <enami@ba2.so-net.or.jp>Jim Meyering
* regex.c (re_match_2_internal): Fix off-by-one error; don't use length of exactn as character, and don't use length of bitmap of charset as bitmap.
1996-05-11.Jim Meyering
1996-05-11(all-yes): Always depend on CATALOGS. From Ulrich Drepper.Jim Meyering
(.po.mo): Disable dependency and rule when not in maintainer mode.
1996-05-10.Jim Meyering
1996-05-10.Jim Meyering
1996-05-10.Jim Meyering
1996-05-10.Jim Meyering
1996-05-10.Jim Meyering
1996-05-10.Jim Meyering
1996-05-10,Jim Meyering
1996-05-10(all-yes): Also dependend on GMOFILES.Jim Meyering
Depend on CATALOGS and GMOFILES files only in maintainer mode.
1996-05-08.Jim Meyering
1996-05-08.Jim Meyering
1996-05-07Update from GNU libc.Jim Meyering
1996-05-06.Jim Meyering
1996-05-06.Jim Meyering
1996-05-06(main): Use fputs, not puts. Avoids spurious newline.Jim Meyering
1996-05-06.Jim Meyering
1996-05-05.Jim Meyering
1996-05-05Look for SYSTEM_FILE, not USER_FILE in SHAREDIR.Jim Meyering
1996-05-05.Jim Meyering
1996-05-05Make enumerated constants upper case.Jim Meyering
(main): Don't rely on ANSI-style string concatenation. Add `static' and/or `const' to some file scope variables.
1996-05-05.Jim Meyering
1996-05-05Remove useless void casts of *printf return values.Jim Meyering
1996-05-05.Jim Meyering
1996-05-05[IN_CTYPE_DOMAIN]: Rename from ISASCII.Jim Meyering
1996-05-05.Jim Meyering
1996-05-05[IN_CTYPE_DOMAIN]: Rename from ISASCII.Jim Meyering
1996-05-05.Jim Meyering
1996-05-05.Jim Meyering
1996-05-05[IN_CTYPE_DOMAIN]: Rename from ISASCII.Jim Meyering
1996-05-05[IN_CTYPE_DOMAIN]: Rename from ISASCII.Jim Meyering
1996-05-05.Jim Meyering
1996-05-02.Jim Meyering
1996-05-02(parse_ls_color, usage): Remove support for alternate spellings:Jim Meyering
--colours and LS_COLOURS. (parse_ls_color): Reverse sense of test for LS_COLORS environment variable and return -- save a level of indentation on a 100+-line block.
1996-05-02.Jim Meyering
1996-05-02.Jim Meyering
1996-05-01(EXTRA_DIST): Add strcasecmp.c.Jim Meyering
1996-05-01.Jim Meyering
1996-05-01.Jim Meyering
1996-05-01(parse_ls_color, usage): Remove support for alternate spellings:Jim Meyering
--colours and LS_COLOURS.
1996-04-30.Jim Meyering
1996-04-30.Jim Meyering
1996-04-30(usage): Change TAB in message to spaces. Doing that seemsJim Meyering
to have worked around a problem with something in gettext that was producing a truncated usage message for date's usage. François Pinard.
1996-04-30(main): Separate messages about `too few' and `too many'Jim Meyering
arguments to ease translation. From Franc,ois.
1996-04-30Mark translatable strings.Jim Meyering
(main): Separate messages about `too few' and `too many' arguments to ease translation. From Franc,ois.
1996-04-30Mark translatable strings.Jim Meyering
1996-04-29(print_name_with_quoting): Add braces around inner if-else stmt.Jim Meyering