fish-shell/fish-rust
ridiculousfish 1ecf9d013d Port (but do not adopt) signal handling bits in Rust
This ports some signal setup and handling bits to Rust.

The signal handling machinery requires walking over the list of known signals;
that's not supported by the Signal type. Rather than duplicate the list of
signals yet again, switch back to a table, as we had in C++.

This also adds two further pieces which were neglected by the Signal struct:

1. Localize signal descriptions
2. Support for integers as the signal name
2023-04-30 16:22:55 -07:00
..
src Port (but do not adopt) signal handling bits in Rust 2023-04-30 16:22:55 -07:00
widestring-suffix Initial Rust commit 2023-02-02 19:34:47 -07:00
build.rs Integrate threads.rs w/ legacy C++ code 2023-04-29 11:02:59 -05:00
Cargo.lock Update printf-compat 2023-04-29 19:57:33 +02:00
Cargo.toml Env stubs for path port 2023-04-21 13:57:29 +02:00