aboutsummaryrefslogtreecommitdiffhomepage
path: root/proc.h
Commit message (Expand)AuthorAge
* Clean up some job status messagesGravatar ridiculousfish2014-11-03
* Reintroduce "Stop reaping children from SIGCHLD handler"Gravatar ridiculousfish2014-10-25
* Revert "Stop reaping children from SIGCHLD signal handler"Gravatar ridiculousfish2014-10-21
* Stop reaping children from SIGCHLD signal handlerGravatar ridiculousfish2014-10-20
* Remove some obsolete job flagsGravatar Kevin Ballard2014-10-13
* Expunge INTERNAL_BLOCK from the codebaseGravatar Kevin Ballard2014-09-30
* Remove INTERNAL_BUFFER, which was only used by fish_pagerGravatar ridiculousfish2014-09-22
* Update style and formatting to conform to fish style guide.Gravatar ridiculousfish2014-01-15
* Hook up for statements, if statements, and function definition in newGravatar ridiculousfish2013-12-27
* New ideas about how to use new parser for execution. Beginnings ofGravatar ridiculousfish2013-12-26
* Initial flailing around trying to adopt new parser for actual executionGravatar ridiculousfish2013-12-20
* Merge branch 'master' into astGravatar ridiculousfish2013-10-27
|\
| * Fix formattingGravatar ridiculousfish2013-10-26
* | Merge branch 'master' into ast_no_templatesGravatar ridiculousfish2013-10-06
|\|
| * Big fat refactoring of how redirections work. In fish 1.x and 2.0.0, the redi...Gravatar ridiculousfish2013-08-19
| * Initial work towards various IO cleanups with an eye to fixing https://github...Gravatar ridiculousfish2013-08-19
* | More work on the AST. block statements worked out a bit more.Gravatar ridiculousfish2013-06-24
|/
* Mark jobs as completed when all processes have finished, not just the last one.Gravatar ridiculousfish2013-06-16
* Fix comments in proc.h (spelling, wording, format)Gravatar Cheer Xiao2013-02-03
* Initial set of changes working to make fish robust against running out of fil...Gravatar ridiculousfish2013-01-30
* Fix spelling: s/circut/circuit/gGravatar Cheer Xiao2013-01-24
* Apply new indentation, brace, and whitespace styleGravatar ridiculousfish2012-11-18
* Remove trailing whitespaces and change tabs to spacesGravatar Ɓukasz Niemier2012-11-18
* Don't use posix_spawn when file redirections are involved (except /dev/null) ...Gravatar ridiculousfish2012-10-29
* First stab at elseif implementationGravatar ridiculousfish2012-09-01
* Adopt posix_spawn (!)Gravatar ridiculousfish2012-08-15
* Additional warnings cleanup, effective C++ violations, dead code removalGravatar ridiculousfish2012-08-05
* Renamed env_vars to env_vars_snapshot_tGravatar ridiculousfish2012-07-20
* Signal handling cleanup and improved safetyGravatar ridiculousfish2012-06-04
* Cleanup proc_had_barrierGravatar ridiculousfish2012-03-31
* A bunch of changes working towards eliminating all memory allocation after fo...Gravatar ridiculousfish2012-03-08
* More work towards improving relationship between multithreading and forkGravatar ridiculousfish2012-02-29
* Fix a "class <-> struct" warning with clang++Gravatar ridiculousfish2012-02-29
* More work on improving interaction between fork and pthreads. Added null_term...Gravatar ridiculousfish2012-02-29
* Some initial work towards resolving nasty fork/pthread issues, and to having ...Gravatar ridiculousfish2012-02-27
* More work towards autosuggesting completionsGravatar ridiculousfish2012-02-25
* Changes to make autosuggestion smarter about not suggesting commands that cou...Gravatar ridiculousfish2012-02-16
* Some hopefully good changes to get IOs off of hallocGravatar ridiculousfish2012-02-09
* Clean up how argv is stored in process_tGravatar ridiculousfish2012-01-31
* Fixed compilation errors caused by latest commitsGravatar Siteshwar Vashisht2012-01-30
* Excised some more hallocGravatar ridiculousfish2012-01-29
* A bunch of work to move towards a sane memory model in job_tGravatar ridiculousfish2012-01-29
* Began migration of job_t away from hallocGravatar ridiculousfish2012-01-29
* Convert jobs list to std::listGravatar ridiculousfish2012-01-29
* Improve const and signed/unsigned correctnessGravatar Peter Ammon2012-01-14
* Some changes to migrate towards C++ and a multithreaded modelGravatar ridiculousfish2011-12-26
* remove trailing spacesGravatar Grissiom2010-09-18
* Handle exit status of processes terminated by signalsGravatar axel2009-02-22
* Update todo list and code commentsGravatar liljencrantz2008-01-09
* Cleanup and improve the exit status numbers and the messages generated on err...Gravatar liljencrantz2008-01-09