Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 19 for Gill (0.34 sec)

  1. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const PTRACE_CONT = 7
    pkg syscall (netbsd-arm64-cgo), const PTRACE_CONT ideal-int
    pkg syscall (netbsd-arm64-cgo), const PTRACE_KILL = 8
    pkg syscall (netbsd-arm64-cgo), const PTRACE_KILL ideal-int
    pkg syscall (netbsd-arm64-cgo), const PTRACE_TRACEME = 0
    pkg syscall (netbsd-arm64-cgo), const PTRACE_TRACEME ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  2. doc/README.md

    the CL (or ask the author to do so).
    
    At the end of the development cycle, the files will be merged by being
    concatenated in sorted order by pathname. Files in the directory matching the
    glob "*stdlib/*minor" are treated specially. They should be in subdirectories
    corresponding to standard library package paths, and headings for those package
    paths will be generated automatically.
    
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Apr 26 21:24:36 GMT 2024
    - 1.9K bytes
    - Viewed (0)
  3. api/README

    giving the GitHub issue number of the proposal issue that accepted
    the new API. This helps with our end-of-cycle audit of new APIs.
    The same requirement applies to next/* (described below), which will
    become a go1.XX.txt for XX >= 19.
    
    The next/ directory contains the only files intended to be mutated.
    Each file in that directory contains a list of features that may be added
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Jan 31 19:22:50 GMT 2024
    - 1.2K bytes
    - Viewed (0)
  4. doc/next/6-stdlib/1-time.md

    prepared before that call will be sent or received after the call.
    Earlier versions of Go used channels with a one-element buffer,
    making it difficult to use `Reset` and `Stop` correctly.
    A visible effect of this change is that `len` and `cap` of timer channels
    now returns 0 instead of 1, which may affect programs that
    poll the length to decide whether a receive on the timer channel
    will succeed.
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Apr 12 20:57:18 GMT 2024
    - 1.5K bytes
    - Viewed (0)
  5. api/go1.1.txt

    pkg syscall (linux-386), const PR_MCE_KILL = 33
    pkg syscall (linux-386), const PR_MCE_KILL_CLEAR = 0
    pkg syscall (linux-386), const PR_MCE_KILL_DEFAULT = 2
    pkg syscall (linux-386), const PR_MCE_KILL_EARLY = 1
    pkg syscall (linux-386), const PR_MCE_KILL_GET = 34
    pkg syscall (linux-386), const PR_MCE_KILL_LATE = 0
    pkg syscall (linux-386), const PR_MCE_KILL_SET = 1
    pkg syscall (linux-386), const PR_SET_DUMPABLE = 4
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  6. api/go1.2.txt

    pkg syscall (linux-arm-cgo), const PR_MCE_KILL ideal-int
    pkg syscall (linux-arm-cgo), const PR_MCE_KILL_CLEAR ideal-int
    pkg syscall (linux-arm-cgo), const PR_MCE_KILL_DEFAULT ideal-int
    pkg syscall (linux-arm-cgo), const PR_MCE_KILL_EARLY ideal-int
    pkg syscall (linux-arm-cgo), const PR_MCE_KILL_GET ideal-int
    pkg syscall (linux-arm-cgo), const PR_MCE_KILL_LATE ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
  7. doc/godebug.md

    A GODEBUG setting may not be added if doing so is infeasible,
    but that should be extremely rare.
    
    GODEBUG settings added for compatibility will be maintained
    for a minimum of two years (four Go releases).
    Some, such as `http2client` and `http2server`,
    will be maintained much longer, even indefinitely.
    
    When possible, each GODEBUG setting has an associated
    [runtime/metrics](/pkg/runtime/metrics/) counter
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Apr 16 17:29:58 GMT 2024
    - 13.5K bytes
    - Viewed (0)
  8. doc/next/6-stdlib/99-minor/net/63116.md

    The [DNSError] type now wraps errors caused by timeouts or cancellation.
    For example, `errors.Is(someDNSErr, context.DeadlineExceedeed)`
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Apr 24 13:37:36 GMT 2024
    - 198 bytes
    - Viewed (0)
  9. api/go1.8.txt

    pkg syscall (linux-arm), func TimevalToNsec(Timeval) int64
    pkg syscall (openbsd-386), const SYS_KILL = 122
    pkg syscall (openbsd-386-cgo), const SYS_KILL = 122
    pkg syscall (openbsd-amd64), const SYS_KILL = 122
    pkg syscall (openbsd-amd64-cgo), const SYS_KILL = 122
    pkg syscall (windows-386), const ERROR_DIR_NOT_EMPTY = 145
    pkg syscall (windows-386), const ERROR_DIR_NOT_EMPTY Errno
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Dec 21 05:25:57 GMT 2016
    - 16.3K bytes
    - Viewed (0)
  10. .github/PULL_REQUEST_TEMPLATE

    This PR will be imported into Gerrit with the title and first
    comment (this text) used to generate the subject and body of
    the Gerrit change.
    
    **Please ensure you adhere to every item in this list.**
    
    More info can be found at https://github.com/golang/go/wiki/CommitMessage
    
    + The PR title is formatted as follows: `net/http: frob the quux before blarfing`
      + The package name goes before the colon
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Feb 21 02:07:46 GMT 2018
    - 1.2K bytes
    - Viewed (0)
Back to top