| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-08-31 | unix_sigpipe: Inline compiler sigpipe constants in std | Martin Nordholts | -0/+2 | |
| 2022-08-28 | Support `#[unix_sigpipe = "inherit|sig_dfl|sig_ign"]` on `fn main()` | Martin Nordholts | -0/+20 | |
| This makes it possible to instruct libstd to never touch the signal handler for `SIGPIPE`, which makes programs pipeable by default (e.g. with `./your-program | head -n 1`) without `ErrorKind::BrokenPipe` errors. | ||||
