[llvm-commits] CVS: llvm/utils/mkpatch

2007-01-16 Thread Reid Spencer
Changes in directory llvm/utils: mkpatch updated: 1.4 -> 1.5 --- Log message: Fix this tool for use on Darwin which requires the file to come after the commands. Linux is more forgiving. Patch by Gordon Henriksen. Thanks, Gordon! --- Diffs of the changes: (+1 -1) mkpatch |2 +- 1 file

[llvm-commits] CVS: llvm/utils/mkpatch

2007-01-16 Thread Reid Spencer
Changes in directory llvm/utils: mkpatch updated: 1.3 -> 1.4 --- Log message: Join two lines that caused awk to squak on some platforms. --- Diffs of the changes: (+2 -2) mkpatch |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/utils/mkpatch diff -u llvm/utils/mk

[llvm-commits] CVS: llvm/utils/mkpatch

2007-01-10 Thread Reid Spencer
Changes in directory llvm/utils: mkpatch updated: 1.2 -> 1.3 --- Log message: Put in some needed \ at the end of lines!!! --- Diffs of the changes: (+1 -1) mkpatch |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/utils/mkpatch diff -u llvm/utils/mkpatch:1.2 llvm/util

[llvm-commits] CVS: llvm/utils/mkpatch

2006-11-18 Thread Reid Spencer
Changes in directory llvm/utils: mkpatch updated: 1.1 -> 1.2 --- Log message: Make the awk filter print out which files its eliminating. --- Diffs of the changes: (+2 -1) mkpatch |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm/utils/mkpatch diff -u llvm/utils/mkpa

[llvm-commits] CVS: llvm/utils/mkpatch

2006-11-18 Thread Reid Spencer
Changes in directory llvm/utils: mkpatch added (r1.1) --- Log message: This is a utility for preparing patches against LLVM. It runs cvs diff with the correct options, places the patch content in order that makes sense for review, and filters cruft out of the patch (like diffs in *.cvs files).