代码搜索:patch
找到约 9,523 项符合「patch」的源代码
代码结果 9,523
www.eeworm.com/read/389879/2533788
c hostap_plx.c
#define PRISM2_PLX
/* Host AP driver's support for PC Cards on PCI adapters using PLX9052 is
* based on:
* - Host AP driver patch from james@madingley.org
* - linux-wlan-ng driver, Copyright (C) A
www.eeworm.com/read/366702/2876098
f90 arrayio_9.f90
! { dg-do run }
! PR29563 Internal read loses data.
! Test from test case. Submitted by Jerry DeLisle
! Without patch, last value in array was being skipped in the read.
progr
www.eeworm.com/read/366702/2876181
f90 error_recovery_5.f90
! { dg-do run }
! PR34411 hang-up during read of non-expected input
! Test case derived from that given in PR
! Prior to patch, the do loop was infinite, limits set in this one
program pr34411
real
www.eeworm.com/read/366702/2876198
f90 assumed_size_dt_dummy.f90
! { dg-do compile }
! PR20853 - No array size information for initializer.
! PR24440 - patch for PR20853 caused a segfault at line 12.
! Contributed by Joost VandeVondele
MODULE TEST
www.eeworm.com/read/366702/2876552
f90 nested_modules_2.f90
! { dg-do run }
! This tests the patch for PR16861.
!
! Contributed by Paul Thomas
!
module foo
INTEGER :: i
end module foo
module bar
contains
subroutine sub1 (j)
use foo
int
www.eeworm.com/read/366702/2876775
f90 namelist_26.f90
! { dg-do run }
! PR30918 Failure to skip commented out NAMELIST
! Before the patch, this read the commented out namelist and iuse would
! equal 2 when done. Test case from PR.
program gfcbug58
imp
www.eeworm.com/read/366702/2877515
f90 namelist_char_only.f90
! { dg-do run }
! { dg-options "-O0" }
! Test patch for PR24416.f90 - a used to come back from the read with var
! prepended.
!
IMPLICIT NONE
CHARACTER(len=10) :: var = "hello"
character(len=10
www.eeworm.com/read/366702/2877782
f90 namelist_27.f90
! { dg-do run }
! PR31052 Bad IOSTAT values when readings NAMELISTs past EOF.
! Patch derived from PR, submitted by Jerry DeLisle
program gfcbug61
implicit none
integer
www.eeworm.com/read/359522/2975829
c hostap_plx.c
#define PRISM2_PLX
/* Host AP driver's support for PC Cards on PCI adapters using PLX9052 is
* based on:
* - Host AP driver patch from james@madingley.org
* - linux-wlan-ng driver, Copyright (C) A
www.eeworm.com/read/357991/3009674
java wekabayesenetvisualizer.java
package eti.bi.alphaminer.patch.standard.operation.result.view;
import java.awt.BorderLayout;
import java.awt.Component;
import java.io.File;
import javax.swing.JFileChooser;
import javax.swing.J