代码搜索:patch
找到约 9,523 项符合「patch」的源代码
代码结果 9,523
www.eeworm.com/read/392773/2491095
inc makefile-lib.inc
# -*- Makefile -*- Time-stamp:
# $Id$
LIBNAME = mylib
MAJOR = 1
MINOR = 0
PATCH = 0
SRC_CC = file1.cc file2.cc
www.eeworm.com/read/389774/2537327
pl convert-sha1.pl
#!/usr/bin/perl -w
use strict;
# This is public domain code. Do whatever you want with it.
# It was originally included in Clinton Wong's Apache 1.3.6 SHA1/ldif
# patch distribution as sample code f
www.eeworm.com/read/383832/2611719
s bugfix.s
/* bugfix.s - Motorola 68040 FP miscellaneous patch routines (EXC) */
/* Copyright 1991-1993 Wind River Systems, Inc. */
.data
.globl _copyright_wind_river
.long _copyright_wind_river
/*
modifica
www.eeworm.com/read/378966/2678057
s bugfix.s
/* bugfix.s - Motorola 68040 FP miscellaneous patch routines (EXC) */
/* Copyright 1991-1993 Wind River Systems, Inc. */
.data
.globl _copyright_wind_river
.long _copyright_wind_river
/*
modifica
www.eeworm.com/read/377363/2700811
s bugfix.s
/* bugfix.s - Motorola 68040 FP miscellaneous patch routines (EXC) */
/* Copyright 1991-1993 Wind River Systems, Inc. */
.data
.globl _copyright_wind_river
.long _copyright_wind_river
/*
modifica
www.eeworm.com/read/372616/2770772
c vp27smpx.c
/*
* vp27smpx - driver version 0.0.1
*
* Copyright (C) 2007 Hans Verkuil
*
* Based on a tvaudio patch from Takahiro Adachi
* and Kazuhiko Kawakami
www.eeworm.com/read/366702/2876739
f90 nullify_3.f90
! { dg-do run }
! { dg-options "-O0 -fbounds-check" }
! Tests patch for PR29371, in which the null pointer
! assignment would cause a segfault with the bounds
! check on.
!
! Contributed by Tobias Bur
www.eeworm.com/read/366702/2876828
f90 fmt_huge.f90
! { dg-do run }
! PR32446 printing big numbers in F0.1 format.
! This segfaulted before the patch.
open (10, status="scratch")
write (10,'(F0.1)') huge(1.0)
END
www.eeworm.com/read/366702/2877331
f90 char_length_1.f90
! { dg-do compile }
! { dg-options "-Wall -std=f2003" }
! Tests the patch for PR27996 and PR27998, in which warnings
! or errors were not emitted when the length of character
! constants was changed s
www.eeworm.com/read/366702/2877443
f90 value_1.f90
! { dg-do run }
! { dg-options "-std=f2003 -fall-intrinsics" }
! Tests the functionality of the patch for PR29642, which requested the
! implementation of the F2003 VALUE attribute for gfortran.
!
! C