aboutsummaryrefslogtreecommitdiffhomepage
path: root/exec.cpp
Commit message (Expand)AuthorAge
* Removed halloc_wcsdupGravatar ridiculousfish2012-02-09
* Some hopefully good changes to get IOs off of hallocGravatar ridiculousfish2012-02-09
* REmoved al_list from exec.cppGravatar ridiculousfish2012-02-08
* Clean up exec_subshell, removing al_list from itGravatar ridiculousfish2012-02-07
* Removed discriminated union from block_t type, allowing us to store wcstrings...Gravatar ridiculousfish2012-02-07
* Clean up how argv is stored in process_tGravatar ridiculousfish2012-01-31
* Fix some leaks and clean up expand_pid to use wcstringGravatar ridiculousfish2012-01-30
* Excised some more hallocGravatar ridiculousfish2012-01-29
* Back out removing a halloc_register to fix a leakGravatar ridiculousfish2012-01-29
* A bunch of work to move towards a sane memory model in job_tGravatar ridiculousfish2012-01-29
* Convert some cases where parsers are created to using PARSER_TYPE_GENERALGravatar ridiculousfish2012-01-22
* More work on the instanced parserGravatar ridiculousfish2012-01-22
* Get some basic function signatures right for new instanced parserGravatar ridiculousfish2012-01-16
* Beginnings of instance parser workGravatar ridiculousfish2012-01-16
* Fix for bogus check for IFS environment variableGravatar ridiculousfish2012-01-16
* Improve const and signed/unsigned correctnessGravatar Peter Ammon2012-01-14
* Redesign new environment variables to use env_var_t instead of wcstringGravatar Peter Ammon2012-01-14
* Migrate function.cpp to STL types.Gravatar ridiculousfish2012-01-13
* Modified exec.cpp to use env_get_string(); rolled back changes to expand.cpp ...Gravatar Siteshwar Vashisht2012-01-12
* Revert "Modified expand.cpp and exec.cpp to use env_get_string()"Gravatar Siteshwar Vashisht2012-01-12
* Modified expand.cpp and exec.cpp to use env_get_string()Gravatar Siteshwar Vashisht2012-01-12
* Modified exec.cpp to use env_get_string()Gravatar Siteshwar Vashisht2012-01-12
* Some changes to migrate towards C++ and a multithreaded modelGravatar ridiculousfish2011-12-26
* Initial C++ conversionGravatar ridiculousfish2011-12-26