Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: golang/glog Loading
base: v1.1.0
Choose a base ref
...
head repository: golang/glog Loading
compare: v1.1.2
Choose a head ref
  • 6 commits
  • 7 files changed
  • 2 contributors

Commits on Mar 17, 2023

  1. glog: use strings.TrimSuffix

    This was raised in #53.
    
    cl/514318873 (google-internal)
    chressie authored and stapelberg committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    2cef961 View commit details
    Browse the repository at this point in the history
  2. glog: make zero value of vModuleFlag usable

    The flag package ensures that the zero value of a flag.Value is usable. This commit fixes this.
    
    This was raised in https://groups.google.com/g/golang-nuts/c/Atlr8uAjn6U/m/iId17Td5BQAJ.
    
    cl/517349579 (google-internal)
    chressie authored and stapelberg committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    9c9801e View commit details
    Browse the repository at this point in the history
  3. glog: don't use SIGABRT on platforms that don't support signals

    cl/517387773 (google-internal)
    chressie authored and stapelberg committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    c0f9e3d View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Configuration menu
    Copy the full SHA
    6ce8ac9 View commit details
    Browse the repository at this point in the history
  2. glog: use os.Stderr directly for writing to stderr (#62)

    This was raised in https://groups.google.com/g/golang-nuts/c/o85vycfiGVY/m/MblpnfF6BQAJ.
    
    Before the 1.1.0 release it was possible to set os.Stderr to a different *os.File (like an os.Pipe) to capture output that is written to stderr. Restore that behavior.
    chressie committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    03ad3c2 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    6b9d7f7 View commit details
    Browse the repository at this point in the history
Loading