File: TODO

package info (click to toggle)
patchutils 0.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,588 kB
  • ctags: 321
  • sloc: sh: 6,955; ansic: 5,953; xml: 2,356; perl: 402; makefile: 263
file content (11 lines) | stat: -rw-r--r-- 516 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
Things to do:

- tidy up the code.  rediff.c has some nice routines that should be moved
  to diff.c.  More use of assert().
- interdiff: rewrite output_patch1_only in terms of calls to output_delta
  with a file handle open to /dev/null.
- Strip trailing CRs if necessary, like patch does.
- Handle RFC934 encapsulation, like patch does.
- Make interdiff support -I (?? don't remember what this is about).
- Teach rediff how to handle multiple added hunks.
- Add an option to make splitdiff separate out each hunk.