aboutsummaryrefslogtreecommitdiffhomepage
path: root/signal.cpp
Commit message (Collapse)AuthorAge
* Fix for issue where history file would be read immediately on launchGravatar ridiculousfish2012-12-04
|
* Apply new indentation, brace, and whitespace styleGravatar ridiculousfish2012-11-18
|
* Restore terminal foreground process group on exitGravatar ridiculousfish2012-11-18
| | | | Fixes https://github.com/fish-shell/fish-shell/issues/197
* Real fix for https://github.com/fish-shell/fish-shell/issues/278Gravatar ridiculousfish2012-08-15
| | | | We forget to set the parent group ID in posix_spawn (!)
* Actually work around https://github.com/fish-shell/fish-shell/issues/278Gravatar ridiculousfish2012-08-15
|
* Temporary workaround for SIGTIN and SIGTOU unhappiness with posix_spawnGravatar ridiculousfish2012-08-15
| | | | Fixes https://github.com/fish-shell/fish-shell/issues/278
* Adopt posix_spawn (!)Gravatar ridiculousfish2012-08-15
| | | | | Rewrite IO chains to be a vector of pointers, instead of a linked list Removed io_transmogrify
* Cleaned up lots of typecasts, simplified some string handlingGravatar ridiculousfish2012-08-04
|
* Warning cleanupGravatar ridiculousfish2012-08-04
|
* Fix for https://github.com/fish-shell/fish-shell/issues/28Gravatar ridiculousfish2012-07-09
| | | | Use pthread_sigmask instead of sigprocmask
* SIGXCPY should be SIGXCPUGravatar ridiculousfish2012-06-10
| | | | Fixes https://github.com/fish-shell/fish-shell/issues/97
* Signal handling cleanup and improved safetyGravatar ridiculousfish2012-06-04
| | | | | Fixes issue where you couldn't control-C out of a loop (https://github.com/ridiculousfish/fishfish/issues/13) Also stops doing memory allocation in the signal handler (oops) https://github.com/ridiculousfish/fishfish/issues/27
* More work on improving interaction between fork and pthreads. Added ↵Gravatar ridiculousfish2012-02-29
| | | | null_terminated_array_t class.
* More work towards autosuggesting completionsGravatar ridiculousfish2012-02-25
|
* Fix to avoid calling signal_block off of hte main threadGravatar ridiculousfish2012-02-18
|
* Get event_t off of halloc (!)Gravatar ridiculousfish2012-02-08
|
* Some changes to migrate towards C++ and a multithreaded modelGravatar ridiculousfish2011-12-26
|
* Initial C++ conversionGravatar ridiculousfish2011-12-26