代码搜索:patch
找到约 9,523 项符合「patch」的源代码
代码结果 9,523
www.eeworm.com/read/413132/11165660
changelog
Numbers in square brackets ([]) are tracker items on SourceForge with patch
or info related to the entry.
5.4.6 - released 30-Jun-04
[backport from 5.5.0
www.eeworm.com/read/266153/11238587
install
#!/bin/sh
/bin/echo
/bin/echo
/bin/echo "Tornado 2.2 Patch Installation"
/bin/echo
if [ "$WIND_BASE" = "" ]
then
/bin/echo "Please enter the directory of your Tornado 2.2 installa
www.eeworm.com/read/112777/15477073
686 readme.686
This is a patched version of zlib, modified to use
Pentium-Pro-optimized assembly code in the deflation algorithm. The
files changed/added by this patch are:
README.686
match.S
The speedup th
www.eeworm.com/read/100150/15882059
686 readme.686
This is a patched version of zlib, modified to use
Pentium-Pro-optimized assembly code in the deflation algorithm. The
files changed/added by this patch are:
README.686
match.S
The speedup th
www.eeworm.com/read/291494/8413215
txt readme.txt
This directory holds patches that are useful for Linux integration.
Right now there is only one patched file, yaffs_mtdif2.c. This has been
patched with a tweaked version of "Sergey's patch" and typi
www.eeworm.com/read/290033/8510269
txt readme.txt
This directory holds patches that are useful for Linux integration.
Right now there is only one patched file, yaffs_mtdif2.c. This has been
patched with a tweaked version of "Sergey's patch" and typi
www.eeworm.com/read/388823/8573661
h opensslv.h
#ifndef HEADER_OPENSSLV_H
#define HEADER_OPENSSLV_H
/* Numeric release version identifier:
* MNNFFPPS: major minor fix patch status
* The status nibble has one of the values 0 for development,
www.eeworm.com/read/430756/8729133
h websssl.h
/*
* websSSL.h -- SSL Patch header
*
* Copyright (c) GoAhead Software Inc., 1992-2000. All Rights Reserved.
*
* See the file "license.txt" for information on usage and redistribution
*
www.eeworm.com/read/283498/9016310
asm timer.asm
; This program demonstrates how to patch into the int 1Ch timer interrupt
; vector and create an interrupt chain.
.xlist
.286
include stdlib.a
includelib stdlib.lib
.list
dseg s
www.eeworm.com/read/283498/9016929
asm grabscrn.asm
; GRABSCRN.ASM
;
; A short TSR to capture the current display screen and display it later.
;
; Note that this code does not patch into int 2Fh (multiplex interrupt)
; nor can you remove this code