Searched refs:diffs (Results 1 – 25 of 36) sorted by relevance
12
| /mirbsd/src/gnu/usr.bin/perl/t/pod/ |
| D | testcmp.pl | 61 my ($line, $diffs) = (0, 0); 68 $diffs = (ref $cmplines) ? &$cmplines($f1text, $f2text) 70 last if $diffs; 75 $diffs = 1 if (defined($f1text) or defined($f2text)); 88 return $diffs;
|
| /mirbsd/src/usr.bin/top/ |
| D | utils.c | 216 percentages(int cnt, int64_t *out, int64_t *new, int64_t *old, int64_t *diffs) in percentages() argument 223 dp = diffs; in percentages() 242 *out++ = ((*diffs++ * 1000 + half_total) / total_change); in percentages()
|
| /mirbsd/src/share/doc/usd/18.msdiffs/ |
| D | Makefile | 5 SRCS= ms.diffs
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/inc/ |
| D | ppphdoc | 83 simply print the diffs for each file. This requires either 90 context diffs. 245 This would output context diffs with 10 lines of context.
|
| /mirbsd/src/usr.bin/patch/ |
| D | README | 118 Context diffs are the best, then normal diffs. Don't send ed scripts--
|
| /mirbsd/src/gnu/usr.bin/perl/Porting/ |
| D | patching.pod | 62 respectively, unified diffs (where the changed line appears immediately next 63 to the original) and context diffs (where several lines surrounding the changes 80 unified diffs. A context diff is made using C<diff -c> rather than 84 diffs. Some examples using GNU diff:
|
| D | repository.pod | 462 L<perlhack> for APC, and append eg "/diffs/12345.gz" to one of the
|
| D | pumpkin.pod | 624 diffs against B<Configure>. If you make changes to Configure, you may 628 You can also consider the OS/2 diffs as reminders of portability
|
| /mirbsd/src/etc/ |
| D | changelist | 10 # their diffs printed, but the actual content stored.
|
| /mirbsd/src/usr.bin/file/ |
| D | README | 51 Expect some diffs, particularly since your original
|
| /mirbsd/src/gnu/usr.bin/perl/lib/ExtUtils/ |
| D | PATCHING | 42 - Please use unified diffs. (diff -u)
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/config/djgpp/ |
| D | README | 172 expected output will cause the diffs between the expected and the
|
| /mirbsd/src/scripts/ |
| D | roff2htm | 284 XHTML/1.1</a>; if not, please send a bug report – diffs preferred.</p>
|
| /mirbsd/src/distrib/common/ |
| D | 00-README | 80 diffs for stuff you fixed. A live CD may also be available.
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlhack.pod | 357 # rsync -avz rsync://public.activestate.com/perl-current-diffs/ . 365 # rsync -avz rsync://public.activestate.com/perl-current-diffs/ . 368 # patch -p1 -N <../perl-current-diffs/blead.patch 486 diffs against the repository, nor will merges occur when you update 597 (available from I<CPAN/authors/id/JV/>). Unified diffs are preferred, 598 but context diffs are accepted. Do not send RCS-style diffs or diffs
|
| /mirbsd/src/gnu/usr.bin/cvs/ |
| D | NEWS | 706 diff3. This will potentially re-apply the diffs between the two revisions to 1766 * "cvs diff" exits with a status of 0 if there were no diffs, 1 if 1767 there were diffs, and 2 if there were errors. 1769 * "cvs -n diff" is now supported so that you can still run diffs 2000 Added -c option to force context-style diffs. 2001 Added -u option to support unidiff-style diffs.
|
| D | FAQ | 809 act that makes it easier to do "diffs" later. Now we decide to perform 1022 without the code diffs. If you can get code diffs, you can display the 1891 diffs and commits, and the ability to mark arbitrary groups of files, 3423 changes to some files and ship the diffs (created by "cvs diff -c -r 4892 actually diff the diffs) to the output of the similar "cvs diff -c -r 6257 you have the time to implement something you can test, send the diffs 6939 For example, if you always want to see context diffs and you never 8198 "diffs" from a base revision and merge the committed changes of other
|
| D | TODO | 759 the user's Entries file is updated and future 'cvs diffs' will work
|
| /mirbsd/src/usr.bin/telnet/ |
| D | README | 621 This file contains the diffs for the changes needed for the
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | Changes5.8.2 | 347 Log: Forgot to manually merge in the diffs rejected from 21601
|
| D | README.vms | 136 Patches to Perl are usually distributed as GNU unified or contextual diffs.
|
| /mirbsd/src/gnu/usr.bin/cvs/doc/ |
| D | cvs.texinfo | 8159 * rdiff:: 'patch' format diffs between releases 8258 hard to read, and that either context diffs or unidiffs 8295 -c foobar} will provide context diffs, as usual. 8296 Getting "old" format diffs would be slightly more 9962 Output RCS-format diffs; like @samp{-f} except that each command 9990 Output RCS-format diffs; like @samp{-f} except that each command 10365 $ cvs diff -c -r RELEASE_1_0 -r RELEASE_1_1 > diffs 11178 @appendixsec rdiff---'patch' format diffs between releases 11273 Use the unidiff format for the context diffs. 12067 @samp{-c} for context diffs. [all …]
|
| D | cvsclient.texi | 2119 The @code{Modified} request could be speeded up by sending diffs rather
|
| /mirbsd/src/gnu/usr.bin/binutils/binutils/doc/ |
| D | binutils.texi | 3728 If you wish to suggest changes to the source, send us context diffs, as 3730 option. Always send diffs from the old file to the new file. If you
|
| /mirbsd/src/lib/libncurses/src/ |
| D | NEWS | 3498 + update mach, add mach-color terminfo entries based on Debian diffs 3516 needed for i386 but some ports (from Debian diffs for 5.0). 6001 ncurses is integrated into larger systems (from diffs by H.J.Lu for
|
12