aboutsummaryrefslogtreecommitdiffhomepage
path: root/signal.cpp
Commit message (Collapse)AuthorAge
* 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