| /plan9/rc/bin/patch/ |
| H A D | undo | 9 if(! test -d /n/sources/patch){ 14 if(! test -d /n/sources/patch/$1){ 15 echo 'no such patch' /n/sources/patch/$1 >[1=2] 20 builtin cd /n/sources/patch/$1 || exit nopatch 21 if(! patch/okay .){ 28 echo cp /n/sources/patch/$d/$2.backup $1 32 echo $1 has changed since patch was applied! >[2=1]
|
| H A D | diff | 24 if(! test -d /n/sources/patch){ 29 if(! test -d /n/sources/patch/$1){ 30 echo 'no such patch' /n/sources/patch/$1 >[1=2] 34 builtin cd /n/sources/patch/$1 || exit nopatch 35 if(! patch/okay .){ 40 d=/n/sources/patch/$1
|
| H A D | note | 9 if(! test -d /n/sources/patch){ 14 if(! test -d /n/sources/patch/$1){ 15 echo 'no such patch' /n/sources/patch/$1 >[1=2] 19 builtin cd /n/sources/patch/$1 || exit nopatch 20 if(! patch/okay .){
|
| H A D | remove | 9 if(! test -d /n/sources/patch){ 15 if(! test -d /n/sources/patch/$i) 16 echo 'no such patch' /n/sources/patch/$i >[1=2] 18 rm -rf /n/sources/patch/$i
|
| H A D | apply | 10 if(! test -d /n/sources/patch){ 15 if(! test -d /n/sources/patch/$1){ 16 echo 'no such patch' /n/sources/patch/$1 >[1=2] 20 builtin cd /n/sources/patch/$1 || exit nopatch 21 if(! patch/okay .){
|
| H A D | list | 4 if(! test -d /n/sources/patch){ 10 builtin cd /n/sources/patch || { 37 if(patch/okay $i){ 48 echo ' 'bad patch: $status >[2=1]
|
| H A D | move | 4 pats=/n/sources/patch 24 echo $0: no such patch $pats/$src >[1=2] 30 test -s $patdest/email && patch/notify $patdest
|
| H A D | create | 22 if(! test -d /n/sources/patch){ 27 patch=$1 31 d=/n/sources/patch/$patch
|
| H A D | notify | 7 patch/list $i | mail -s 'patch/list '^$i sys \ 8 `{cat /n/sources/patch/$i/email}
|
| /plan9/sys/src/cmd/aux/na/ |
| H A D | na.y | 52 unsigned char patch[3]; member 57 struct na_patch patch[MAX_PATCHES]; variable 150 if (out.patch[x]) { 151 patch[patches].lwoff = dot / 4; 152 patch[patches].type = out.patch[x]; 230 out.patch[0] = out.patch[1] = 0; 237 out.patch[0] = out.patch[1] = 0; 243 out.patch[0] = out.patch[1] = 0; 249 out.patch[0] = out.patch[1] = 0; 254 out.patch[0] = 0; [all …]
|
| /plan9/sys/src/ape/cmd/patch/ |
| H A D | FREEBSD-upgrade | 1 This directory contains the virgin patch source on the vendor branch. Do 3 versions or official-patch versions must be imported. 5 To prepare a new patch dist for import, extract it into a fresh directory 15 rename patch.man to patch.1. 17 patch has RCS Id, Name and Header tags. It needs to be imported with -ko. 20 cvs -n import -ko src/contrib/patch FSF patch_<version> 26 cvs import -ko src/contrib/patch FSF patch_2_4 34 - Make patch(1) compile -Wall clean.
|
| H A D | NEWS | 3 * The diffutils 2.7 documentation for `patch' is obsolete; this should be 4 fixed in diffutils 2.8. Until then, see `patch --help' or `man patch'. 13 * When asking the user whether to reverse a patch, 16 * `patch' can now recognize context diffs that have been encapsulated 19 * `patch' now reports an error if the input contains garbage and no patches. 26 --backup-if-mismatch makes a backup if the patch does not match exactly 32 no longer affect whether backups are made (as they did in patch 2.2 and 2.3); 36 is now made (just as with traditional patch); but the backup file is 39 * `patch' now matches against empty and nonexistent files more generously. 40 A patch against an empty file applies to a nonexistent file, and vice versa. [all …]
|
| H A D | README | 1 This version of `patch' has many changes made by the Free Software Foundation. 11 Tutorial-style documentation for patch is included in the GNU 13 for `patch' is obsolete; this should be fixed in diffutils 2.8. 14 In the mean time, see `patch --help', or consult the man page 24 Please send bug reports for this version of patch to 27 The Free Software Foundation is distributing this version of patch 29 new version of patch since mid-1988. We have heard that he has been 31 to let GNU `patch' be distributed under the terms of the GNU General
|
| H A D | ChangeLog | 8 * pch.c (there_is_another_patch), NEWS: Report an error if the patch 12 Check for patch file too long (i.e., its size 22 * NEWS, patch.man, pch.c (intuit_diff_type, get_line, pget_line): 53 * patch.man: Fix typo: -y -> -Y. 59 * patch.c: (main, get_some_switches), NEWS, patch.man: 61 * patch.c (option_help): Put version control options together. 68 * patch.c (locate_hunk): Fix bug when locating context diff hunks 88 * patch.c (main): By default, warn about hunks that succeed 90 * patch.man: Add LC_ALL=C advice for making patches. 102 * patch.c (struct outstate): [all …]
|
| H A D | Makefile.in | 61 partime.c patch.c pch.c quotearg.c util.c version.c $(LIBSRCS) 63 partime.o patch.o pch.o quotearg.o util.o version.o $(LIBOBJS) 68 install-sh mkinstalldirs patch.man 74 patch_name = `echo patch | sed '$(transform)'` 76 all:: patch
|
| H A D | mkfile | 3 TARG=patch 15 patch.$O\
|
| /plan9/sys/src/cmd/cc/ |
| H A D | pgen.c | 230 patch(l->label, pc); in gen() 233 patch(p, pc); in gen() 250 patch(p, n->pc); in gen() 254 patch(n->label, pc-1); in gen() 312 patch(p, breakpc); in gen() 316 patch(sp, pc); in gen() 326 patch(spb, pc); in gen() 354 patch(spc, pc); in gen() 356 patch(sp, pc); in gen() 358 patch(p, breakpc); in gen() [all …]
|
| /plan9/sys/src/ape/cmd/diff/ |
| H A D | diff.texi | 11 and the @code{patch} command for using their output to update files. 39 @subtitle @code{diff}, @code{diff3}, @code{sdiff}, @code{cmp}, and @code{patch} 40 @subtitle Edition 1.3, for @code{diff} 2.5 and @code{patch} 2.1 68 and the @code{patch} command for using their output to update files. 70 This is Edition 1.2, for @code{diff} 2.4 and @code{patch} 2.1. 85 * Merging with patch:: Using @code{patch} to change old files into new ones. 86 * Making Patches:: Tips for making patch distributions. 91 * Invoking patch:: How to run @code{patch} and a summary of its options. 102 @cindex overview of @code{diff} and @code{patch} 112 often called a @dfn{diff} or @dfn{patch}. For files that are identical, [all …]
|
| /plan9/sys/src/cmd/scat/ |
| H A D | patch.c | 44 return patch(floor(ra/15), ((int)floor(ra*4))%60, floor(dec)); in patcha() 46 return patch(floor(ra/15), ((int)floor(ra*4))%60, -floor(dec)); in patcha() 63 patch(int rah, int ram, int deg) in patch() function
|
| /plan9/sys/src/cmd/qc/ |
| H A D | cgen.c | 401 patch(p, pc); in cgen() 463 patch(p1, pc); in cgen() 466 patch(p1, pc); in cgen() 633 patch(p1, pc); in lcgen() 636 patch(p1, pc); in lcgen() 678 patch(p1, pc); in boolgen() 714 patch(p1, pc); in boolgen() 717 patch(p2, pc); in boolgen() 720 patch(p1, pc); in boolgen() 721 patch(p2, pc); in boolgen() [all …]
|
| /plan9/sys/src/cmd/5c/ |
| H A D | cgen.c | 153 patch(p1, pc); in cgenrel() 160 patch(p1, pc); in cgenrel() 163 patch(p1, pc); in cgenrel() 403 patch(p, pc); in cgenrel() 465 patch(p1, pc); in cgenrel() 468 patch(p1, pc); in cgenrel() 662 patch(p1, pc); in lcgen() 665 patch(p1, pc); in lcgen() 718 patch(p1, pc); in boolgen() 737 patch(p1, pc); in boolgen() [all …]
|
| H A D | swt.c | 31 patch(p, q->label); in swit2() 35 patch(p, def); in swit2() 46 patch(p, r->label); in swit2() 51 patch(sp, pc); in swit2() 60 patch(p, def); in swit2() 67 patch(p, def); in swit2() 72 patch(p, q->label); in swit2() 77 patch(p, def); in swit2()
|
| /plan9/sys/src/cmd/kc/ |
| H A D | cgen.c | 361 patch(p, pc); in cgen() 419 patch(p1, pc); in cgen() 422 patch(p1, pc); in cgen() 589 patch(p1, pc); in lcgen() 592 patch(p1, pc); in lcgen() 633 patch(p1, pc); in boolgen() 665 patch(p1, pc); in boolgen() 668 patch(p2, pc); in boolgen() 671 patch(p1, pc); in boolgen() 672 patch(p2, pc); in boolgen() [all …]
|
| /plan9/sys/src/cmd/vc/ |
| H A D | cgen.c | 364 patch(p, pc); in cgen() 423 patch(p1, pc); in cgen() 426 patch(p1, pc); in cgen() 593 patch(p1, pc); in lcgen() 596 patch(p1, pc); in lcgen() 659 patch(p1, pc); in boolgen() 678 patch(p1, pc); in boolgen() 681 patch(p2, pc); in boolgen() 684 patch(p1, pc); in boolgen() 685 patch(p2, pc); in boolgen() [all …]
|
| /plan9/sys/src/cmd/unix/9pfreebsd/ |
| H A D | README | 15 this creates the file freebsd-3.2.il-kernel.patch and the 21 2. apply the patch: 23 patch -p0 < ../freebsd-3.2.il-kernel.patch
|