index
:
fish-shell
master
user-friendly command line shell
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
signal.cpp
Commit message (
Expand
)
Author
Age
*
Fix for issue where history file would be read immediately on launch
ridiculousfish
2012-12-04
*
Apply new indentation, brace, and whitespace style
ridiculousfish
2012-11-18
*
Restore terminal foreground process group on exit
ridiculousfish
2012-11-18
*
Real fix for https://github.com/fish-shell/fish-shell/issues/278
ridiculousfish
2012-08-15
*
Actually work around https://github.com/fish-shell/fish-shell/issues/278
ridiculousfish
2012-08-15
*
Temporary workaround for SIGTIN and SIGTOU unhappiness with posix_spawn
ridiculousfish
2012-08-15
*
Adopt posix_spawn (!)
ridiculousfish
2012-08-15
*
Cleaned up lots of typecasts, simplified some string handling
ridiculousfish
2012-08-04
*
Warning cleanup
ridiculousfish
2012-08-04
*
Fix for https://github.com/fish-shell/fish-shell/issues/28
ridiculousfish
2012-07-09
*
SIGXCPY should be SIGXCPU
ridiculousfish
2012-06-10
*
Signal handling cleanup and improved safety
ridiculousfish
2012-06-04
*
More work on improving interaction between fork and pthreads. Added null_term...
ridiculousfish
2012-02-29
*
More work towards autosuggesting completions
ridiculousfish
2012-02-25
*
Fix to avoid calling signal_block off of hte main thread
ridiculousfish
2012-02-18
*
Get event_t off of halloc (!)
ridiculousfish
2012-02-08
*
Some changes to migrate towards C++ and a multithreaded model
ridiculousfish
2011-12-26
*
Initial C++ conversion
ridiculousfish
2011-12-26