Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-03-31 | Merge with the version from textutils. | Jim Meyering | |
1998-02-24 | (TYPE_SIGNED): Define. | Jim Meyering | |
(TYPE_MAXIMUM): Define. (ULONG_MAX): Use TYPE_MAXIMUM. (LONG_MAX): Use TYPE_MAXIMUM. | |||
1997-01-25 | (__xstrtol): Change interpretation of | Jim Meyering | |
VALID_SUFFIXES == NULL vs VALID_SUFFIXES == "". Use the former when any suffix is valid, the later when no suffix is allowed. | |||
1996-10-29 | . | Jim Meyering | |
1996-10-17 | . | Jim Meyering | |
1996-10-17 | libitize | Jim Meyering | |
1996-10-13 | (__xstrtol): Return an error for invalid suffix. | Jim Meyering | |
Before, e.g., `split -b 1M' would be silently accepted and treated like `split -b 1'. Reported by Franc,ois. | |||
1996-05-22 | Add copyright header. | Jim Meyering | |
1995-10-09 | Indent cpp directives to reflect nesting. | Jim Meyering | |
1995-05-22 | (__strtol): Remove prototype altogether. | Jim Meyering | |
Move inclusion of xstrtol.h back so that it follows system headers. | |||
1995-05-21 | merge with 1.11.1b | Jim Meyering | |
1995-01-27 | . | Jim Meyering | |
1994-12-22 | Rearrange to accept a user-specified set of suffix chars (must be | Jim Meyering | |
a subset of master list), each with a hard-coded value. | |||
1994-12-20 | . | Jim Meyering | |