代码搜索:patch
找到约 9,523 项符合「patch」的源代码
代码结果 9,523
www.eeworm.com/read/115011/6120716
patch_z80
#!/usr/bin/perl
# patch pour retirer les _
# ce patch vient apr妔 l'option -l du g俷俽ateur pour retirer les labels en double... (z80pc en fait)
while () {
s/_z80Base/z80Base/g;
print;
}
www.eeworm.com/read/115011/6120763
patch_z80
#!/usr/bin/perl
# patch pour retirer les _
# ce patch vient apr妔 l'option -l du g俷俽ateur pour retirer les labels en double... (z80pc en fait)
while () {
s/_z80Base/z80Base/g;
print;
}
www.eeworm.com/read/115011/6120818
patch_z80
#!/usr/bin/perl
# patch pour retirer les _
# ce patch vient apr妔 l'option -l du g俷俽ateur pour retirer les labels en double... (z80pc en fait)
while () {
s/_z80Base/z80Base/g;
print;
}
www.eeworm.com/read/113165/6141189
patch pyste-environ.patch
diff -a -u -r1.1 -r1.2
--- CppParser.py 10 Jul 2004 23:32:00 -0000 1.1
+++ CppParser.py 11 Jul 2004 12:49:46 -0000 1.2
@@ -25,7 +25,7 @@
class CppParser:
'Parses a header file and returns a
www.eeworm.com/read/110034/6166944
patch sim-poll.patch
sim/v850/ChangeLog:
2001-09-03 Miles Bader
* simops.c (OP_10007E0): Add handling of `poll' system call.
* configure.in (AC_CHECK_FUNCS): Add `poll'.
(AC_CHECK_HEADERS): Add `poll
www.eeworm.com/read/110034/6166946
patch sim-halt.patch
2001-08-27 Miles Bader
* simops.c (OP_12007E0): Don't halt the simulator, just let the
halt insn loop (the loop will be exited by any interrupt).
diff -up sim/v850/simops.c.\~2\~
www.eeworm.com/read/110034/6166953
patch sim-makeraw.patch
diff -up sim/v850/simops.c.\~4\~ sim/v850/simops.c
--- sim/v850/simops.c.~4~ Mon Sep 3 15:50:09 2001
+++ sim/v850/simops.c Wed Sep 5 11:08:43 2001
@@ -37,6 +37,11 @@
#include
#endif
www.eeworm.com/read/103088/6224168
patch script.c.patch
--- script.c.orig Tue Apr 2 23:49:33 2002
+++ script.c Wed Jun 5 14:17:22 2002
@@ -179,7 +179,7 @@
}
if (packet->siaddr) {
envp[j] = malloc(sizeof("siaddr=255.255.255.255"));
- sprintip(envp
www.eeworm.com/read/103088/6224191
patch main.c.patch
--- main.c Mon Nov 5 18:58:30 2001
+++ main.c.new Thu Nov 15 01:45:12 2001
@@ -149,21 +151,49 @@
static unsigned short ipchksum(unsigned short *ip, int len);
static unsigned short udpchksum(struct
www.eeworm.com/read/100285/6270810
patch indent.bsd.patch
This increases the number of typedef's understood by BSD indent from 100
to 1000. The second patch allows it to understand 0x7fU constants.
---------------------------------------------------------