Age | Commit message (Collapse) | Author | |
---|---|---|---|
1995-06-15 | merge with 1.11.5b | Jim Meyering | |
1995-06-15 | patch from drepper | Jim Meyering | |
1995-06-15 | (main): Rename `char binary' to type_flag to avoid confusion with `int binary'. | Jim Meyering | |
1995-06-15 | Don't use #elif. Some old C compilers don't recognize it. | Jim Meyering | |
(hex_digits): New function. (result): Give ctx parameter the `const' attribute. (usage): Rewrite to make it clearer that there are three modes. (main): Process all options before generating any output. In particular, collect all --string options rather than operating on them as they are encountered. Allow --check=-. Before it tried to open the file named `-'. Detect bogus input when --check'ing: non-hex, non-[tb] flag. Map to lower case all hex digits read from check file. | |||
1995-06-13 | Indent some things. | Jim Meyering | |
(long_options): Add NULL entry. From Uli. Touch up some comments. (process_buffer): Bracket definition of OP with do...while(0) so stmts can be semicolon terminated. | |||
1995-06-12 | [!__GNUC__]: Define INLINE to /* empty */. | Jim Meyering | |
1995-06-11 | Use `invalid', not `illegal' in error message. | Jim Meyering | |
1995-06-11 | Remove trailing white space. | Jim Meyering | |
1995-06-11 | [SWAP]: Parenthesize uses of macro argument. | Jim Meyering | |
Don't use autoconf macros that require running test programs. | |||
1995-06-11 | From Ulrich Drepper. | Jim Meyering | |