index
:
fish-shell
master
user-friendly command line shell
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
exec.cpp
Commit message (
Expand
)
Author
Age
*
Clean up some warnings and some unused if-related code
ridiculousfish
2012-09-01
*
First stab at getting rid of the ugly state1, state2 properties of block_t
ridiculousfish
2012-08-26
*
Reintroduce IO transmorgrification (yuck) to fix problems with fish_config an...
ridiculousfish
2012-08-22
*
Restore correct order of IO redirections
ridiculousfish
2012-08-19
*
Adopt posix_spawn (!)
ridiculousfish
2012-08-15
*
Cleaned up lots of typecasts, simplified some string handling
ridiculousfish
2012-08-04
*
Renamed env_vars to env_vars_snapshot_t
ridiculousfish
2012-07-20
*
Various changes to reduce fish's compiled code size
ridiculousfish
2012-07-17
*
Work towards getting function.h off of shared_ptr
ridiculousfish
2012-05-17
*
Replaced some calls to unescape with unescape_string
ridiculousfish
2012-05-09
*
Improve fork reporting
ridiculousfish
2012-04-24
*
Improved fork reporting
ridiculousfish
2012-04-21
*
Fix lots of bugs related to the static analyzer
ridiculousfish
2012-03-26
*
Remove some dead variables.
ridiculousfish
2012-03-25
*
Attempt to not fork just to output the result of simple builtins. I'm unsure ...
ridiculousfish
2012-03-09
*
Flip the switch to stop draining threads before exec (!)
ridiculousfish
2012-03-09
*
A bunch of changes working towards eliminating all memory allocation after fo...
ridiculousfish
2012-03-08
*
Added some missing calls to setup_fork_guards() in utilities.
ridiculousfish
2012-03-07
*
Move special handling of DISPLAY environment variable from etc/config.fish to...
ridiculousfish
2012-03-06
*
Some initial work towards cutting down the number of fork calls we do
ridiculousfish
2012-03-06
*
Fix for crash on "less test <tab>"
ridiculousfish
2012-03-04
*
Final cleanup of io_data_t now that I recognize the bizarre way in which it s...
ridiculousfish
2012-03-04
*
Some initial work on removing buffer_t from io_data_t
ridiculousfish
2012-03-03
*
Some initial changes to use CLO_EXEC, with an eye towards some day using it c...
Peter Ammon
2012-03-02
*
More work towards improving relationship between multithreading and fork
ridiculousfish
2012-02-29
*
More work on improving interaction between fork and pthreads. Added null_term...
ridiculousfish
2012-02-29
*
Change to wait for all outstanding iothreads before calling fork(). This shou...
ridiculousfish
2012-02-27
*
Some initial work towards resolving nasty fork/pthread issues, and to having ...
ridiculousfish
2012-02-27
*
Some cleanup of completions in preparation for more multithreading
ridiculousfish
2012-02-26
*
Removed a lot of string_buffer_t
ridiculousfish
2012-02-22
*
Large set of changes to migrate sb_out and sb_err to wcstring
ridiculousfish
2012-02-22
*
Squash a bunch of leaks
ridiculousfish
2012-02-21
*
Modified functions in function.h/.cpp to use wcstring instead wchar_t*, other...
Siteshwar Vashisht
2012-02-19
*
Switched to std::map instead of hash_table_t in env.cpp and env_universal_com...
Siteshwar Vashisht
2012-02-18
*
Fixed compilation with recent changes on Linux.
Siteshwar Vashisht
2012-02-10
*
Removed halloc_wcsdup
ridiculousfish
2012-02-09
*
Some hopefully good changes to get IOs off of halloc
ridiculousfish
2012-02-09
*
REmoved al_list from exec.cpp
ridiculousfish
2012-02-08
*
Clean up exec_subshell, removing al_list from it
ridiculousfish
2012-02-07
*
Removed discriminated union from block_t type, allowing us to store wcstrings...
ridiculousfish
2012-02-07
*
Clean up how argv is stored in process_t
ridiculousfish
2012-01-31
*
Fix some leaks and clean up expand_pid to use wcstring
ridiculousfish
2012-01-30
*
Excised some more halloc
ridiculousfish
2012-01-29
*
Back out removing a halloc_register to fix a leak
ridiculousfish
2012-01-29
*
A bunch of work to move towards a sane memory model in job_t
ridiculousfish
2012-01-29
*
Convert some cases where parsers are created to using PARSER_TYPE_GENERAL
ridiculousfish
2012-01-22
*
More work on the instanced parser
ridiculousfish
2012-01-22
*
Get some basic function signatures right for new instanced parser
ridiculousfish
2012-01-16
*
Beginnings of instance parser work
ridiculousfish
2012-01-16
*
Fix for bogus check for IFS environment variable
ridiculousfish
2012-01-16
[next]