Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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. | |||
1999-01-16 | [!HAVE_DECL_GETENV]: Declare getenv. | Jim Meyering | |
(backup_args): Reorder enum members. (backup_types): Likewise. (get_version): Take an additional parameter, `context'. (xget_version): Like get_version, but if the `version' argument is NULL, use the value of the envvar VERSION_CONTROL. (base_name): Declare. | |||
1999-01-02 | (get_version): Adapt to use new interface to XARGMATCH. | Jim Meyering | |
1999-01-01 | (get_version): Use XARGCASEMATCH in place of argmatch & co. | Jim Meyering | |
1998-11-14 | revert-to-4.0-b7 | Jim Meyering | |
1998-11-14 | revert-last-change | Jim Meyering | |
1998-11-11 | back out last change: there is a better way | Jim Meyering | |
1998-11-11 | (BACKUPFILE_EXIT_FAILURE): Define. | Jim Meyering | |
(get_version): Use it in place of EXIT_FAILURE. | |||
1998-11-10 | [EXIT_FAILURE]: Define. | Jim Meyering | |
(get_version): Use EXIT_FAILURE as exit status rather than hard-coding `2'. From François Pinard. | |||
1998-01-21 | Fix copyright | Jim Meyering | |
1998-01-21 | Use ANSI function definitions. | Jim Meyering | |
Remove global declaration of backup_type. (simple_backup_suffix): Default to `~', not `.orig'. Use PARAMS, not __BACKUPFILE_P. (find_backup_file_name): Add parameter, backup_type. | |||
1998-01-20 | Use ANSI function definitions. | Jim Meyering | |
1997-05-27 | Update from FSF via patch-2.2.93. | Jim Meyering | |
1997-02-04 | libitize | Jim Meyering | |
1996-12-18 | (ISDIGIT): Replace with smaller, faster edition | Jim Meyering | |
that yields nonzero only on ASCII digits. (ISDIGIT_LOCALE): New macro, with same meaning that ISDIGIT used to have. From Paul Eggert. | |||
1996-07-15 | update FSF address in copyright | Jim Meyering | |
1996-05-05 | [IN_CTYPE_DOMAIN]: Rename from ISASCII. | Jim Meyering | |
1996-04-24 | (find_backup_file_name, max_backup_version, make_version_name, | Jim Meyering | |
version_number, concat): Constify decls of formal parameters. | |||
1996-03-12 | (max_backup_version): Declare file_name_length to be of type size_t. | Jim Meyering | |
1995-08-09 | Indent cpp directives. | Jim Meyering | |
1995-05-13 | Remove unnecessary definitions for r?index. | Jim Meyering | |
Update definitions for ISDIGIT. | |||
1994-10-02 | merge with 3.9h | Jim Meyering | |
1994-10-02 | . | Jim Meyering | |
1994-07-30 | . | Jim Meyering | |
1993-10-12 | merge with 3.8.4c | Jim Meyering | |
1993-10-09 | merge with 3.8.3e | Jim Meyering | |
1993-10-06 | merge with 3.8.3b | Jim Meyering | |
1993-07-24 | merge with 3.8 | Jim Meyering | |
1993-04-22 | merge with 3.5 | Jim Meyering | |
1993-04-02 | undef isasc before redining it. | Jim Meyering | |
1993-04-01 | Define isascii macro to be 1 also if STDC_HEADERS. | Jim Meyering | |
1992-10-31 | Initial revision | Jim Meyering | |