代码搜索:patch
找到约 9,523 项符合「patch」的源代码
代码结果 9,523
www.eeworm.com/read/217476/4870027
pas fcimgbtn.pas
unit fcImgBtn;
{
//
// Components : TfcImageBtn
//
// Copyright (c) 1999 by Woll2Woll Software
// 12/7/99 - Transfer patch variables to support bitmap palette
// 3/27/2002 - This can get called
www.eeworm.com/read/216802/4887146
release
How to prepare a new release
----------------------------
. include/freetype/freetype.h: Update FREETYPE_MAJOR, FREETYPE_MINOR, and
FREETYPE_PATCH.
. builds/unix/configure.ac (version_info):
www.eeworm.com/read/213039/4933068
readme
James -
I found a couple of problems in my original patch, but I believe this one
works.
In order to use it:
1) Open a Cygwin console and:
Unpack the sources:
[bash-2.02]$ cd $ACE_
www.eeworm.com/read/209559/4973024
changelog 3270.changelog
ChangeLog for the UTS Global 3270-support patch
Sep 2002: Get bootup colors right on 3270 console
* In tubttybld.c, substantially revise ESC processing so that
ESC sequences (especially coloring
www.eeworm.com/read/209559/4973552
cpcset
#!/bin/sh
#
# Purpose: Copy changeset patch and description from one
# repository to another, unrelated one.
#
# usage: cpcset [revision] [from-repository] [to-repository]
#
REV=$1
FROM=$2
TO=$3
www.eeworm.com/read/192230/5158434
s tick.s
.globl _start
#
# NOTE: Registers r10-r11 are reserved for the interrupt handler
# while the others can be used by the main loop/start code.
_start:
# patch the external interrupt handlers ent
www.eeworm.com/read/184388/5249596
patchfreq solaris.xtra.patchfreq
#!/bin/ksh
#
# File: patchfreq
# Author: Bryan Cantrill (bmc@eng.sun.com), Solaris Performance
# Modified: Sat Apr 26 04:00:59 PDT 1997
#
# This is a little script to patch a 5.5 or
www.eeworm.com/read/175482/5344551
cpp 047.cpp
/////////////////////////////////////////////////////////////////////
// Mapper 47
void NES_mapper47::Reset()
{
patch= 0;
if(parent_NES->crc32() == 0x7eef434c) // Supare Mario Bros, Tet
www.eeworm.com/read/173914/5366833
patchfreq solaris.xtra.patchfreq
#!/bin/ksh
#
# File: patchfreq
# Author: Bryan Cantrill (bmc@eng.sun.com), Solaris Performance
# Modified: Sat Apr 26 04:00:59 PDT 1997
#
# This is a little script to patch a 5.5 or
www.eeworm.com/read/162614/5526048
f90 parens_4.f90
! { dg-do compile }
! Fallout from the patch for PR 14771
! Testcase by Erik Zeek
program test
call bob(5)
contains
subroutine bob(n)
integer, intent(in) :: n
character(len=n)