-
Notifications
You must be signed in to change notification settings - Fork 911
Comparing changes
Open a pull request
base repository: golang/glog
base: v1.1.0
head repository: golang/glog
compare: v1.2.0
- 8 commits
- 12 files changed
- 2 contributors
Commits on Mar 17, 2023
-
This was raised in #53. cl/514318873 (google-internal)
Configuration menu - View commit details
-
Copy full SHA for 2cef961 - Browse repository at this point
Copy the full SHA 2cef961View commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for 9c9801e - Browse repository at this point
Copy the full SHA 9c9801eView commit details -
glog: don't use SIGABRT on platforms that don't support signals
cl/517387773 (google-internal)
Configuration menu - View commit details
-
Copy full SHA for c0f9e3d - Browse repository at this point
Copy the full SHA c0f9e3dView commit details
Commits on Mar 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6ce8ac9 - Browse repository at this point
Copy the full SHA 6ce8ac9View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 03ad3c2 - Browse repository at this point
Copy the full SHA 03ad3c2View commit details
Commits on Aug 9, 2023
-
glog: populate symlinks -log_link directory (#64)
This was reported in https://groups.google.com/g/golang-nuts/c/Fh9o3CPjIIw/m/TyiUDY2uAAAJ.
Configuration menu - View commit details
-
Copy full SHA for 6b9d7f7 - Browse repository at this point
Copy the full SHA 6b9d7f7View commit details
Commits on Nov 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bcf3184 - Browse repository at this point
Copy the full SHA bcf3184View commit details -
glog: add context variants to most log functions
We export this new API to make the internal and external versions identical. The context is currently plumbed through to the internal/logsink package, but effectively discarded there. cl/560684897 (google-internal) cl/579771826 (google-internal)
Configuration menu - View commit details
-
Copy full SHA for b256bbe - Browse repository at this point
Copy the full SHA b256bbeView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.1.0...v1.2.0