File: TODO

package info (click to toggle)
patchutils 0.4.2-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,248 kB
  • sloc: ansic: 6,181; sh: 6,143; xml: 2,750; perl: 409; makefile: 248; python: 23
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.