代码搜索:diff
找到约 8,375 项符合「diff」的源代码
代码结果 8,375
www.eeworm.com/read/242657/4546575
mpc qos_diffserv.mpc
// -*- MPC -*-
// $Id: QOS_Diffserv.mpc 69832 2005-12-07 18:51:42Z isisbuilds $
project(*client) : aceexe, qos {
avoids += ace_for_tao
exename = client
requires += qos
Source_Files {
diff
www.eeworm.com/read/237551/4623779
import_diffs
#!/bin/sh
do_diffs() {
while read func_pattern src_file dst_file; do
diff -up $src_file $dst_file
done
}
do_diffs < import_file_list
www.eeworm.com/read/213877/4910567
patch misdnuser.patch
diff -u -r -P /tmp/mISDNuser/example/Makefile mISDNuser/example/Makefile
--- /tmp/mISDNuser/example/Makefile 2004-08-28 14:31:02.000000000 +0200
+++ mISDNuser/example/Makefile 2005-12-05 18:57:10.0000
www.eeworm.com/read/209559/4973549
gcapatch
#!/bin/sh
#
# Purpose: Generate GNU diff of local changes versus canonical top-of-tree
#
# Usage: gcapatch > foo.patch
#
bk export -tpatch -hdu -r`bk repogca bk://linux.bkbits.net/linux-2.5`,+
www.eeworm.com/read/204713/5030046
java err.java
package wcet.kflapp;
/**
* Constants for Errorcodes
*/
public class Err {
public static final int COMM = 1;
public static final int MAX_DIFF = 2;
public static final int MS_ERR = 3;
public stat
www.eeworm.com/read/190346/5185207
pm client.pm
use strict;
use warnings;
use SVN::Core;
use SVN::Wc;
package SVN::Client;
use SVN::Base(qw(Client svn_client_ checkout update switch add mkdir delete
commit status log blame diff m
www.eeworm.com/read/331135/3416567
patch wxmsw-win32.patch
# This patch was done from wxWidgets-2.6.1-Patch01.zip
# found on the download page of wxwidgets
# 24/08/05 -- Xtophe
diff -Naur wxwidgets-orig/include/wx/msw/listbox.h wxwidgets/include/wx/msw/listbo
www.eeworm.com/read/327360/3462527
user
#!/bin/bash
#
#
cimuser -r -u subodh
cimuser -r -u guest
cimuser -a -u subodh -w soni
cimuser -a -u guest -w guest
cimuser -l >> users
diff users users.mst
retval="$?"
echo $retval
if [ $retval != "0