Commits
Click on a commit to change the comparison rangefeat(install): add SIGPIPE handling for Unix pipeline compatibility
Restore SIGPIPE signal to default disposition on Unix systems if not explicitly ignored by parent, ensuring proper pipeline behavior and GNU install compatibility. The Rust runtime ignores SIGPIPE by default, but this change respects the parent's signal settings for better script integration.11 hours ago
by mattsu2020 refactor(install): reposition doc comment above uumain function
Move the documentation comment for the main install utility function from above the SIGPIPE initialization to directly above the uumain function for better code organization and clarity.11 hours ago
by mattsu2020 feat(install): enable signals feature in uucore dependency
Add "signals" to the uucore features list to support signal handling in the install utility, improving responsiveness to interrupts and system signals.11 hours ago
by mattsu2020