summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
1997-03-10(decode_switches): Ignore value of COLUMNS envionmentJim Meyering
1997-03-01(usage): Fix typo in --help output. From Andreas Schwab.Jim Meyering
1997-02-27(re_protect): When there is any potential for ambiguity in a diagnostic,Jim Meyering
1997-02-27(copy_internal): When there is any potential forJim Meyering
1997-02-20(factor): Rewrite inner loop to be more efficient.Jim Meyering
1997-02-20(main): Remove trailing slashes from command line arguments.Jim Meyering
1997-02-16Add missing paren.Jim Meyering
1997-02-16(parse_obsolescent_option): Reverse order of args in diagnostic.Jim Meyering
1997-02-12fixed off-by-one errorJim Meyering
1997-02-12FIXME: major revamp to use FILE*; passed a few more testsJim Meyering
1997-02-09change wording in messageJim Meyering
1997-02-09update copyrightJim Meyering
1997-02-09update copyrights for 1997Jim Meyering
1997-02-09update copyrights for 1997Jim Meyering
1997-02-09update copyrights for 1997Jim Meyering
1997-02-09(parse_obsolescent_option): Give warning diagnostic forJim Meyering
1997-02-06(quote_filename): Allocate two more bytes (for quotes)Jim Meyering
1997-02-05Bracket inclusion of termios.h with #if HAVE_TERMIOS_H.Jim Meyering
1997-02-04[__GNUC__]: Don't define alloca to __builtin_alloca.Jim Meyering
1997-02-03Move alloca-related preprocessor code into system.h.Jim Meyering
1997-02-03[__GNUC__]: Don't define alloca to __builtin_alloca.Jim Meyering
1997-02-03(quote_filename): Don't backslash-escape double quotes.Jim Meyering
1997-02-02* src/cp-hash.c (struct entry): Move dcl to this file from cp.h.Jim Meyering
1997-02-02.Jim Meyering
1997-02-02(hash_insert2): Rename local HTAB to HT to avoid shadowing global.Jim Meyering
1997-02-02[obstack_chunk_alloc]: Define to malloc, not xmallocJim Meyering
1997-02-02[obstack_chunk_alloc]: Define to malloc, not xmallocJim Meyering
1997-02-02(main): Rename local I to C to avoid shadowing and toJim Meyering
1997-02-02Gutted code -- pieces are in copy.[ch].Jim Meyering
1997-02-02.Jim Meyering
1997-02-02.Jim Meyering
1997-02-01.Jim Meyering
1997-02-01(init_parameters): For compatibility: use defaultJim Meyering
1997-02-01(usage): Make parenthetical note on --no-dereference a little more general.Jim Meyering
1997-02-01bracket bug address with <> and append a periodJim Meyering
1997-02-01bracket bug address with <> and append a periodJim Meyering
1997-02-01bracket bug address with <> and append a periodJim Meyering
1997-02-01Rename globals buffer and buffer_size to have G_ prefixJim Meyering
1997-02-01(add_line_number): Rename from `number' to avoid shadowing local variables.Jim Meyering
1997-02-01Compare getopt_long return value against -1, not EOF. Use NULL, not '(int *)...Jim Meyering
1997-02-01Compare getopt_long return value against -1, not EOF. Use NULL, not '(int *)...Jim Meyering
1997-02-01Compare getopt_long return value against -1, not EOF. Use NULL, not '(int *)...Jim Meyering
1997-01-30.Jim Meyering
1997-01-28(usage): Remove one space in message to make colons line up.Jim Meyering
1997-01-28(print_long_format): Fix off-by-one problem in size being passed to strftime.Jim Meyering
1997-01-27really make the messages identicalJim Meyering
1997-01-26.Jim Meyering
1997-01-26(usage): Fix typo (--writeable -> --writable) in help outputJim Meyering
1997-01-26(parse_options): Add quotes to make messages identical.Jim Meyering
1997-01-26Restore dcl of free. with obstacks, you need it.Jim Meyering