As Klaus Rudolph wrote: > and give me an idea how I can use your diff files. :-( > I can read them manualy but I could not use them. I don't know what is so > different with these files?
It's a "unified context diff" (diff -u) rather than an old-style context diff (diff -c). If you're an Emacs user, load the file into a buffer, suffix .diff should automatically invoke diff-mode, then there's a command to convert between both formats. patch accepts both as input without trouble. -- cheers, J"org .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) _______________________________________________ Simulavr-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/simulavr-devel
