fish-shell/fish-rust
Johannes Altmanninger 141dcde498 signal.rs: crash a bit earlier when signal number is negative
The conversion to usize is used for array accesses, so negative values
would cause crashes either way. Let's do it earlier so we can get rid of
the suspect C-style cast.
2023-04-16 17:21:54 +02:00
..
src signal.rs: crash a bit earlier when signal number is negative 2023-04-16 17:21:54 +02:00
widestring-suffix Initial Rust commit 2023-02-02 19:34:47 -07:00
build.rs Port common.{h,cpp} to Rust 2023-04-02 15:17:06 +02:00
Cargo.lock cargo update 2023-04-16 17:21:54 +02:00
Cargo.toml Introduce wcstring_list_ffi_t 2023-04-15 17:53:52 -07:00