| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Run "make update-copyright".
|
|
|
|
| |
Run "make update-copyright", so "make syntax-check" works in 2011.
|
|
|
|
|
|
| |
Use this command:
git ls-files |grep -vE '^(\..*|COPYING|gnulib)$' |xargs \
env UPDATE_COPYRIGHT_USE_INTERVALS=1 build-aux/update-copyright
|
| |
|
|
|
|
|
| |
"GNU General Public License". Reported by Erich Guenther.
* src/side.c: Likewise.
|
|
|
|
|
|
|
|
|
| |
(IF_LINT): New macro, to pacify GCC.
* src/analyze.c (diag, compareseq): Use IF_LINT.
* src/cmp.c (cmp): Likewise.
* src/diff3.c (process_diff): Likewise. Also, prefer NULL to 0.
* src/ifdef.c (do_printf_spec, scan_char_literal): Likewise.
* src/sdiff.c (edit): Likewise.
|
|
|
|
|
|
| |
(next_line0, next_line1): New vars.
(print_ifdef_script, print_ifdef_hunk):
Use them to fix line-number computation bug.
|
| |
|
|
|
|
|
| |
bad formats.
(do_printf_spec): Avoid alloca.
|
|
|
|
|
|
|
|
| |
int -> lin for line numbers.
(format_group): Use strtoumax to parse line numbers.
(format_group, print_ifdef_lines): Use do_printf_spec to handle printf specs.
(groups_letter_value): Don't use _tolower; it's locale-dependent.
(do_printf_spec): Renamed from scan_printf_spec; now does the printing.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
%c'\ooo' format specs.
(format_group, print_ifdef_lines): Use it. Remove %0 format spec.
|
|
|
|
|
|
|
|
|
|
|
|
| |
(print_ifdef_lines): Use it to simplify argument passing. Remove the
convention that last arg -1 signifies that the lines from file 2 are
the same as the lines from file 1; this convention no longer works,
now that line numbers might be printed out, since the line's numbers
may differ. Add first FILE * argument to output to. All callers changed.
Use a faster test for the single-fwrite optimization.
Add support for %?c, %(A=B?T:E), PRINTF_SPECn formats.
(format_group, scan_printf_spec, groups_letter_value): New functions.
(format_ifdef): 1st arg is no longer const pointer.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|