代码搜索:diff
找到约 8,375 项符合「diff」的源代码
代码结果 8,375
www.eeworm.com/read/229403/4756202
patch 830-gcc-bug-num-22167.patch
Index: gcc/gcse.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/gcse.c,v
retrieving revision 1.288.2.9
diff -u -p -F^\([(a-zA-Z0-9_]\|#define\) -r1.288
www.eeworm.com/read/229403/4756210
patch 830-gcc-bug-num-22167.patch
Index: gcc/gcse.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/gcse.c,v
retrieving revision 1.288.2.9
diff -u -p -F^\([(a-zA-Z0-9_]\|#define\) -r1.288
www.eeworm.com/read/229403/4756219
patch 830-gcc-bug-num-22167.patch
Index: gcc/gcse.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/gcse.c,v
retrieving revision 1.288.2.9
diff -u -p -F^\([(a-zA-Z0-9_]\|#define\) -r1.288
www.eeworm.com/read/187737/5217149
cmd compare.cmd
rem @fc4bat %1 %2
@diff %1 %2
@if errorlevel==1 echo Error - Help HRH files do not match.
@if errorlevel==1 echo Help links may be broken unless code is recompiled.
www.eeworm.com/read/183001/5258905
difforig
:
if [ "$#" -eq 0 ]
then APATH="."
else APATH="$1"
fi
find $APATH -name '*.orig' -print | sort | while read FILE
do
NEW="`dirname $FILE`/`basename $FILE .orig`"
echo "$NEW" 1>&2
diff -c $FILE $NEW
www.eeworm.com/read/169681/5416097
h ivsimsolaris.h
/* ivSimsparc.h - simsparc interrupt vectors */
/* Copyright 1993-1995 Wind River Systems, Inc. */
/*
modification history
--------------------
01b,13feb97,pr changed the iv number which were diff
www.eeworm.com/read/331135/3416602
patch libogg-1.1-win32.patch
Index: include/ogg/os_types.h
===================================================================
RCS file: /usr/local/cvsroot/ogg/include/ogg/os_types.h,v
retrieving revision 1.12
diff -u -r1.12 os_t
www.eeworm.com/read/292758/3940080
patch config.m4.patch
Index: config.m4
===================================================================
RCS file: /home/cvspublic/httpd-2.0/modules/proxy/config.m4,v
retrieving revision 1.17
diff -u -r1.17 config.m4
www.eeworm.com/read/283355/4080029
patch arm-linux.patch
--------- snip -------
Downloaded from ftp://ftp.linux.org.uk/pub/armlinux/toolchain/src-2.95.3/gcc-2.95.3.diff.bz2
Not sure what it fixes, but this appears to be The Patch used with gcc-2.95.3 on arm
www.eeworm.com/read/270919/4231648
pl prepare-changelog.pl
#!/usr/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil; c-basic-offset: 2 -*-
# Perl script to create a ChangeLog entry with names of files
# and functions from a cvs diff.
#
# Darin Adler