fmt/src
Andreas Rogge ae1aaaee5f
Fix access mode of files created (#2530) (#2733)
The previous fix for this in 4a85db1 was incomplete. The intent was to
mimic what `fopen()` is doing. As per standard[1] `fopen()` also sets
`S_IWGRP` and `S_IWOTH` and lets the umask handle the rest.

[1] https://pubs.opengroup.org/onlinepubs/9699919799.2018edition/functions/fopen.html
2022-01-28 17:12:49 -08:00
..
fmt.cc Reformat all source code; no functional changes 2021-11-25 09:15:25 -08:00
format.cc FMT_NOEXCEPT -> noexcept 2022-01-20 16:55:47 -08:00
os.cc Fix access mode of files created (#2530) (#2733) 2022-01-28 17:12:49 -08:00